dependabot[bot]
700668ee3e
chore(deps): bump docker/build-push-action from 3 to 4
...
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>
2023-01-31 10:18:18 +01:00
Gertjan De Mulder
473902b85d
chore: Add linux/arm/v8 to docker build
2023-01-11 14:19:34 +01:00
dependabot[bot]
53fcf0117e
chore(deps): bump actions/stale from 6 to 7
...
Bumps [actions/stale](https://github.com/actions/stale ) from 6 to 7.
- [Release notes](https://github.com/actions/stale/releases )
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/stale/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: actions/stale
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-09 11:07:33 +01:00
dependabot[bot]
b59245d111
chore(deps): bump actions/checkout from 3.2.0 to 3.3.0
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.2.0 to 3.3.0.
- [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.2.0...v3.3.0 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-09 10:55:26 +01:00
dependabot[bot]
2ca3c56940
chore(deps): bump actions/checkout from 3.1.0 to 3.2.0
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.1.0 to 3.2.0.
- [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.1.0...v3.2.0 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-12-13 08:23:23 +01:00
Joachim Van Herwegen
6536d90d9c
chore: Build API docs after mkdocs
...
Building mkdocs overwrites the entire folder, thereby replacing the typedocs.
Hence the typedocs need to be written afterwards
2022-12-13 08:03:19 +01:00
Joachim Van Herwegen
84c532ba96
chore: Fix mkdocs major version issue
...
Includes an update to set-output as that will be deprecated in the future
2022-12-12 11:45:49 +01:00
Thomas Dupont
09afebbc84
ci: fix cth version on PR
2022-10-27 16:04:37 +02:00
dependabot[bot]
6f1305020b
chore(deps): bump actions/stale from 5 to 6
...
Bumps [actions/stale](https://github.com/actions/stale ) from 5 to 6.
- [Release notes](https://github.com/actions/stale/releases )
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/stale/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/stale
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-10-11 08:38:41 +02:00
Jasper Vaneessen
37dabe1244
ci: add stale action for issues
...
* ci: add stale action for issues
* ci: add stale action for issues
* ci: rephrase messages
* ci: set issue stale after 60 days
* ci: stale action debug mode
2022-10-10 10:11:00 +02:00
dependabot[bot]
6fecd713dd
chore(deps): bump actions/checkout from 2 to 3.1.0
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.1.0.
- [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/v2...v3.1.0 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-10-06 08:28:33 +02:00
Jasper Vaneessen
2a5a93fe84
ci: Add Conformance Test Harness checks to PRs
...
* ci: split up workflows
* ci: tweaks and housekeeping
* ci: additional comments and requested changes
* ci: additional comments
* chore: clean up .gitignore
* ci: CTH testing on PRs + reusable
* ci: allow failure on job instead of command
* ci: remove npm-test dependency for CTH
* ci: fix branch for scheduled run of CTH
* ci: add concurrency group for PRs
2022-09-07 13:32:18 +02:00
Jasper Vaneessen
2d884c7252
ci: split up into multiple workflows
...
* ci: split up workflows
* ci: tweaks and housekeeping
* ci: additional comments and requested changes
* ci: additional comments
* chore: clean up .gitignore
2022-09-05 13:11:20 +02:00
Jasper Vaneessen
9a5fc674f3
style: Enforce linting rules on markdown files
...
* chore: add markdownlint-cli2 and config for mkdocs
* style: enforce linting rules on mkdocs md files
* chore: tweaks to markdownlint rules
* style: linting changelog
* style: linting release notes
* style: linting .github md files
* style: further linting of docs
* style: linting readmes
* chore: update linting script entries
* docs: tweak release after rebase
* chore: simplify root md linting config
* chore: extend base config
* chore: implement requested changes
* chore: remove unnecessary exception
* chore: fix comment type
* styling: single config + list spacing
* chore: implement requested changes
* chore: use .cjs files for markdownlint config
* chore: implement requested changes
2022-08-25 11:32:09 +02:00
Thomas Dupont
ee38b99376
fix(ci): passing VERSION env variable to next ci steps
2022-08-18 12:15:02 +02:00
Thomas Dupont
bf199731d3
fix(ci): do not update latest alias on mkdocs rebuild
2022-08-18 11:44:08 +02:00
Thomas Dupont
fd19d4c088
fix(ci): add sudo to ci apt-get commands
2022-08-18 11:08:11 +02:00
Thomas Dupont
18f13285ec
ci(docs): docs are now also buing build on every push on main
...
ci: improved docker testing
ci: updates
ci: better documentation pipeline and docker tests
2022-08-18 10:51:41 +02:00
Joachim Van Herwegen
cc88cb66d7
chore: Update CI for new v6.0.0 branch
2022-08-08 13:01:52 +02:00
Thomas Dupont
c902638bde
ci: docker test fixes
2022-07-15 07:57:24 +02:00
Thomas Dupont
821bc8a5c4
ci: build docker image for ARM/v7 32bit instead of ARM64
2022-07-13 11:08:34 +02:00
Thomas Dupont
9049e9de64
ci: build docker images for ARM64 too
2022-07-12 15:36:15 +02:00
dependabot[bot]
df2926a52f
chore(deps): bump actions/setup-python from 2 to 4
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 2 to 4.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v2...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-05 10:31:37 +02:00
Thomas Dupont
027c803b33
feat: build versioned documentation site form CI pipeline
2022-07-04 13:44:45 +02:00
Thomas Dupont
01595577a8
feat: add test phase for docker images
2022-06-30 09:02:07 +02:00
Joachim Van Herwegen
e7ba2d49f8
chore: Fix CTH script
2022-05-18 08:50:03 +02:00
Jasper Vaneessen
7c6eae0ee6
chore: Use conventional changelog and automate config version bumps
...
* chore: add the reference change to npm version
* chore: remove unused require
* chore: add conventional-changelog
* chore: add git to pre-release config changes
* style: formatting
* chore: fix commit message
* chore: add no-verify to commit of configs
* chore: no more shellJs
* chore: fixing async
* chore: committing restored
* refactor: move and rename
* chore: remove shelljs devdep and old script
* chore: change npm script ref after refactor
* chore: upgrade-config code improvements
* chore: edit package.json (not package-lock)
* chore(changelog): use conventionalcommits preset
* chore: add conventional changelog config
* chore: use .versionrc directly
* chore: update changelog config
* chore: update .versionrc.json
* chore: use standard-version
* chore: change to standard version
* styling(changelog): remove a tags + formatting
* styling: conventiontal-changelog styling
* chore: postformatting of changelog
* chore: remove unnecessary dependencies
* chore: add upgrade-config to version as backup
* docs: update release.md
* styling: order scripts alphabetically
* docs: requested changes + dry-run explanation
* chore: release script to TS
* chore: use ts-node to execute the TS scripts
* docs: add some documentation comments to script
* docs: remove unnecessary newline
* docs: fix comment linting
* chore: add test/integration and templates configs
* chore: correct automated commit message
* chore: remove fdir dependency
* chore: remove manual-git-changelog dependency
* chore: impl requested changes
* docs: update script comments
* chore: ensure full cov
* chore: review comments
2022-05-17 11:36:12 +02:00
dependabot[bot]
081593e39b
chore(deps): bump docker/login-action from 1 to 2
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 1 to 2.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v1...v2 )
---
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>
2022-05-09 08:41:02 +02:00
dependabot[bot]
80b629862b
chore(deps): bump docker/metadata-action from 3 to 4
...
Bumps [docker/metadata-action](https://github.com/docker/metadata-action ) from 3 to 4.
- [Release notes](https://github.com/docker/metadata-action/releases )
- [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md )
- [Commits](https://github.com/docker/metadata-action/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: docker/metadata-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-09 08:40:55 +02:00
dependabot[bot]
b3176ef8ef
chore(deps): bump docker/build-push-action from 2 to 3
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 2 to 3.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v2...v3 )
---
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>
2022-05-09 08:40:48 +02:00
dependabot[bot]
3c6a411256
chore(deps): bump docker/setup-buildx-action from 1 to 2
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 1 to 2.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-09 08:40:38 +02:00
Joachim Van Herwegen
84f9b553cf
chore: Update dependabot labels
2022-05-06 10:51:14 +02:00
Jasper Vaneessen
4ef2927efe
chore: Replace Renovate with Dependabot
...
* chore: add dependabot major version updates
* chore: fix dependabot
* chore: use target-branch for version updates
* chore: ignore husky
* chore: dep-bot runs nightly
* chore: remove renovate
* style: relocate comments
* docs: add dependabot instr to release docs
* chore: add labels and random nightly times
* chore: revert separate security entry for labels
Possible bug in deependabot? Raised issue with github support
* Revert "docs: add dependabot instr to release docs"
This reverts commit e137a65813e478757e436f1a4bf7059aa56e0a1d.
* docs: add dependabot instruction for release
2022-05-06 10:27:38 +02:00
Jasper Vaneessen
1af0f77977
chore: Enable dependabot for security only
...
* chore: enable dependabot for security only
* style: add newline
2022-04-27 09:12:30 +02:00
Jasper Vaneessen
6dd77cf8d8
test: Validate/test all default configs
...
* chore: add base script to test-run all configs
* chore: job for test-deploy
* chore: fine-tuning config validation
* chore: config validation fully functional
* chore: fix https-file-cli validation (missing var)
* fix: generate self-signed CA through openSSL
* chore: streamlining test script + review
* chore: validate-configs accepts config args
* chore: cleanup and best-practices
* chore: test-configs as precond + needs consistency
* chore: changes after review
* chore: fix argument variable expansion
* chore: more tweaks to script
2022-04-25 15:44:19 +02:00
Joachim Van Herwegen
3d6e3d2e39
chore: Drop support for Node 12
2022-04-21 14:54:12 +02:00
Joachim Van Herwegen
3bea48ef20
chore: Update schedule.yml to use v5.0.0 branch
2022-04-20 09:26:42 +02:00
Joachim Van Herwegen
c0bc150122
test: Update CTH run to use client credentials
2022-04-15 11:35:00 +02:00
Joachim Van Herwegen
dd568869ca
chore: Increase CI timeout to 15 minutes
2022-04-11 10:15:24 +02:00
Joachim Van Herwegen
46132da8c2
chore: Add line about updating documentation to PR template
2022-03-29 15:40:06 +02:00
Joachim Van Herwegen
9ac00ca82c
chore: Remove validate-components from CI
...
This test has no added value over just starting the server,
which we already do in other tests,
and has a drastic impact on the CI execution time.
2022-03-28 10:56:45 +02:00
Joachim Van Herwegen
7d3320dea6
chore: Update links for new repository
2022-03-28 10:20:22 +02:00
Renovate Bot
982d57e1d2
chore(deps): update actions/download-artifact action to v3
2022-03-08 09:13:30 +01:00
Renovate Bot
311d3e0ff0
chore(deps): update actions/upload-artifact action to v3
2022-03-08 09:13:00 +01:00
Renovate Bot
196c529f6b
chore(deps): update actions/checkout action to v3
2022-03-08 09:12:21 +01:00
Renovate Bot
9f6fdab0be
chore(deps): update actions/setup-node action to v3
2022-03-08 09:11:11 +01:00
Joachim Van Herwegen
c15efc0b82
chore: Update conformance tests to use v4.0.0 branch
2022-02-25 07:16:33 +01:00
Joachim Van Herwegen
96df1493bc
chore: Always save CTH output
2022-02-07 09:17:04 +01:00
Thomas Dupont
9527b730b0
add next and edge tags
2022-02-07 08:48:33 +01:00
Joachim Van Herwegen
d44f7117f3
chore: Store server logs and set max threads to 1 for CTH
2022-02-03 10:37:23 +01:00