-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add spacetastic endpoints DOC-1138 (#16)
* feat: add page routes to counter DOC-1138 * feat: add spacetastic endpoints DOC-1138 * docs: adjust readme DOC-1138 * docs: update tests and db version * docs: update postman collection * docs: add testcontainers to counter test * chore: Updated coverage badge. * docs: update Go version in Dockerfile * docs: bump db version in makefile * docs: remove println * docs: adjust assertions * docs: fix format * docs: fix README * Apply suggestions from code review Co-authored-by: Karl Cardenas <[email protected]> --------- Co-authored-by: GitHub Action <[email protected]> Co-authored-by: Karl Cardenas <[email protected]>
- Loading branch information
1 parent
488e5e7
commit b7110ee
Showing
16 changed files
with
492 additions
and
142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ on: | |
- main | ||
|
||
env: | ||
DB_VERSION: 1.0.0 | ||
DB_VERSION: 1.1.0 | ||
|
||
concurrency: | ||
group: ci-${{ github.ref }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
.PHONY: license | ||
|
||
|
||
VERSION:=1.0.0 | ||
VERSION:=1.1.0 | ||
|
||
build: | ||
go build -o hello-universe-api | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.