Skip to content

Releases: hotosm/gh-workflows

v1.5.2

29 May 14:31
Compare
Choose a tag to compare
  • Replace var WITH_MONITORING --> MONITORING.

Full Changelog: 1.5.1...1.5.2

v1.5.1

29 Apr 17:09
Compare
Choose a tag to compare
  • Add WITH_MONITORING var to image builds temporarily, until passing all vars as args is fixed.

Full Changelog: 1.5.0...1.5.1

v1.5.0

10 Apr 17:01
Compare
Choose a tag to compare
  • Add optional run_command input to test_pnpm workflow, to use different pnpm run xxx.
  • Add optional container_config input to test_pnpm for running the workflow inside a custom container.
  • Add workaround for Playwright Firefox in CI environments.
  • Include example for using playwright with test_pnpm.

Full Changelog: 1.4.10...1.5.0

v1.4.10

08 Apr 10:36
Compare
Choose a tag to compare

Full Changelog: 1.4.9...1.4.10

v1.4.9

25 Feb 23:10
Compare
Choose a tag to compare
  • Hardcode NODE_ENV var to image builds.
    Full Changelog: 1.4.8...1.4.9

v1.4.8

24 Feb 16:19
Compare
Choose a tag to compare
  • Allow passing of coverage workflow, if no coverage file update required.
  • Optional config for dotenv example path during test and deploy.

Full Changelog: 1.4.7...1.4.8

v1.4.7

06 Feb 13:55
Compare
Choose a tag to compare
  • Use envsubst on .env.example, prior to generating openapi.json file.

v1.4.6

31 Jan 12:01
Compare
Choose a tag to compare
  • Correctly add labels to built images, the following pre-configured by default:
  "labels": {
    "org.opencontainers.image.url": "https://github.com/org/repo",
    "org.opencontainers.image.licenses": "Apache-2.0",
    "org.opencontainers.image.title": "fmtm",
    "org.opencontainers.image.revision": "2f27f07b9d72eb27fb8576570501682b2f3ca5d2",
    "org.opencontainers.image.created": "2024-01-26T20:11:10.683Z",
    "org.opencontainers.image.version": "2024.0.1",
    "org.opencontainers.image.description": "Field mapping tasking manager",
    "org.opencontainers.image.source": "https://github.com/org/repo"
  }

v1.4.5

23 Jan 20:09
Compare
Choose a tag to compare
  • Add option to mkdocs_build workflow for --dirty flag to retain extra files not in docs_dir.

v1.4.4

23 Jan 09:33
Compare
Choose a tag to compare
  • Added graphviz dependency to Doxygen for inheritance diagram generation.
  • Reduce wiki publish dependency install size, change default git user --> svchot.
  • Add option for coverage upload to gh-pages branch after pytest (param coverage: true).