Skip to content
Snippets Groups Projects
  1. May 24, 2022
  2. 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
  3. May 09, 2022
  4. May 05, 2022
  5. May 04, 2022
  6. Apr 04, 2022
  7. Mar 14, 2022
  8. Mar 01, 2022
  9. Feb 28, 2022
  10. Feb 23, 2022
  11. Feb 08, 2022
  12. Jan 26, 2022
  13. Jan 12, 2022
  14. Jan 11, 2022
  15. Nov 29, 2021
  16. Nov 25, 2021
  17. Nov 11, 2021
  18. Nov 09, 2021
  19. Oct 13, 2021
  20. Oct 08, 2021
  21. Oct 06, 2021
    • julian.baeume's avatar
      disable CSP for now · 33708934
      julian.baeume authored
      we want to have the changes rolled out, so we disable CSP headers for now and
      will take care of them after the file_cache functionality has been rolled out
      
      just for testing purposes, disable CSP for now until sha calculation is fixed
      33708934
    • julian.baeume's avatar
      configure CSP to allow script execution · 41fe7f3b
      julian.baeume authored
      this currently doesn't really work as expected, but can be used as a base
      to properly implement CSP for the scripts we "know" about.
      41fe7f3b
    • 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
  22. Sep 27, 2021
  23. Sep 21, 2021
Loading