Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

#158 [ CI ] Actions 워크플로우에 ECS Fargate 배포 추가 (delivery-info-service only) #160

Merged
merged 33 commits into from
Jan 17, 2022

Conversation

JooHyukKim
Copy link
Collaborator

@JooHyukKim JooHyukKim commented Jan 15, 2022

Description

@JooHyukKim JooHyukKim closed this Jan 15, 2022
@JooHyukKim JooHyukKim reopened this Jan 17, 2022
JooHyukKim and others added 25 commits January 17, 2022 21:17
commit 050c652
Author: Kim, Joo Hyuk <beanskobe@gmail.com>
Date:   Mon Jan 17 19:35:15 2022 +0900

    #158 [ CI ] Dockerfile 빌드 파라미터 w/ Github Actions  (#169)

    * Format : Google Java Format

    * CI : build image with --build-arg

    * Refactor : do not apply google java

    * Format : Google Java Format

    * CI : build-arg 위치변경

    * Fix : workflow docker image build arg

    * CI : try buildarg

    Co-authored-by: github-actions <>

commit fd5e148
Author: Kim, Joo Hyuk <beanskobe@gmail.com>
Date:   Mon Jan 17 17:41:51 2022 +0900

    #158 dockerfile 태그정보설정 (#168)

    * Build : PING 에 버전 추가하기 delivery-info-service

    * Build : PING 에 버전 추가하기 delivery-relay-service

    * Build : PING 에 버전 추가하기 Rider-Location-service

commit be61e37
Author: Kim, Joo Hyuk <beanskobe@gmail.com>
Date:   Mon Jan 17 16:21:52 2022 +0900

    #158 ping 엔드포인트 추가하기 (#167)

    * FEAT : relay-service PING

    * Feat : LocationService PING

    * Feat : info-service PING

    * Refactor : Ping 문구 변경

    * Test : HealthCheckController

commit 9aff1a9
Author: Kim, Joo Hyuk <beanskobe@gmail.com>
Date:   Sun Jan 16 20:39:41 2022 +0900

    #158 main 브랜치 push 이벤트 build_image 워크플로우 (#166)

commit c47775e
Author: Kim, Joo Hyuk <beanskobe@gmail.com>
Date:   Sun Jan 16 20:26:20 2022 +0900

    #158 build_image 워크플로우 `Gradle Test` 스킵하기 (#165)

    * Fix : loadtest info-service

    * CI : build image even outside of "main" branche

    * CI : rerun 워크플로우

commit fc3ad0c
Author: Kim, Joo Hyuk <beanskobe@gmail.com>
Date:   Sun Jan 16 19:55:22 2022 +0900

    #158 [delivery-info-service] 워크플로우 job "load_test" 삭제 (#164)

commit 384805b
Author: Kim, Joo Hyuk <beanskobe@gmail.com>
Date:   Sun Jan 16 19:46:28 2022 +0900

    #158 [delivery-info-service] default 프로필설정 (#163)

commit cfecdd5
Author: Kim, Joo Hyuk <beanskobe@gmail.com>
Date:   Sun Jan 16 09:53:02 2022 +0900

    #129 delivery info service 픽업완료 api 추가 (#162)

    * Feat : 배달완료 여부 조회기능

    * Refactor : jacoco limit

    * Test : DeliveryController

    * Test : DeliveryService

    * CI : fix URI of K6 test

commit d33f3c1
Author: Kim, Joo Hyuk <beanskobe@gmail.com>
Date:   Sun Jan 16 00:24:52 2022 +0900

    #HotFix [delivery-info-service] 로드테스트 docker-compose 네트워크 설정 (#161)

    * CI : revive k6

    * CI : verify

    * CI : health check delivery-info-service

    * CI : health check

    * CI : localhost not found

    * CI : connect DB

    * CI : test again

    * CI : again

    * Feat : docker run sh

    * CI : run

    * CI : run

    * CI : run

    * CI : run

    * CI : run

    * CI : run

    * CI: run

    * CI: run

    * CI: fix run

    * CI: run

    * CI : host

    * CI : run

    * CI : run

    * CI : run bridge

    * CI : fix

    * CI: run

    * CI : run

    * CI : fix

    * CI : run

    * CI : run

    * CI : run

    * CI : run

    * Refactor : remove unused

    * Fix : mapping

commit de72a82
Author: Kim, Joo Hyuk <beanskobe@gmail.com>
Date:   Fri Jan 14 19:55:16 2022 +0900

    #129 라이더위치 write 기능 추가 (#159)

    * Build : Jacoco 설정

    * Feat : 위치정보저장 엔드포인트를 PUT 과 POST 모두 적용

    * Build : 설정정보추가

    * Feat : delivery-info-service로 배달상태 조회 쿼리 작성

    * Feat : RiderLocation 클래스 deliveryId추가

    * Feat : RiderLocationRepository 쿼리 추가

    * Test : 테스트 작성

    * Feat : RiderLocationRepository 추상화

    * Refactor : RiderLocationService 메소드 이름 수정

    * Feat : Delivery Repository 의 URL Set 구현

    * Build : rider-location-service 설정정보 구성 변경

    * Test : 테스트 수정

    * FIx : Jacoco excludes RiderLocationRepository

    * Fix : jacoco coverage

    * test : again

    * test : again

    * Feat : JacocoNotGenearated

commit ae1dc51
Author: Kim, Joo Hyuk <beanskobe@gmail.com>
Date:   Fri Jan 14 15:58:38 2022 +0900

    #129 : 라이더위치 기능 : CI 테스트 프로세스 추가 (#157)

    * CI : 워크플로우수정

    * Style : 불필요한 주석 삭제

    * Fix : 로드테스트 on cloud

    * Fix : loadtest cloud error

    * CI : remove test-info-service connection

    * Fix : k6 run time for github actions

    * Fix : workflow syntax

    * CI : disable loadtest
@JooHyukKim JooHyukKim changed the title Test CD : Git Actions 워크플로우에 ECS Fargate 배포 추가 (delivery-info-service 대상) Jan 17, 2022
@JooHyukKim JooHyukKim self-assigned this Jan 17, 2022
@JooHyukKim JooHyukKim added the enhancement New feature or request label Jan 17, 2022
@JooHyukKim JooHyukKim changed the title CD : Git Actions 워크플로우에 ECS Fargate 배포 추가 (delivery-info-service 대상) #158 [ CI ] Actions 워크플로우에 ECS Fargate 배포 추가 (delivery-info-service only) Jan 17, 2022
@JooHyukKim JooHyukKim merged commit af79e6c into main Jan 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant