JuyeoungJun / cron-monitoring

for cron-monitoring
0 stars 0 forks source link

Resolve "크론 프로세스 기능 개발" #46 - [merged] #99

Closed JuyeoungJun closed 3 years ago

JuyeoungJun commented 3 years ago

In GitLab by @gm2202985 on Jun 16, 2021, 13:41

Merges feat/46-cron-process -> develop

Closes #46

What?

JuyeoungJun commented 3 years ago

In GitLab by @gm2202985 on Jun 16, 2021, 13:44

changed the description

JuyeoungJun commented 3 years ago

In GitLab by @gm2202985 on Jun 16, 2021, 13:44

requested review from @gm2202985

JuyeoungJun commented 3 years ago

In GitLab by @gm2202985 on Jun 17, 2021, 10:20

changed the description

JuyeoungJun commented 3 years ago

In GitLab by @gm2202985 on Jun 17, 2021, 10:21

changed the description

JuyeoungJun commented 3 years ago

In GitLab by @gm2202985 on Jun 17, 2021, 11:10

changed the description

JuyeoungJun commented 3 years ago

In GitLab by @gm2202985 on Jun 18, 2021, 10:27

changed title from Draft: Resolve "크론 프로세스 기능 개발" to Draft: Resolve "크론 프로세스 기능 개발"{+ (+ #46 +)+}

JuyeoungJun commented 3 years ago

In GitLab by @gm2202985 on Jun 18, 2021, 10:27

changed title from Draft: Resolve "크론 프로세스 기능 개발" {-(+-} #46{- +)-} to Draft: Resolve "크론 프로세스 기능 개발" #46

JuyeoungJun commented 3 years ago

In GitLab by @gm2202985 on Jun 21, 2021, 09:55

added 14 commits

Compare with previous version

JuyeoungJun commented 3 years ago

In GitLab by @gm2202985 on Jun 21, 2021, 10:14

added 1 commit

Compare with previous version

JuyeoungJun commented 3 years ago

In GitLab by @gm2202985 on Jun 21, 2021, 11:20

added 2 commits

Compare with previous version

JuyeoungJun commented 3 years ago

In GitLab by @gm2202985 on Jun 21, 2021, 12:05

added 1 commit

Compare with previous version

JuyeoungJun commented 3 years ago

In GitLab by @gm2202985 on Jun 21, 2021, 13:15

added 1 commit

Compare with previous version

JuyeoungJun commented 3 years ago

In GitLab by @gm2202985 on Jun 22, 2021, 09:26

added 1 commit

Compare with previous version

JuyeoungJun commented 3 years ago

In GitLab by @gm2202985 on Jun 22, 2021, 11:45

added 1 commit

Compare with previous version

JuyeoungJun commented 3 years ago

In GitLab by @gm2202985 on Jun 22, 2021, 11:51

added 1 commit

Compare with previous version

JuyeoungJun commented 3 years ago

In GitLab by @gm2202985 on Jun 22, 2021, 12:03

added 6 commits

Compare with previous version

JuyeoungJun commented 3 years ago

In GitLab by @gm2202981 on Jun 22, 2021, 13:10

Commented on src/main/java/gabia/cronMonitoring/service/CronProcessService.java line 30

@AllArgsConstructor로 대체할 수 있는 부분인 것 같습니다.

JuyeoungJun commented 3 years ago

In GitLab by @gm2202981 on Jun 22, 2021, 13:14

Commented on src/test/java/gabia/cronMonitoring/controller/CronProcessControllerTest.java line 165

ObjectMapper는 싱글턴으로 상속받아서 아래와 같이 수정하면 될 것 같습니다.

@Autowired
ObjectMapper mapper;

...

public void updateCronProcess() throws Exception {
    ...
    String requestJson = mapper.writeValueAsString(request);
    ...
}
JuyeoungJun commented 3 years ago

In GitLab by @gm2202981 on Jun 22, 2021, 13:23

initTest 패키지 삭제 및 MySQL 테스트 리팩토링 요청드립니다.

JuyeoungJun commented 3 years ago

In GitLab by @gm2202985 on Jun 22, 2021, 13:30

Commented on src/main/java/gabia/cronMonitoring/service/CronProcessService.java line 30

확인했습니다.

JuyeoungJun commented 3 years ago

In GitLab by @gm2202985 on Jun 22, 2021, 14:00

Commented on src/test/java/gabia/cronMonitoring/controller/CronProcessControllerTest.java line 165

MockitoJUnitRunner로 Test를 실행하면 말씀해주신대로 Autowired 하면 의존성 주입이 진행이 되지 않아서 해당 방법으로 진행하였습니다.

JuyeoungJun commented 3 years ago

In GitLab by @gm2202985 on Jun 22, 2021, 15:03

Commented on src/main/java/gabia/cronMonitoring/service/CronProcessService.java line 30

changed this line in version 10 of the diff

JuyeoungJun commented 3 years ago

In GitLab by @gm2202985 on Jun 22, 2021, 15:03

added 1 commit

Compare with previous version

JuyeoungJun commented 3 years ago

In GitLab by @gm2202985 on Jun 22, 2021, 15:04

Commented on src/test/java/gabia/cronMonitoring/controller/CronProcessControllerTest.java line 165

changed this line in version 11 of the diff

JuyeoungJun commented 3 years ago

In GitLab by @gm2202985 on Jun 22, 2021, 15:04

added 1 commit

Compare with previous version

JuyeoungJun commented 3 years ago

In GitLab by @gm2202985 on Jun 22, 2021, 15:06

added 1 commit

Compare with previous version

JuyeoungJun commented 3 years ago

In GitLab by @gm2202985 on Jun 22, 2021, 15:31

added 3 commits

Compare with previous version

JuyeoungJun commented 3 years ago

In GitLab by @gm2202983 on Jun 22, 2021, 15:44

approved this merge request

JuyeoungJun commented 3 years ago

In GitLab by @gm2202985 on Jun 22, 2021, 15:57

added 2 commits

Compare with previous version

JuyeoungJun commented 3 years ago

In GitLab by @gm2202985 on Jun 22, 2021, 15:58

marked this merge request as ready

JuyeoungJun commented 3 years ago

In GitLab by @gm2202985 on Jun 22, 2021, 16:15

approved this merge request

JuyeoungJun commented 3 years ago

In GitLab by @gm2202985 on Jun 22, 2021, 17:28

unapproved this merge request

JuyeoungJun commented 3 years ago

In GitLab by @gm2202985 on Jun 23, 2021, 13:07

added 2 commits

Compare with previous version

JuyeoungJun commented 3 years ago

In GitLab by @gm2202981 on Jun 23, 2021, 13:21

approved this merge request

JuyeoungJun commented 3 years ago

In GitLab by @gm2202985 on Jun 23, 2021, 13:22

mentioned in commit c89a15f72e031769791713d9adfcfd1a360bd64b