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

태그를 병합할 때, 서브 태그를 디폴트 태그로 다시 옮길 수 있게 함 #490

Merged
merged 5 commits into from
Jun 5, 2023

Commits on Jun 5, 2023

  1. docs(tag): merge의 superTagId에 null을 허용하게 함

    superTagId가 null일 경우, 디폴트 태그로의 병합을 의미하도록 수정
    nyj001012 committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    3626402 View commit details
    Browse the repository at this point in the history
  2. feat(tag): 슈퍼 태그와 서브 태그의 유효성 검사를 분리

    슈퍼 태그와 서브 태그의 유효성 검사를 한 번에 하던 작업을 분리함
    nyj001012 committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    0fb788a View commit details
    Browse the repository at this point in the history
  3. feat(tag): 서브 태그를 디폴트 태그로도 옮길 수 있게 함

    서브 태그를 디폴트 태그로도 옮길 수 있게 함
    nyj001012 committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    731a630 View commit details
    Browse the repository at this point in the history
  4. chore(tag): 불필요한 함수 제거

    불필요한 함수 제거
    nyj001012 committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    a1ee815 View commit details
    Browse the repository at this point in the history
  5. Update tags.controller.ts

    nyj001012 committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    75534d5 View commit details
    Browse the repository at this point in the history