Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 웹 요청 로그 설정 #179

Merged
merged 3 commits into from
Dec 20, 2023
Merged

feat: 웹 요청 로그 설정 #179

merged 3 commits into from
Dec 20, 2023

Conversation

shin-mallang
Copy link
Member

Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link

Test Results

339 files  ±0  339 suites  ±0   38s ⏱️ -1s
954 tests ±0  953 ✔️ ±0  1 💤 ±0  0 ±0 
989 runs  ±0  988 ✔️ ±0  1 💤 ±0  0 ±0 

Results for commit 877fada. ± Comparison against base commit b0be573.

This pull request removes 17 and adds 4 tests. Note that renamed tests count towards both.

 
          Shin._.Mallang
        title-value
    </title>
    <meta property="og:title" content="Shin._.Mallang"/>
    <title>
    HI
 </head>
</body>
…
com.mallang.reference.domain.ReferenceLinkTest$생성_시 ‑ [3] title= 
 
com.mallang.reference.domain.ReferenceLinkTitleTest$생성_시 ‑ [4] title=

com.mallang.reference.infrastructure.jsoup.JsoupUrlTitleMetaInfoFetcherTest ‑ [1] html=<!DOCTYPE html>
<head>
    <title>
          Shin._.Mallang
    </title>
 </head>

<body>
    HI
</body>

</html>

com.mallang.reference.infrastructure.jsoup.JsoupUrlTitleMetaInfoFetcherTest ‑ [2] html=<!DOCTYPE html>
<head>
    <title>
        title-value
    </title>
    <meta property="og:title" content="Shin._.Mallang"/>
 </head>

<body>
    HI
</body>

</html>

@shin-mallang shin-mallang merged commit 7891540 into main Dec 20, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[🚀 feature] 로그 기능 작성
1 participant