Skip to content
Snippets Groups Projects
  1. Jul 19, 2023
  2. 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
  3. Mar 07, 2023
  4. Dec 05, 2022
  5. Nov 14, 2022
  6. Aug 17, 2022
  7. May 24, 2022
  8. May 16, 2022
    • richard.petersen's avatar
      fixed: OXUIB-1631 memory spikes immediatly after startup · 43b4dd6a
      richard.petersen authored
      Root cause: If multiple connections are opened at the same time after an update, the ui-middleware will do multiple requests to get initial data. That went especially worse, when e2e-tests are launched against ui-middlewares with multiple clients connecting at the same time.
      Soltion: Make sure, that a node already caches stuff without a response.
      43b4dd6a
  9. May 09, 2022
  10. May 05, 2022
  11. May 04, 2022
  12. Feb 08, 2022
  13. Jan 26, 2022
Loading