chris48s
b44741c8b6
fix review apps ( #9582 )
...
* tell fly to use dockerfile
* scale to 1 instance after deploy
2023-09-17 11:13:11 +01:00
dependabot[bot]
5731e9edfb
chore(deps): bump @actions/core ( #9579 )
...
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core ) from 1.10.0 to 1.10.1.
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core )
---
updated-dependencies:
- dependency-name: "@actions/core"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-17 08:55:30 +00:00
dependabot[bot]
8ec6563f7b
chore(deps): bump actions/checkout from 3 to 4 ( #9550 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-10 10:56:15 +00:00
Arun
7e762e7ae9
Fix commands injection in Github workflow ( #9542 )
2023-09-02 09:35:05 +00:00
jNullj
7d44ebf910
devops: Add ci warning for swizzled docusaurus components ( #9467 )
...
* devops: Add ci warning for swizzled docusaurus components
Add new action and workflow that runs on new dependabot PR.
The action checks changes in components of docusaurus-theme-openapi that are swizzled and warns maintainers to review those changes.
For more info see badges/shields#9287
Solves badges/shields#9287
* Fix table formating
* Fix order
* handle missing patch cases
* fix missing fetch in node16
* fix typo
* fix typo
* changed from diff parse to json usage
* fix keys issues
* fix parent dependency version check
* Apply suggestions from code review - Improve description and text format
Co-authored-by: chris48s <chris48s@users.noreply.github.com >
* Fix comment table format
* fix type
* Add docusaurus-swizzled-warning to dependabot
* refactor: remove node-fetch and use octokit insted
* improve code readability
* fix type
* change pull_request_target to pull_request
* Improve action log
Change core.debug to core.info so it always shows and not only when in debug.
* Log old and new version
Log old and new versions for the Docusaurus swizzled component changes warning workflow.
---------
Co-authored-by: chris48s <chris48s@users.noreply.github.com >
2023-08-18 21:08:34 +00:00
chris48s
e4dcec6864
remove obsolete entries from dependabot.yml ( #9469 )
2023-08-12 21:42:02 +00:00
chris48s
9212427b1a
output DockerHub digest in publish-docker-next workflow ( #9471 )
2023-08-12 16:40:35 -05:00
chris48s
e9b3b505b3
delete close-bot ( #9468 )
2023-08-11 15:31:13 +00:00
chris48s
0ffa3669b3
deploy on node 18 ( #9385 )
...
* deploy on node 18, run tests on node 20
* run test-bug-run-badge on node 18
* you missed a spot
* ..and another
2023-08-10 18:40:17 +00:00
chris48s
7e15b9fd10
fix 'draft release' action part 2 ( #9434 )
2023-08-01 19:26:18 +01:00
chris48s
b428490db4
fix 'draft release' action ( #9432 )
2023-08-01 18:59:57 +01:00
chris48s
d882433fd9
move some docs to the website ( #9347 )
...
* move some docs to the website
* update expected test value
* link to new documentation locations
2023-07-24 12:20:43 +01:00
jNullj
af7b7f3597
devops: automate bug report tests ( #9386 )
...
* devops: automate bug report tests
Devs run `npm run badge` often when getting a bug report for shields.io service.
This PR automates this tests so the maintainer can get test results automaticly when getting into a new ticket.
Add test-bug-run-badge.yml workflow for github actions automation.
Will only run if bug has the 'qeustion' label added by bug reporting template. And will only setup enviorment and perform the test if the link provided in the issue is valid and the issue is related to shields.io.
Link to job results is sent as a new comment on the issue.
Resolves #9351
* remove secrets to avoid secret leak
* change stage name
* remove unused id
2023-07-22 19:18:18 +00:00
chris48s
f84ccb24ae
upgrade to npm 9 ( #9323 )
2023-07-16 15:07:20 +01:00
chris48s
40f2b9e1a7
run service/docker builds on merge queue builds ( #8943 )
2023-07-14 17:25:19 +01:00
dependabot[bot]
b9d96755ec
chore(deps-dev): bump prettier from 2.8.8 to 3.0.0 ( #9357 )
...
* chore(deps-dev): bump prettier from 2.8.8 to 3.0.0
Bumps [prettier](https://github.com/prettier/prettier ) from 2.8.8 to 3.0.0.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.8.8...3.0.0 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* reformat all the things (prettier 3)
* update tests to await calls to prettier.format()
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: chris48s <git@chris-shaw.dev >
2023-07-10 09:27:51 +00:00
LitoMore
c47f93219b
Adjust deploy-review-app script ( #9317 )
2023-06-26 19:20:34 +00:00
chris48s
6f78e6f81d
run package tests on node 20 ( #9293 )
...
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2023-06-18 20:06:55 +00:00
chris48s
a2ca06e033
try running tests on node 18 ( #9292 )
...
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2023-06-18 19:57:38 +00:00
chris48s
50ea7068a8
migrate frontend to docusaurus ( #9014 )
...
* delete loads of really important stuff that we definitely need
* v basic MVP smoosh docusaurus PoC into repo
* TODO
* delete more really important stuff
* TODO
* tidyup: use run-s
* don't redirect images used in frontend to raster proxy
* fix routing
* preserve the /endpoint link
* delete the blog (for now)
I would quite like to re-add this at some point
but its not really the top priority thing right now
* content edits
* appease the lint gods
* update danger rules
* remove placeholder
* cypress tests
* dockerhub --> ghcr
* Revert "dockerhub --> ghcr"
This reverts commit ef74cbb26b .
* downgrade lockfile format
* implement defs/BASE_URL
* fix e2e build
* actually fix cypress tests
* always run cypress tests on build
* this never worked
* add command for docusaurus:clear
* delete more code we don't need any more
* update ESLint/prettier config
* delete unsused exports
* documentation updates
* delete a fairly large chunk of our dependency tree
* allow base_url as build arg to Dockerfile
* fixup dockerfile
* work out base url at runtime if not set
doing this at image build time is not the right approach
* remove gatsby monorepo from closebot
* rename HomepageFeatures to homepage-features
2023-06-17 10:59:07 +01:00
chris48s
07b657497a
disable dependabot auto rebase ( #9234 )
2023-06-03 15:26:13 +01:00
chris48s
8d060fd419
add fly.io PR review apps ( #9069 )
...
* add fly.io PR review apps
* add fly.toml to dockerignore
* merge branch instead of applying diff
---------
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2023-04-16 12:14:01 +00:00
dependabot[bot]
4b4ed3f264
chore(deps): bump peter-evans/create-pull-request from 4 to 5 ( #9074 )
...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) from 4 to 5.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2023-04-16 10:57:57 +00:00
chris48s
b96192eec6
remove redis token persistence backend ( #9065 )
...
* remove redis token persistence backend
* error and exit if redis_url is set
2023-04-15 20:17:35 +01:00
chris48s
ef8498bfbd
remove pull_request:edited trigger from most workflows ( #9072 )
2023-04-15 20:16:18 +01:00
chris48s
5b44341e1b
log into the right registry ( #9009 )
2023-03-17 20:31:57 +00:00
chris48s
0dcfa76c53
push images to both GHCR and DockerHub ( #9008 )
2023-03-17 20:21:44 +00:00
chris48s
091ccfdbcd
migrate token pooling to postgres ( #8922 )
...
* add ability to store token pool in Postgres DB
* update transitive ansi-regex dependencies
2023-02-23 17:18:39 +00:00
chris48s
115d768b50
pin 'deploy docs' build to node 16 ( #8925 )
...
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2023-02-19 18:07:51 +00:00
dependabot[bot]
9d69da5e98
chore(deps): bump docker/build-push-action from 3 to 4 ( #8869 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 3 to 4.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2023-02-05 15:13:19 +00:00
chris48s
ff14a116cc
skip danger on repo ranger commits ( #8866 )
...
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2023-01-29 20:48:36 +00:00
chris48s
5b3630cad4
build docker images with buildkit v0.9.1 ( #8862 )
2023-01-27 17:30:14 +00:00
chris48s
e8c42e9ec1
migrate service tests to GH actions ( #8421 )
...
* run service tests with GHA
* rename GithubGist services to Gist
* completely delete circle ci config
2023-01-17 20:55:57 +00:00
chris48s
f1d151e963
migrate danger CI job to GHA ( #8477 )
...
* migrate danger CI job to GHA
* constrain triggers
* prettier
2023-01-10 19:39:11 +00:00
chris48s
00e37a6888
migrate frontend tests to GHA ( #8541 )
...
* migrate frontend tests to GH actions
* constrain PR events
2022-12-31 20:08:24 +00:00
chris48s
c3d08f7f8b
Send X-GitHub-Api-Version when calling [GitHub] v3 API ( #8669 )
...
* send X-GitHub-Api-Version when calling GitHub v3 API
* TODO: invesitgate
* read baseUrl from config.service.baseUri
* add workflow to check for new GH api releases on schedule
* format config/default.yml to match yaml.dump() format
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2022-12-31 15:56:04 +00:00
chris48s
146598f5f4
run close-bot on node 16 ( #8740 )
...
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2022-12-22 21:36:57 +00:00
chris48s
affae9c521
docs/issue template improvements for badge requests ( #8668 )
...
* docs/issue template improvements for badge requests
* split markdown over multiple line, switch to folded multi-line string
* quotes round 'for the badge'
* fix typo
* improve docs on auth strategies
* document logoColor param in logos.md
2022-12-07 19:43:12 +00:00
chris48s
c5476b4dd5
migrate e2e tests to GHA ( #8562 )
...
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2022-11-24 18:15:19 +00:00
dependabot[bot]
3d8fa47010
chore(deps): bump actions/dependency-review-action from 2 to 3 ( #8628 )
...
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action ) from 2 to 3.
- [Release notes](https://github.com/actions/dependency-review-action/releases )
- [Commits](https://github.com/actions/dependency-review-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/dependency-review-action
dependency-type: direct:production
update-type: version-update:semver-major
...
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>
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
Co-authored-by: chris48s <chris48s@users.noreply.github.com >
2022-11-18 19:55:59 +00:00
chris48s
b1fdcace0f
bump actions/setup-node to v3 ( #8542 )
...
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2022-11-04 21:22:28 +00:00
chris48s
934f2443e4
fixes for integration test rate limit issues ( #8538 )
...
* constrain auto-close and enforce-dependency-review triggers
we don't need to run these on PR close or when we apply labels, for example
* skip workflows on push to dependabot branch
* use PAT if available else fall back to workflow token
* further constrain pull_request triggers
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2022-10-21 09:13:02 +01:00
chris48s
f43675109b
migrate integration tests to GH actions ( #8423 )
...
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2022-10-10 18:09:14 +00:00
dependabot[bot]
17288eaee2
chore(deps): bump @actions/github in /.github/actions/close-bot ( #8474 )
...
Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github ) from 5.0.3 to 5.1.1.
- [Release notes](https://github.com/actions/toolkit/releases )
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github )
---
updated-dependencies:
- dependency-name: "@actions/github"
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-10-03 18:43:10 +01:00
dependabot[bot]
ea08fb160c
chore(deps): bump @actions/core in /.github/actions/close-bot ( #8449 )
...
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core ) from 1.9.1 to 1.10.0.
- [Release notes](https://github.com/actions/toolkit/releases )
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core )
---
updated-dependencies:
- dependency-name: "@actions/core"
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>
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2022-10-03 14:00:01 +00:00
chris48s
ae018cdddc
conform to standard js quote rules ( #8395 )
...
* restore standardjs quote behaviour
* conform to standard js quote rules
2022-09-12 17:22:12 +01:00
dependabot[bot]
ef5f03e41c
chore(deps): bump actions/setup-node from 2 to 3 ( #8379 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 2 to 3.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-major
...
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-06 17:26:03 +01:00
chris48s
cf83fb3235
migrate package tests to GHA ( #8351 )
...
migrate package tests to GHA
2022-09-05 21:00:20 +01:00
chris48s
d9842c0ceb
improve workflow job names ( #8376 )
...
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2022-09-05 20:52:54 +01:00
chris48s
b624179b8d
get the tests passing on windows ( #8350 )
...
* run the core tests on windows
* fix glob with windows path seperator
* always use slash when slicing serviceClass matches
..and add comment explaining why we need to do this
* strip line endings (+ any other whitspace) before base64 encoding
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2022-08-29 19:58:10 +00:00