Skip to content
Snippets Groups Projects
  1. May 15, 2023
  2. May 10, 2023
  3. May 09, 2023
  4. May 08, 2023
  5. May 04, 2023
  6. Apr 30, 2023
  7. Apr 28, 2023
  8. Apr 25, 2023
  9. Apr 21, 2023
  10. Apr 20, 2023
  11. Apr 19, 2023
  12. Apr 16, 2023
  13. Apr 13, 2023
  14. Apr 10, 2023
    • Alberto Gasparin's avatar
      Convert commonjs to esm (#877) · cd00da76
      Alberto Gasparin authored
      This PR converts everything (aside from electron) from CommonJS to ESM.
      It is needed to reduce the changes that will happen during the migration
      to Typescript (as TS does not play nice with CJS).
      
      Basically:
      - rewrite `require()` to `import`
      - rewrite `module.exports` to `exports`
      - introduce `ts-node` to run importers so we can convert them to TS too
      
      Lastly, sorry for this larg-ish PR, not my preference but when I tried
      to reduce its scope, I would end up with mixed commons/esm that was even
      more tricky to handle.
      Unverified
      cd00da76
    • Jed Fox's avatar
      Recognize numpad enter key as enter key (#883) · d7d5820c
      Jed Fox authored
      Unverified
      d7d5820c
  15. Apr 09, 2023
  16. Apr 06, 2023
  17. Apr 04, 2023
  18. Apr 01, 2023
  19. Mar 26, 2023
  20. Mar 24, 2023
  21. Mar 23, 2023
  22. Mar 21, 2023
  23. Mar 20, 2023
  24. Mar 18, 2023
  25. Mar 17, 2023
  26. Mar 16, 2023
    • Matiss Janis Aboltins's avatar
      :bug: making desktop-client tests independent (#765) · d9bc64e7
      Matiss Janis Aboltins authored
      
      Tests cases should be independent. You should be able to run them in
      whatever order you want. And they should still pass.
      
      Currently this is not the case. The order of the tests is very important
      due to the "pseudo" randomization algorithm.
      
      This PR makes the mock data IDs truly unique thus better exposing the
      issue in our tests. Also this PR fixes the dependency issues thus making
      each test case truly independent.
      
      ---------
      
      Co-authored-by: default avatarJed Fox <git@jedfox.com>
      Unverified
      d9bc64e7
  27. Mar 13, 2023
Loading