-
Notifications
You must be signed in to change notification settings - Fork 33
[PROD] Release 1.6.0 #175
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
Closed
[PROD] Release 1.6.0 #175
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
Create script for migrating `isApplicationPageActive` from CSV file
implement the `GET /taas-teams/me` endpoint without enrich parameter
Update MigrationMeta table when running init-db
added common Code Guidelines
added tech stack info
work period endpoint added
fix workperiodService reusable method and unnecessary conversion
# Conflicts: # docs/swagger.yaml
[DEV] Patch 1.5.3.1
demo-payment script
fix async await foreach
Feature/work periods
Work Periods Payments
…ayments Add ability to switch on/off actual payments via config
make Resource Booking model to not store time, only dates
…or-payments Use billing account for payments
fix auto calculation of days worked
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.
☘️ Test Releasing Guide Locally
We are going to introduce a LOT of changes in this release. So when this PR is ready to release, we have to try it locally first:
(potentially we can automate this and make a part of releasing process)
Release Guide
npm run index:work-periods
to create a new ES index for Work Periodsnpm run migrate
to:2021-03-30-work-period-table-create
2021-04-10-work-period-payment-table-create
2021-04-22-1-make-resource-booking-dates-store-no-timestamp
2021-04-22-2-populate-work-periods-for-resource-bookings
npm run index:resource-bookings
to reindex Resource BookingsRelease Notes
GET /taas-teams/me
[$50] Create proxy endpointGET /taas-teams/me
#154 + [$20] Remove support ofenrich
query param forGET /taas-teams/me
endpoint #170