-
Notifications
You must be signed in to change notification settings - Fork 3
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
0.0.2 배포 #153
0.0.2 배포 #153
Commits on Feb 9, 2022
-
Refactor: user entitiy에 githubUid, githubUsername, ftIntraId 추가
- user 엔티티에 깃헙 관련 아이디 컬럼 이름 수정 - intra id 를 저장하는 컬럼 추가
Configuration menu - View commit details
-
Copy full SHA for 3349830 - Browse repository at this point
Copy the full SHA 3349830View commit details
Commits on Feb 10, 2022
-
Refactor: entity에 있던 userrole을 interface폴더 로 이동
- 순환참조 오류로 인해서, userrole이 undefined 되는 현상 발견 - 순환 참조를 피하기 위해서 interface로 옮김
Configuration menu - View commit details
-
Copy full SHA for 72e83a5 - Browse repository at this point
Copy the full SHA 72e83a5View commit details -
Feat: 카테고리에 권한 관련 컬럼 추가 및 마이그레이션 추가
- writeableArticle : 게시글 작성/읽기 모두 가능한 권한 설정 - readonlyArticle : 게시글 읽기만 가능한 권한 설정 - writeableComment : 댓글 작성/읽기 모두 가능한 권한 설정 - readonlyComment : 댓글 읽기만 가능한 권한 설정 - reactionable : 리액션을 달수있는 권한 설정 - anonymity : 익명처리가 적용되는지 여부
Configuration menu - View commit details
-
Copy full SHA for 2aeacce - Browse repository at this point
Copy the full SHA 2aeacceView commit details
Commits on Feb 11, 2022
-
!BREAKING CHANGE: remove ft-auth
- ft-auth entity 삭제 - ft-auth를 intra-auth로 바꿈 - 이에 따른 api url 변경
Configuration menu - View commit details
-
Copy full SHA for fc5c155 - Browse repository at this point
Copy the full SHA fc5c155View commit details
Commits on Feb 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 115eef6 - Browse repository at this point
Copy the full SHA 115eef6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99b4710 - Browse repository at this point
Copy the full SHA 99b4710View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d8aab2 - Browse repository at this point
Copy the full SHA 6d8aab2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5904c40 - Browse repository at this point
Copy the full SHA 5904c40View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa44ab2 - Browse repository at this point
Copy the full SHA fa44ab2View commit details
Commits on Feb 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f35ab7a - Browse repository at this point
Copy the full SHA f35ab7aView commit details
Commits on Feb 15, 2022
-
- 게시글 응답에 본인이 쓴글인지 아닌지 - 알 수 있는 isSelf 속성 추가
Configuration menu - View commit details
-
Copy full SHA for de7cefe - Browse repository at this point
Copy the full SHA de7cefeView commit details
Commits on Feb 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 784461d - Browse repository at this point
Copy the full SHA 784461dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c5859b9 - Browse repository at this point
Copy the full SHA c5859b9View commit details
Commits on Feb 22, 2022
-
Fix: 카테고리 readonly 컬럼을 readable 로 변경
- 읽기 가능인지를 나타내는 컬럼이므로, readonly 보다는 readable이 적절하다고 판단되어 변경함
Configuration menu - View commit details
-
Copy full SHA for 3f59bee - Browse repository at this point
Copy the full SHA 3f59beeView commit details -
Fix: userrole 이 다른파일로 이동되면서 생긴 test 파일 오류 수정
- userrole interface가 파일로 따로 나뉘면서, import path 올바르게 수정됨
Configuration menu - View commit details
-
Copy full SHA for 26cdc9a - Browse repository at this point
Copy the full SHA 26cdc9aView commit details -
Feat: article entity 에서 ApiProperty 삭제
- base dto 를 만들고, base dto 에서 쓸 예정이라서 삭제
Configuration menu - View commit details
-
Copy full SHA for 307c215 - Browse repository at this point
Copy the full SHA 307c215View commit details -
- base dto 생성, swagger 와 validate 적용 - 게시글 생성 dto 생성, base dto에서 PickType 으로 가져옴 - 게시글 조회 dto 는 pagenation 때문에 기존 dto 그대로 사용 - 단, Type 데코레이터로, validate시, 타입 변경 - 게시글 수정 dto 생성, base dto에서 PickType 으로 가져옴 - 변경된 타입 controller, service, repository 에 적용
Configuration menu - View commit details
-
Copy full SHA for e75b6df - Browse repository at this point
Copy the full SHA e75b6dfView commit details -
Fix: page option dto 에서 getter인 skip 을 역직렬화하는 문제 수정
- skip은 getter 이므로, 역직렬화하지 않도록 class-transformer에서 제공하는 Exclude 데코레이터 사용 - skip은 역직렬화 대상에서 제외
Configuration menu - View commit details
-
Copy full SHA for 0324fad - Browse repository at this point
Copy the full SHA 0324fadView commit details -
Configuration menu - View commit details
-
Copy full SHA for f822324 - Browse repository at this point
Copy the full SHA f822324View commit details -
- 게시글 CRUD 간단한 e2e 테스트 추가 - Dto를 validate 하기위한 validate tester 구현 - utils에 정해진 시간만큼 기다리는 wait 함수 추가
Configuration menu - View commit details
-
Copy full SHA for 5045c69 - Browse repository at this point
Copy the full SHA 5045c69View commit details
Commits on Feb 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1724b92 - Browse repository at this point
Copy the full SHA 1724b92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ce7584 - Browse repository at this point
Copy the full SHA 1ce7584View commit details -
Feat: 삭제됐던 ft_auth를 intra_auth로 부활
- user의 intraId를 intraAuth로 이동 - intra 인증 하면 nickname이 인트라 id로 바뀌도록 수정
Configuration menu - View commit details
-
Copy full SHA for 9143615 - Browse repository at this point
Copy the full SHA 9143615View commit details
Commits on Feb 24, 2022
-
Merge branch 'develop' into feature/nickname-to-intraid
# Conflicts: # src/intra-auth/intra-auth.controller.ts # test/jest-e2e.json
Configuration menu - View commit details
-
Copy full SHA for e907d60 - Browse repository at this point
Copy the full SHA e907d60View commit details -
Test: user 엔티티에 githubUserName이 추가됨에 따라 dummy 수정
- user 엔티티에 githubUserName이 추가되어 user를 생성하는 dummy에도 반영하였음
Configuration menu - View commit details
-
Copy full SHA for d7d5225 - Browse repository at this point
Copy the full SHA d7d5225View commit details
Commits on Feb 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8593712 - Browse repository at this point
Copy the full SHA 8593712View commit details
Commits on Feb 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8ef45d6 - Browse repository at this point
Copy the full SHA 8ef45d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7af4cf3 - Browse repository at this point
Copy the full SHA 7af4cf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b901cf - Browse repository at this point
Copy the full SHA 3b901cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8f2fc9 - Browse repository at this point
Copy the full SHA f8f2fc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a1f949 - Browse repository at this point
Copy the full SHA 9a1f949View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed86447 - Browse repository at this point
Copy the full SHA ed86447View commit details
Commits on Feb 27, 2022
-
Fix: intra-auth 컨트롤러, 서비스 변수 이름 변경
- ftAuth에서 intraAuth로 전환하였는데 변수 이름은 반영이 안되어 있어서 수정
Configuration menu - View commit details
-
Copy full SHA for 4d49276 - Browse repository at this point
Copy the full SHA 4d49276View commit details -
- 기존에는 모듈이 아닌 cacheManager를 inject해서 사용하였는데 좀 더 명확히 분리하고 테스트를 편하게 하기 위해 별도의 모듈로 분리하였음
Configuration menu - View commit details
-
Copy full SHA for accd475 - Browse repository at this point
Copy the full SHA accd475View commit details -
Feat: intra-auth mail 보내는 함수 예외처리
- node mailer에서 발생하는 에러를 nest가 제대로 처리하지 못해서 nest가 정의한 에러로 변환
Configuration menu - View commit details
-
Copy full SHA for 46ebca5 - Browse repository at this point
Copy the full SHA 46ebca5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81120b9 - Browse repository at this point
Copy the full SHA 81120b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a18791 - Browse repository at this point
Copy the full SHA 3a18791View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7022e02 - Browse repository at this point
Copy the full SHA 7022e02View commit details
Commits on Mar 1, 2022
-
Merge branch 'develop' into feature/pagination-me
# Conflicts: # src/reaction/reaction.service.ts # src/reaction/repositories/reaction-article.repository.ts # src/user/user.controller.ts
Configuration menu - View commit details
-
Copy full SHA for ec6f8a4 - Browse repository at this point
Copy the full SHA ec6f8a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7da467 - Browse repository at this point
Copy the full SHA c7da467View commit details -
- 게시글 생성, 상세 게시글 확인 api의 응답 dto를 따로 쓰던것을, ArticleResponse 로 통일시킴 - 게시글 조회를, querybuilder 를 사용하지 않고, repository 내장 함수를 사용하는것으로 변경 (주석 처리)
Configuration menu - View commit details
-
Copy full SHA for fdd49ae - Browse repository at this point
Copy the full SHA fdd49aeView commit details -
Chore: base article dto 에서 생성자 제거
- validate 와 swagger만 담당하므로, 생성자를 사용하지 않음
Configuration menu - View commit details
-
Copy full SHA for 9cddf64 - Browse repository at this point
Copy the full SHA 9cddf64View commit details -
Refactor: 게시글 수정 dto 불필요한 validate 제거
- 이미 base dto에서 IsString 과 MaxLength가 확인되고 있으므로 제거
Configuration menu - View commit details
-
Copy full SHA for 015ec6d - Browse repository at this point
Copy the full SHA 015ec6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c5867c0 - Browse repository at this point
Copy the full SHA c5867c0View commit details -
Refactor: 예외 발생 함수는 never를 반환하도록 변경
- 게시글 생성, 조회, 수정, 삭제에서 - 예외를 낼수있는 모든 함수는 never를 반환하도록 변경 - Docs에 예외 내용 추가
Configuration menu - View commit details
-
Copy full SHA for 331c618 - Browse repository at this point
Copy the full SHA 331c618View commit details -
Refactor: 게시글 getOne을 findOne으로 변경
- 기존의 getOne을 - findOneOrFailById로 변경 - 이미 findOneOrFail함수가 있어서 ById를 붙였습니다.
Configuration menu - View commit details
-
Copy full SHA for 10ccdd9 - Browse repository at this point
Copy the full SHA 10ccdd9View commit details -
Refactor: pagination 디렉토리 구조 변경
- dto파일은, dto폴더로 이동 - enum, interface는 interface로 이동
Configuration menu - View commit details
-
Copy full SHA for 3c34c60 - Browse repository at this point
Copy the full SHA 3c34c60View commit details -
Refactor: page-meta 생성자 파라미터 타입 변경
- 기존에 객체로 감싸져 interface로 따로 빼서 받던 인자를 객체로 감싸지 않고 바로 받도록 변경
Configuration menu - View commit details
-
Copy full SHA for 545164e - Browse repository at this point
Copy the full SHA 545164eView commit details -
Refactor: pagination dto 이름 변경
- PageOptionDto -> PaginationRequestDto - PageDto -> PaginationResponseDto
Configuration menu - View commit details
-
Copy full SHA for c38f384 - Browse repository at this point
Copy the full SHA c38f384View commit details
Commits on Mar 2, 2022
-
- 게시글 목록 레파지토리에서 Dto를 만들던걸, controller 단에서 하도록 수정 - FindArticleRequestDto 를 BaseArticleDto 와 PaginationDto 를 상속하여 구현 - 가독성을 위해 ResponseDto 에서 of 함수를 인자 대신, 객체 하나 받게 변경
Configuration menu - View commit details
-
Copy full SHA for 47c802e - Browse repository at this point
Copy the full SHA 47c802eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5367c31 - Browse repository at this point
Copy the full SHA 5367c31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91ec65b - Browse repository at this point
Copy the full SHA 91ec65bView commit details
Commits on Mar 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b6e7a46 - Browse repository at this point
Copy the full SHA b6e7a46View commit details -
Fix: UpdateIntraAuthDto -> UpdateToCadetDto로 변경
- intra auth 테이블을 수정할거 같은 이름이라서 좀 더 용도에 맞게 변경
Configuration menu - View commit details
-
Copy full SHA for c6d34c1 - Browse repository at this point
Copy the full SHA c6d34c1View commit details -
Refactor: intra-auth service 중복 코드 개선, 이름변경 dto 적용, 리턴타입, 에러메시지 상수화
- 이미 가입된 카뎃인지 검사하는 코드가 중복되서 private 함수로 분리 - 리턴 타입 추가 - 에러메시지 상수 적용
Configuration menu - View commit details
-
Copy full SHA for b214f06 - Browse repository at this point
Copy the full SHA b214f06View commit details -
Feat: cache service에 범용적으로 쓸수 있는 함수 추가
- 범용적인 함수를 추가했을때 기존에 CacheManager를 inject해서 쓰는것보다는 좀 더 명시적이고 mocking하기 쉬운것 같아 쓰는게 좋아보이긴 함 - 아직 기존에 사용하던 함수를 대체할지는 모르겠어서 함수 추가만 하였음 - option 기본값 같은거는 해주는게 편하기 때문에 기본 설정이 가능하다면 범용 함수 사용해도 좋을것으로 보임
Configuration menu - View commit details
-
Copy full SHA for 39e12c1 - Browse repository at this point
Copy the full SHA 39e12c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7608dd0 - Browse repository at this point
Copy the full SHA 7608dd0View commit details
Commits on Mar 4, 2022
-
Feat: article 증감 연산 repository로 옮김
- viewCount, commentCount, likeCount 증감 연산을 레파지토리로 옮겼습니다. - 일부 함수는 인자로 id만 받도록 변경했습니다.
Configuration menu - View commit details
-
Copy full SHA for 11f75ec - Browse repository at this point
Copy the full SHA 11f75ecView commit details -
Fix: 게시글 응답 dto에서 의도하지 않는 속성 대입 제거
- Object.assgin 하면 그대로 복사라서, - 의도하지 않은 속성까지 모두 복사되는것을 확인 - 복사되어야하는 값을 정확하게 명시
Configuration menu - View commit details
-
Copy full SHA for bd1d901 - Browse repository at this point
Copy the full SHA bd1d901View commit details -
Merge pull request #130 from 42-world/feature/logger
Feat: winston 로그 추가
Configuration menu - View commit details
-
Copy full SHA for d435cb3 - Browse repository at this point
Copy the full SHA d435cb3View commit details -
Merge pull request #131 from 42-world/feature/error-hook-prod
FIx: slack error hook, prod일때만 알람이 가도록 변경
Configuration menu - View commit details
-
Copy full SHA for 400d99f - Browse repository at this point
Copy the full SHA 400d99fView commit details -
- env로 cors를 관리하면 phase에 따라 cors를 다르게 설정하기 편하기 때문에 지금과 같이 변경하였음 - 예를 들면 prod에서는 localhost 접근이 안되게 하는것
Configuration menu - View commit details
-
Copy full SHA for b55fbdf - Browse repository at this point
Copy the full SHA b55fbdfView commit details
Commits on Mar 5, 2022
-
Feat: dto 배열을 반환하는 static 함수 추가
- 목록을 반환하는 api에서 - 기존에 controller에서 처리하던 배열로 포장 로직을, - dto내, static 함수로 빼서 처리하도록 변경
Configuration menu - View commit details
-
Copy full SHA for 855e0cb - Browse repository at this point
Copy the full SHA 855e0cbView commit details -
- base comment dto 생성, - comment response dto 생성, - 페이지네이션에 맞춰서 service, repository 수정
Configuration menu - View commit details
-
Copy full SHA for d3d78ba - Browse repository at this point
Copy the full SHA d3d78baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d43bfd - Browse repository at this point
Copy the full SHA 4d43bfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bf6372 - Browse repository at this point
Copy the full SHA 5bf6372View commit details -
- category service에 권한 관련 속성을 한번에 처리하는 checkAvailable 추가됨
Configuration menu - View commit details
-
Copy full SHA for 2047ecf - Browse repository at this point
Copy the full SHA 2047ecfView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7f7bff - Browse repository at this point
Copy the full SHA e7f7bffView commit details -
Fix: novice도 글쓰기 api사용 가능하도록 변경
- novice 는 글쓰기 api를 쓸 권한이 없어서 403 에러가 남 - novice 도 카테고리에 성격에 따라서 쓸수있어야 하므로 접근 권한을 허락해줘야함 - novice 도 글쓰기 api에 접근할수있또록 AlsoNovice 데코레이터 추가됨
Configuration menu - View commit details
-
Copy full SHA for 20bb946 - Browse repository at this point
Copy the full SHA 20bb946View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9c759a - Browse repository at this point
Copy the full SHA a9c759aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ced3565 - Browse repository at this point
Copy the full SHA ced3565View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc67784 - Browse repository at this point
Copy the full SHA fc67784View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3d745b - Browse repository at this point
Copy the full SHA a3d745bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 59f39ee - Browse repository at this point
Copy the full SHA 59f39eeView commit details -
Fix: 게시글 목록 조회시, 카테고리 join 하지 않도록 변경
- 서비스단에서 카테고리 엔티티를 이미 갖고있기 때문에, - 레파지토리에서 DB 에 요청시, 카테고리를 join을 하지 않아도 됩니다 - Dto에서 게시글들과 카테고리를 합치도록 하였습니다.
Configuration menu - View commit details
-
Copy full SHA for 4a00d9a - Browse repository at this point
Copy the full SHA 4a00d9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f0b316 - Browse repository at this point
Copy the full SHA 0f0b316View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cc7e0a - Browse repository at this point
Copy the full SHA 9cc7e0aView commit details
Commits on Mar 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 62fb24d - Browse repository at this point
Copy the full SHA 62fb24dView commit details -
Fix, Test: intra-auth 메일 전송 api all 에러 필터 적용
- 구글 계정에서 생기는 에러를 구분할 방법이 없어서 방법을 찾을때까지는 all error filter 적용
Configuration menu - View commit details
-
Copy full SHA for 13fd467 - Browse repository at this point
Copy the full SHA 13fd467View commit details -
Configuration menu - View commit details
-
Copy full SHA for baa5f51 - Browse repository at this point
Copy the full SHA baa5f51View commit details -
Merge pull request #132 from 42-world/feature/cors-env
Feat: origin 관리를 env로 하도록 변경
Configuration menu - View commit details
-
Copy full SHA for 506671d - Browse repository at this point
Copy the full SHA 506671dView commit details -
Merge pull request #104 from 42-world/feature/pagination-me
Feat: pagination me
Configuration menu - View commit details
-
Copy full SHA for b2679ae - Browse repository at this point
Copy the full SHA b2679aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26e8d84 - Browse repository at this point
Copy the full SHA 26e8d84View commit details -
Test: user test, dummy형식 안맞아서 에러나는거 수정
- github username이 추가되었는데 dummy를 호출할때 github username이 없는 상태로 호출해서 생기는 에러 수정
Configuration menu - View commit details
-
Copy full SHA for fdd2247 - Browse repository at this point
Copy the full SHA fdd2247View commit details
Commits on Mar 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 07ba2ff - Browse repository at this point
Copy the full SHA 07ba2ffView commit details -
Fix: 페이지네이션 이름 변경에 맞춰 conflict 처리
- 이름 바뀐부분만 적용하고 아직 구조를 수정하지 않았습니다.
Configuration menu - View commit details
-
Copy full SHA for 5c8f473 - Browse repository at this point
Copy the full SHA 5c8f473View commit details -
- 자꾸 app-root-path 가 없다고 에러가 나길래 - app-root-path 모듈 추가했습니다.
Configuration menu - View commit details
-
Copy full SHA for d312714 - Browse repository at this point
Copy the full SHA d312714View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f1b257 - Browse repository at this point
Copy the full SHA 6f1b257View commit details -
Refactor: entity에 있던 userrole을 interface폴더 로 이동
- 순환참조 오류로 인해서, userrole이 undefined 되는 현상 발견 - 순환 참조를 피하기 위해서 interface로 옮김
Configuration menu - View commit details
-
Copy full SHA for 7fa0bca - Browse repository at this point
Copy the full SHA 7fa0bcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 715e7b5 - Browse repository at this point
Copy the full SHA 715e7b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a90645a - Browse repository at this point
Copy the full SHA a90645aView commit details
Commits on Mar 11, 2022
-
Merge pull request #125 from 42-world/feature/nickname-to-intraid
Feat: nickname to intraid
Configuration menu - View commit details
-
Copy full SHA for 60ebf6c - Browse repository at this point
Copy the full SHA 60ebf6cView commit details -
Merge branch 'develop' into feature/category-anony
# Conflicts: # src/ft-auth/ft-auth.service.ts # src/user/entities/user.entity.ts # test/e2e/image.e2e-spec.ts
Configuration menu - View commit details
-
Copy full SHA for 0654245 - Browse repository at this point
Copy the full SHA 0654245View commit details -
Merge pull request #120 from 42-world/feature/category-anony
Feat: 카테고리 권한 정립, DTO 규칙 정립, 게시글 e2e 추가
Configuration menu - View commit details
-
Copy full SHA for 8b19874 - Browse repository at this point
Copy the full SHA 8b19874View commit details -
Merge branch 'develop' into feature/user-dto
# Conflicts: # src/ft-auth/ft-auth.service.ts # src/user/dto/update-user.dto.ts # src/user/entities/user.entity.ts # src/user/user.controller.ts # src/user/user.service.ts
Configuration menu - View commit details
-
Copy full SHA for 7abc87d - Browse repository at this point
Copy the full SHA 7abc87dView commit details
Commits on Mar 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9cc53e4 - Browse repository at this point
Copy the full SHA 9cc53e4View commit details -
Refactor: updateuser dto 이름 변경
- update-user.dto 를 - update-user-to-cadet.dto 로 수정 - 파일명에서 의도를 명확하게 표현하도록 변경
Configuration menu - View commit details
-
Copy full SHA for 5fcb4f3 - Browse repository at this point
Copy the full SHA 5fcb4f3View commit details
Commits on Mar 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 809a45e - Browse repository at this point
Copy the full SHA 809a45eView commit details -
Hotfix: 페이지네이션 적용시, skip 값이 없어지는 오류 수정
- IntersectionType 을 쓰는경우, dto의 apiproperty가 아닌경우, 속성을 가져오지 않아서 - skip을 가져오지 않는 오류가 발생 - utils에서 따로 처리하도록 로직 변경
Configuration menu - View commit details
-
Copy full SHA for 847c23d - Browse repository at this point
Copy the full SHA 847c23dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30b4434 - Browse repository at this point
Copy the full SHA 30b4434View commit details -
Merge pull request #137 from 42-world/fix/user-seed
Fix: user seed data, entity 변경에 맞춰서 수정
Configuration menu - View commit details
-
Copy full SHA for 65c4f60 - Browse repository at this point
Copy the full SHA 65c4f60View commit details -
Configuration menu - View commit details
-
Copy full SHA for be58e4d - Browse repository at this point
Copy the full SHA be58e4dView commit details
Commits on Mar 14, 2022
-
Refactor: pagination response of 함수 인자 수정
- 인자 이름을 paginationRequestDto 에서 options으로 변경
Configuration menu - View commit details
-
Copy full SHA for 1a8c5e5 - Browse repository at this point
Copy the full SHA 1a8c5e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 896cdd2 - Browse repository at this point
Copy the full SHA 896cdd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16109d1 - Browse repository at this point
Copy the full SHA 16109d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69b3526 - Browse repository at this point
Copy the full SHA 69b3526View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18cf6cf - Browse repository at this point
Copy the full SHA 18cf6cfView commit details -
Refactor: My 함수들 이름을 ByWriter로 변경
- My 보다는 좀더 명확하게 ByWriterId 로 변경
Configuration menu - View commit details
-
Copy full SHA for aa2df41 - Browse repository at this point
Copy the full SHA aa2df41View commit details -
Configuration menu - View commit details
-
Copy full SHA for b65dd38 - Browse repository at this point
Copy the full SHA b65dd38View commit details -
Refactor: 내 댓글 확인 함수 이름 ByWriter로 변경
- My 보다는 좀더 명확하게 ByWriterId 로 변경
Configuration menu - View commit details
-
Copy full SHA for 226e5b8 - Browse repository at this point
Copy the full SHA 226e5b8View commit details -
Fix: article response dot에서 user를 userdto로 변경
- user를 그대로 반환하지 않고, userResponseDto로 변환해서 반환하도록 수정
Configuration menu - View commit details
-
Copy full SHA for 9088621 - Browse repository at this point
Copy the full SHA 9088621View commit details -
Configuration menu - View commit details
-
Copy full SHA for e77ec3b - Browse repository at this point
Copy the full SHA e77ec3bView commit details -
Fix: 내가 쓴글, 내가 좋아요 누른글에서 writer join
- 지금까지 writer를 join하고 있지 않아서 안뜨고 있었음
Configuration menu - View commit details
-
Copy full SHA for 8e4420e - Browse repository at this point
Copy the full SHA 8e4420eView commit details -
- 카테고리 기존 dto 삭제, res,req 전용으로 새롭게 구현 - 새로운 dto controller, service 에 적용 - 예외처리함수 반환에 never 추가
Configuration menu - View commit details
-
Copy full SHA for c4baea4 - Browse repository at this point
Copy the full SHA c4baea4View commit details -
Refactor: 카테고리 엔티티에서 swgger 제거
- base category 에 swagger가 적용되어있으므로 제거
Configuration menu - View commit details
-
Copy full SHA for 903d6e5 - Browse repository at this point
Copy the full SHA 903d6e5View commit details -
- 댓글 기존 dto 삭제, res,req 전용으로 새롭게 구현 - 새로운 dto controller, service 에 적용 - 예외처리함수 반환에 never 추가
Configuration menu - View commit details
-
Copy full SHA for 08060be - Browse repository at this point
Copy the full SHA 08060beView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbd1472 - Browse repository at this point
Copy the full SHA dbd1472View commit details -
- 알람 res,req 전용으로 새롭게 추가 - 새로운 dto controller, service 에 적용
Configuration menu - View commit details
-
Copy full SHA for 5cbf572 - Browse repository at this point
Copy the full SHA 5cbf572View commit details -
- 알람 res,req 전용으로 새롭게 추가 - 새로운 dto controller, service 에 적용 - 예외처림함수 never 추가, apinotfoundresponse 추가
Configuration menu - View commit details
-
Copy full SHA for 61471a5 - Browse repository at this point
Copy the full SHA 61471a5View commit details -
Feat: 게시글 응답 dto에 연관 entity 는 전용 응답 dto를 쓰도록 변경
- detail-article.dto.ts 제거 - category, user 응답을 전용 response dto를 쓰도록 변경
Configuration menu - View commit details
-
Copy full SHA for aa483a8 - Browse repository at this point
Copy the full SHA aa483a8View commit details -
Feat: 댓글 응답 dto에 연관 entity 는 전용 응답 dto를 쓰도록 변경
- article, writer 응답을 전용 response dto를 쓰도록 변경 - my-comment-response 추가
Configuration menu - View commit details
-
Copy full SHA for 1ba8858 - Browse repository at this point
Copy the full SHA 1ba8858View commit details -
Feat: 알람 응답 dto에 연관 entity는 필요없어서 삭제
- article, user는 프론트에서 응답값을 사용하지 않기 때문에 삭제
Configuration menu - View commit details
-
Copy full SHA for 9dbfddd - Browse repository at this point
Copy the full SHA 9dbfdddView commit details -
Refactor: signin intra-auth dto 이름 변경
- signin-intra-auth 를 signin-intra-auth-request로 변경
Configuration menu - View commit details
-
Copy full SHA for 58783eb - Browse repository at this point
Copy the full SHA 58783ebView commit details -
- 인기글 res,req 전용으로 새롭게 추가 - 새로운 dto controller, service 에 적용 - 예외처림함수 never 추가, apinotfoundresponse 추가
Configuration menu - View commit details
-
Copy full SHA for 896deff - Browse repository at this point
Copy the full SHA 896deffView commit details -
- 내가 쓴 댓글에 article entity를 추가 - 기존의 article response dto를 사용하지않고, InnerArticle을 따로 만들어서 사용
Configuration menu - View commit details
-
Copy full SHA for c88449e - Browse repository at this point
Copy the full SHA c88449eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a28c8a - Browse repository at this point
Copy the full SHA 6a28c8aView commit details
Commits on Mar 15, 2022
-
Refactor: category 유저 권한 dto 이름 변경
- CategoryUserAbilityResponseDto 에서 - CategoryUserAuthResponseDto 로 변경
Configuration menu - View commit details
-
Copy full SHA for 182c888 - Browse repository at this point
Copy the full SHA 182c888View commit details -
Feat: github action을 통한 test workflow 추가
- github secret을 이용할때 GITHUB으로 시작하는 secret이 존재하면 등록되지 않아서 github 관련 env는 NEST_를 붙여서 등록하였음 - 실제 env로 사용할때는 workflow에서 제대로 들어가도록 지정했기 때문에 문제 없음
Configuration menu - View commit details
-
Copy full SHA for 2e19161 - Browse repository at this point
Copy the full SHA 2e19161View commit details
Commits on Mar 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cc7d4da - Browse repository at this point
Copy the full SHA cc7d4daView commit details -
Merge pull request #139 from 42-world/feature/github-action-test-ci
Feat: github action을 통한 test workflow 추가
Configuration menu - View commit details
-
Copy full SHA for ad962c3 - Browse repository at this point
Copy the full SHA ad962c3View commit details -
Merge pull request #135 from 42-world/fix/ft-checkin
Fix: ft-checkin 서초 필드 오타때문에 값이 0으로 나오는 문제 수정
Configuration menu - View commit details
-
Copy full SHA for 9d18953 - Browse repository at this point
Copy the full SHA 9d18953View commit details -
Merge pull request #138 from 42-world/hotfix/pagination-skip-error
Hotfix: pagination skip 오류 수정
Configuration menu - View commit details
-
Copy full SHA for 23da845 - Browse repository at this point
Copy the full SHA 23da845View commit details -
Hotfix: 페이지네이션구조 수정으로 test 코드 에러 수정
- 페이지네이션에서 skip 속성을 뺐는데, test 코드에는 남아있어서 오류가 발생함 - 이제 제거 했어요 ㅎㅎ
Configuration menu - View commit details
-
Copy full SHA for afff3de - Browse repository at this point
Copy the full SHA afff3deView commit details -
Fix: github action test ci에서 이벤트 조건 수정
- push 시에는 이벤트 발동하지 않도록 수정 - 브랜치 develop 뿐만 아니라 전체 발동 되도록 수정
Configuration menu - View commit details
-
Copy full SHA for ed721a9 - Browse repository at this point
Copy the full SHA ed721a9View commit details
Commits on Mar 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a28db28 - Browse repository at this point
Copy the full SHA a28db28View commit details -
- find-one-article-response 생성 - 대신에 기존에 article-response에는 isSelf, isLike 제거 - 다른 응답에서는 필요없는 속성이므로 제거하였습니다.
Configuration menu - View commit details
-
Copy full SHA for a8bf615 - Browse repository at this point
Copy the full SHA a8bf615View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a56088 - Browse repository at this point
Copy the full SHA 6a56088View commit details -
Merge pull request #141 from 42-world/hotfix/pagination-skip-test-error
Hotfix : pagination 테스트 에러 수정 및 깃허브 액션 수정
Configuration menu - View commit details
-
Copy full SHA for 06bc859 - Browse repository at this point
Copy the full SHA 06bc859View commit details
Commits on Mar 21, 2022
-
- api 응답별로 response dto를 분할하였습니다. - 게시글 목록 반환에 카테고리 응답 제거
Configuration menu - View commit details
-
Copy full SHA for 6769206 - Browse repository at this point
Copy the full SHA 6769206View commit details -
Refactor: CategoryUserAuthResponseDto 삭제
- 기존의 CategoryResponseDto를 삭제하고, - 카테고리 권한 연산 결과를 응답하도록 변경
Configuration menu - View commit details
-
Copy full SHA for 8e3783b - Browse repository at this point
Copy the full SHA 8e3783bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1021bde - Browse repository at this point
Copy the full SHA 1021bdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68005a8 - Browse repository at this point
Copy the full SHA 68005a8View commit details
Commits on Mar 23, 2022
-
Merge pull request #136 from 42-world/feature/dto-setting
Feat: �User, Category, Comment, Notification, Reaction dto 설정
Configuration menu - View commit details
-
Copy full SHA for d6e95ce - Browse repository at this point
Copy the full SHA d6e95ceView commit details