Skip to content

Commit fe49a7c

Browse files
committed
Merge branch 'master' into aliwaseem/fe-2215-poc-surface-index-advisor-insights-in-table-editor
2 parents 36cc4e9 + f01dedd commit fe49a7c

617 files changed

Lines changed: 33396 additions & 37363 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@
1818
/apps/studio/components/interfaces/Billing/Payment @supabase/security
1919
/apps/studio/components/interfaces/Organization/Documents/ @supabase/security
2020
/apps/studio/pages/new/index.tsx @supabase/security
21+
22+
/apps/studio/data/sql/queries/ @supabase/postgres @avallete

.github/workflows/autofix_linters.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ concurrency:
1010
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1111
cancel-in-progress: true
1212

13-
permissions:
14-
contents: read
15-
1613
jobs:
1714
autofix:
1815
runs-on: blacksmith-2vcpu-ubuntu-2404
@@ -23,10 +20,18 @@ jobs:
2320
- name: Calculate number of commits
2421
run: echo "PR_FETCH_DEPTH=$(( ${{ github.event.pull_request.commits }} + 1 ))" >> "${GITHUB_ENV}"
2522

23+
- name: Generate token
24+
id: app-token
25+
uses: actions/create-github-app-token@v2
26+
with:
27+
app-id: ${{ secrets.GH_AUTOFIX_APP_ID }}
28+
private-key: ${{ secrets.GH_AUTOFIX_PRIVATE_KEY }}
29+
permission-contents: write
30+
2631
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2732
with:
2833
ref: ${{ github.head_ref }}
29-
token: ${{ secrets.PAT_AUTOFIX }}
34+
token: ${{ steps.app-token.outputs.token }}
3035
fetch-depth: ${{ env.PR_FETCH_DEPTH }}
3136
sparse-checkout: |
3237
packages

.github/workflows/fix-typos.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ concurrency:
1010
cancel-in-progress: true
1111

1212
permissions:
13-
contents: write
14-
pull-requests: write
13+
contents: read
1514

1615
jobs:
1716
build:
@@ -21,6 +20,16 @@ jobs:
2120
with:
2221
ref: master
2322
- uses: sobolevn/misspell-fixer-action@06ff0b508d4f4c0ba70d15f9a628232c0aade536 # v0.1.0
23+
24+
- name: Generate token
25+
id: app-token
26+
uses: actions/create-github-app-token@v2
27+
with:
28+
app-id: ${{ secrets.GH_AUTOFIX_APP_ID }}
29+
private-key: ${{ secrets.GH_AUTOFIX_PRIVATE_KEY }}
30+
permission-contents: write
31+
permission-pull-requests: write
32+
2433
- uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0
2534
with:
26-
token: ${{ secrets.GITHUB_TOKEN }}
35+
token: ${{ steps.app-token.outputs.token }}

apps/cms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@payloadcms/db-postgres": "^3.52.0",
2525
"@payloadcms/live-preview-react": "^3.52.0",
2626
"@payloadcms/next": "3.52.0",
27-
"@payloadcms/payload-cloud": "3.52.0",
27+
"@payloadcms/payload-cloud": "3.60.0",
2828
"@payloadcms/plugin-form-builder": "3.52.0",
2929
"@payloadcms/plugin-nested-docs": "3.52.0",
3030
"@payloadcms/plugin-seo": "3.52.0",

apps/design-system/__registry__/default/block/chart-area-axes.tsx

Lines changed: 0 additions & 91 deletions
This file was deleted.

apps/design-system/__registry__/default/block/chart-area-default.tsx

Lines changed: 0 additions & 77 deletions
This file was deleted.

apps/design-system/__registry__/default/block/chart-area-gradient.tsx

Lines changed: 0 additions & 100 deletions
This file was deleted.

0 commit comments

Comments
 (0)