-
Notifications
You must be signed in to change notification settings - Fork 33
[PROD] Release 1.6.0 #222
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
[PROD] Release 1.6.0 #222
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
Work Period Automation and Constraints
…utomation Work Periods Automation
Add work period payments.
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.
Release Guide
Add new Kafka Topics:
Create new Auth0 scopes:
Set env variable if you would like to disable the actual payment processing:
⏹️ Stop TaaS API and ES Processor
Merge PR for ES Processor [PROD] Release 1.6.0 taas-es-processor#50
Merge this PR
--to
param to the migrate commands, to makes sure we only run the part of migrations which we need.Run
npm run migrate -- --to 2021-04-22-2-resource-booking-work-peirod-payment-add-billing-account-id-field.js
to make the next migrations: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-resource-booking-work-peirod-payment-add-billing-account-id-field
Run
npm run index:resource-bookings
to reindex Resource BookingsRun
npm run index:work-periods
to create a new ES index for Work Periods.Run
npm run migrate -- to 2021-04-22-3-populate-work-periods-for-resource-bookings.js
to make the next migrations:2021-04-22-3-populate-work-periods-for-resource-bookings
Merge TaaS App PR [PROD] Release 1.5.4 (Support Work Periods API updates) topcoder-archive/topcoder-platform-taas-app#154
Release 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