-
Notifications
You must be signed in to change notification settings - Fork 56
Production Release: To support Connect 2.4.6 #186
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
Added more bus api events
…lateId` in milestoneTemplates #161 Move all supporting entities endpoints under `/v4/projects/metadata`
…nto dev-milestone-6
- support productTemplate as reference and id of the actual productTemplate as referenceId - create a new endpoint which returns all the metadata as GET /v4/projects/metadata
- Move the code to get M2M token to util.js#getM2MToken()
…nto dev-performance-logging
Release to support Connect 2.4.5
…he new reg flow. Keeping the middleware though, in case we need it in future.
… of using relaxed versions mappings.
…e places doesn't break any tests
Feature/project activity
Feature/project activity
…artDate and specific status changes
Fixed groupId env variable key
…tone changes. Now we consume the timeline/milestone events in project service itself and then raise the appropriate events. Another important change is that based on timeline/milestone changes, it updates the phase’s data e.g. it now updates the phase’s progress and duration when a milestone is completed or milestone duration is changed.
…e_events_separation_squashed Separated the raising of project and phase events from timeline/milestone changes
…wever, updated a few old ones too because they were either using camel case names or something else that has to be changed even if we don’t change the name as per new standards.
…calculate the download URL at run time to avoid expiration of the signed url. It would also fix the issue in performance because now it won’t make extra calls to fetch download urls and also fixed the issue where we are unable to load project with many attachments.
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.
Performance improvements for metadata api calls
It now consumes kafka topics from the bus as well, which enabled use to support
lastActivityAt
field per project level.Now we are consuming bus events to sync the
progress
andduration
fields of phase and timeline.Now it also emits more useful events (e.g. team changed, project updated etc) to bus