Skip to content

v0.2.0

Compare
Choose a tag to compare
@romnn romnn released this 18 Apr 13:28
· 744 commits to master since this release
Added
  • #234
    • Simple landing page with basic information about then CEPTA project
    • .travis.yml stage for automatically deploying the website
  • #219
    • New operator which removes a duplicate with a tumbling event number window with a given size
  • #215
    • Uniform backoff on startup connection issues making the microservice startup more resilient and stable
  • #212
    • Building of local docker images with bazel without running them
    • Manually trigger docker hub publishing of the anubis frontend as part of the release pipeline
  • #207
    • More extensive theming support
    • New Map View
    • New Transport Detail View
    • New Live Feed View
    • Link to the grafana monitoring dashboard
Changed
  • #215
    • Refactored interfaces for mongo, postgres and kafka wrappers
    • Conditional rebuilds of the dev docker deployemnt images
    • Fix of a bug where calling --help on some services would block indefinitely long
  • #207
    • Fixes to the docker dev deployment
    • UI/UX enhancements and a lot of refactoring
      • Redesign of the user settings view
      • Redesign of the transport management view
  • 3b11e14...

Installation

CEPTA_VERSION="v0.2.0" docker-compose -f deployment/prod/docker-compose.yml up