Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
f0d5eb6
chore(deps): bump supabase/postgres from 17.4.1.031 to 17.4.1.034 in …
dependabot[bot] May 20, 2025
4ac919b
chore(deps): bump supabase/gotrue from v2.172.1 to v2.173.0 in /pkg/c…
dependabot[bot] May 20, 2025
e59304e
chore(deps): bump supabase/postgres-meta from v0.89.0 to v0.89.1 in /…
dependabot[bot] May 20, 2025
5474044
fix: escape underscore in sql like syntax (#3586)
sweatybridge May 20, 2025
0b5b873
chore(deps): bump supabase/postgres from 17.4.1.034 to 17.4.1.035 in …
dependabot[bot] May 21, 2025
27a6977
chore(deps): bump supabase/postgres-meta from v0.89.1 to v0.89.2 in /…
dependabot[bot] May 21, 2025
7543b4c
chore(deps): bump go.opentelemetry.io/otel from 1.35.0 to 1.36.0 (#3596)
dependabot[bot] May 22, 2025
18e8c51
chore(deps): bump supabase/postgres from 17.4.1.035 to 17.4.1.036 in …
dependabot[bot] May 22, 2025
c603179
chore(deps): bump supabase/studio from 2025.05.19-sha-3487831 to 2025…
dependabot[bot] May 22, 2025
ce6afd0
fix: unset git branch when name is provided (#3603)
sweatybridge May 23, 2025
cae4a03
fix: early fail on non-exposed docker daemon (#3592)
PhilipWee May 23, 2025
09d4870
chore: explicit permission in actions (#3411)
doublethink May 23, 2025
48a3378
chore(deps): bump supabase/studio from 2025.05.21-sha-c9ee6bc to 2025…
dependabot[bot] May 26, 2025
27801f0
chore(deps): bump google.golang.org/grpc from 1.72.1 to 1.72.2 (#3618)
dependabot[bot] May 27, 2025
ab3ae0a
chore(deps): bump supabase/realtime from v2.35.3 to v2.35.4 in /pkg/c…
dependabot[bot] May 27, 2025
9a2a740
chore(deps): bump github.com/slack-go/slack from 0.16.0 to 0.17.0 (#3…
dependabot[bot] May 27, 2025
2ac3b73
fix: use new api types (#3621)
sweatybridge May 27, 2025
f9058e9
chore(deps): bump supabase/postgres from 17.4.1.036 to 17.4.1.037 in …
dependabot[bot] May 28, 2025
d26fc52
chore(deps): bump supabase/realtime from v2.35.4 to v2.35.6 in /pkg/c…
dependabot[bot] May 28, 2025
ebb9f44
chore(deps): bump supabase/gotrue from v2.173.0 to v2.174.0 in /pkg/c…
dependabot[bot] May 29, 2025
5011300
chore(deps): bump supabase/storage-api from v1.22.17 to v1.23.0 in /p…
dependabot[bot] May 29, 2025
0cbb76c
chore(deps): bump supabase/realtime from v2.35.6 to v2.36.0 in /pkg/c…
dependabot[bot] May 29, 2025
f49323d
chore: handle nullable fields
sweatybridge May 29, 2025
b2ac658
fix: account for nullable auth config types
sweatybridge May 29, 2025
917b61a
feat: add web3 solana configs (#3605)
hf May 29, 2025
c11c59c
chore(deps): bump supabase/postgres-meta from v0.89.2 to v0.89.3 in /…
dependabot[bot] May 30, 2025
bc6387d
chore(deps): bump supabase/realtime from v2.36.0 to v2.36.5 in /pkg/c…
dependabot[bot] May 30, 2025
2d00291
chore(deps): bump github.com/docker/cli from 28.1.1+incompatible to 2…
dependabot[bot] Jun 1, 2025
f6034ae
chore: separate pkg module
sweatybridge Jun 1, 2025
67a5c49
fix: import pkg module in cli (#3640)
sweatybridge Jun 2, 2025
36c8923
chore(deps): bump supabase/studio from 2025.05.26-sha-bd7334d to 2025…
dependabot[bot] Jun 3, 2025
6d12760
chore(deps): bump supabase/realtime from v2.36.5 to v2.36.6 in /pkg/c…
dependabot[bot] Jun 3, 2025
ab0817e
chore(deps): bump supabase/logflare from 1.12.0 to 1.14.2 in /pkg/con…
dependabot[bot] Jun 3, 2025
5cf0844
chore(deps): bump supabase/postgres from 17.4.1.037 to 17.4.1.038 in …
dependabot[bot] Jun 3, 2025
8c396cf
fix: always use the latest pkg (#3645)
sweatybridge Jun 3, 2025
f4cb6fb
chore: update job permissions
sweatybridge Jun 3, 2025
33895c1
fix: remove unnecessary dependency
sweatybridge Jun 3, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ updates:
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "gomod"
directory: "pkg"
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/"
schedule:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
branches:
- develop

permissions:
contents: read

jobs:
test:
name: Test
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/deploy-check.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Check Deploy

on:
pull_request_target:
pull_request:
types:
- opened
- reopened
Expand All @@ -10,6 +10,9 @@ on:
branches:
- main

permissions:
contents: read

jobs:
check:
if: github.head_ref != 'develop'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/fast-forward.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
publish:
needs:
- approved
permissions:
contents: write
packages: write
# Call workflow explicitly because events from actions cannot trigger more actions
uses: ./.github/workflows/release.yml
secrets: inherit
6 changes: 5 additions & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ on:
- 'package.json'
- 'scripts/**'

permissions:
contents: write

jobs:
pack:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -99,7 +102,8 @@ jobs:

- run: npm install -g pnpm
- run: pnpm init
- run: pnpm i --save-dev ./supabase-1.28.0.tgz
# https://github.com/pnpm/pnpm/issues/9124#issuecomment-2663021284
- run: pnpm i --save-dev ./supabase-1.28.0.tgz --allow-build=supabase
- run: pnpm supabase --version

bun:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/mirror-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
required: true
type: string

permissions:
contents: read

jobs:
mirror:
runs-on: ubuntu-latest
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ on:
- submitted
workflow_dispatch:

permissions:
contents: read

jobs:
setup:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -46,6 +49,10 @@ jobs:
publish:
needs:
- setup
permissions:
contents: read
packages: write
id-token: write
if: ${{ needs.setup.outputs.tags != needs.setup.outputs.curr }}
strategy:
matrix:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pg-prove.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Publish pg_prove
on:
workflow_dispatch:

permissions:
contents: read

jobs:
settings:
runs-on: ubuntu-latest
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/publish-migra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Publish migra
on:
workflow_dispatch:

permissions:
contents: read

jobs:
settings:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -70,9 +73,9 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Merge multi-arch manifests
run: |
docker buildx imagetools create -t ${{ needs.settings.outputs.image_tag }} \
${{ needs.settings.outputs.image_tag }}_amd64 \
${{ needs.settings.outputs.image_tag }}_arm64
docker buildx imagetools create -t "${{ needs.settings.outputs.image_tag }}" \
"${{ needs.settings.outputs.image_tag }}_amd64" \
"${{ needs.settings.outputs.image_tag }}_arm64"

publish:
needs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- develop
workflow_dispatch:

permissions:
contents: write

jobs:
release:
name: semantic-release
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
- main
workflow_call:

permissions:
contents: write
packages: write

jobs:
settings:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tag-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
required: true
type: string

permissions:
contents: read

jobs:
tag:
name: Move latest tag
Expand Down
Loading