Skip to content
Snippets Groups Projects
  1. Jul 11, 2024
  2. Jul 10, 2024
  3. Jul 09, 2024
  4. May 16, 2024
  5. May 15, 2024
  6. May 14, 2024
    • Robert Dyer's avatar
      Add API for working with rules (#2568) · 7cee3b86
      Robert Dyer authored
      
      * Add API for working with rules
      
      * Add release note
      
      * Change 'payees-get-rules' return type to RuleEntity[]
      
      * Reuse existing handlers, make names not have 'payee', add two getters
      
      * fix linter
      
      * fix bad handler name
      
      * fix broken handler name
      
      * add test cases for 'getPayeeRules'
      
      * fix broken test
      
      * Remove unused locals
      
      * Update packages/loot-core/src/types/api-handlers.d.ts
      
      Co-authored-by: default avatarMatiss Janis Aboltins <matiss@mja.lv>
      
      * Update packages/loot-core/src/types/server-handlers.d.ts
      
      Co-authored-by: default avatarMatiss Janis Aboltins <matiss@mja.lv>
      
      * Strict types and slightly improved return interface
      
      * update test comment to match new API names
      
      * fix linter issues
      
      ---------
      
      Co-authored-by: default avatarMatiss Janis Aboltins <matiss@mja.lv>
      Unverified
      7cee3b86
  7. Mar 09, 2024
  8. Jan 22, 2024
  9. Jan 19, 2024
  10. Jan 15, 2024
  11. Jan 06, 2024
  12. Dec 27, 2023
  13. Dec 15, 2023
  14. Dec 09, 2023
  15. Nov 23, 2023
  16. Jul 29, 2023
  17. Jul 24, 2023
  18. Jun 27, 2023
  19. Jun 19, 2023
  20. Jun 18, 2023
  21. 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
  22. Jun 04, 2023
  23. Jun 02, 2023
  24. May 02, 2023
    • Jed Fox's avatar
      Remove unused payee rules feature (#985) · 646d0d90
      Jed Fox authored
      Fixes #615. I would appreciate double-checking that I didn’t
      accidentally delete anything that is important.
      
      Since I’m removing the related API methods, this is technically a
      breaking change (even if people would have no reason to remove this
      stuff), so we should probably do a major release of the API package.
      Unverified
      646d0d90
  25. Apr 29, 2023
  26. 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
  27. Mar 21, 2023
  28. Mar 05, 2023
  29. Feb 24, 2023
    • Jed Fox's avatar
      Updates to the @actual-budget/api package (#464) · 93a1f8a9
      Jed Fox authored
      * Make it easier to build the bundle.api.js for the API
      
      * Remove budgetId parameter, move config to top level of API
      
      * that’s a breaking change
      
      * Add support for signing into the server in init()
      
      * Add api.downloadBudget(syncId, { password }) method
      
      * Fix lint errors
      
      * Refactor: extract out getSyncError
      
      * api/download-budget: sync if possible instead of downloading
      
      * Don’t bother with fetching remote files and installing key if the file is local
      
      * *groupId
      
      * FIx lint issues
      
      * Remove extra close+reopen
      
      * Refactor out duplicate load-budget logic
      
      * Trailing commas
      Unverified
      93a1f8a9
  30. Feb 10, 2023
  31. Jan 25, 2023
  32. Jan 12, 2023
  33. Sep 02, 2022
  34. Aug 31, 2022
  35. Aug 23, 2022
  36. Apr 29, 2022
Loading