Skip to content

Releases: BurtonTechnical/RAnLab-api

Swagger Alpha 1

31 Jan 06:19

Choose a tag to compare

First attempt at a release with Swagger docs implemented.

Cors Alpha 3

20 Jan 01:27

Choose a tag to compare

Allows any localhost origin.

Cors Alpha 2

17 Jan 00:28

Choose a tag to compare

Fixing issues with the initial attempt at a CORS release.

Adding CORS to the existing code

17 Jan 00:17

Choose a tag to compare

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

04 Dec 03:08
32976c9

Choose a tag to compare

Fixing the gcloud run command.

Actions 8

04 Dec 03:05
1e6450f

Choose a tag to compare

Fixing the registry name

Actions 7

04 Dec 03:00
17672cb

Choose a tag to compare

Supposedly the Artifact Registry, unlike the Container Registry, requires a region be provided during auth.

Actions 6

04 Dec 02:39

Choose a tag to compare

Adding the dockerfile and other missing elements to main.

Actions 5

04 Dec 02:35
34a66a8

Choose a tag to compare

checking directory contents before docker build

Actions 4

04 Dec 02:24
10a0b1c

Choose a tag to compare

actions-alpha-4

Fixing the build-arg issue. Again.