Releases: BurtonTechnical/RAnLab-api
Releases · BurtonTechnical/RAnLab-api
Swagger Alpha 1
First attempt at a release with Swagger docs implemented.
Cors Alpha 3
Allows any localhost origin.
Cors Alpha 2
Fixing issues with the initial attempt at a CORS release.
Adding CORS to the existing code
This release adds CORS handling for requests from http[s]://localhost and https://ranlab-app-phzez.ondigitalocean.app/.
Also included here:
- auth0 on most region & business routes
- Get Filters Route (GET, /filters/:regionId)
- Create Region Route (POST, /regions)
- Get Managed Regions Route (GET, /regions)
- Get Single Region Route (GET, /regions/:regionId)
- Update Region Route (POST, /regions/:regionId)
- Delete Region Route (DELETE, /regions/:regionId)
- Get Region Businesses Route (GET, /regions/:regionId/businesses)
- Create Business Route (POST, /businesses) - note this route no longer creates a region; use the Create Region Route instead.
- Update Business Route (POST, /businesses/:businessId)
Actions 9
Fixing the gcloud run command.
Actions 8
Fixing the registry name
Actions 7
Supposedly the Artifact Registry, unlike the Container Registry, requires a region be provided during auth.
Actions 6
Adding the dockerfile and other missing elements to main.
Actions 5
checking directory contents before docker build
Actions 4
actions-alpha-4 Fixing the build-arg issue. Again.