Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump actions/setup-node from 1 to 2.2.0 #31

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 2, 2021

Bumps actions/setup-node from 1 to 2.2.0.

Release notes

Sourced from actions/setup-node's releases.

Support caching dependencies and LTS aliases

This release brings two major features:

Supported version syntax

The node-version input supports the following syntax:

major versions: 12, 14, 16
more specific versions: 10.15, 14.2.0, 16.3.0
nvm LTS syntax: lts/erbium, lts/fermium, lts/*

Caching dependencies

The action has a built-in functionality for caching and restoring npm/yarn dependencies. Supported package managers are npm, yarn. The cache input is optional, and caching is turned off by default.

Caching npm dependencies:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
  with:
    node-version: '14'
    cache: 'npm'
- run: npm install
- run: npm test

Caching yarn dependencies:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
  with:
    node-version: '14'
    cache: 'yarn'
- run: yarn install
- run: yarn test

Yarn caching handles both yarn versions: 1 or 2.

At the moment, only lock files in the project root are supported.

v2.1.5 Release

Improve error and warning line number handling (problem matcher regex)

v2.1.4

The first stable release of actions/setup-node V2

v2.1.3 (beta)

  • Add support for specifying architecture of Node.JS

... (truncated)

Commits
  • 38d90ce Merge pull request #277 from actions/malob/update-readme
  • e1e1d4c Update README.md
  • 40f85c8 update readme
  • e215578 Merge pull request #272 from akv-platform/add-caching-for-node-dependencies
  • 9af8973 Merge pull request #274 from actions/v-mazhuk/automate-releasing-new-versions
  • cfe70f9 update dependencies
  • b259ba4 rebuild project
  • 55e1049 Merge branch 'main' into add-caching-for-node-dependencies
  • bcb4cec Merge pull request #270 from gordey4doronin/gordey/support-lts-syntax
  • 7292279 fix for documentation
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 1 to 2.2.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v1...v2.2.0)

---
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>
@dependabot dependabot bot added the kind-dependencies Pull requests that update a dependency file label Jul 2, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 5, 2021

Looks like actions/setup-node is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jul 5, 2021
@dependabot dependabot bot deleted the dependabot/github_actions/actions/setup-node-2.2.0 branch July 5, 2021 08:26
moabu added a commit that referenced this pull request Nov 26, 2021
* chore: bump version to 1.0.0_b7 (#24)

* chore: bump version to 1.0.0_b7

* fix: missing previous_version

* ci(workflows): sync central workflows (#35)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* chore: bump version to 1.0.0_b7 (#33)

* chore: bump version to 1.0.0_b7

* fix: missing previous_version

* ci(workflows): sync central workflows (#41)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* chore: bump version to 1.0.0_b7 (#39)

* chore(deps): upgrade jetty (#46)

closes #45

* chore(deps): upgrade jetty (#30)

closes #29

* chore(deps): upgrade jetty (#32)

closes #31

* chore(deps): upgrade jetty (#37)

closes #36

* ci(workflows): sync central workflows

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#33)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#34)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* chore: bump version to 1.0.0_b8 (#30)

* ci(workflows): sync central workflows (#55)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#54)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* Release 1.0.0 b8 (#52)

* chore: sync interception scripts

* chore: sync templates

* chore: bump version to 1.0.0_b8

* ci(workflows): sync central workflows (#32)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#31)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* chore: bump version to 1.0.0_b8 (#28)

* ci(workflows): sync central workflows (#35)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#34)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* chore: bump version to 1.0.0_b8 (#33)

* ci(workflows): sync central workflows (#39)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#38)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* chore: bump version to 1.0.0_b8 (#35)

* ci(workflows): sync central workflows (#30)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#29)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* chore: bump version to 1.0.0_b8 (#28)

* ci(workflows): sync central workflows (#39)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#38)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* chore: bump version to 1.0.0_b8 (#37)

* ci(workflows): sync central workflows (#48)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#47)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* chore: bump version to 1.0.0_b8 (#44)

* fix: sync config (#57)

* fix: add default path for couchbase truststore

* chore: update alpine (#43)

* chore: update alpine (#44)

* chore: update alpine (#66)

* chore: update alpine (#48)

* chore: update alpine (#57)

* chore: update alpine (#49)

* chore: update alpine (#40)

* chore: update alpine (#41)

* ci(workflows): sync central workflows

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#44)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* chore: bump version to 1.0.0_b9 (#38)

* Release 1.0.0 b9 (#61)

* fix: add missing rpId attribute type

* chore: sync interception scripts

* fix: revise stat-related entries

* chore: bump version to 1.0.0_b9

* ci(workflows): sync central workflows (#67)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* chore: bump version to 1.0.0_b9 (#36)

* ci(workflows): sync central workflows (#42)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* chore: bump version to 1.0.0_b9 (#39)

* ci(workflows): sync central workflows (#45)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* chore: bump version to 1.0.0_b9 (#44)

* ci(workflows): sync central workflows (#50)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* chore: bump version to 1.0.0_b9 (#35)

Co-authored-by: Mohammad Abudayyeh <47318409+moabu@users.noreply.github.com>

* ci(workflows): sync central workflows (#41)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* chore: bump version to 1.0.0_b9 (#43)

Co-authored-by: Mohammad Abudayyeh <47318409+moabu@users.noreply.github.com>

* ci(workflows): sync central workflows (#49)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* chore: bump version to 1.0.0_b9 (#52)

* ci(workflows): sync central workflows (#58)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* chore: test new jetty

* chore: test jetty 11

* chore: test jetty 10

* fix: revert changes

* fix: parse ldif files using ldif package. (#70)

Replacing ldif3 package in favor of ldif package solves issue #69

* ci(workflows): sync central workflows

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* chore: release b10

* chore: release b10

* chore: release b10

* chore: release b10

* chore: release b10

* chore: release b10

* chore: release b10

* chore: release b10

* feat: serve app using jetty 10 (#63)

* feat: serve app using jetty 10

* chore: update jans-auth-server

* chore: update alpine image

Co-authored-by: Mohammad Abudayyeh <47318409+moabu@users.noreply.github.com>

* chore: revert alpine update

* ci(workflows): sync central workflows (#61)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#60)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* Delete scanimage.yml

* ci(workflows): sync central workflows (#48)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#47)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#44)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#43)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* feat: serve app using jetty 10 (#49)

* feat: serve app using jetty 10

* fix: doctype for jans-scim

* chore: update jans-scim-server

* ci(workflows): sync central workflows (#47)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#46)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* feat: serve app using jetty 10 (#47)

* feat: serve app using jetty 10

* chore: update jans-fido2-server

* ci(workflows): sync central workflows (#45)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#44)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#52)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#51)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* feat: serve app using jetty 10 (#55)

* feat: serve app using jetty 10

* fix: doctype for jans-config-api

* chore: update jans-config-api-server

* ci(workflows): sync central workflows (#53)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#52)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#72)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#71)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#56)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#51)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#65)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#49)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#51)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#53)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#53)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#76)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#74)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#51)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#57)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#49)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#47)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#56)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#55)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#67)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#55)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#54)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#79)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#78)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#53)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#52)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#55)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#54)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#60)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#59)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#51)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#50)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#59)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#58)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#69)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#68)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#28)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#56)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#80)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#54)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#61)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#52)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#60)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#70)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#56)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* chore: sync setup and manifests from CE (#81)

* feat: disable old GUI client (#57)

* feat: encode plain password

* feat: add CLI command to decode text from a file

* feat: add CLI command to decode text string

* refactor: remove code smells

* refactor: add function to secure password file

* fix: raise proper exit code

* test: add testcases for cli.encoding module

* ci(workflows): sync central workflows

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#59)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#73)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#84)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#60)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#64)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* fix: suppress warning on missing libs (#53)

* ci(workflows): sync central workflows (#56)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#64)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#57)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* chore: update jython and alpine base image (#74)

* chore: update jython and alpine base image (#60)

* chore: update alpine base image (#58)

* chore: update alpine base image (#61)

* chore: update alpine base image (#85)

* chore: update alpine base image (#65)

* chore: update alpine base image (#65)

* chore: update alpine base image (#57)

* chore: sync manifests from ce (#86)

* chore: sync manifests from ce

* chore: sync manifests

* feat: add loggers configuration (#61) (#62)

* feat: add loggers configuration (#61)

* fix: change path of custom log4j2.xml

* feat: add loggers configuration (#59) (#60)

* feat: add loggers configuration (#59)

* fix: log target and level for Root

* docs: fix README

* feat: add loggers configuration (#58) (#59)

* feat: add loggers configuration (#66) (#67)

* feat: add loggers configuration (#66)

* docs: fix README

* feat: add loggers configuration (#75) (#76)

* feat: add loggers configuration (#75)

* docs: fix relative URL to loggers configuration

* fix: change path of custom log4j2.xml

* fix: loggers for Root and audit

* chore: release b12 (#77)

* chore: release b12

* chore: update war

* chore: release b12 (#63)

* chore: release b12 (#61)

* chore: release b12 (#68)

* chore: release b12 (#87)

* chore: release b12 (#62)

* chore: release b12 (#66)

* chore: release b12 (#60)

* chore: prepare rerelease of b12

* fix: handle non-writable password file

* ci(workflows): sync central workflows

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#79)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#67)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#62)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#70)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#63)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#90)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#65)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* chore: replace configuration-manager with configurator (#64)

* chore: prepare monorepo

* refactor: prepare monorepo

* refactor: prepare for monorepo

* refactor: prepare for monorepo

* refactor: prepare for monorepo

* refactor: prepare for monorepo

* refactor: prepare for monorepo

* refactor: prepare for monorepo

* ci: remove unnecessary workflows

* refactor: prepare for monorepo

* ci: fix remove execution of repos from non jvm

* ci: fix automation

* ci: fix docker scan

* ci: fix docker workflows

* ci: fix build, image and testcases

* ci: fix paths

* ci: skip azure scan error

* ci: push initial release strategy

* ci: adjust job names

* ci: add default images

* ci: fix context

* ci: run one by one

* ci: run parallel executions

* fix: get version from version py file

* ci: add workflow to manage updating jans-pycloud for docker images

* ci: fix workflow name

* ci: remove branch ignore

* ci: move envs to correct place

* ci: remove duplicate ids

* ci: fix EOF command

* fix: echo output to file

* fix: remove matrix strategy

* ci: move gh commands after setting config

* ci: add GITHUB TOKEN

* ci: skip opening PR if non is found

* ci: fix github user

* ci: fix typo in label

Co-authored-by: Isman Firmansyah <iromli@users.noreply.github.com>
Co-authored-by: mo-auto <54212639+mo-auto@users.noreply.github.com>
Co-authored-by: iromli <isman.firmansyah@gmail.com>
moabu pushed a commit that referenced this pull request Jan 12, 2022
fix: don't do autoreplace in script to allow reuse Gluu scripts
moabu pushed a commit that referenced this pull request Jan 13, 2022
moabu added a commit that referenced this pull request Jan 13, 2022
ci(workflows): synchronize workflows from JanssenProject/jans-cloud-native
moabu added a commit that referenced this pull request Jan 13, 2022
* chore: bump version to 1.0.0_b7 (#24)

* chore: bump version to 1.0.0_b7

* fix: missing previous_version

* ci(workflows): sync central workflows (#35)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* chore: bump version to 1.0.0_b7 (#33)

* chore: bump version to 1.0.0_b7

* fix: missing previous_version

* ci(workflows): sync central workflows (#41)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* chore: bump version to 1.0.0_b7 (#39)

* chore(deps): upgrade jetty (#46)

closes #45

* chore(deps): upgrade jetty (#30)

closes #29

* chore(deps): upgrade jetty (#32)

closes #31

* chore(deps): upgrade jetty (#37)

closes #36

* ci(workflows): sync central workflows

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#33)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#34)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* chore: bump version to 1.0.0_b8 (#30)

* ci(workflows): sync central workflows (#55)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#54)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* Release 1.0.0 b8 (#52)

* chore: sync interception scripts

* chore: sync templates

* chore: bump version to 1.0.0_b8

* ci(workflows): sync central workflows (#32)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#31)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* chore: bump version to 1.0.0_b8 (#28)

* ci(workflows): sync central workflows (#35)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#34)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* chore: bump version to 1.0.0_b8 (#33)

* ci(workflows): sync central workflows (#39)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#38)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* chore: bump version to 1.0.0_b8 (#35)

* ci(workflows): sync central workflows (#30)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#29)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* chore: bump version to 1.0.0_b8 (#28)

* ci(workflows): sync central workflows (#39)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#38)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* chore: bump version to 1.0.0_b8 (#37)

* ci(workflows): sync central workflows (#48)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#47)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* chore: bump version to 1.0.0_b8 (#44)

* fix: sync config (#57)

* fix: add default path for couchbase truststore

* chore: update alpine (#43)

* chore: update alpine (#44)

* chore: update alpine (#66)

* chore: update alpine (#48)

* chore: update alpine (#57)

* chore: update alpine (#49)

* chore: update alpine (#40)

* chore: update alpine (#41)

* ci(workflows): sync central workflows

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#44)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* chore: bump version to 1.0.0_b9 (#38)

* Release 1.0.0 b9 (#61)

* fix: add missing rpId attribute type

* chore: sync interception scripts

* fix: revise stat-related entries

* chore: bump version to 1.0.0_b9

* ci(workflows): sync central workflows (#67)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* chore: bump version to 1.0.0_b9 (#36)

* ci(workflows): sync central workflows (#42)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* chore: bump version to 1.0.0_b9 (#39)

* ci(workflows): sync central workflows (#45)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* chore: bump version to 1.0.0_b9 (#44)

* ci(workflows): sync central workflows (#50)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* chore: bump version to 1.0.0_b9 (#35)

Co-authored-by: Mohammad Abudayyeh <47318409+moabu@users.noreply.github.com>

* ci(workflows): sync central workflows (#41)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* chore: bump version to 1.0.0_b9 (#43)

Co-authored-by: Mohammad Abudayyeh <47318409+moabu@users.noreply.github.com>

* ci(workflows): sync central workflows (#49)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* chore: bump version to 1.0.0_b9 (#52)

* ci(workflows): sync central workflows (#58)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* chore: test new jetty

* chore: test jetty 11

* chore: test jetty 10

* fix: revert changes

* fix: parse ldif files using ldif package. (#70)

Replacing ldif3 package in favor of ldif package solves issue #69

* ci(workflows): sync central workflows

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* chore: release b10

* chore: release b10

* chore: release b10

* chore: release b10

* chore: release b10

* chore: release b10

* chore: release b10

* chore: release b10

* feat: serve app using jetty 10 (#63)

* feat: serve app using jetty 10

* chore: update jans-auth-server

* chore: update alpine image

Co-authored-by: Mohammad Abudayyeh <47318409+moabu@users.noreply.github.com>

* chore: revert alpine update

* ci(workflows): sync central workflows (#61)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#60)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* Delete scanimage.yml

* ci(workflows): sync central workflows (#48)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#47)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#44)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#43)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* feat: serve app using jetty 10 (#49)

* feat: serve app using jetty 10

* fix: doctype for jans-scim

* chore: update jans-scim-server

* ci(workflows): sync central workflows (#47)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#46)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* feat: serve app using jetty 10 (#47)

* feat: serve app using jetty 10

* chore: update jans-fido2-server

* ci(workflows): sync central workflows (#45)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#44)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#52)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#51)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* feat: serve app using jetty 10 (#55)

* feat: serve app using jetty 10

* fix: doctype for jans-config-api

* chore: update jans-config-api-server

* ci(workflows): sync central workflows (#53)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#52)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#72)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#71)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#56)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#51)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#65)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#49)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#51)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#53)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#53)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#76)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#74)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#51)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#57)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#49)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#47)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#56)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#55)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#67)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#55)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#54)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#79)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#78)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#53)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#52)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#55)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#54)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#60)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#59)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#51)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#50)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#59)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#58)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#69)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#68)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#28)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#56)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#80)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#54)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#61)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#52)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#60)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#70)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#56)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* chore: sync setup and manifests from CE (#81)

* feat: disable old GUI client (#57)

* feat: encode plain password

* feat: add CLI command to decode text from a file

* feat: add CLI command to decode text string

* refactor: remove code smells

* refactor: add function to secure password file

* fix: raise proper exit code

* test: add testcases for cli.encoding module

* ci(workflows): sync central workflows

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#59)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#73)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#84)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#60)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#64)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* fix: suppress warning on missing libs (#53)

* ci(workflows): sync central workflows (#56)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#64)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#57)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* chore: update jython and alpine base image (#74)

* chore: update jython and alpine base image (#60)

* chore: update alpine base image (#58)

* chore: update alpine base image (#61)

* chore: update alpine base image (#85)

* chore: update alpine base image (#65)

* chore: update alpine base image (#65)

* chore: update alpine base image (#57)

* chore: sync manifests from ce (#86)

* chore: sync manifests from ce

* chore: sync manifests

* feat: add loggers configuration (#61) (#62)

* feat: add loggers configuration (#61)

* fix: change path of custom log4j2.xml

* feat: add loggers configuration (#59) (#60)

* feat: add loggers configuration (#59)

* fix: log target and level for Root

* docs: fix README

* feat: add loggers configuration (#58) (#59)

* feat: add loggers configuration (#66) (#67)

* feat: add loggers configuration (#66)

* docs: fix README

* feat: add loggers configuration (#75) (#76)

* feat: add loggers configuration (#75)

* docs: fix relative URL to loggers configuration

* fix: change path of custom log4j2.xml

* fix: loggers for Root and audit

* chore: release b12 (#77)

* chore: release b12

* chore: update war

* chore: release b12 (#63)

* chore: release b12 (#61)

* chore: release b12 (#68)

* chore: release b12 (#87)

* chore: release b12 (#62)

* chore: release b12 (#66)

* chore: release b12 (#60)

* chore: prepare rerelease of b12

* fix: handle non-writable password file

* ci(workflows): sync central workflows

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#79)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#67)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#62)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#70)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#63)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#90)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* ci(workflows): sync central workflows (#65)

Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>

* chore: replace configuration-manager with configurator (#64)

* chore: prepare monorepo

* refactor: prepare monorepo

* refactor: prepare for monorepo

* refactor: prepare for monorepo

* refactor: prepare for monorepo

* refactor: prepare for monorepo

* refactor: prepare for monorepo

* refactor: prepare for monorepo

* ci: remove unnecessary workflows

* refactor: prepare for monorepo

* ci: fix remove execution of repos from non jvm

* ci: fix automation

* ci: fix docker scan

* ci: fix docker workflows

* ci: fix build, image and testcases

* ci: fix paths

* ci: skip azure scan error

* ci: push initial release strategy

* ci: adjust job names

* ci: add default images

* ci: fix context

* ci: run one by one

* ci: run parallel executions

* fix: get version from version py file

* ci: add workflow to manage updating jans-pycloud for docker images

* ci: fix workflow name

* ci: remove branch ignore

* ci: move envs to correct place

* ci: remove duplicate ids

* ci: fix EOF command

* fix: echo output to file

* fix: remove matrix strategy

* ci: move gh commands after setting config

* ci: add GITHUB TOKEN

* ci: skip opening PR if non is found

* ci: fix github user

* ci: fix typo in label

Co-authored-by: Isman Firmansyah <iromli@users.noreply.github.com>
Co-authored-by: mo-auto <54212639+mo-auto@users.noreply.github.com>
Co-authored-by: iromli <isman.firmansyah@gmail.com>
moabu pushed a commit that referenced this pull request Jan 13, 2022
fix: don't do autoreplace in script to allow reuse Gluu scripts
moabu pushed a commit that referenced this pull request Jan 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind-dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants