Skip to content

Releases: topcoder-platform/taas-apis

taas-apis-v1.5.3.1

09 Apr 13:18
7c925b4
Compare
Choose a tag to compare

Patch Notes

taas-apis-v1.5.3

09 Mar 15:08
039fdb4
Compare
Choose a tag to compare

Release Notes

  • feat: Support email template for requesting an extension, support for TaaS App feature topcoder-platform/taas-app#124
  • feat: Add new field isApplicationPageActive to the Job model #168

taas-apis-v1.5.2

25 Feb 16:21
87bcbb8
Compare
Choose a tag to compare

Hotfix

Improve error logging to see the real error during inviting users by email on PROD in the console. To debug issue topcoder-platform/taas-app#119.

taas-apis-v1.5.1

25 Feb 16:18
df33211
Compare
Choose a tag to compare

Hotfix

Fix logging error message to fix Internal Server Error in this issue topcoder-platform/taas-app#119

taas-apis-v1.5

25 Feb 15:21
c4939d8
Compare
Choose a tag to compare

Release Notes

  • feat: scripts to re-index data from DB to ES #67
  • feat: script to import data from RCRM using CSV file #101
  • feat: scripts to import/export demo data locally #67
  • feat: replace Job.endDate field with Job.duration field #143
  • feat: created POST /taas-teams/email endpoint to send emails for TaaS App - Interface for Report an Issue
    #144
  • feat: created POST /taas-teams/:teamId/members endpoint to add multiple members by handles and emails #148
  • feat: created proxy endpoints GET /taas-teams/:teamId/members, GET /taas-teams/:teamId/invites, DELETE /taas-teams/:teamId/members/:memberId #158
  • fix: allow sending null values for the fields which allow null #137
  • fix: candidates list in GET /taas-teams/:teamId/jobs/:jobId endpoint #152
  • refactor: deletedAt is managed automatically instead of writing custom logic to avoid bugs when we forget about it. createdAt and updatedAt are also managed automatically now #132
  • chore: unify all the data to be consistent with null or undefined fields`:
    • unify data stored in DB and ES - null values are stored everywhere #133
    • null values and empty arrays are always returned #119
  • chore: Improve Local Setup process #67

taas-apis-v1.0.4

25 Feb 08:47
ce3257d
Compare
Choose a tag to compare

To make a hotfix for the issue topcoder-platform/taas-app#114 we had to add one feature:

  • feat: support a new Job Candidate status "interview"

taas-apis-v1.0.3

24 Feb 12:06
4e8d898
Compare
Choose a tag to compare

taas-apis-v1.0.3
temp release to accomodate connect intake form release for duration field ahead of taas-app v1.5 release. To avoid impact on duration field. hence it's temp removed in taas-apis.

1.0.1 - remove duration field
1.0.2 - aded debug log
1.0.3 - aded debug log

taas-apis-v1.0

29 Jan 07:35
9ad5a9d
Compare
Choose a tag to compare

taas-apis-v1.0 release from master branch