Commit Graph

51 Commits

Author SHA1 Message Date
dependabot[bot]
886789d176 chore(deps): bump actions/download-artifact from 3 to 4 (#9611)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  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>
2024-02-19 07:26:09 +01:00
dependabot[bot]
2aa294129f chore(deps): bump docker/login-action from 2 to 3 (#9612)
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: docker/login-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>
2024-02-19 07:25:59 +01:00
dependabot[bot]
81767154a8 chore(deps): bump dependabot/fetch-metadata from 1.1.1 to 1.6.0 (#9613) 2024-02-16 23:48:37 +00:00
dependabot[bot]
b411d6bab9 chore(deps): bump docker/build-push-action from 4 to 5 (#9605)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v4...v5)

---
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>
2024-02-16 10:19:07 +01:00
dependabot[bot]
9d27bfa092 chore(deps): bump docker/setup-qemu-action from 2 to 3 (#9606)
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2 to 3.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-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: Vladimír Gorej <vladimir.gorej@gmail.com>
2024-02-16 10:18:48 +01:00
dependabot[bot]
182e22fa04 chore(deps): bump actions/github-script from 6 to 7 (#9607)
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/github-script
  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: Vladimír Gorej <vladimir.gorej@gmail.com>
2024-02-16 10:18:23 +01:00
Vladimir Gorej
eb8e971044 ci(docker-build-push): change supported platforms 2024-02-15 14:20:55 +01:00
Vladimír Gorej
7addbd0eb5 test: consolidate unit tests (#9588)
All mocha tests have been migrated to Jest tests.

Closes #9564
2024-02-14 11:39:40 +01:00
Varun Sharma
9bdbaef105 ci: add minimum GitHub token permissions for workflows (#8169)
Signed-off-by: Varun Sharma <varunsh@stepsecurity.io>
2023-11-10 14:14:29 +01:00
Vladimír Gorej
aea093dbf8 build: use Node.js =20.3.0 for local dev env (#9204) 2023-09-13 10:54:06 +02:00
Vladimir Gorej
474aedd49b Merge branch 'master' into next 2023-06-11 21:16:18 +02:00
Vladimír Gorej
3e81a4f897 chore(deps-dev): update cypress to v12 (#8889)
This update required changing the configuration
and test directory structure. Some tests needed
to be amended as well to compensate for new
Cypress APIs.
2023-06-07 10:25:32 +02:00
Vladimír Gorej
75c78b0293 ci(docker): add support for repository_dispatch event type (#8876)
This will allow to trigger workflow from Jenkins.

Refs #8875
2023-06-02 13:10:16 +02:00
Vladimír Gorej
49da686946 ci(docker): provide better descriptions
Refs #8873
2023-06-02 12:51:12 +02:00
Vladimír Gorej
ad405d0cd1 ci(docker): distinguish docker_ref and git_ref inputs (#8874)
Refs #8873
2023-06-02 12:44:22 +02:00
Vladimír Gorej
56838ede26 ci(docker): set provenance=false when building image
This should avoid issue described in https://github.com/docker/build-push-action/issues/820.

Refs #5815
2023-06-01 18:10:11 +02:00
Vladimír Gorej
f73b38b0ba ci(docker): add initial workflow for creating multi platform Docker images (#8732)
Refs #5815
2023-06-01 17:46:32 +02:00
Vladimir Gorej
aca53e3902 Merge branch 'master' into next 2023-03-08 11:22:47 +01:00
Vladimír Gorej
1a9b3c1098 ci(nodejs): run workflow on next branch (#8455)
Refs #8403
2023-03-08 11:22:18 +01:00
Vladimir Gorej
187b0e743d Merge branch 'master' into next 2023-03-08 10:31:48 +01:00
Tim Lai
aaf4843f69 ci(ga): add next branch to build and dependabot workflows (#8394) 2023-02-15 16:01:29 -08:00
Tim Lai
f9240717d7 ci(ga): copy ga workflows from next (#8393) 2023-02-15 15:54:56 -08:00
Tim Lai
0992c320f1 fix(ci-react): add ga build step (#8392) 2023-02-15 11:36:01 -08:00
Tim Lai
f3570bc29d fix(ci): add ga --tag alpha for swagger-ui-react next (#8391) 2023-02-15 10:54:32 -08:00
Tim Lai
d3c86d5395 fix(ci): add github actions build step (#8390) 2023-02-15 10:42:02 -08:00
Tim Lai
2fc78c7e3f ci(release): update ga workflow to release swagger-ui-react (#8387) 2023-02-14 15:24:57 -08:00
Tim Lai
c9c7177e2a ci(release): merge workflow updates into 'next' branch (#8386) 2023-02-14 15:09:20 -08:00
Tim Lai
33f2a0b804 ci(release): update npm token (#8385)
* ci(release): update github action for npm package

* ci(release): update npm token
2023-02-14 14:58:00 -08:00
Tim Lai
e2e2920eda ci(release): update github action for npm package (#8384) 2023-02-14 14:44:33 -08:00
Tim Lai
812403e08f ci(release): update ga for swagger-ui-react to npm publish (#8382) 2023-02-13 12:08:04 -08:00
Tim Lai
a79f493145 BREAKING CHANGE: trigger major semver release from 'next' branch (#8381) 2023-02-13 11:29:55 -08:00
Tim Lai
9fd26cdb83 ci(release): github actions to release next branch (#8380)
* swagger-ui
* swagger-ui-react
2023-02-13 11:09:59 -08:00
Vladimír Gorej
f8f674004a ci(dependabot-merge): replace non-functioning merge action (#8306)
Refs https://github.com/ahmadnassri/action-dependabot-auto-merge/issues/166
2022-11-24 11:38:01 +01:00
Anton Yakutovich
0a7b3d6b2f ci(nodejs.yml): refactor with single cache step (#8221) 2022-10-11 13:04:50 +02:00
Vladimir Gorej
9b5cbecad0 ci: optimize speed of CI (#7649)
Refs #7627
2021-11-16 21:22:17 +01:00
Vladimir Gorej
5dc6af0e70 ci(deps): sqash & merge dependabot PRs (#7596) 2021-11-03 16:56:09 +01:00
Vladimir Gorej
e7e977c91f ci: enable dependabot after v4 effort 2021-11-03 09:49:50 +01:00
Vladimir Gorej
158c127965 chore(docker): automatic updates + nightly security check (#7515)
Refs #7514
2021-09-17 14:19:21 +03:00
Vladimir Gorej
08b1746d13 ci: use max Node.js version of 16.8
Node.js version 16.9 relesed 3 days ago gives cryptic
errors. We'll wait untill this is fixed upstream.
2021-09-10 11:12:21 +03:00
Vladimir Gorej
770e748f14 ci: disable dependabot merge workflow
Refs #7341
2021-07-30 12:47:42 -04:00
Tim Lai
96d5218e9c chore(ga): cache cypress binary (#7377)
* chore(ga): cache cypress binary

* chore(ga): add cypress_cache_folder

* chore(ga): add cache node modules to artifact-bundle
2021-06-24 16:07:32 -07:00
Tim Lai
1032d927a5 chore: prep repo for node.js v10 EOL (#7359) 2021-06-22 14:07:37 -07:00
Tim Lai
dbdbf51d52 ci(dependabot): GA merge PR action (#7102) 2021-03-18 20:12:12 -07:00
Tim Lai
56168eb3ca ci(GA): remove dependabot auto-merge action (#7101) 2021-03-18 13:59:26 -07:00
Tim Lai
7b7f7f891c refactor(GA): move merge-me to eof (#6728) 2020-12-14 11:20:59 -08:00
Tim Lai
be90a337da ci(GA): fix merge-me required artifact-bundle (#6701) 2020-12-10 10:44:27 -08:00
Tim Lai
0dbea551bc ci: automerge dependabot PRs that passes CI (#6699) 2020-12-10 10:13:16 -08:00
Tim Lai
be99d495bf ci(GA): add lint-errors step (#6564) 2020-10-26 15:14:57 -07:00
Tim Lai
fca93ea914 ci(GA): add test:artifact job (#6562) 2020-10-26 12:02:25 -07:00
Tim Lai
c9420960c7 ci(GA): add release job step (#6558) 2020-10-23 15:59:14 -07:00