Skip to content

Commit

Permalink
Virtual foreign keys (#2188)
Browse files Browse the repository at this point in the history
  • Loading branch information
alishakawaguchi authored Jun 25, 2024
1 parent 7360f4b commit dd74ee7
Show file tree
Hide file tree
Showing 55 changed files with 6,922 additions and 1,063 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,16 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
redis:
image: redis
ports:
- 6379:6379
options: >-
--health-cmd "redis-cli ping"
--health-interval 10s
--health-timeout 5s
--health-retries 5
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -86,6 +96,7 @@ jobs:
env:
INTEGRATION_TESTS_ENABLED: 1
TEST_DB_URL: postgres://postgres:postgres@localhost:5432/postgres
TEST_REDIS_URL: redis://localhost:6379

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
Expand Down
90 changes: 69 additions & 21 deletions backend/gen/go/db/jobs.sql.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

58 changes: 58 additions & 0 deletions backend/gen/go/db/mock_Querier.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 14 additions & 13 deletions backend/gen/go/db/models.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions backend/gen/go/db/querier.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit dd74ee7

Please sign in to comment.