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

242011 #611

Merged
merged 44 commits into from
Feb 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
0296f28
fix: 안드로이드 다음페이지 트리거 이슈 (#552)
sensecodevalue Mar 31, 2023
1115ec6
feat: 회원가입 시 연령 선택 제거 (#556)
sensecodevalue Apr 4, 2023
b9de92a
chore: update version
hyesungoh Apr 5, 2023
2b80045
유틸 테스트 추가 (#558)
hyesungoh Apr 6, 2023
c0bb995
저장 시 포매팅 적용 (#560)
hyesungoh Apr 7, 2023
87f1cb0
loading handler 테스트 (#559)
hyesungoh Apr 7, 2023
b4bc1a2
페이지뷰 이벤트에 버전 기록 (#564)
hyesungoh Apr 21, 2023
a906e0c
믹스패널 유저 identify 호출 (#565)
hyesungoh Apr 21, 2023
dac7081
chore: test define 에러 수정 및 버전 업데이트
hyesungoh Apr 21, 2023
c169c2e
Merge branch 'main' into develop
hyesungoh Apr 21, 2023
aa35f12
Merge remote-tracking branch 'origin/main' into develop
hyesungoh Apr 21, 2023
93134ed
chore(deps): bump http-cache-semantics in /mock-server (#566)
dependabot[bot] Apr 25, 2023
9a5a50e
sitemap, robots 추가 (#573)
hyesungoh May 12, 2023
b59e1ae
SEO 컴포넌트 개발 및 적용 (#569)
hyesungoh May 12, 2023
9d1446c
docs: readme 수정 (#572)
hyesungoh May 12, 2023
ccec3e0
svg, img vertical-align 추가 (#579)
minsoo-web May 31, 2023
5219b44
이메일 Input select box 추가 (#575)
sensecodevalue Jun 1, 2023
71e259f
태그 추가 개선 (#578)
sensecodevalue Jun 4, 2023
ceb8f20
chore: version update
hyesungoh Jun 4, 2023
b9f3e05
docs: contributing (#583)
hyesungoh Jun 7, 2023
684e849
chore(deps): bump semver from 5.7.1 to 5.7.2 (#586)
dependabot[bot] Jul 12, 2023
742acb0
chore(deps): bump semver from 6.3.0 to 6.3.1 in /mock-server (#587)
dependabot[bot] Jul 12, 2023
4a3f622
chore(deps): bump word-wrap from 1.2.3 to 1.2.4
dependabot[bot] Jul 19, 2023
3a04508
feat: add tag count at Tag in RegisteredTagList
sensecodevalue Jul 23, 2023
6e45a93
feat: add default image in LinkContent
sensecodevalue Jul 23, 2023
c37e062
yarn cache 초기화 (#591)
hyesungoh Jul 23, 2023
e0f8dfa
fix: 태그 추가 시 mutation 타입 맞추기 (#593)
hyesungoh Aug 17, 2023
6f2b3a1
docs: 수상 텍스트 추가 (#592)
hyesungoh Aug 17, 2023
9e7b666
chore(deps): bump @adobe/css-tools from 4.2.0 to 4.3.1 (#594)
dependabot[bot] Aug 30, 2023
d70732b
chore(deps): bump @babel/traverse from 7.21.3 to 7.23.2 (#595)
dependabot[bot] Oct 19, 2023
84cc70f
chore(deps): bump @sentry/nextjs from 7.44.2 to 7.77.0 (#596)
dependabot[bot] Nov 10, 2023
86c36f7
chore(deps): bump axios from 1.3.4 to 1.6.0 (#597)
dependabot[bot] Nov 10, 2023
18f184d
chore(deps): bump @adobe/css-tools from 4.3.1 to 4.3.2 (#598)
dependabot[bot] Dec 2, 2023
08d2410
chore(deps): bump next from 13.2.4 to 13.5.1 (#599)
dependabot[bot] Dec 2, 2023
5219f37
hotfix: 사용자의 노고 달래기
hyesungoh Jan 2, 2024
133da9a
chore: vscode dlx
hyesungoh Jan 2, 2024
6b02cec
Merge remote-tracking branch 'origin/main' into develop
hyesungoh Jan 2, 2024
6ea14dc
Merge remote-tracking branch 'origin/main' into develop
hyesungoh Jan 2, 2024
626b820
feature: 로그인 이슈 텍스트 삭제
hyesungoh Jan 7, 2024
043e31c
닉네임 변경 3자 이상으로 바꾸기 (#603)
hyesungoh Feb 3, 2024
db700be
Node 버전 20에서 next 패키지 사용 불가능 문제 해결 (#606)
ddarkr Feb 4, 2024
6900235
ci: update action to latest (#607)
sensecodevalue Feb 5, 2024
09c8d5a
영감 보기 애니메이션 변경 & 닉네임 변경 제한 2글자로 변경 (#610)
hyesungoh Feb 11, 2024
5851307
Merge branch 'main' into develop
hyesungoh Feb 11, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
93 changes: 64 additions & 29 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,23 @@ on:
jobs:
run-bundle-analysis:
runs-on: ubuntu-latest
env:
YARN_ENABLE_IMMUTABLE_INSTALLS: false
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Caching dependencies
uses: actions/cache@v1
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT

- uses: actions/cache@v3
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
with:
path: node_modules
key: ${{ runner.OS }}-build-${{ hashFiles('**/package-lock.json') }}
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.OS }}-build-
${{ runner.OS }}-
${{ runner.os }}-yarn-

- name: Install dependencies
run: yarn
Expand All @@ -42,18 +47,24 @@ jobs:

run-lint:
runs-on: ubuntu-latest
env:
YARN_ENABLE_IMMUTABLE_INSTALLS: false
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT

- name: Caching dependencies
uses: actions/cache@v1
- uses: actions/cache@v3
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
with:
path: node_modules
key: ${{ runner.OS }}-build-${{ hashFiles('**/package-lock.json') }}
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.OS }}-build-
${{ runner.OS }}-
${{ runner.os }}-yarn-

- name: Install dependencies
run: yarn

Expand All @@ -62,18 +73,23 @@ jobs:

run-jest:
runs-on: ubuntu-latest
env:
YARN_ENABLE_IMMUTABLE_INSTALLS: false
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Caching dependencies
uses: actions/cache@v1
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT

- uses: actions/cache@v3
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
with:
path: node_modules
key: ${{ runner.OS }}-build-${{ hashFiles('**/package-lock.json') }}
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.OS }}-build-
${{ runner.OS }}-
${{ runner.os }}-yarn-

- name: Install dependencies
run: yarn
Expand All @@ -83,18 +99,23 @@ jobs:

run-codecov:
runs-on: ubuntu-latest
env:
YARN_ENABLE_IMMUTABLE_INSTALLS: false
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT

- name: Caching dependencies
uses: actions/cache@v1
- uses: actions/cache@v3
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
with:
path: node_modules
key: ${{ runner.OS }}-build-${{ hashFiles('**/package-lock.json') }}
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.OS }}-build-
${{ runner.OS }}-
${{ runner.os }}-yarn-

- name: Install dependencies
run: yarn
Expand All @@ -110,9 +131,23 @@ jobs:

run-cypress:
runs-on: ubuntu-latest
env:
YARN_ENABLE_IMMUTABLE_INSTALLS: false
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT

- uses: actions/cache@v3
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-

- name: Install dependencies
run: yarn
Expand Down
Loading
Loading