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

Release/1.1.0 #10

Merged
merged 29 commits into from
Oct 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
2985c03
refactor : eslint, prettier 적용
guesung Oct 9, 2023
f052fe6
feat : .github 세팅
guesung Oct 9, 2023
cd2ec8f
refactor : lint 적용
guesung Oct 9, 2023
177915a
Merge pull request #2 from gloddy-dev/feature/4-initial-setting
guesung Oct 16, 2023
799596c
feat : 가로모드 금지
guesung Oct 9, 2023
5eda0dd
feat : 나갔다 올 경우 새로고침
guesung Oct 16, 2023
489f269
feat : 위에서 아래로 당겼을 때 새로고침
guesung Oct 16, 2023
d06e91f
feat : 버전 수정
guesung Oct 16, 2023
696f2e8
fix : 프로젝트 버전 수정
guesung Oct 16, 2023
73eddd4
feat : 링크 새 탭에서 열기
guesung Oct 16, 2023
0c3a9d9
fix : 기존 reload 제거 & onContentProcessDidTerminate 속성 추가
guesung Oct 16, 2023
f5b6a61
refactor : 미사용 코드 제거 & url 상수화
guesung Oct 16, 2023
ba5188a
refactor : 주석 제거
guesung Oct 16, 2023
4fb2723
refactor : w > deviceWidth로 변수명 변경
guesung Oct 16, 2023
7d213eb
Merge pull request #6 from gloddy-dev/feature/2-2
guesung Oct 17, 2023
28aab57
feat : firebase 모듈 설치
guesung Oct 21, 2023
449625e
feat : private_key gitignore에 추가
guesung Oct 21, 2023
f9a1ee7
Merge branch 'develop' into feature/5-firebase-push
guesung Oct 21, 2023
a7cd20f
feat : iPhone firebase 세팅
guesung Oct 21, 2023
2aad33e
feat : iOS 알림 권한 설정 & 알림 받기
guesung Oct 21, 2023
dcf63a3
feat : Android Firebase 알림 구현
guesung Oct 21, 2023
6836d8f
fix : 안드로이드 빌드 에러 해결
guesung Oct 21, 2023
3d89f99
refactor : 사용하지 않는 asset 제거
guesung Oct 21, 2023
e3b4578
Revert "refactor : 사용하지 않는 asset 제거"
guesung Oct 21, 2023
6d4dda9
fix : 빌드 시 Info.plist 에러
guesung Oct 21, 2023
59dd623
fix : push-to-talk제거
guesung Oct 21, 2023
1a295e4
Merge pull request #7 from gloddy-dev/feature/5-firebase-push
guesung Oct 27, 2023
3d18967
feat : debug > build로 설정 수정
guesung Oct 27, 2023
4797533
feat : release drafter 추가
guesung Oct 30, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @guesung @kangju2000
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/Feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: Feature request
about: Suggest an idea for this project
title: '[Feature] '
labels: Feature
assignees: ''
---

## 작업 내용
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/Fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: Trouble Shooting
about: 발견한 문제와 문제의 원인, 해결 방안을 제시해주세요.
title: '[Fix] '
labels: Fix
assignees: ''
---

## 문제점
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/Refactoring.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: Refactor
about: Suggest an idea for this project
title: '[Refactor] '
labels: Refactor
assignees: ''
---

## 작업 내용
2 changes: 2 additions & 0 deletions .github/auto_assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
addReviewers: false
addAssignees: author
38 changes: 38 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# enable labeler on issues, prs, or both.
enable:
issues: true
prs: true

comments:
prs: |
Labeler가 제목과 설명에 있는 특별한 텍스트와 일치하는 레이블을 적용했습니다.
Label을 검토하고 필요한 변경 사항을 적용해 주세요.

labels:
'feat':
include:
- '\bFeature\b'
'fix':
include:
- '\bFix\b'
'bug':
include:
- '\bBug\b'
'oage':
include:
- '\bPage\b'
'docs':
include:
- '\bDocs\b'
'setting':
include:
- '\bSetting\b'
'refactor':
include:
- '\bRefactoring\b'
'help wanted':
include:
- '\binclude\b'
'test':
include:
- '\bTest\b'
20 changes: 20 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## 💡 왜 PR을 올렸나요?

<!-- 예: 이슈대응, 신규피쳐, 리팩토링 ... -->

- 신규 피처

## 💁 무엇이 어떻게 바뀌나요?

1.
2.
3.

## 💬 리뷰어분들께

<!-- # 🆘 긴급 🆘 선 어프루브 후 리뷰를 부탁드립니다 -->

<!--
참고
- 커밋 타입 종류: feat, fix, perf, refactor, test, ci, docs, build, chore
-->
35 changes: 35 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name-template: 'v$RESOLVED_VERSION 🌈' ## 릴리즈 제목
tag-template: 'v$RESOLVED_VERSION' ## 태그
categories:
- title: '🚀 Features'
labels:
- 'Featuring'
- 'Setting'
- 'Component'
- 'Page'
- title: '🐛 Bug Fixes'
labels:
- 'Bug'
- 'Fix'
- 'bug'
- title: '🧰 Maintenance'
labels:
- 'Refactoring'
- 'Docs'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
version-resolver:
major:
labels:
- 'major'
minor:
labels:
- 'minor'
patch:
labels:
- 'patch'
default: patch
template: | # 릴리즈 내용
## Changes (v$RESOLVED_VERSION)

$CHANGES
18 changes: 18 additions & 0 deletions .github/workflows/auto-issue-labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: 'Issue Labeler'
on:
issues:
types: [opened, edited]

permissions:
issues: write
contents: read

jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: github/issue-labeler@v3.1 #May not be the latest version
with:
configuration-path: .github/labeler.yml
enable-versioned-regex: 0
repo-token: ${{ github.token }}
17 changes: 17 additions & 0 deletions .github/workflows/auto-label.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Auto Label
on:
pull_request:
types: [opened]

jobs:
labeler:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Check Labels
id: labeler
uses: jimschubert/labeler-action@v1
with:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
20 changes: 20 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Release Drafter

on:
push:
branches:
- master

permissions:
contents: read

jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,5 @@ yarn-error.log

# testing
/coverage

private_key.pepk
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"java.configuration.updateBuildConfiguration": "automatic"
}
Loading