Releases: BurtonTechnical/RAnLab-api
Releases · BurtonTechnical/RAnLab-api
Final release for the MVP
Adds edit request counts
Fixing compile errors
fixes-alpha-2 Fixing compile errors
Multiple fixes
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
Also now updating the reviewer field on updates to edit requests.
Adding endpoints to manage user data
Also added the ability to specify custom page sizes for edit request pagination.
Added CSV export
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
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
edits-alpha-4 Added edit request previews
Adding get and update for single edit request
edits-alpha-3 Merge branch 'main' of https://github.com/BurtonTechnical/RAnLab-api …
Updating deployment action to add all required environment variables
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.