Skip to content
Snippets Groups Projects
  1. Feb 17, 2024
  2. Jan 26, 2024
  3. Jan 15, 2024
  4. Jan 12, 2024
  5. Jan 09, 2024
  6. Jan 06, 2024
  7. Dec 06, 2023
  8. Nov 22, 2023
  9. Oct 30, 2023
  10. Sep 27, 2023
  11. Sep 11, 2023
  12. Sep 03, 2023
  13. Aug 25, 2023
  14. Jul 29, 2023
  15. Jul 18, 2023
  16. Jun 28, 2023
  17. Jun 27, 2023
  18. Jun 18, 2023
  19. Jun 16, 2023
  20. Jun 06, 2023
    • Jed Fox's avatar
      Remove account types (#948) · a25327d3
      Jed Fox authored
      Closes #944, closes #532. ~WIP because something is causing the test
      budget to fail to create because it’s using INSERT instead of UPDATE sql
      queries. (Or not? I have no idea)~
      Unverified
      a25327d3
  21. May 20, 2023
  22. May 02, 2023
  23. Apr 29, 2023
  24. 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
  25. Mar 17, 2023
  26. Mar 05, 2023
  27. Feb 10, 2023
  28. Feb 03, 2023
  29. Jan 12, 2023
  30. Jan 03, 2023
  31. Dec 30, 2022
  32. Dec 29, 2022
  33. Nov 13, 2022
  34. Sep 02, 2022
  35. Aug 31, 2022
Loading