Commit Graph

30 Commits

Author SHA1 Message Date
Jed Fox
319679fd65 Add support for automatically generating release notes (#746)
See https://github.com/actualbudget/docs/pull/129 for more details. If
this is accepted, I’ll fill in release notes for the PRs that have been
submitted since the last release and submit a corresponding PR to
`actual-server`.

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-14 14:18:14 -04:00
Jed Fox
2793beab6f Create an artifact with the built web UI for each commit (#729)
Part of fixing the horrendously slow Docker build for the server edge
images.
2023-03-06 16:57:50 -05:00
Matiss Janis Aboltins
7d2adfa02e 👷 upgrade github actions (#711)
* 👷  upgrade github actions

* Upgrade actions/checkout
2023-03-02 17:02:50 +00:00
Jed Fox
93a1f8a944 Updates to the @actual-budget/api package (#464)
* 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
2023-02-23 23:01:05 -05:00
Rich Howell
8d8eab3421 Delete stale-pr.yml
Removing as this isn't used.
2023-01-26 16:59:21 +00:00
Matiss Janis Aboltins
82869d85b8 👷 disable failing electron builds (#472) 2023-01-18 22:16:05 +00:00
Matiss Janis Aboltins
62df8e2ffb 👷 remove waiting-for-review auto label github action (#483) 2023-01-18 22:08:38 +00:00
Rich Howell
02718b9dfd Update opened-pr-triage.yml 2023-01-18 18:30:03 +00:00
Rich Howell
a613412c85 Update opened-pr-triage.yml 2023-01-18 18:19:29 +00:00
Rich Howell
e8d736cead Update opened-pr-triage.yml 2023-01-18 18:16:33 +00:00
Rich Howell
efc43ea773 Update opened-pr-triage.yml 2023-01-18 18:09:43 +00:00
Rich Howell
b390a83650 Update opened-issues-triage.yml 2023-01-18 18:09:29 +00:00
Rich Howell
d7d1f5a29e Update opened-pr-triage.yml
Dropped checkout back to v1
2023-01-18 18:02:09 +00:00
Rich Howell
e223c50062 Update opened-issues-triage.yml
Dropped checkout back to v1
2023-01-18 18:01:58 +00:00
Rich Howell
c13c0abbc5 Update stale workflow (#474) 2023-01-17 22:41:42 +00:00
Matiss Janis Aboltins
0e1cef699e 👷 improving playwright install speed (#452)
* 👷  improving playwright install speed

* use chromium
2023-01-16 19:48:52 +00:00
Matiss Janis Aboltins
50a71335e6 test: bare-bones e2e testing with playwright (#416) 2023-01-12 22:43:32 +00:00
Rich Howell
93f0093c1d Update stale.yml
Removed auto close
2022-10-20 07:37:53 +01:00
Rich Howell
0e441eeed2 Update stale.yml 2022-10-19 18:48:11 +01:00
Rich Howell
f190443272 Create stale.yml 2022-10-19 18:47:08 +01:00
Tom French
31e2b01df3 Merge pull request #129 from TomAFrench/issue-triage-action
Add action to mark new issues for triage
2022-08-24 17:52:46 +01:00
Tom French
c40b5e4d5d ci: run tests on github actions 2022-08-23 17:14:46 +01:00
Tom French
c1761b9302 ci: add action to mark new issues for triage 2022-07-16 11:03:59 +01:00
Tom French
883df58724 ci: turn boilerplate into composite action 2022-06-29 13:24:34 -04:00
Tom French
6b06105f00 ci: only build electron app on master 2022-06-29 13:24:34 -04:00
Tom French
97cf072fc6 ci: always use bash as the shell
windows is currently defaulting to powershell
2022-06-29 13:24:34 -04:00
Tom French
fdbcf8d906 ci: cache node_modules per runner os 2022-06-29 13:24:34 -04:00
Tom French
0a7e6fba8b ci: add electron build to CI 2022-06-29 13:24:34 -04:00
Tom French
a9cf0b6cda ci: build api and web packages in CI 2022-06-29 13:24:34 -04:00
Tom French
5451cfae32 ci: add linter check to CI 2022-06-29 10:48:19 -04:00