-
Notifications
You must be signed in to change notification settings - Fork 0
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
release 1.0.4 #139
Merged
Merged
release 1.0.4 #139
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ci-workflow build(ci): add develop branch to ci workflow
build(gradle): add settings for flyway
* style(config): move H2Config class to 'config' package * feat(error): add Base Exception Class * feat(error): add sms credential exception * fix(message): file encoding setting to UTF-8 * feat(error): add exception handler class * feat(error): add method to catch unexpected exceptions * style(error): add final syntax
* feat(member): add member entity * test(member): add member entity test cases * feat(profileImage): add profileImage entity * refactor(member): change null option of preference column * refactor(profileImage): change directory name * feat(profileImage): add Member parameter to builder * feat(team): add team entity * feat(code): add groupCode and code entity * feat(memberInterest): add memberInterest entity * feat(memberPreferenceMeetingType): add memberPreferenceMeetingType entity * test(member): change function based on bug vulnerabilities * refactor(memberPreferenceMeetingType): rename entity id * refactor(member): separate columns into collegeInfo and preference class * test(member): delete MemberTest * chore: add eof * refactor: change annotation order * refactor(member): change return value from null to exception * refactor(member): change return value from null to exception for mbti * refactor(message): change file encoding * refactor(member): change the data type of the preferenceMbti column from int to String * chore: add EOF * style(errorCode): change errorCode number following rule * feat(entity): add repository
* chore(checkstyle): add config file * build(gradle): add checkstyle plugin * chore(gradle): change checkstyle directory root * chore(checkstyle): change indent size to 4 from 2 * chore(checkstyle): add checkstyle exception file * style: change arrayInitIndent from 2 to 4 * style: add google code style guide
* style: change tab size from 2 to 4 * test(application): remove unused test code * style(package): remove underscore in package name
* build(gradle): add aws-sdk dependency * chore(git): add env.properties to .gitignore * feat(aws): add aws-sns message transfer service * style(checkstyle): add exception case for AbbreviationAsWordInName like AWSCofig * chore(gitignore): add EOF * test(awsSns): add AwsSnsService test * test(awsSns): add CredentialService test * test(awsSns): add failure case to AwsSnsServiceTest * test(awsSns): add EOF * chore(awsSns): change name from aws to awsSns * refactor: rename CredentialService to AwsCredentialService * build(gradle): add configuration processor dependency * refactor(awsSns): change properties used ConfigurationProperties * test(awsSns): change exception verification method from assertThrows to assertThatThrownBy * test(awsSns): change initialization method from setUp function to annotation
Co-authored-by: KAispread <[email protected]>
* chore(application.yml): separate env to submodule * chore(ci): checkout with submodules --------- Co-authored-by: chaerim <[email protected]>
* chore(application.yml): separate env to submodule * chore(ci): checkout with submodules Co-authored-by: chaerim <[email protected]>
# Conflicts: # .github/workflows/ci.yml # src/main/resources/sub
* refactor(awsSns): separate awsSnsCredential from awsCredential * build(gradle): add awssdk-ses dependency * feat(awsSes): add sendEmail function used awsSes * test(awsSes): add AwsSesService test * chore(awsSes): modify sourceEmail * build(ci): add fetch-depth * build(ci): delete ref config * test(awsSns): add getSnsClient test * test(awsSes): add getSesClient test * feat(config): add WebConfig
* build(gradle): add aws s3 dependency * feat(awsS3): add awsS3 config * feat(awsS3): add awsS3 object upload function * feat(awsS3): add awsS3 object delete function * refactor(awsS3): add file conversion exception * refactor(awsS3): refactor convert file function * test(awsS3): add AwsS3CredentialService test * test(awsS3): add AwsS3Service putObject test * test(awsS3): add AwsS3Service deleteObject test * refactor(awsS3): rename variable putObject to putObj * refactor(awsS3): delete fileName from objectKey * test(awsS3): delete fileName from objectKey
* E2I-44 build(gradle): add jib plugin * E2I-44 build(cd): add cd pipeline * E2I-44 build(cd): modify image version * E2I-44 refactor(cd): add config scripts * E2I-44 test(cd): add temp branch name * E2I-44 refactor(cd): change branch name to develop
* refactor(heart): change api response to List for getSentHeart api * test(heart): change api response to List for getSentHeart api
* chore(submodule): change commit pointer * chore(aws): remove unused test & module * feat(sns): add event that send messages to user's phone * feat(sns): test findLeaderPhoneNumber and exclude AwsSnsService bean * style(sns): change class name, message * refactor(email): change email validation * feat(credit): get User's Credit logic * feat(credit): add controller handling credit * fix: fix dispatcher checker error call h2-console * chore: change submodule commit pointer * docs: add api specification * docs: modify write restdocs and develop url --------- Co-authored-by: KAispread <[email protected]>
…126) * feat(exception): add duplicate exception related meeting * feat(meeting): add query that find another meeting time with same team & test * feat(meeting): add meeting application history query * feat(meeting): add validation logic when meeting request & accept --------- Co-authored-by: KAispread <[email protected]>
* feat(meeting): add chatLink to team readByTeamId api * docs(meeting): add chatLink specification --------- Co-authored-by: KAispread <[email protected]>
…s & refresh api (#129) * fix(meeting): add result that meeting list from my request to find accepted meeting list query * refactor(auth): change RefreshToken key name * test(auth): fix refresh test and add API specification * test(auth): fix refresh test and add API specification * test(auth): fix refresh test and add API specification * fix(meeting): fix test fail in workflow CI --------- Co-authored-by: KAispread <[email protected]>
…t create member (#132) * fix(auth): add deleted_at check condition to get member when phone number authentication is successful * refactor(member): add allowMarketing column to member * test(member): add allowMarketing column to member
…133) * refactor(meeting): add filtering logic when check meeting request duplicated * refactor(meeting): modify the logic of inquiring about likes and meeting request data * fix(meeting): fix an error when querying a list of successful meetings & refresh api (#129) * fix(meeting): add result that meeting list from my request to find accepted meeting list query * refactor(auth): change RefreshToken key name * test(auth): fix refresh test and add API specification * test(auth): fix refresh test and add API specification * test(auth): fix refresh test and add API specification * fix(meeting): fix test fail in workflow CI --------- Co-authored-by: KAispread <[email protected]> * refactor(auth): modify refresh api
* refactor(member): change query find member by id * style(heart): change querydsl code style * refactor: add condition to filtering deleted entity * test(team): add request to deleted team test --------- Co-authored-by: KAispread <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related Issue
none
Description
release 1.0.4 (ios)