-
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.
* sqlc を引っぺがす * バージョンを上げる * environment 追加 * いったんコメントアウト * とりあえず * 一時的にテストを変更する * お試し E2E テスト * アップデート * grafana をいったんコメントアウト * 設定ファイルを整理 * 色々整理 * 細かいログ追加 * 色々シンプルにする * validate までは問題なし * 統計ウェブフックを clickhouse に登録できるようになった * 変更履歴を更新する * ブランチ無視削除 * 整理 * chore(deps): bump github.com/docker/docker from v25.0.5 to v26.1.4 by thaJeztah · Pull Request #2584 · testcontainers/testcontainers-go testcontainers/testcontainers-go#2584 これが含まれたのがリリースされるまでコメントアウト * stats_webhook_path を追加 * テストをいったんコメントアウト
- Loading branch information
Showing
29 changed files
with
839 additions
and
3,218 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 |
---|---|---|
|
@@ -25,13 +25,16 @@ jobs: | |
- run: go version | ||
- run: go fmt . | ||
|
||
- uses: dominikh/[email protected] | ||
with: | ||
version: "2023.1.6" | ||
install-go: false | ||
# - uses: dominikh/staticcheck-action@v1 | ||
# with: | ||
# version: "2023.1.7" | ||
# install-go: false | ||
|
||
# - name: Test | ||
# run: make test | ||
|
||
- name: Test | ||
run: make test | ||
# - name: Test | ||
# run: go test -run TestDummy | ||
|
||
- name: Build | ||
run: make |
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 +1 @@ | ||
2023.1.1 | ||
2024.1.0 |
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.