Skip to content

Releases: navikt/crm-workflows-base

v1.4

10 Nov 13:28
Compare
Choose a tag to compare
  • Fixed bug where SIT_SFDX_URL was used as secret instead of INTEGRATION_SANDBOX_SFDX_URL
  • Deploy unpackagable metadata from "force-app/unpackagable-with-auto-deploy"
  • Upload apex test results as a GitHub Artifact even if the tests fails

v1.3

28 Oct 15:20
Compare
Choose a tag to compare
  • Fixed bug where code coverage also included non-repo classes
  • Fixed bug where validation failed if no test classes exists
  • Added dev and uat as post-package install location using secrets
  • Refactoring of package creation (also faster runtime)
  • Formatting of other workflows
  • Separated steps into jobs for concurrent runtime
  • Added support for sit and uat sandboxes for manual installation
  • Renamed files to make them work on all repoes

Re-worked PR validation

21 Oct 15:16
Compare
Choose a tag to compare

Screenshot 2020-10-21 at 17 17 07

  • Removed wait timer as permset groups are now incompatible using package:version:create code coverage checks
  • Separated all steps into separate jobs (easier to read on the PR instead of the Action log)

Updated workflows

04 Oct 20:03
Compare
Choose a tag to compare
  • testing now only tests classes in repo
  • auto-deploy to dev sandbox (optional, see crm-workflows-base for details)
  • added code coverage to github releases

Added optional package install to dev after package creation

04 Oct 14:14
Compare
Choose a tag to compare
v1.0

added optional package install after package creation