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

Cast api 코드 수정 #38

Merged
merged 8 commits into from
Aug 10, 2024
Merged

Commits on Aug 7, 2024

  1. add : sentence entity 저장 로직

    yuuddin committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    df5bb53 View commit details
    Browse the repository at this point in the history
  2. add : voice code enum 처리

    yuuddin committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    9bac90e View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. Merge branch 'feat/cast-api-completion' of https://github.com/umc-own…

    …cast/OwnCast_backend into enhance/cast-api/29
    
    # Conflicts:
    #	src/main/java/com/umc/owncast/domain/cast/controller/CastController.java
    #	src/main/java/com/umc/owncast/domain/cast/service/CastService.java
    #	src/main/java/com/umc/owncast/domain/cast/service/TTSService.java
    #	src/main/java/com/umc/owncast/domain/sentence/service/SentenceService.java
    #	src/main/java/com/umc/owncast/domain/sentence/service/SentenceServiceImpl.java
    yuuddin committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    99df443 View commit details
    Browse the repository at this point in the history
  2. fix : cast 생성 로직 수정

    yuuddin committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    74fffc9 View commit details
    Browse the repository at this point in the history
  3. add : cast audi length 입력

    yuuddin committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    a978d52 View commit details
    Browse the repository at this point in the history
  4. fix: multipartfile 입력 형태 수정

    yuuddin committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    7eca235 View commit details
    Browse the repository at this point in the history
  5. fix: 코드 정리

    yuuddin committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    05d44db View commit details
    Browse the repository at this point in the history
  6. fix: CastScriptDTO에 스크립트가 비는 문제 해결

    - sentenceService.save()가 List<Sentence>를 반환하도록 변경
    ja7811 committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    1e8557e View commit details
    Browse the repository at this point in the history