-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<!-- PR 이름 컨벤션 [BE] feat: ~~(#issueNum) [AN/STAFF] feat: ~~(#issueNum) [AN/USER] fix: ~~(#issueNum) --> 페스타고 v1.0.1 release
- Loading branch information
Showing
548 changed files
with
22,061 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
name: ALL 이슈 템플릿 | ||
about: ALL 이슈 템플릿 | ||
title: "[ALL] " | ||
labels: "ALL" | ||
assignees: "" | ||
--- | ||
|
||
## ✨ 세부 내용 | ||
|
||
<!-- 이슈의 세부적인 내용을 적어주세요. --> | ||
|
||
## ⏰ 예상 소요 시간 | ||
|
||
<!-- 예상되는 소요 시간을 적어주세요. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
name: AN 이슈 템플릿 | ||
about: AN 이슈 템플릿 | ||
title: "[AN] " | ||
labels: "AN" | ||
assignees: "" | ||
--- | ||
|
||
## ✨ 세부 내용 | ||
|
||
<!-- 이슈의 세부적인 내용을 적어주세요. --> | ||
|
||
## ⏰ 예상 소요 시간 | ||
|
||
<!-- 예상되는 소요 시간을 적어주세요. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
name: BE 이슈 템플릿 | ||
about: BE 이슈 템플릿 | ||
title: "[BE] " | ||
labels: "BE" | ||
assignees: "" | ||
--- | ||
|
||
## ✨ 세부 내용 | ||
|
||
<!-- 이슈의 세부적인 내용을 적어주세요. --> | ||
|
||
## ⏰ 예상 소요 시간 | ||
|
||
<!-- 예상되는 소요 시간을 적어주세요. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
name: 버그 템플릿 | ||
about: 앱 사용중 발생한 버그에 대한 템플릿 | ||
title: "[BUG] " | ||
labels: "BUG" | ||
assignees: "" | ||
--- | ||
|
||
### 버그 사항 | ||
<!-- | ||
해당 버그를 **자세하게** 적어주세요 😊 | ||
--> | ||
|
||
|
||
### 버그 simulation | ||
<!-- | ||
버그를 발견하게 된 상황을 단계별로 적어주세요 😊 | ||
--> | ||
|
||
### 원하던 상황 | ||
<!-- | ||
원했던 상황을 자세하게 적어주세요 😊 | ||
--> | ||
|
||
### **Screenshots** |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,14 @@ | ||
<!-- | ||
PR 이름 컨벤션 | ||
[BE] FEAT: ~~(#issueNum) | ||
[AN/STAFF] FEAT: ~~(#issueNum) | ||
[AN/USER] FIX: ~~(#issueNum) | ||
[BE] feat: ~~(#issueNum) | ||
[AN/STAFF] feat: ~~(#issueNum) | ||
[AN/USER] fix: ~~(#issueNum) | ||
--> | ||
|
||
## 📌 관련 이슈 | ||
<!-- | ||
|
||
- closed: #issueNum | ||
--> | ||
|
||
## 🚅 PR 한 줄 요약 | ||
<!-- PR을 한줄로 요약해주세요. --> | ||
## ✨ PR 세부 내용 | ||
|
||
## 🧑💻 PR 세부 내용 | ||
<!-- 수정/추가한 내용을 적어주세요. --> | ||
|
||
## 📸 스크린샷 | ||
<!-- 스크린샷을 첨부해주세요. --> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
name: Assign Reviewer By Label | ||
on: | ||
pull_request: | ||
types: [ opened, edited, labeled, unlabeled ] | ||
|
||
jobs: | ||
assign-reviewer: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: All Label | ||
uses: wow-actions/auto-assign@v3 | ||
with: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
reviewers: BGuga, seokjin8678, xxeol2, carsago, SeongHoonC, EmilyCh0, re4rk | ||
assignees: ${{ github.event.pull_request.user.login }} | ||
includeLabels: ALL | ||
excludeLabels: WIP | ||
|
||
- name: Android Label | ||
uses: wow-actions/auto-assign@v3 | ||
with: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
reviewers: SeongHoonC, EmilyCh0, re4rk | ||
assignees: ${{ github.event.pull_request.user.login }} | ||
includeLabels: AN | ||
excludeLabels: WIP | ||
|
||
- name: Backend Label | ||
uses: wow-actions/auto-assign@v3 | ||
with: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
reviewers: BGuga, seokjin8678, xxeol2, carsago | ||
assignees: ${{ github.event.pull_request.user.login }} | ||
includeLabels: BE | ||
excludeLabels: WIP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
name: CD-Back-Dev | ||
|
||
on: | ||
push: | ||
branches: | ||
- dev | ||
paths: 'backend/**' | ||
|
||
workflow_dispatch: | ||
|
||
defaults: | ||
run: | ||
working-directory: backend | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: 리포지토리 체크아웃 | ||
uses: actions/checkout@v3 | ||
with: | ||
submodules: recursive | ||
token: ${{ secrets.SUBMODULE_TOKEN }} | ||
|
||
- name: 자바 설치 | ||
uses: actions/setup-java@v3 | ||
with: | ||
java-version: 17 | ||
distribution: 'zulu' | ||
|
||
- name: gradlew 권한 부여 | ||
run: chmod +x gradlew | ||
|
||
- name: Gradle Test | ||
run: ./gradlew test | ||
|
||
- name: trigger to jenkins dev cd | ||
uses: appleboy/jenkins-action@master | ||
with: | ||
url: ${{ secrets.JENKINS_URL }} | ||
user: "festago" | ||
token: ${{ secrets.JENKINS_API_TOKEN}} | ||
job: "festago-dev-cd" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
name: CI-Back | ||
|
||
on: | ||
pull_request: | ||
branches: | ||
- dev | ||
paths: 'backend/**' | ||
|
||
defaults: | ||
run: | ||
working-directory: backend | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: 리포지토리 체크아웃 | ||
uses: actions/checkout@v3 | ||
with: | ||
submodules: recursive | ||
token: ${{ secrets.SUBMODULE_TOKEN }} | ||
|
||
- name: 자바 설치 | ||
uses: actions/setup-java@v3 | ||
with: | ||
java-version: 17 | ||
distribution: 'zulu' | ||
|
||
- name: gradlew 권한 부여 | ||
run: chmod +x gradlew | ||
|
||
- name: Gradle build | ||
run: ./gradlew build | ||
|
||
- name: 테스트 결과 PR에 커멘트 등록 | ||
uses: EnricoMi/publish-unit-test-result-action@v1 | ||
if: always() | ||
with: | ||
files: '**/build/test-results/test/TEST-*.xml' | ||
|
||
- name: 테스트 실패 Check 코멘트 등록 | ||
uses: mikepenz/action-junit-report@v3 | ||
if: always() | ||
with: | ||
report_paths: '**/build/test-results/test/TEST-*.xml' | ||
token: ${{ github.token }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
name: Android CI | ||
|
||
on: | ||
push: | ||
branches: | ||
- dev | ||
paths: ['android/festago/**'] | ||
pull_request: | ||
branches: | ||
- dev | ||
paths: 'android/festago/**' | ||
|
||
defaults: | ||
run: | ||
working-directory: android/festago | ||
|
||
jobs: | ||
build: | ||
|
||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: set up JDK 17 | ||
uses: actions/setup-java@v3 | ||
with: | ||
java-version: 17 | ||
distribution: zulu | ||
cache: gradle | ||
|
||
- name: Grant execute permission for gradlew | ||
run: chmod +x gradlew | ||
|
||
- name: add google-services.json | ||
run: echo '${{ secrets.ANDROID_USER_GOOGLE_SERVICES_JSON }}' > ./app/google-services.json | ||
|
||
- name: add local.properties | ||
run: | | ||
echo kakao_native_app_key=\"${{ secrets.ANDROID_USER_KAKAO_NATIVE_APP_KEY }}\" >> ./local.properties | ||
echo kakao_redirection_scheme=\"${{ secrets.ANDROID_USER_KAKAO_REDIRECTION_SCHEME }}\" >> ./local.properties | ||
echo base_url=\"$${{ secrets.ANDROID_USER_BASE_URL }}\" >> ./local.properties | ||
- name: Build with Gradle | ||
run: ./gradlew build | ||
|
||
- name: Run ktlint | ||
run: ./gradlew ktlintCheck | ||
|
||
- name: Run unit tests | ||
run: ./gradlew testDebugUnitTest | ||
|
||
- name: Build assemble release apk | ||
run: ./gradlew assembleRelease | ||
|
Oops, something went wrong.