• Stars
    star
    74
  • Rank 414,669 (Top 9 %)
  • Language
    Java
  • License
    Apache License 2.0
  • Created over 4 years ago
  • Updated about 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Activiti Cloud libraries and Spring Boot starters.

activiti-cloud

Join Us in Gitter CI Codacy Badge ASL 2.0 CLA security status stability status licensing status

Activiti Cloud libraries and Spring Boot starters.

CI/CD

Running on GH Actions.

For Dependabot PRs to be validated by CI, the label "CI" should be added to the PR.

Requires the following secrets to be set:

Name Description
BOT_GITHUB_TOKEN Token to launch other builds on GH
BOT_GITHUB_USERNAME Username to issue propagation PRs
DOCKERHUB_USERNAME Docker Hub repository username
DOCKERHUB_PASSWORD Docker Hub repository password
NEXUS_USERNAME Internal Maven repository username
NEXUS_PASSWORD Internal Maven repository password
RANCHER2_URL Rancher URL for tests
RANCHER2_ACCESS_KEY Rancher access key for tests
RANCHER2_SECRET_KEY Rancher secret key for tests
SLACK_NOTIFICATION_BOT_TOKEN Token to notify slack on failure

Formatting

The local .editorconfig file is leveraged for automated formatting.

See documentation at pre-commit.

To run all hooks locally:

pre-commit run -a