-
Notifications
You must be signed in to change notification settings - Fork 33
[PROD] Release 1.5 #141
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.5 #141
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
Winner submission for Topcoder TaaS API - Improve Local Setup
…rove-local-setup Revert "Winner submission for Topcoder TaaS API - Improve Local Setup"
- docker-compose file to run all the dependant services - done by "phaniram" via challenge "30162708" (2nd place)
- list only local setup requirements - remove redundant verification guide - added .nvmrc file
…setup feat: improve local setup
Create a script to import Jobs data from Recruit CRM
RCRM Import script: summarize total records created or being already existing
Fix to RCRM Import script: compare endDate with today date
Winner Submission of the challenge Topcoder TaaS API - Data Scripts
- now these commands clears data if exists and don't ask for confirmation
Feature/data scripts
…aas-apis into feature/data-scripts
Feature/data scripts - improvements
…reation [1.5] allow setting status during Job/JobCandidate/ResourceBooking creation
Include the `id` field inside a document when index
we use "config.js" instead of "config.json"
this is done to make it easier creating UI for editing these fields, as usually forms send empty value instead of "null" or "undefined"
allow sending either emails or handles ref issue #148
red issue #144
ref issue #144
ref issue #144
ref issue #144
# Conflicts: # src/services/JobService.js
…points Create 3 proxy endpoints for project members/invites
ref issue #148
Fix candidates list in `GET /taas-teams/:teamId/jobs/:jobId`
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
REPORT_ISSUE_EMAILS
comma-separated list of emails to WHOM send the issue reports from TaaS App for [$175] TaaS-App : Interface for Report an Issue #144REPORT_ISSUE_SENDGRID_TEMPLATE_ID
sendgrid email template to use for [$175] TaaS-App : Interface for Report an Issue #144read:project-invites
for [$40] Return "invites" and "members" for teams #138write:project-invites
- not needed at the moment, but just in case for [$300] Create "POST /taas-teams/:teamId/members" endpoint #148read:project-members
for [$40] Return "invites" and "members" for teams #138write:project-members
for [$300] Create "POST /taas-teams/:teamId/members" endpoint #148npm run migrate
to update DB schema for [$60] Replace Job.endDate with Job.duration #143npm run index:jobs
to update mapping and reindex all the jobs for [$60] Replace Job.endDate with Job.duration #143Release Notes
Job.endDate
field withJob.duration
field [$60] Replace Job.endDate with Job.duration #143POST /taas-teams/email
endpoint to send emails for TaaS App - Interface for Report an Issue[$175] TaaS-App : Interface for Report an Issue #144
POST /taas-teams/:teamId/members
endpoint to add multiple members by handles and emails [$300] Create "POST /taas-teams/:teamId/members" endpoint #148GET /taas-teams/:teamId/members
,GET /taas-teams/:teamId/invites
,DELETE /taas-teams/:teamId/members/:memberId
Create 3 proxy endpoints for project members/invites #158null
values for the fields which allownull
[$30] Allow null in all the requests #137GET /taas-teams/:teamId/jobs/:jobId
endpoint [$40] Fix candidates list inGET /taas-teams/:teamId/jobs/:jobId
endpoint #152deletedAt
is managed automatically instead of writing custom logic to avoid bugs when we forget about it.createdAt
andupdatedAt
are also managed automatically now [$100] Refactor soft-deleting #132null
orundefined
fields`:null
values and empty arrays are always returned [$50] Don't apply "clearObject" method and remove it #119