-
Notifications
You must be signed in to change notification settings - Fork 55
Promoting changes to production for connect release 2.4.3 #112
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
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
…BusFormat upgrade message bus format
…jects added debug logs for admin index endpoint
Fixed project upgrade endpoint to set duration of the project and not send product added event separately
…can rollback if it creates issues
…d in server initialisation
— Added required fields
…pdate Feature/project search update
…and projectTypes Restricted write endpoints to only connect admin and topcoder admins
Add project access error messages for copilot
fyi, @mtwomey @rmjmccormick @RishiRajSahu @vic-topcoder Deploying project service ahead of our connect release so that can devote enough time for the connect related changes tomorrow. We need sufficient time tomorrow for the release to update the actual templates before going live. |
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.
It contains following updates to the previous release which provided required features/functionality for connect 2.4.3:
a. now users can use
ref:<actual_ref_code>
to prioritise the search only on the ref code.b. now search respects the project status filter and shows results as per the current selected tab and shows appropriate message to load
All Projects
tab when there is no result for the current selected status tab.c. now search respects the
My Projects
switch as well, earlier it was not showing the search results whenMy Projects
switch was turned on.