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: 블로그 이름 중복 확인 기능 #198

Merged
merged 3 commits into from
Jan 2, 2024
Merged

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

github-actions bot commented Jan 1, 2024

Test Results

345 files  +1  345 suites  +1   37s ⏱️ -1s
963 tests +2  962 ✅ +2  1 💤 ±0  0 ❌ ±0 
998 runs  +2  997 ✅ +2  1 💤 ±0  0 ❌ ±0 

Results for commit 2b4b42b. ± Comparison against base commit b282ddd.

This pull request removes 21 and adds 10 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$블로그_개설_API ‑ 동일한 이름의 블로그가 이미 존재하면 예외
com.mallang.acceptance.blog.BlogAcceptanceTest$블로그_개설_API ‑ 블로그 이름이 올바르지 않으면 예외
com.mallang.acceptance.blog.BlogAcceptanceTest$블로그_개설_API ‑ 블로그를 개설한다
com.mallang.acceptance.blog.BlogAcceptanceTest$블로그_개설_API ‑ 이미 개설한 블로그가 있는 경우 예외
com.mallang.acceptance.blog.BlogAcceptanceTest$블로그_이름_중복_체크_API ‑ 주어진 이름이 사용중이지 않으면 중복되지 않음
com.mallang.acceptance.blog.BlogAcceptanceTest$블로그_이름_중복_체크_API ‑ 주어진 이름이 이미 사용중이면 중복됨
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>

♻️ This comment has been updated with latest results.

Copy link

sonarqubecloud bot commented Jan 1, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

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

See analysis details on SonarCloud

@shin-mallang shin-mallang merged commit f046ab6 into main Jan 2, 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