be119248a6
put execution benchmarks behind flag ( #6364 )
...
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2025-04-16 21:23:30 -07:00
599bd2d958
Switch to a 6-core profile for mac ( #6323 )
...
* Switch to a 6-core profile for mac
* Bump workers percentage to optimize for CPU count (#6329 )
* Bump macOS workers percentage to optimize for CPU count
* Handle floor math
---------
Co-authored-by: Jace Browning <jacebrowning@gmail.com >
2025-04-15 13:07:16 -04:00
d9be308c36
~Maybe~ (Lee: ABSOLUTELY) use biome ( #6327 )
...
* maybe use biome
* import organising
* Removed unused new fmt commands; fix to not use linter
* Don't use fmt:generated - fmt is fast, but also use Makefile for this sort of thing
---------
Co-authored-by: lee-at-zoo-corp <lee@zoo.dev >
2025-04-15 10:11:25 -04:00
5c188664bd
Remove step retries in build-apps after npm transition ( #6310 )
...
* Remove unecessary step retries from build-apps
* To revert: Test with IS_RELEASE
* To revert: CSC_FOR_PULL_REQUEST
* Revert for review
2025-04-14 09:24:15 -04:00
167445ef8a
WIP: migrate from yarn v1 to npm ( #6274 )
...
* WIP: migrate from yarn v1 to npm
* Add tsc mapping script
* More fixes
* Add playwright as script
* Fix more
* more and more people just want more
* Merge branch 'main' into pierremtb/adhoc/npm
* use workspaces and fix circular deps
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fmt
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fix
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* New machine-api types
* better lock file
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* ignore typos in machine-api generated files
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* install from root
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fix tsc
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* New machine-api types
* bettter install
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* bettter install
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* bettter install
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* bettter install
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* bettter install
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* add comment
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* add comment
Signed-off-by: Jess Frazelle <github@jessfraz.com >
---------
Signed-off-by: Jess Frazelle <github@jessfraz.com >
Co-authored-by: Jess Frazelle <jessfraz@users.noreply.github.com >
Co-authored-by: Jess Frazelle <github@jessfraz.com >
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-04-12 02:49:49 +00:00
74c07fc0eb
Update onboarding bracket to be robust ( #6099 )
...
* update onboarding bracket to be robust
* update onboarding bracket with bends
* checking if asserts causing parse failure
* fun fact, it was not the asserts
* fix bracket loading
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
---------
Signed-off-by: Jess Frazelle <github@jessfraz.com >
Co-authored-by: Pierre Jacquier <pierrejacquier39@gmail.com >
Co-authored-by: Jess Frazelle <github@jessfraz.com >
Co-authored-by: Jess Frazelle <jessfraz@users.noreply.github.com >
2025-04-11 19:27:29 +00:00
7d3294ff78
Quick fix for windows codesign failures with digicert ( #6275 )
...
* pierremtb/issue6256-another-test
* yarn to npm install
* Revert "yarn to npm install"
This reverts commit 4a3daf950f .
* yarn to npm install
* Force IS_RELEASE=true
* Clean up for review
2025-04-11 14:31:44 +00:00
c6ec54c138
Send test results to an API for analysis ( #6261 )
...
* Send test results to an API
* Include platform
* Include target
* Return earlier
* Include actual commit SHA
* Include PR number
* Rename variables for clarity
2025-04-11 10:04:13 -04:00
c45c2e27ba
make sure the nix flake never breaks ( #6273 )
...
make sure teh nix flake never breaks
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2025-04-11 06:27:42 +00:00
9d0518dfeb
Fix URL encoded names after rename to Zoo Design Studio ( #6269 )
2025-04-10 17:20:37 -04:00
962eb0e376
Install and start Vector on macOS CI runners ( #6147 )
...
* Install vector on macOS
* Include platform information
2025-04-07 20:22:27 +00:00
8294903cd0
Bump taiki-e/install-action from 2.49.30 to 2.49.45 in the patch group ( #6185 )
...
Bumps the patch group with 1 update: [taiki-e/install-action](https://github.com/taiki-e/install-action ).
Updates `taiki-e/install-action` from 2.49.30 to 2.49.45
- [Release notes](https://github.com/taiki-e/install-action/releases )
- [Commits](https://github.com/taiki-e/install-action/compare/v2.49.30...v2.49.45 )
---
updated-dependencies:
- dependency-name: taiki-e/install-action
dependency-version: 2.49.45
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-07 17:43:36 +00:00
a059166b9c
Upgrade e2e-tests windows runner from 4 cores to 8 ( #6166 )
...
* Change e2e-tests runner to windows-latest-8-cores
* Clean up for PR
2025-04-05 08:44:50 -07:00
a7896329f7
Shorten feedback cycle for legitimate failures ( #6146 )
...
Stop sooner with legitimate failures
2025-04-04 17:29:29 +00:00
1a59fc4f99
Rename the app to Zoo Design Studio ( #5974 )
...
* WIP: Change the name of the app
Fixes #5971
* Force release build
* More renames
* Fix release builds on PR
* Remove alpha on home page, replace with nightly if nightly
* Change appId back to dev.zoo.modeling-app after updater test failure
* Cleanup towards review
* Lint
* Lint plus @jacebrowning's suggestion
* Lint
2025-04-03 22:24:51 -04:00
befac6ad87
Move diff-circular-deps to dedicated script ( #6123 )
...
* Move diff-circular-deps to dedicated script
* Update package.json
Co-authored-by: Jace Browning <jacebrowning@gmail.com >
* Fix ci
---------
Co-authored-by: Jace Browning <jacebrowning@gmail.com >
2025-04-02 17:23:23 -04:00
2a56155587
add circular deps to PRs ( #6116 )
...
* add to ci
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fixes
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fixes
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
---------
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2025-04-02 12:43:11 -07:00
eac5abba79
Clean up env vars in e2e-tests.yml ( #6045 )
...
* pierremtb/adhoc/clean-up-e2e-env-vars-ci
* Add back VITE_KC_SKIP_AUTH: true for snaps
* Remove VITE_KC_SKIP_AUTH: true, add back token
2025-03-31 09:18:23 -04:00
cc2efd316c
Add more TS lints and fix types ( #6037 )
...
* Add as const lint
* Add lint for no implied eval
* Fix incorrect type and add lints
* Add more type lints
* Remove redundant type assertions and add lint
* Fix to turn off incorrect base rules
* Fix yarn lint workflow to wait for build:wasm
* Change so that we don't build:wasm more than once in the workflow
2025-03-28 04:24:24 +00:00
40b0cf5fd3
Create a new commit to preserve history from main ( #6019 )
2025-03-27 15:49:38 +00:00
d27b8871bc
Set bot user info to amend commits ( #6011 )
2025-03-26 17:12:20 +00:00
0c4826cdd5
Prevent overwriting the commit status on main ( #6009 )
2025-03-26 10:41:41 -04:00
58861cd24a
ci: Fix e2e workflow to always use condition ( #5994 )
...
Fix e2e workflow to always use condition
2025-03-25 23:18:57 +00:00
c0cdcb1b98
Disable automated snapshot commits ( #6002 )
2025-03-25 22:27:30 +00:00
c28bad267a
Add utilities to check platform to determine if a test should run ( #5983 )
...
* Add tests for utility to bypass unreliable tests
* Limit skip to just Windows
* Ignore unit tests from Playwright
* A snapshot a day keeps the bugs away! 📷 🐛
* A snapshot a day keeps the bugs away! 📷 🐛
* A snapshot a day keeps the bugs away! 📷 🐛
* A snapshot a day keeps the bugs away! 📷 🐛
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-03-25 13:24:41 -04:00
65c455ae7c
Use app token to sync 'all-e2e' branch ( #5968 )
2025-03-24 19:17:04 +00:00
0d0dd1019b
Enable tests to run on pushes to 'all-e2e' branch ( #5945 )
...
* Enable tests to run on pushes to 'all-e2e' branch
* Document branch behavior
2025-03-22 01:55:54 +00:00
e00317f316
Sync the all-e2e branch with main ( #5927 )
2025-03-21 17:43:23 +00:00
2c6404f671
Continue running broken tests for Axiom metrics ( #5883 )
...
* Install Vector on Ubuntu to log failed test to Axiom
* Allow flaky tests to run on main for Axiom metrics
* Enable problematic tests on a dedicated branch
2025-03-20 16:28:08 -04:00
73b38cd9e2
Bump the patch group with 2 updates ( #5826 )
...
Bumps the patch group with 2 updates: [taiki-e/install-action](https://github.com/taiki-e/install-action ) and [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud ).
Updates `taiki-e/install-action` from 2.49.15 to 2.49.27
- [Release notes](https://github.com/taiki-e/install-action/releases )
- [Commits](https://github.com/taiki-e/install-action/compare/v2.49.15...v2.49.27 )
Updates `google-github-actions/setup-gcloud` from 2.1.2 to 2.1.4
- [Release notes](https://github.com/google-github-actions/setup-gcloud/releases )
- [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md )
- [Commits](https://github.com/google-github-actions/setup-gcloud/compare/v2.1.2...v2.1.4 )
---
updated-dependencies:
- dependency-name: taiki-e/install-action
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: google-github-actions/setup-gcloud
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-20 13:02:39 -07:00
612d03bf73
Bump the major group in /.github/actions/github-release with 2 updates ( #5829 )
...
Bumps the major group in /.github/actions/github-release with 2 updates: [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github ) and [glob](https://github.com/isaacs/node-glob ).
Updates `@actions/github` from 5.1.1 to 6.0.0
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github )
Updates `glob` from 7.2.3 to 11.0.1
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/node-glob/compare/v7.2.3...v11.0.1 )
---
updated-dependencies:
- dependency-name: "@actions/github"
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: major
- dependency-name: glob
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-20 09:27:44 -07:00
83ca08b26c
Update dependabot config ( #5907 )
2025-03-20 09:10:50 -04:00
25e8e7081b
Fix workflow to commit all generated kcl-samples files ( #5896 )
2025-03-20 01:10:54 +00:00
a933646667
Fix e2e workflow when only kcl-samples changes ( #5894 )
2025-03-19 19:46:44 -04:00
f2c5661710
Use less Namespace resources by shifting ubuntu to AWS ( #5847 )
...
* Attempt: Hourly tests on ubuntu only
* Attempt: Hourly tests on ubuntu only through os exlusion rules
* Attempt: Hourly tests on ubuntu only through dummy boolean key
* Clean up for PR
* Draft: Use less namespace vCPUs for e2e
* All on gh, just to see
* Disable concurrency, bump to 45min step retry timeout
* 2 workers for non-windows machineis
* Step retry down to 3
* Change to ubuntu aws, change macos to macos-latest-large
* Fix name for ubuntu aws, back to 10 step retry
* Back to 4 shards to see the diff
* Snaptshots on ubuntu aws
* Cleaning up to get closer to a review-able state
* Should be ready for review
* A snapshot a day keeps the bugs away! 📷 🐛
* A snapshot a day keeps the bugs away! 📷 🐛
* A snapshot a day keeps the bugs away! 📷 🐛
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-03-18 09:44:54 -04:00
4dd669bd46
Hourly e2e tests only on Ubuntu ( #5846 )
...
* Attempt: Hourly tests on ubuntu only
* Attempt: Hourly tests on ubuntu only through os exlusion rules
* Attempt: Hourly tests on ubuntu only through dummy boolean key
* Clean up for PR
2025-03-17 17:01:33 -04:00
87ab8fe78d
Only one playwright worker and less retries. Plus auto-retries on snapshots ( #5842 )
...
* 8 shards, 1 workers, 10 retries
* Trigger CI
* Add retries to snapshots
* Clean up for PR, retry to 15
* Trigger CI
* Back to 4 shards for simplicity
* Revert "Back to 4 shards for simplicity"
This reverts commit 413de2fc61 .
2025-03-17 15:53:48 -04:00
24d0b14668
change runner ( #5800 )
...
Revert "try codspeed runner (#5796 )"
This reverts commit ec64daa01f .
2025-03-13 13:57:24 -07:00
6fb32eeff2
fix python bindings building on linux ( #5795 )
...
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates;
Signed-off-by: Jess Frazelle <github@jessfraz.com >
---------
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2025-03-13 12:05:45 -07:00
ec64daa01f
try codspeed runner ( #5796 )
...
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2025-03-13 12:05:15 -07:00
e8886bb358
hide program memory source ranges from the app ( #5759 )
...
* hide program memory source ranges from the app
Signed-off-by: Jess Frazelle <github@jessfraz.com >
fix unit tests
Signed-off-by: Jess Frazelle <github@jessfraz.com >
fix memory
Signed-off-by: Jess Frazelle <github@jessfraz.com >
remove from paths
Signed-off-by: Jess Frazelle <github@jessfraz.com >
updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
fixes
Signed-off-by: Jess Frazelle <github@jessfraz.com >
updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fix program memory source ranges
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
---------
Signed-off-by: Jess Frazelle <github@jessfraz.com >
Co-authored-by: Kurt Hutten Irev-Dev <k.hutten@protonmail.ch >
2025-03-13 11:13:33 -07:00
05a6313d97
try execute bench with walltime ( #5772 )
...
* try execute bench
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* timeout longer
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* timeout longer
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
---------
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2025-03-13 10:33:00 -07:00
d8dff03746
Add cache for wasm in build-apps ( #5758 )
...
* WIP: break out e2e snapshots
* Separate prepare-wasm job
* Force e2e to run on pierremtb/adhoc/break-out-snapshots
* Quick fix
* Quick fix2
* Quick fix3
* Quick fix4
* Quick fix5
* Remove ifs for flow tests
* Clean up for review
* Cache wasm on PR for build-apps
* Add checks on build wasm tings
* Clean up for review
2025-03-12 13:53:30 -04:00
6d0da100e5
benchmark retry ( #5760 )
...
* benchmark retry
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fix times
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fix times
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* dont use a custom iter
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* just parse
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fixes
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* A snapshot a day keeps the bugs away! 📷 🐛 (OS: namespace-profile-ubuntu-8-cores)
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* use runs on
Signed-off-by: Jess Frazelle <github@jessfraz.com >
---------
Signed-off-by: Jess Frazelle <github@jessfraz.com >
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-03-11 22:21:28 +00:00
b8a0ad7144
Dedicated job for snapshot tests ( #5752 )
...
* WIP: break out e2e snapshots
* Separate prepare-wasm job
* Force e2e to run on pierremtb/adhoc/break-out-snapshots
* Quick fix
* Quick fix2
* Quick fix3
* Quick fix4
* Quick fix5
* Remove ifs for flow tests
* Clean up for review
* should-run == 'true' madness
2025-03-11 17:18:42 -04:00
df6b4f4c37
Move consts to dir in docs ( #5753 )
...
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* add consts to dir
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* add consts to dir
Signed-off-by: Jess Frazelle <github@jessfraz.com >
---------
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2025-03-11 18:44:27 +00:00
98822869f7
fix settings docs names ( #5751 )
...
* fix settings docs names
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* A snapshot a day keeps the bugs away! 📷 🐛 (OS: namespace-profile-ubuntu-8-cores)
* add consts to dir
Signed-off-by: Jess Frazelle <github@jessfraz.com >
---------
Signed-off-by: Jess Frazelle <github@jessfraz.com >
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-03-11 10:20:18 -07:00
fda65bcbd7
codspeed ( #5741 )
...
* codspeed
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* Update cargo-bench.yml
* Update cargo-bench.yml
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* Update settings.md (#5743 )
* A snapshot a day keeps the bugs away! 📷 🐛 (OS: namespace-profile-ubuntu-8-cores)
* A snapshot a day keeps the bugs away! 📷 🐛 (OS: namespace-profile-ubuntu-8-cores)
---------
Signed-off-by: Jess Frazelle <github@jessfraz.com >
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-03-11 08:03:49 -07:00
c37e564b59
fix wheels ( #5748 )
...
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2025-03-11 08:01:49 -07:00
310932dc5a
run rust benchmarks and compare on prs ( #5734 )
...
* run benchmarks and compare on prs
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* run benchmarks and compare on prs
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fixes
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fixes
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* benchmark kcl-samples
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
---------
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2025-03-10 18:04:16 -07:00