dependabot[bot]
7b865bc28c
chore(deps): bump actions/setup-node from 3.5.1 to 3.6.0 ( #117 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 3.5.1 to 3.6.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v3.5.1...v3.6.0 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-05 20:12:35 +00:00
Qiao Han
63ceca492b
chore: remove GH_TOKEN from ci
2023-01-04 12:17:50 +08:00
dependabot[bot]
47988e7665
chore(deps): bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 ( #82 )
...
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata ) from 1.3.4 to 1.3.5.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases )
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.4...v1.3.5 )
---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-07 21:03:13 +00:00
Bobbie Soedirgo
b5dccf414b
fix: authenticate action requests to github api ( #78 )
...
* fix: only test on latest
Should help with GitHub API rate limiting
* Update .github/workflows/test.yml
* fix: add github token to workflow
* fix: authenticate with github api
* chore: remove token env
* chore: update dist files
* Revert "chore: remove token env"
This reverts commit 913c7a8e6f .
* chore: use gh token env var
* chore: update user agent string
* chore: organize imports
Co-authored-by: Han Qiao <qiao@supabase.io >
2022-10-19 16:36:59 +08:00
dependabot[bot]
babc75a12d
chore(deps): bump actions/setup-node from 3.5.0 to 3.5.1 ( #75 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 3.5.0 to 3.5.1.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v3.5.0...v3.5.1 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-13 20:38:00 +00:00
Qiao Han
1df8bb6745
chore: add latest version to test matrix
2022-10-12 00:44:04 +08:00
y-yagi
913e9e7c0a
chore: simplify an example of diff checking ( #69 )
...
The original sample hides the result of `git diff`. So if `git diff` returns an
error(e.g. invalid file name specified), the result will be success.
We can use `--exit-code ` option if we only want to know whether differences
exist without depending on other commands.
Ref: https://git-scm.com/docs/git-diff#Documentation/git-diff.txt---exit-code
2022-10-07 10:45:15 +08:00
Qiao Han
3809f2025b
Revert "chore: run e2e more frequently to check reliability"
...
This reverts commit e6bf91f97e .
2022-10-03 10:56:28 +08:00
Qiao Han
c7d47c276a
chore: update default cli to 1.5.4
2022-10-02 10:25:08 +08:00
dependabot[bot]
d76b131352
Bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 ( #62 )
...
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata ) from 1.3.3 to 1.3.4.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases )
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.3...v1.3.4 )
---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-30 21:50:05 +00:00
Qiao Han
32a80091dc
chore: update e2e schedule to every 10 minutes
2022-09-30 23:58:59 +08:00
Qiao Han
e6bf91f97e
chore: run e2e more frequently to check reliability
2022-09-30 23:20:06 +08:00
Han Qiao
fdaed970ca
chore: update cli version for ci
2022-09-30 21:50:00 +08:00
Qiao Han
bf76335a19
chore: update cli version
2022-09-30 17:44:30 +08:00
Han Qiao
dada0b91e9
chore: run periodic tests twice a day ( #60 )
...
* chore: run periodic tests twice a day
* chore: add v1.5.1 to build matrix
2022-09-30 09:16:30 +08:00
dependabot[bot]
08f9dafdb3
Bump actions/setup-node from 3.4.1 to 3.5.0 ( #54 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v3.4.1...v3.5.0 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-27 21:33:59 +00:00
Han Qiao
cf53256c7b
Update default cli version ( #21 )
2022-08-15 09:27:08 +08:00
dependabot[bot]
b6ade3ade7
Bump eslint-plugin-jest from 26.7.0 to 26.8.1 ( #14 )
...
* Bump eslint-plugin-jest from 26.7.0 to 26.8.1
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 26.7.0 to 26.8.1.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases )
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v26.7.0...v26.8.1 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jest
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Use squash commit
* Rename workflow
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Qiao Han <qiao@supabase.io >
2022-08-09 01:20:42 +00:00
Han Qiao
2475761305
Auto merge minor dependabot updates ( #17 )
2022-08-09 09:12:19 +08:00
Han Qiao
0c7fa44ae1
Aggregate test results in one job ( #16 )
2022-08-09 08:50:26 +08:00
Han Qiao
234d31220e
Update readme and default version ( #10 )
2022-08-06 02:27:39 +08:00
Qiao Han
2b65cf0aa3
Revert to node16
2022-08-04 00:22:14 +08:00
Qiao Han
39cbf44fc1
Upgrade to node 18
2022-08-04 00:15:17 +08:00
Qiao Han
2117484206
Fix binary path
2022-08-03 23:04:20 +08:00
Qiao Han
78c4398270
Update action binary
2022-08-03 22:43:59 +08:00
Han Qiao
1633052be9
Initial commit
2022-08-03 21:32:01 +08:00