Skip to content

Releases: BurtonTechnical/RAnLab-api

Final release for the MVP

30 Apr 19:26

Choose a tag to compare

Adds edit request counts

Fixing compile errors

18 Apr 07:24

Choose a tag to compare

fixes-alpha-2

Fixing compile errors

Multiple fixes

18 Apr 07:15

Choose a tag to compare

Firestore should be working again
Admins should get all regions when requesting their own region data
Region admins should be able to see all user data
Edit Requests should accept the full business instead of just the ID for deletes

Adding Approval workflow

19 Mar 01:19

Choose a tag to compare

Also now updating the reviewer field on updates to edit requests.

Adding endpoints to manage user data

15 Mar 00:09

Choose a tag to compare

Also added the ability to specify custom page sizes for edit request pagination.

Added CSV export

14 Mar 02:15

Choose a tag to compare

Also filled out the pagination options a bit in this release. Most of the editRequests routes now support pagination.

Adding pagination on /edits/all and modifying the call convention a bit

12 Mar 05:16

Choose a tag to compare

Added pagination and query-by-status on /edits/all

Also finally got around to separating the test and prod firestore
instances

Adding edit request query by Pending and Reviewed status as well as merge preview

09 Mar 01:31

Choose a tag to compare

Adding get and update for single edit request

08 Mar 15:51

Choose a tag to compare

edits-alpha-3

Merge branch 'main' of https://github.com/BurtonTechnical/RAnLab-api …

Updating deployment action to add all required environment variables

07 Mar 04:17
8d76520

Choose a tag to compare

Updated list of required variables:

AUTH0_MGMT_CLIENT_SECRET
AUTH0_CLIENT_SECRET
AUTH0_DOMAIN
AUTH0_CLIENT_ID
AUTH0_MGMT_CLIENT_ID
AUTH0_CLAIMS_NAMESPACE

Also added the "GC Run" environment with all of the above populated in it.