Skip to content

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 89 commits into from
Oct 1, 2018
Merged

Production Release: To support Connect 2.4.6 #186

merged 89 commits into from
Oct 1, 2018

Conversation

vikasrohit
Copy link

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 and duration fields of phase and timeline.
Now it also emits more useful events (e.g. team changed, project updated etc) to bus

architectt1 and others added 30 commits July 14, 2018 03:33
…lateId` in milestoneTemplates

#161 Move all supporting entities endpoints under `/v4/projects/metadata`
- 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
- New authorization scheme for project creation endpoint #171
- Profiling of project service methods #157
- Move the code to get M2M token to util.js#getM2MToken()
Release to support Connect 2.4.5
…he new reg flow. Keeping the middleware though, in case we need it in future.
maxceem and others added 29 commits September 19, 2018 17:50
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.
@vikasrohit vikasrohit merged commit a373fdb into master Oct 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants