Commit 0dedaa8
feat : banchmark Performance add (#41)
* dev : template entity create
* dev : Developed template service feature
* chore : 탬플릿 관련 에러 메세지 추가
* chore : Entity 클래스 update 기능 추가
* chore : test 코드 실행 시 sql 콘솔에 보여주는 옵션 변경 (false -> true)
* test : service CUD 테스트 코드 작성
* chore : README.md API 명세 추가
* Test : 템플릿 조회 하는 테스트 추가
* chore : 반환 형태 entity class 가 아닌 responseDto 생성해서 넘겨주는 방식으로 수정
* develop : 탬플릿 api 개발
* chore: change some frontend
* dev: 계층구조 ROLE 적용
* chore: line seperate
* dev: 모듈화 및 테스트 & 리팩토링, 권한구조 변경
* fix: AccessDeniedException Handling in Security Tests
* chore: remove unused test
* dev: change userInfo get method with role based branch state
* chore: add comments
* dev: split getUser method into admin, user priv method
* dev: add admin role check method
* dev: add getUserInSameGroup method
* dev: add USER_NOT_SAME_GROUP enum
* dev: change all mocks and add more user test
* dev: remove unused GET /user/me method
* chore: lombok setter added
* dev: jacoco test coverage set
* dev: set builder in constructor method
* dev: change fromString method to static
* chore: line clean
* dev: remove unused test
* dev: security test added
* dev: role enum testing
* dev: implement random string generator util
* dev: add login service tests
* dev: add tests for token validation & creation process
* dev: properties for token test
* dev: 401, 403 security exception test
* dev: JWT token filter test added
* dev: Jacoco test coverage exclude lombok setting
* dev: add Builder default
* chore: change 500 status error code
* fix: GlobalErrorResponse casting method
* chore: line clean
* dev: Builder default set with Lombok:1.18.2
* dev: Builder default set with Lombok:1.18.2
* dev: GlobalException & resp & ErrorCode test added
* dev: usergroup eq & hash set
* dev: test for getUser method
* dev: implement GlobalException test
* dev: add getter for app info
* dev: add app info in test
* dev: cookie util tests
* dev: test formatted DateUtils
* dev: add test for login api controller
* dev: change logout roles
* dev: implement jacoco class exclude method
* dev: change overriding eq & hashcode to lombok
* chore: remove unused mock HttpServletRequest
* chore: group add test
* dev: userGroup json property set
* dev: user group repo test
* dev: user group optional save
* dev: remove pre groupRepository save process
* dev: create new group thymeleaf added
* dev: remove @tostring
* dev: GROUP_ALREADY_EXIST errorCode added
* feat: CI with test coverage commenting (#13)
* dev: add workflow for CI
* chore: allow gradle-wrapper.jar push
* chore: add gradle-wrapper for build
* chore: remove unused test
* fix: #14 move config from main to test
* feat: jacoco ci report (#15)
* dev: add workflow for CI
* chore: allow gradle-wrapper.jar push
* chore: add gradle-wrapper for build
* chore: remove unused test
* fix: #14 move config from main to test
* test: change jacoco reporter
* test: remove upload artifact
* test: remove action permission and auth in team
* dev: add pass-emoji and remove tests
* chore: update title of comment
* chore: change pass emoji
* chore: change job name
* chore : Entity 클래스 update 기능 추가
* chore : 호출 api 수정, response 객체 jsonProperty 설정
* Test : 탬플릿 CRUD 테스트 추가
* chore : 코드 merge
* chore : 코드 merge
* chore : Constructor annotation change.
* chore : add controller authorization
* chore : Constructor annotation change
* chore : Field validation add, exceptionHandler method add
* test : Field Validation test code add
* dev : Test result save entity add
* dev : 비동기 처리 위한 webClient 라이브러리 추가
* chore : not use import delete
* dev : Test result save entity add
* chore : Template field modify (userGroupName -> userGroupId)
* dev : Result save repository add
* chore : webClient Dns server 접근 위한 netty 라이브러리 추가
* chore : convert method add
* chore : test result utils class create
* chore : error code modify and add
* dev - temp save
* chore - TestResult save logic update
* chore - code refactor
* chore - code refactor
* chore - not use class del
* chore - entity update
* chore - modify baseurl
* chore - 에러 처리 수정
* chore - test 추가
* dev: mock server open and webClient bean replace
* chore - service logic update
* test - test code modify
* dev - controller add
* chore - del class
* chore - 임시 주석
* dev: MockServer setup for webClient API request test
* dev: DI testResultService with made WebClient, extends MockServer
* fix: gradlew build change
* fix: module import
* chore - 임시 주석 해제
* chore - 임시 주석 해제
* test : controller test add
* dev: reset all package structure
* dev: incorrect external API test remove
* dev: gradle ci reset
* chore: set agent module test coverage to 0.60
---------
Co-authored-by: Hwangbo <ghkdqhrbals@naver.com>
Co-authored-by: seungminyi <seungminyi95@gmail.com>1 parent 1ed9ba0 commit 0dedaa8
File tree
36 files changed
+1440
-50
lines changed- bm-agent
- src/test/java/org/benchmarker/bmagent
- bm-controller
- src
- main/java/org/benchmarker/bmcontroller
- common
- beans
- error
- template
- common
- controller
- dto
- model
- repository
- service
- test/java/org
- benchmarker
- bmagent/schedule
- bmcontroller/template
- controller
- service
- common/beans
- util/initialize
36 files changed
+1440
-50
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | 44 | | |
46 | 45 | | |
47 | 46 | | |
| |||
Lines changed: 0 additions & 13 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
68 | 71 | | |
69 | 72 | | |
70 | 73 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
Lines changed: 58 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
Lines changed: 32 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
Lines changed: 15 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | | - | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
32 | | - | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
47 | | - | |
48 | | - | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
Lines changed: 86 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
Lines changed: 28 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
0 commit comments