1. 17 Mar, 2021 1 commit
  2. 12 Jan, 2021 2 commits
  3. 09 Jan, 2021 10 commits
  4. 03 Jan, 2021 2 commits
  5. 30 Dec, 2020 8 commits
  6. 23 Dec, 2020 2 commits
  7. 21 Dec, 2020 5 commits
  8. 19 Dec, 2020 6 commits
  9. 15 Dec, 2020 4 commits
    • Lukas Wiest's avatar
      chore: add standard-version config file · d36bcf75
      Lukas Wiest authored
      d36bcf75
    • Lukas Wiest's avatar
    • Lukas Wiest's avatar
      refactor(ci): redo pipeline · 8a345357
      Lukas Wiest authored
      reworked pipeline to suit all branches
      
      This pulls, builds and publishes now for every branch on the repo
      Tag used is the branch name
      
      if the commit the pipeline runs matches the format [0-9]+.[0-9]+.[0-9]+
      the release stage is run additionally, which pushs the built image
      additionally with the tags 'latest' and the tag.
      
      On Jenkins the old Pipeline configurations are disabled and replaced by
      a multibranch pipeline configuration
      8a345357
    • Lukas Wiest's avatar
      refactor(dockerfile) major rework · b1f233c6
      Lukas Wiest authored
      - based on openjdk:11-jre-slim instead of a base system and
          installing java manually
      - removed git installation, we use a maven library for this
          no system installed git needed for anything
      - removed this damn proxy env vars
          they have nothing to do baked into an docker image!!
      - removed junit downloads
          not needed in backend. The testrunners are responsible
          for what they need
      - removed setting of a specific profile
          in prod always the default one should be active,
          use a different profile on your dev machine which you
          DO NOT commit
      b1f233c6