Commit Graph
2911 Commits
Author SHA1 Message Date
Caelan ffbdd343c7 Fix Iced sample 2024-10-07 21:31:56 -06:00
Caelan 06197f1009 clean/update rust dependencies 2024-10-07 21:31:56 -06:00
Caelan 1e7d865f06 Remove unused type parameters 2024-10-07 21:31:56 -06:00
Caelan 6ce3733976 Consolidate duplicate rust code (bins & lib-rust) 2024-10-07 21:31:56 -06:00
Caelan 9086b0d09f Rename JS test 2024-10-07 21:31:56 -06:00
Caelan e8d5dfa4c0 Fixing JS tests 2024-10-07 21:31:56 -06:00
Caelan 1b84b12a31 clean up locator 2024-10-07 21:31:56 -06:00
Caelan Sayler 8458d5b757 remove thread code from logger 2024-10-07 21:31:56 -06:00
Caelan Sayler 2d0b063813 Add custom log callback and wire up to jest 2024-10-07 21:31:56 -06:00
Caelan Sayler 98fa707b90 More nodejs tests 2024-10-07 21:31:56 -06:00
Caelan Sayler e210aec6cd prettierignore bindings 2024-10-07 21:31:56 -06:00
Caelan Sayler 3c8c38982c hook up rust log to node console.log 2024-10-07 21:31:56 -06:00
Caelan Sayler fb76b1ad26 Don't fail builder tests if locator is not provided 2024-10-07 21:31:56 -06:00
Caelan Sayler 3afc870964 expose locator to js 2024-10-07 21:31:56 -06:00
Caelan Sayler 2012b9be7e Add prettier 2024-10-07 21:31:56 -06:00
Caelan Sayler bb3f3d96fc fix and add more node tests 2024-10-07 21:31:56 -06:00
Caelan Sayler f01c55a972 Fix test typings 2024-10-07 21:31:56 -06:00
Caelan Sayler e314cb1f6b lib-node -> lib-nodejs 2024-10-07 21:31:56 -06:00
Caelan Sayler 6cd0fb63ea fix node scripts and add jest 2024-10-07 21:31:56 -06:00
Caelan Sayler 42cd1dcb99 get node building 2024-10-07 21:31:56 -06:00
Caelan Sayler a5c4569f5f Get node binding gen working 2024-10-07 21:31:56 -06:00
Caelan Sayler 31ab5f138c wip JS bindings 2024-10-07 21:31:56 -06:00
Caelan Sayler 086eb0a980 wip 2024-10-07 21:31:56 -06:00
Caelan Sayler e66560c676 initial neon 2024-10-07 21:31:56 -06:00
Kevin Bost 48946fd147 Updating dependency
https://github.com/advisories/GHSA-hq7w-xv5x-g34j
2024-10-07 10:47:07 -06:00
Kevin Bost 8390e15ed8 Fixing vulnerable dependencies 2024-10-03 05:57:21 -06:00
Kevin Bost f03d5f18a9 Adding a space between sentences 2024-10-03 05:56:46 -06:00
Kevin Bost 53b111d0c5 Add retry to make test more resilient. 2024-09-30 06:26:37 -06:00
Kevin Bost e11fb71dfb Publish release group after uploading assets. 2024-09-30 06:26:37 -06:00
Kevin Bost 78d9706f46 Fixing double runs when pushing to a branch with an open PR
Right now if you push to a branch with an open PR, both the PR and an push triggers fire, causing the workflow to run twice. This limits it to only run on pushes to develop and master, or on PRs to those branches.
This also adds in a workflow_dispatch trigger to be able to manually kick runs from any branch if desired.
2024-09-30 06:21:43 -06:00
Caelan 9c52e40dad Clean unused parameter in ceaf588 2024-09-26 12:20:34 -06:00
Dan Balasescu ceaf5885b6 Give signtool absolute paths to files 2024-09-26 12:16:46 -06:00
Caelan e876f4429c Default appimage compression xz -> zstd 2024-09-26 11:54:48 -06:00
Caelan 403c33e04a Replace old appimage runtime with type2-runtime 2024-09-26 11:54:48 -06:00
Caelan 6f1a94e3d4 Make sure latest dotnet 6 & 8 installed 2024-09-23 12:19:38 -06:00
Caelan 5b39794079 Remove old simple json tests 2024-09-23 12:19:38 -06:00
Caelan Sayler 09485134ed Fix path on unix 2024-09-23 12:19:38 -06:00
Caelan b1f3b62fcb Remove Mono.Posix 2024-09-23 12:19:38 -06:00
Caelan 4db0eeb5d5 missing using in release build 2024-09-23 12:19:38 -06:00
Caelan 4d507a81c3 import new reparsepoint library for windows 2024-09-23 12:19:38 -06:00
Caelan 8347f29309 Refactor util into separate classes 2024-09-23 12:19:38 -06:00
Caelan cb9447821d Initial work on new netstandard symlink 2024-09-23 12:19:38 -06:00
Caelan 89955cad94 Replace local xunit logging project with new signed nuget package 2024-09-23 12:19:38 -06:00
Caelan 046bccb712 Remove use of deprecated IsUpdatePendingRestart 2024-09-22 16:19:12 -06:00
Caelan 9dd1081adb Fix dev sample scripts 2024-09-22 16:12:28 -06:00
Caelan 2e01ed53b2 Make appimage compression algorithm configurable 2024-09-22 15:44:41 -06:00
Caelan 6c06f7e09c remove another invalid appimage argument! 2024-09-22 11:43:04 -06:00
Caelan 4feb8cad52 remove invalid compressor argument 2024-09-22 11:05:12 -06:00
Caelan 75dd6973d6 Remove unused legacy appimage code 2024-09-22 10:39:19 -06:00
Caelan b710fb96db Use zstd compression for appimage (#221) 2024-09-22 10:37:55 -06:00