Skip to content
Snippets Groups Projects
  1. Jan 17, 2023
  2. Jan 09, 2023
  3. Dec 18, 2022
  4. Dec 06, 2022
  5. Dec 05, 2022
  6. Nov 20, 2022
  7. Nov 10, 2022
  8. Nov 02, 2022
  9. Oct 31, 2022
  10. Oct 17, 2022
  11. Oct 16, 2022
  12. Oct 09, 2022
  13. Sep 11, 2022
  14. Jul 03, 2022
  15. Jun 23, 2022
  16. May 01, 2022
  17. Apr 27, 2022
  18. Apr 24, 2022
  19. Apr 19, 2022
  20. Apr 11, 2022
  21. Apr 07, 2022
  22. Apr 05, 2022
    • Reiter, Christoph's avatar
      tests: use playwright provided browsers for testing · d3601e6f
      Reiter, Christoph authored
      Newest Ubuntu switched Firefox to a snap, which breaks karma.
      
      Try to use playwright to download and cache firefox/chromium
      and use those for karma.
      
      Compared to puppeteer where we did this some time ago this caches
      the browsers globally, and only downloads them when we start the tests.
      d3601e6f
    • Reiter, Christoph's avatar
      Add a new resource-select package/web-component · 433d5c85
      Reiter, Christoph authored
      The goal of this new component is to be a generic selector for API resources,
      unlike the organization/person select, which hardcode various things for their
      used resource.
      
      Instead this provides some events which can be used to customize the creation of the
      URL for fetching as well as for formatting the list of results.
      
      Atm this only handles the organization and no search-as-you-type like the person select,
      but maybe this can be extended in the future.
      433d5c85
Loading