-
Notifications
You must be signed in to change notification settings - Fork 55
Production release 2.4.16 #427
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
Merged
Merged
Conversation
This file contains hidden or 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
Fix for issue-381
Cannot reproduce this issues locally, so this fix is a guess.
This reverts commit 14b34b8.
Project has been indexed in a wrong way for unit test. Also, we have to wait until the index is refreshed to make tests consistent.
f2f avoid draft status
Added endpoint for getting project members with ability to get additional data form member service and pre-populate the member list. ref: Winner submission from challenge 30107353 - "Topcoder Project Service - Project Members Traits"
Also, removed disabling eslint rule.
Added/updated following endpoints to get user information with additional data: 1. project member by id 2. list of all invites inside the project 3. authenticated user invite details
1. Return only single object for invite endpoint 2. Handle 404 error for get project member by id endpoint 3. Return only pending project member invites
feat: project member & invites endpoints with additional fields
Mask invitation emails with asterisks #3388
…mber Service failed
- properly ignore invites which don't have userId - don't fail populating details for all the members if just for some members we fail to load traits. Just log error and debug information in such case - don't set 'null' for photoURL if we didn't get it, so we keep the exact falsy value we got from the server
fix some unit tests
…etion-date [Hotfix] [DEV] milestone completion date
[HOTFIX] [DEV] es skills
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.
Supporting release for connect 2.4.16 with:
In Review