-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: major changes - migrate from bbolt to pebble - migrate from httproute to gorilla mux - nytimes gzip - improvements all aroud * chore: disable tests until we have a custom test env with higher end machines
- Loading branch information
1 parent
7627256
commit a1d9a68
Showing
66 changed files
with
5,075 additions
and
5,439 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 |
---|---|---|
|
@@ -12,5 +12,8 @@ shell.nix | |
README.md | ||
minio.yaml | ||
ingress.yaml | ||
swag.yaml | ||
swagger.yaml | ||
treefmt.toml | ||
\_db | ||
Makefile | ||
treefmt.toml |
Empty file.
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,21 +1,21 @@ | ||
name: Go | ||
# name: Go | ||
|
||
on: [push] | ||
# on: [push] | ||
|
||
jobs: | ||
build: | ||
# jobs: | ||
# build: | ||
|
||
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
go-version: [ '1.19' ] | ||
# runs-on: ubuntu-latest | ||
# strategy: | ||
# matrix: | ||
# go-version: [ '1.20' ] | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Setup Go ${{ matrix.go-version }} | ||
uses: actions/setup-go@v4 | ||
with: | ||
go-version: ${{ matrix.go-version }} | ||
cache-dependency-path: subdir/go.sum | ||
- name: Test | ||
run: go test --count=1 ./... | ||
# steps: | ||
# - uses: actions/checkout@v3 | ||
# - name: Setup Go ${{ matrix.go-version }} | ||
# uses: actions/setup-go@v4 | ||
# with: | ||
# go-version: ${{ matrix.go-version }} | ||
# cache-dependency-path: subdir/go.sum | ||
# - name: Test | ||
# run: go test --count=1 ./... |
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
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
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.