- Jul 20, 2024
-
-
Matiss Janis Aboltins authored
*
ping WIP PRs that have been inactive for a week * Bump the stale action version
-
- Jul 11, 2024
-
-
DJ Mountney authored
* Remove Trafico workflow in favour of our new GitHub bot * Add release note
-
- Jul 04, 2024
-
-
DJ Mountney authored
* Remove the trafico pr review triggers - We loose triggers for Approved and Changes Requested - They weren't working on forks anyways * Add release note
-
- Jun 18, 2024
-
-
DJ Mountney authored
* Embed trafico as an action * Add all the event types from trafico * Swith to main trafico branch * Add release note
-
- May 20, 2024
-
-
shall0pass authored
* netlify script * remove npm ci * add filter * release note * whoops
-
- May 07, 2024
-
-
Matiss Janis Aboltins authored
-
- Apr 24, 2024
-
-
DJ Mountney authored
* Test a fix for electron builds * Add release note
-
- Apr 19, 2024
-
-
youngcw authored
* add flatpack to electron build * note * add to workflow * try to fix workflow * typos * workflow * work * update * add repo * update other electron workflow * stable doesn't work * fix version * add step * note * fix
-
youngcw authored
* add flatpack to electron build * note * add to workflow * try to fix workflow * typos * workflow * work * update * add repo * update other electron workflow * stable doesn't work * fix version
-
- Apr 17, 2024
-
-
youngcw authored
* rename * note
-
- Apr 04, 2024
-
-
Matiss Janis Aboltins authored
*
updated github issue template to hopefully reduce the amount of support * Release notes
-
- Mar 22, 2024
-
-
Neil authored
* Create wip.yml Adding WIP to new PRs * Create 2443.md notes * Update .github/workflows/wip.yml Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv> * Update .github/workflows/wip.yml Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv> * Update upcoming-release-notes/2443.md Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv> * Update wip.yml * Update 2443.md * Update wip.yml --------- Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv>
-
- Feb 02, 2024
-
-
Matiss Janis Aboltins authored
-
- Jan 24, 2024
-
-
Joel Jeremy Marquez authored
* Update vite / swc / ts versions * Release notes * Revert root tsconfig module changes * yarn dedupe * Dummy update to run pipeline * Update webpack and playwright * Update playwright docker images
-
- Jan 20, 2024
-
-
Matiss Janis Aboltins authored
-
- Jan 15, 2024
-
-
DJ Mountney authored
* Change the vite chunk filename hash usage - Change to more closely match the . syntax we use with webpack - This should fix some issues with our size compare as well * Account for chunks being base64
-
- Jan 11, 2024
-
-
DJ Mountney authored
* Proof of concept for switching desktop-client to vite * Fix other packages ts tests issues * Update jsx tests to use vitest instead of jest * Inject our global shims properly * Add comment regarding new plugin * Cleanup unnessary change after rebase * Fix inter fonts pathing * Remove manual chunks sizes for now Just set the limit higher * Bring back size compare * Suppress victory warnings * Remove craco config now that it's not used * Add vite basic ssl plugin - This autogenerates self-signed certs in dev mode when HTTPS env is set - Made to match the CRA behaviour * Add release note * Remove warning suppression for victory - Updated to a rollup version that includes the fix
-
- Jan 09, 2024
-
-
Matiss Janis Aboltins authored
-
Matiss Janis Aboltins authored
-
- Jan 08, 2024
-
-
Matiss Janis Aboltins authored
This reverts commit e11b6571.
-
- Dec 14, 2023
-
-
Matiss Janis Aboltins authored
-
- Nov 14, 2023
-
-
Matiss Janis Aboltins authored
-
- Oct 10, 2023
-
-
Matiss Janis Aboltins authored
-
- Sep 15, 2023
-
-
Matiss Janis Aboltins authored
-
- Sep 02, 2023
-
-
Matiss Janis Aboltins authored
-
- Sep 01, 2023
-
-
Matiss Janis Aboltins authored
-
- Aug 29, 2023
-
-
Matiss Janis Aboltins authored
-
- Aug 25, 2023
-
-
Matiss Janis Aboltins authored
-
- Aug 06, 2023
-
-
Matiss Janis Aboltins authored
Closes #1328 Closes #1471
-
- Jul 31, 2023
-
-
Jed Fox authored
Includes a few typographical improvements I PR’d. (since the workflow is a `pull_request_target` one, the changes won’t show up in the comments till this PR is merged)
-
- Jul 29, 2023
-
-
Jed Fox authored
-
- Jul 20, 2023
-
-
Jed Fox authored
The change isn’t so new anymore so I’ve updated the comment to recognize that.
-
- Jul 07, 2023
-
-
Jed Fox authored
-
- Jul 01, 2023
-
-
Matiss Janis Aboltins authored
Cancel previous CI runs if a new push is made. Thus saving a bit of CI resources.
-
Jed Fox authored
-
- Jun 30, 2023
-
-
Shazib Hussain authored
-
- Jun 28, 2023
-
-
Shazib Hussain authored
This script is only used for the github e2e tests so doesn't need to be inside /bin
-
Jed Fox authored
This PR moves the size comparison action back to a separate workflow which now uses the `pull_request_target` event. This event is triggered at all the same times as the `pull_request` action, except that the workflow file content comes from the target branch of the PR, and it is run in the context of the repo owning the target branch. Practically, this means that it will still have access to post a comment even if the PR comes from a fork. We don’t want the build actions to be run in a `pull_request_target` workflow because they would get access to the secrets and be able to perform arbitrary actions on the repository, even from fork PRs. See the current version failing here: https://github.com/actualbudget/actual/actions/runs/5395184895/jobs/9797388016?pr=1122
-
- Jun 27, 2023
-
-
Jed Fox authored
-
- Jun 25, 2023
-
-
Jed Fox authored
-