Skip to content

Commit d2a9845

Browse files
authored
Merge branch 'main' into dynamic-datasource
2 parents 1382702 + 3236ae7 commit d2a9845

File tree

191 files changed

+67256
-12045
lines changed

Some content is hidden

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

191 files changed

+67256
-12045
lines changed

.eslintignore

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

.eslintrc.js

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

.github/actions/create-prerelease/action.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ inputs:
77
package-path:
88
description: 'package path to run action e.g. package/common'
99
required: true
10-
npm-token:
11-
description: 'token to push to npm registry'
12-
required: true
13-
10+
1411
runs:
1512
using: "composite"
1613
steps:
@@ -19,7 +16,5 @@ runs:
1916
shell: bash
2017

2118
- working-directory: ${{ inputs.package-path }}
22-
run: echo "Changes exist in ${{ inputs.package-path }}" && yarn version prerelease && yarn npm publish --access public --tag dev
23-
env:
24-
NPM_TOKEN: ${{ inputs.npm-token }}
19+
run: echo "Changes exist in ${{ inputs.package-path }}" && yarn version prerelease && yarn npm publish --access public --tag dev
2520
shell: bash

.github/actions/create-release/action.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,12 @@ inputs:
99
repo-token:
1010
description: 'token to create github release'
1111
required: true
12-
npm-token:
13-
description: 'token to push to npm registry'
14-
required: true
1512

1613
runs:
1714
using: "composite"
1815
steps:
1916
- working-directory: ${{ inputs.package-path }}
2017
run: echo "Changes exist in ${{ inputs.package-path }}" && yarn npm publish --access public
21-
env:
22-
NPM_TOKEN: ${{ inputs.npm-token }}
2318
shell: bash
2419

2520
- working-directory: ${{ github.workspace }}

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
utcOffset: "+12:00"
157157

158158
- name: Upload reports
159-
uses: actions/upload-artifact@v4
159+
uses: actions/upload-artifact@v5
160160
with:
161161
name: benchmark-${{steps.current-time.outputs.formattedTime}}-${{steps.query_meta.outputs.indexer_version}}
162162
path: output/benchmark/

.github/workflows/gh-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fetch-depth: 100
1414

1515
- name: Setup Node.js environment
16-
uses: actions/setup-node@v4
16+
uses: actions/setup-node@v5
1717
with:
1818
node-version: lts/*
1919

.github/workflows/pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v5
1212
- name: Setup Node.js environment
13-
uses: actions/setup-node@v4
13+
uses: actions/setup-node@v5
1414
with:
1515
node-version: lts/*
1616
- run: yarn
@@ -53,7 +53,7 @@ jobs:
5353
run: psql "postgresql://$DB_USER:$DB_PASS@$DB_HOST:$DB_PORT/$DB_DATABASE" -c "CREATE EXTENSION IF NOT EXISTS btree_gist;"
5454

5555
- name: Setup Node.js environment
56-
uses: actions/setup-node@v4
56+
uses: actions/setup-node@v5
5757
with:
5858
node-version: lts/*
5959

@@ -75,7 +75,7 @@ jobs:
7575
base-coverage-file: report-main.json
7676

7777
- name: Archive code coverage results
78-
uses: actions/upload-artifact@v4
78+
uses: actions/upload-artifact@v5
7979
with:
8080
name: code-coverage-report
8181
path: report.json

.github/workflows/prerelease.yml

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

0 commit comments

Comments
 (0)