Skip to content

Prod deploy #2247

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 49 commits into from
May 14, 2024
Merged
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
3e83a79
feat(storage): expose storage api client to public
sweatybridge Apr 30, 2024
f3cbee8
chore: remove download timeout
sweatybridge Apr 30, 2024
8dddd06
chore: simplify request editor
sweatybridge Apr 30, 2024
3c56b4f
feat(storage): support copying files to local storage api
sweatybridge Apr 30, 2024
61d040f
chore: refactor file options parser
sweatybridge Apr 30, 2024
ee8e442
chore(deps): bump github.com/docker/cli from 26.1.0+incompatible to 2…
dependabot[bot] May 1, 2024
611ec95
chore(deps): bump github.com/docker/docker from 26.1.0+incompatible t…
dependabot[bot] May 1, 2024
50e9f07
chore(deps): bump github.com/charmbracelet/bubbletea from 0.25.0 to 0…
dependabot[bot] May 2, 2024
11940ab
chore: reuse fetcher client everywhere
sweatybridge Apr 30, 2024
9e03c1c
chore: update role logs
sweatybridge May 2, 2024
0f04429
chore: refactor cloudflare dns over https client
sweatybridge May 2, 2024
064c806
chore: refactor tenant api client
sweatybridge May 2, 2024
e0ea897
chore: update unit tests
sweatybridge May 2, 2024
a4a25b3
fix: update to the latest API spec (#2232)
sweatybridge May 2, 2024
283d68a
fix: bump edge-runtime to 1.46.3
laktek May 2, 2024
e93de0d
fix: bump edge-runtime to 1.46.3 (#2234)
laktek May 2, 2024
4541951
fix: add realtime admin to reserved roles (#2235)
sweatybridge May 3, 2024
3e8bb58
fix: warn env names with supabase prefix (#2236)
sweatybridge May 3, 2024
13daaee
chore(deps): bump github.com/charmbracelet/bubbletea from 0.26.0 to 0…
dependabot[bot] May 3, 2024
52d679f
feat: support declarative schema with db diff (#2099)
sweatybridge May 3, 2024
79d77b1
chore: update yarn 4 installation instructions
sweatybridge May 3, 2024
fd51bfb
chore(deps): bump tar from 7.0.1 to 7.1.0 (#2240)
dependabot[bot] May 6, 2024
27f1acf
chore(deps): bump github.com/golangci/golangci-lint from 1.57.2 to 1.…
dependabot[bot] May 6, 2024
e639c3d
chore(deps): bump golang.org/x/term from 0.19.0 to 0.20.0 (#2243)
dependabot[bot] May 6, 2024
058cf3f
chore(deps): bump golang.org/x/oauth2 from 0.19.0 to 0.20.0 (#2242)
dependabot[bot] May 6, 2024
264165d
fix: bump edge-runtime to 1.47.0
laktek May 6, 2024
b078388
fix: bump edge-runtime to 1.47.0 (#2244)
laktek May 6, 2024
06a9058
fix: bump studio version (#2245)
saltcod May 6, 2024
1de7719
chore(deps): bump github.com/gin-gonic/gin from 1.9.1 to 1.10.0 (#2249)
dependabot[bot] May 7, 2024
bccbec7
fix: bump edge-runtime to 1.48.0
laktek May 7, 2024
36101e5
fix: bump edge-runtime to 1.48.0 (#2253)
laktek May 8, 2024
eaa23f6
chore(deps): bump golangci/golangci-lint-action from 5 to 6 (#2248)
dependabot[bot] May 8, 2024
2647536
chore: clean up db pull implementation (#2175)
sweatybridge May 8, 2024
a6fc3d4
feat: add hook secrets
J0 Apr 6, 2024
6414569
Apply suggestions from code review
sweatybridge May 8, 2024
63f0f7c
fix: add send sms hook as test
J0 May 8, 2024
3ec0dc4
feat: add HTTP hook Secret Configuration (#2129)
J0 May 8, 2024
08267f0
chore: typo in variable name
sweatybridge May 8, 2024
ad63f18
fix: index out of bound when applying migrations
sweatybridge May 8, 2024
057885e
chore(deps): bump github.com/golangci/golangci-lint from 1.58.0 to 1.…
dependabot[bot] May 9, 2024
afd9977
chore(deps): bump github.com/charmbracelet/bubbletea from 0.26.1 to 0…
dependabot[bot] May 9, 2024
5f146f1
chore: support struct return type for pgmock
sweatybridge May 9, 2024
271ae5e
fix: add unit test for cache hit
sweatybridge May 9, 2024
7cedde7
fix: create migrations dir before saving diff (#2260)
sweatybridge May 10, 2024
95fa2df
chore(deps): bump github.com/docker/cli from 26.1.1+incompatible to 2…
dependabot[bot] May 10, 2024
2262445
chore(deps): bump github.com/containers/common from 0.58.2 to 0.58.3 …
dependabot[bot] May 10, 2024
d4d252c
chore(deps): bump github.com/docker/docker from 26.1.1+incompatible t…
dependabot[bot] May 10, 2024
517a95b
fix: bump edge-runtime to 1.49.0
nyannyacha May 10, 2024
46d77b9
fix: bump edge-runtime to 1.49.0 (#2265)
laktek May 10, 2024
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ jobs:
# Linter requires no cache
cache: false

- uses: golangci/golangci-lint-action@v5
- uses: golangci/golangci-lint-action@v6
with:
args: --timeout 3m --verbose

6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -28,6 +28,12 @@ To install the beta release channel:
npm i supabase@beta --save-dev
```

When installing with yarn 4, you need to disable experimental fetch with the following nodejs config.

```
NODE_OPTIONS=--no-experimental-fetch yarn add supabase
```

> **Note**
For Bun versions below v1.0.17, you must add `supabase` as a [trusted dependency](https://bun.sh/guides/install/trusted) before running `bun add -D supabase`.

Loading