Skip to content
Snippets Groups Projects
  1. Mar 01, 2021
  2. Feb 22, 2021
  3. Feb 08, 2021
  4. Feb 01, 2021
  5. Jan 26, 2021
  6. Jan 14, 2021
  7. Jan 13, 2021
  8. Jan 11, 2021
  9. Jan 07, 2021
  10. Dec 09, 2020
  11. Nov 19, 2020
  12. Nov 17, 2020
  13. Nov 16, 2020
    • Reiter, Christoph's avatar
      Stop depending on puppeteer · 2e099bc0
      Reiter, Christoph authored
      While it's nice to have a fixed chrome version it slows down the yarn install,
      downloads a lot of things, and the chrome version depends on various
      system packages so one needss to have chromium installed anyway.
      
      This means developers that want to work on tests need firefox and chdomium installed.
      
      Sadly I couldn't find a way to make browsers optional in case the developer
      only has one installed.
      2e099bc0
    • Reiter, Christoph's avatar
      tests: use the mocha tdd mode everywhere and drop karma-chai · 356f78b4
      Reiter, Christoph authored
      Use tdd in all cases to be more consisstend.
      Also since last year we can use chai with rollup directly, so
      do that everywhere instead of relying on karma-chai injecting
      it in to the global scope.
      356f78b4
  14. Nov 03, 2020
  15. Oct 22, 2020
  16. Oct 20, 2020
  17. Oct 15, 2020
  18. Oct 13, 2020
  19. Sep 30, 2020
  20. Sep 23, 2020
  21. Jul 16, 2020
  22. Jul 14, 2020
    • Reiter, Christoph's avatar
      Integrate file-handling · 57d79be9
      Reiter, Christoph authored
      57d79be9
    • Reiter, Christoph's avatar
      Switch from npm to yarn · 87603fc6
      Reiter, Christoph authored
      Using lerna with npm breaks various npm commands such as "outodated"
      etc.
      
      Switch yarn with namespaces. lerna is only used to run commands on all
      packages and maybe publish them etc. yarn 2.x has extra workspace features
      like running commands for all packages, so with 2.0 we might also get
      rid of lerna.
      87603fc6
Loading