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: 내 블로그 조회 기능 #196

Merged
merged 2 commits into from
Jan 1, 2024
Merged

feat: 내 블로그 조회 기능 #196

merged 2 commits into from
Jan 1, 2024

Conversation

shin-mallang
Copy link
Member

@shin-mallang shin-mallang self-assigned this Jan 1, 2024
@shin-mallang shin-mallang linked an issue Jan 1, 2024 that may be closed by this pull request
1 task
Copy link

sonarqubecloud bot commented Jan 1, 2024

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

2 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link

github-actions bot commented Jan 1, 2024

Test Results

344 files  +1  344 suites  +1   39s ⏱️ -3s
961 tests +3  960 ✅ +3  1 💤 ±0  0 ❌ ±0 
996 runs  +3  995 ✅ +3  1 💤 ±0  0 ❌ ±0 

Results for commit df62a07. ± Comparison against base commit eb6ae3f.

This pull request removes 17 and adds 7 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.acceptance.blog.BlogAcceptanceTest$내_블로그_정보_조회_시 ‑ 내 블로그 정보를 조회한다
com.mallang.acceptance.blog.BlogAcceptanceTest$내_블로그_정보_조회_시 ‑ 로그인되지 않은 경우 401
com.mallang.acceptance.blog.BlogAcceptanceTest$내_블로그_정보_조회_시 ‑ 블로그를 아직 개설하지 않은 경우 404
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 b282ddd into main Jan 1, 2024
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