Skip to content
Snippets Groups Projects
  1. Jan 29, 2024
  2. Sep 15, 2023
    • julian.baeume's avatar
      Changed: OXUI-1345: Refactor cache handling · a1495f40
      julian.baeume authored and julian.baeume's avatar julian.baeume committed
      Changelog:
      - introduce two separate roles for middleware deployments:
          - ui-middleware: read from redis only, listen to version updates, can easily be scaled
          - updater: split out all code that writes to redis, no need to scale > 1
      a1495f40
  3. Jul 19, 2023
  4. May 09, 2023
  5. Apr 12, 2023
  6. Apr 11, 2023
    • david.bauer's avatar
      Refactoring: Separated fastify plugins and routes · f03f2f5d
      david.bauer authored
      - Unit and Integration tests now use "inject" instead of starting a server
        and using supertest.
      - Add Coverage Reports and "test:dev" mode. This enables a mocha --watch
        like workflow using nodemon, as --watch does not work with esm modules.
      - Reorganized and renamed files and functions
      f03f2f5d
  7. Dec 08, 2022
  8. Dec 05, 2022
  9. Nov 23, 2022
  10. Nov 17, 2022
  11. Nov 14, 2022
  12. Sep 02, 2022
  13. Aug 17, 2022
  14. May 09, 2022
  15. May 04, 2022
  16. Feb 23, 2022
  17. Oct 06, 2021
    • julian.baeume's avatar
      implement local file cache · 2c3a21e5
      julian.baeume authored
      the file cache is populated with data defined in the manifest files configured for
      all components and will basically fetch everything from all components. This allows
      us to use this manifest service as the only source of truth for UI related sources and
      simplifies ingres setup a lot.
      2c3a21e5
  18. Sep 21, 2021
Loading