-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9467cb8
commit e577b48
Showing
11 changed files
with
3,573 additions
and
4,390 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: ci | ||
|
||
on: [push, workflow_dispatch] | ||
|
||
jobs: | ||
build-and-test-job: | ||
runs-on: ubuntu-latest | ||
if: "!contains(github.event.head_commit.message, 'skip ci')" | ||
env: | ||
NODE_OPTIONS: '--max-old-space-size=3200' | ||
steps: | ||
- { uses: actions/checkout@v4, with: { persist-credentials: false } } | ||
- { uses: actions/setup-node@v4, with: { node-version: 'lts/*', cache: 'yarn' } } | ||
- run: yarn --frozen-lockfile | ||
- run: yarn build | ||
- run: yarn test |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,63 +1 @@ | ||
## [1.2.6](https://github.com/NaturalCycles/github-db/compare/v1.2.5...v1.2.6) (2021-10-20) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* deps ([41a04b4](https://github.com/NaturalCycles/github-db/commit/41a04b465955be563c4f95cc29f909b528334114)) | ||
* deps ([09d58a4](https://github.com/NaturalCycles/github-db/commit/09d58a437eda0202d5da29f4ab8685a8c3900670)) | ||
|
||
## [1.2.5](https://github.com/NaturalCycles/github-db/compare/v1.2.4...v1.2.5) (2020-10-25) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* deps ([e03b3f2](https://github.com/NaturalCycles/github-db/commit/e03b3f2de7e6c1b47c1591930b4227df06f8d6e1)) | ||
|
||
## [1.2.4](https://github.com/NaturalCycles/github-db/compare/v1.2.3...v1.2.4) (2020-08-11) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* deps ([e90f92f](https://github.com/NaturalCycles/github-db/commit/e90f92fd2c6332ffa7811b2a124c19a2329444dc)) | ||
|
||
## [1.2.3](https://github.com/NaturalCycles/github-db/compare/v1.2.2...v1.2.3) (2020-05-31) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* allow read-only access to public repo without token! ([21442ca](https://github.com/NaturalCycles/github-db/commit/21442ca4396889fa4267dd2a6d9580e51f5d93e3)) | ||
|
||
## [1.2.2](https://github.com/NaturalCycles/github-db/compare/v1.2.1...v1.2.2) (2020-05-31) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* adapt to db-lib@7 ([b5b0a4d](https://github.com/NaturalCycles/github-db/commit/b5b0a4dded722a42d6d558bd760fad667585c6d8)) | ||
|
||
## [1.2.1](https://github.com/NaturalCycles/github-db/compare/v1.2.0...v1.2.1) (2020-05-25) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* publish ([06a863b](https://github.com/NaturalCycles/github-db/commit/06a863ba22c9aba09c9c83c6ffab92fb994e363e)) | ||
|
||
# [1.2.0](https://github.com/NaturalCycles/github-db/compare/v1.1.0...v1.2.0) (2020-05-24) | ||
|
||
|
||
### Features | ||
|
||
* use p-queue to control github api access concurrency ([f19374c](https://github.com/NaturalCycles/github-db/commit/f19374ca24b3a6d76ec4c34d60f18973a1362574)) | ||
|
||
# [1.1.0](https://github.com/NaturalCycles/github-db/compare/v1.0.0...v1.1.0) (2020-05-24) | ||
|
||
|
||
### Features | ||
|
||
* saveFiles saves multiple files in 1 commit ([fb40ace](https://github.com/NaturalCycles/github-db/commit/fb40ace25a30d5f26401b0e4f8ae0b2bf2ca3ff1)) | ||
|
||
# 1.0.0 (2020-05-11) | ||
|
||
|
||
### Features | ||
|
||
* first working version ([245e3b6](https://github.com/NaturalCycles/github-db/commit/245e3b6c0225f418d69ac0ec2bb2b8bd4be77980)) | ||
See [Github Releases](https://github.com/NaturalCycles/github-db/releases) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.