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] v0.0.0 #53

Open
wants to merge 61 commits into
base: release
Choose a base branch
from
Open

[release] v0.0.0 #53

wants to merge 61 commits into from

Conversation

hun-ca
Copy link
Member

@hun-ca hun-ca commented Aug 26, 2022

No description provided.

hun-ca and others added 23 commits August 5, 2022 18:48
* feat: dockerfile 작성

* feat: Github Actions 기반의 CICD 워크플로우 작성(1차)

* chore: mv file name

* docs: update readme

* docs: pr 템플릿 수정
* docs: update Dockerfile-dev

* docs: mv jar name

* docs: mv jar file name (offer-be-app -> offer-prod-app)

* docs: update dev-CD workflow(docker tag part)

* docs: update prod-CD workflow (docker tag part)

* chore: update step name

* docs: update readme
* fix: dockerfile 수정(설정파일을 COPY하는 부분을 CD에서 수행되도록 변경 )

* fix: workflow에 docker cp 명령어를 추가하여 설정파일을 컨테이너로 복사
* docs: workflow 수정 (docker 명령에 sudo 권한 추가 )

* docs: job 이름 수정
* fix: docker tag 오류 수정

* chore: job name 수정
* docs: deploy-dev workflow 수정 (docker push에 대한 Sudo 명령 삭제 )

* docs: deploy-prod workflow 수정 (docker push에 대한 Sudo 명령 삭제 )
* docs: fix docker command in CD server

* docs: update docker command in CD-prod server
* docs: update script-dev

* docs: update script-prod
* docs: update Dockerfile-dev

* docs: update Dockerfile-prod

* docs: update Dockerfile-dev

* docs: update Dockerfile-prod

* docs: update workflow of prod
* fix: dockerfile- dev

* fix: dockerfile-prod
* docs: update dockerfile-dev

* docs: update dockerfile-prod
* fix: dockerfile-dev

* fix: dockerfile-prod
* docs: dockerfile-dev

* docs: dockerfile-prod
* feat: 스프링 시큐리티 의존성 제거

* feat: aws 의존성 제거

* feat: 카카오 로그인 기능 추가

* feat: 랜덤 닉네임 생성 기능 추가

* refactor: 코드 컨벤션 적용

* test: 인증 관련 테스트 작성

* add submodule

* chore: 서브모듈 적용
* refactor: Member Entity에서 필요없는 필드 제거 및 OAuthType을 Enum으로 변경

* feat: 로깅 설정 추가

* feat: rest-docs 문서 테스트 적용
* feat: 닉네임 중복 체크 기능 추가

* API 문서 .gitignore 추가
@hun-ca hun-ca added the release label Aug 26, 2022
awesomeo184 and others added 6 commits August 27, 2022 22:11
* chore: mv dockerfiles

* build: edit gradle build command in workflows
* DB convention에 맞추어 table 수정, article 연관관게 제거(#47)

* Article 필수 필드에 맞추어 builder 코드 변경(#47)

* BeforeAll-테스트 데이터 생성(#47)

* 전체 test 실행시 DB pk값이 1부터 시작하지 않음-데이터를 멤버변수에 저장(#47)

* [test]거래 제안시 대화방 생성(#47)
BeautterLife and others added 30 commits September 24, 2022 21:01
* MessageRoomResponse에 판매, 구매 타입 추가(#64)

* Java 11에서 지원하는 stream->list 메서드로 변경(#64)
* 읽지 않은 메시지 개수 반환 (#66)

* 호출하지 않는 메서드 제거 (#66)
* test

* Feature/#71 (#72)

* docs: edit expose port of container (8080 -> 7070)

* docs: edit expose port of container (8080 -> 7070)

* change port 7070 <-> 8080

* docs: edit Dockerfile for test

* edit Dockefile for remove dependincy of centos

* add github actions script to deploy docker hub

* fix: RandomNicknameGenerator 생성자가 'classpath:nickname/'를 읽지 못하는 문제 임시 대비

* feat: add automatic docker image tagging for Argo Rollout

* fix shell script for push docker hub

* fix script syntax error

* fix: gradle build scrip

* docs: create Jenkinsfile

* delete github actions deploy workflows

Co-authored-by: 정수현 <[email protected]>
* fix: remove viewcount from article

* feat: view count 조회에 대한 API 생성

* feat: article 단건 조회 트랜잭션 readonly true

* test: article에서 viewcount 삭제로 인한 변경

* test: remove article view count

* test: jacoco test 검증 룰 단위를 class로 변경
* fix: remove viewcount from article

* feat: view count 조회에 대한 API 생성

* feat: article 단건 조회 트랜잭션 readonly true

* test: article에서 viewcount 삭제로 인한 변경

* test: remove article view count

* test: jacoco test 검증 룰 단위를 class로 변경

* feat: hikaricp 설정 추가
* refactor: article creation

* chore: 오타 수정
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants