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

[Backend API] Add Table Name property to appsettings.json #320

Conversation

sikutisa
Copy link
Contributor

@sikutisa sikutisa commented Sep 14, 2024

Description

  • StorageAccountSettings를 싱글톤으로 등록
  • AddAdminEventRepositoryTableServiceClientStorageAccountSettings 의존성 주입

fix property name "Name" to "TableName" because "Name" is duplicated in
TableSettings.cs

Related to: aliencube#319
@sikutisa
Copy link
Contributor Author

sikutisa commented Sep 14, 2024

기존에 존재하는 테스트들 중, 수정사항에 영향을 받는 테스트들은 업데이트 했고 AddAddStorageAccountSettings 메소드에 대한 테스트는 추가 예정입니다.

@sikutisa sikutisa marked this pull request as ready for review September 14, 2024 15:48
@sikutisa sikutisa requested a review from justinyoo September 14, 2024 15:51
Copy link
Contributor

@justinyoo justinyoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

예외처리하는 부분이랑 테스트 관련 코멘트 남겨뒀어요.

@sikutisa sikutisa requested a review from justinyoo September 16, 2024 02:13
Copy link
Contributor

@justinyoo justinyoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다!

@justinyoo justinyoo merged commit 6657bef into aliencube:main Sep 16, 2024
1 check passed
@sikutisa sikutisa deleted the feature/319-Add-Table-Name-property-to-appsettings.json branch September 16, 2024 02:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Backend API] Add Table Name property to appsettings.json
2 participants