-
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: update pocketbase to 0.23 (#13)
* feat: update pocketbase Go to 0.23 * try to update pb_hooks to pocketbase 0.23 * feat: remove migrations and start from the pb_schema export file * feat: add starters schema * chore: update pocketbase sdk * feat: add lint checks to PRs and local toolchain (#16) * feat: add lint checks to PR and tool for local * fix: add the package comment on package main * feat: add format tools (#17) * refactor: create cmd, add temportal dep and proc (#18) * refactor: create cmd, add temportal dep and proc * doc: the package doc and fix the email public path * fix: remove duplicate docker compose file * chore: add vuln check on go packages * fix: codegen * fix: type issues * refactor: remove useless import() * feat: fix lint and add vulncheck to linting * fix: remove double checks on pr and push --------- Co-authored-by: Puria Nafisi Azizi <puria@dyne.org> Co-authored-by: Giovanni Abbatepaolo <30571828+bbtgnn@users.noreply.github.com>
- Loading branch information
1 parent
701a407
commit d483b1f
Showing
141 changed files
with
3,101 additions
and
5,940 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 |
---|---|---|
|
@@ -2,7 +2,6 @@ name: 🐹 lint | |
|
||
on: | ||
pull_request: | ||
push: | ||
paths: | ||
- '**.go' | ||
- 'go.mod' | ||
|
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,4 +1,4 @@ | ||
pocketbase: air | ||
ui: ./scripts/wait-for-it.sh localhost:8090 && cd webapp && bun i && bun dev | ||
ui: ./scripts/wait-for-it.sh -t 0 localhost:8090 && cd webapp && bun i && bun dev | ||
docs: cd docs && bun i && bun run docs:dev | ||
temporal: temporal server start-dev --db-filename pb_data/temporal.db |
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.