renovate[bot]
a6aa6d8977
chore(deps): update dependency @types/async-retry to v1.4.8
2024-02-29 18:04:05 -06:00
renovate[bot]
d74e7c3fff
chore(deps): update dependency @vercel/ncc to v0.38.1
2024-02-29 17:24:38 -06:00
renovate[bot]
6181fed9fb
chore(deps): update dependency @types/semver to v7.5.8
2024-02-29 17:24:24 -06:00
renovate[bot]
fbf5b79d82
chore(deps): update dependency c8 to v9
2024-02-29 17:24:07 -06:00
renovate[bot]
4dabafeac9
chore(deps): update dependency @tsconfig/node16 to v16
2024-02-29 17:22:21 -06:00
renovate[bot]
5ebbc8c7d2
chore(deps): update dependency @types/node to v20
2024-02-29 17:21:23 -06:00
renovate[bot]
c161ca611c
chore(deps): update dependency ava to v6
2024-02-29 17:21:02 -06:00
renovate[bot]
102f83a10b
chore(deps): update dependency @ava/typescript to v4
2024-02-29 17:20:24 -06:00
renovate[bot]
d4c13f548c
fix(deps): update dependency semver to v7.6.0
2024-02-29 17:20:12 -06:00
renovate[bot]
584528bc97
fix(deps): update dependency @octokit/plugin-throttling to v8.2.0
2024-02-29 17:20:00 -06:00
renovate[bot]
594dc72afe
fix(deps): update dependency @actions/core to v1.10.1
2024-02-29 17:19:47 -06:00
renovate[bot]
4dfabfd9f5
chore(deps): update dependency eslint-plugin-jest to v27.9.0
2024-02-29 17:19:30 -06:00
renovate[bot]
583db7af0d
chore(deps): update dependency @typescript-eslint/parser to v5.62.0
2024-02-29 17:19:05 -06:00
renovate[bot]
76c17a2565
chore(deps): update dependency @types/node to v18.19.21
2024-02-29 17:17:04 -06:00
renovate[bot]
5e9d0e3230
chore(deps): pin dependencies
2024-02-29 17:14:38 -06:00
Edmund Miller
086207c662
Merge pull request #41 from nf-core/renovate
2024-02-28 07:50:03 -06:00
Edmund Miller
3aac76ae9f
ci: Add renovate config
2024-02-27 15:02:23 -06:00
5fc57fbcc8
chore: Update CHANGELOG
2024-02-09 08:18:27 -06:00
Matthias Hörtenhuber
a877f66559
Update node version
2024-02-09 08:18:27 -06:00
bdd63150d7
chore: Bump version in CHANGELOG to v1.5.2
2024-02-07 09:28:31 -06:00
7810249267
chore: Bump version is package.json to v1.5.2
2024-02-07 09:26:28 -06:00
3c145a195b
chore: Update CHANGELOG
2024-02-03 11:22:16 -06:00
4fb3dae2b8
chore: Add deprecation messages for GitHub API parameters
2024-02-03 11:22:16 -06:00
15cd07b8f0
chore: Update CHANGELOG
2024-02-03 11:20:30 -06:00
725f631c7c
chore: Update lint-staged config to also lint TypeScript files
2024-02-03 11:20:30 -06:00
0898720a28
chore: Initialize husky
2024-02-03 11:20:30 -06:00
73885d551e
chore: Install lint-staged
2024-02-03 11:20:30 -06:00
0512776f32
chore: Install husky
2024-02-03 11:20:30 -06:00
791b428d55
chore: Update CHANGELOG
2024-02-03 11:17:01 -06:00
5a8fee0c89
feat: Add working launch.json file for debugging in VSCode
2024-02-03 11:17:01 -06:00
d5ff89d8bb
feat: Add sourcemaps to tsconfig
...
This feature is needed by the VSCode debugger.
2024-02-03 11:17:01 -06:00
a46a611717
chore: Update CHANGELOG
2024-02-03 11:16:01 -06:00
b9e2acafe8
feat: Add actrc file
2024-02-03 11:16:01 -06:00
58b277c92b
feat: Add Java install if using act
...
For some reason, I need to pin the Java install when using act. This is not
needed when using the GitHub Actions runner, so add an escape clause to
only run this extra step when using act.
2024-02-03 11:16:01 -06:00
a0a0a4327f
refactor: Rename integration testing CI workflows to 'example-usage'
...
We have two CI workflows with the name "test" (three if you count
"test-14"). This ambiguates the job name, and results in act running both
unit tests and integration tests when running `act -j test`. Fix that by
changing the names.
2024-02-03 11:16:01 -06:00
ebae0f3159
chore: Update CHANGELOG for v1.5.1
2024-01-30 10:46:04 -06:00
c4fb7bfc75
chore: bump version in package json files
2024-01-30 10:44:39 -06:00
ba0bc84592
chore: Update CHANGELOG
2024-01-30 10:42:55 -06:00
3e5019b784
ci: Update minimum node version in ci
...
The pagination changes require Node.js 18 or greater, so update the test
apparatus to use the latest LTS version of Node.
2024-01-30 10:42:55 -06:00
da56dbefc9
test: Refactor API tests to work with combined functions
...
Now that we are lazy-loading the API pages, OctokitWrapper is handling the
conversion to NextflowRelease in one function call. This means we can't test
the API schema. That should be fine as we pinned the API version. We can
test that the resulting objects for validity, so do that.
2024-01-30 10:42:55 -06:00
67a9c84bd7
feat: Pin GitHub API version
2024-01-30 10:42:55 -06:00
a5dd242af1
feat!: Remove tag_filter function
2024-01-30 10:42:55 -06:00
2850a8553a
refactor: Replace pull_releases function with iterator generator
...
Although the types are different, the intent is the same, so I think the
name is fitting.
2024-01-30 10:42:55 -06:00
91ef9fb65a
test: Update testing framework to support iterators
2024-01-30 10:42:55 -06:00
737834224d
refactor: Swap list filtering with lazy iterations
2024-01-30 10:42:55 -06:00
2f9c53c090
fix: Make iterator work right
2024-01-30 10:42:55 -06:00
4af33538f0
feat: Add lazy release iterator
2024-01-30 10:42:55 -06:00
c71f252745
feat: Add using GitHub API latest feature back in
2024-01-30 10:42:55 -06:00
82d97e2453
refactor: Place latest stable release conversion inline
2024-01-30 10:42:55 -06:00
7473a3926d
refactor: Use callback for octokit conversion
2024-01-30 10:42:55 -06:00