Ken Chau
cfcba67315
applying package updates
2023-02-14 19:13:59 +00:00
renovate[bot]
e2bc1c85bb
Update devDependency @types/react to v18.0.28 ( #578 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-14 11:10:57 -08:00
Ken Chau
1a965362c4
applying package updates
2023-02-07 23:52:48 +00:00
Kenneth Chau
d7bf00acf2
Promoting v2 to be latest! ( #572 )
...
* migrating to V2
* Change files
* Change files
* use beachball to bump major
* specific to package bundle
* Update packages/lage/RELEASE.md
Co-authored-by: David Zearing <dzearing@microsoft.com>
* Update packages/lage/RELEASE.md
Co-authored-by: David Zearing <dzearing@microsoft.com>
* updated release notes
* adding notes about new @lage-run packages
---------
Co-authored-by: David Zearing <dzearing@microsoft.com>
2023-02-07 15:49:19 -08:00
Ken Chau
c6948cff93
applying package updates
2023-02-07 18:11:30 +00:00
Ken Chau
5694d192f1
applying package updates
2023-02-07 17:54:05 +00:00
Ken Chau
3e82d77fdb
applying package updates
2023-02-07 17:31:22 +00:00
Ken Chau
c39d44c583
applying package updates
2023-02-06 23:42:51 +00:00
Kenneth Chau
f3d37c7c75
CI or TF_BUILD should default to the original LogReporter ( #568 )
...
* fixing up some logger options to set up proper conflicts
* Change files
* adding checks on "profile" options being passed in for progressReporters are being duplicated
* fixing the conditional
* fixes a test that has an extra arg
2023-02-06 15:40:59 -08:00
Ken Chau
cb25598e2d
applying package updates
2023-02-03 00:20:10 +00:00
Kenneth Chau
9772c8f6e8
"affected" command ( #564 )
...
* affected command works!
* affected command works!
* adding an affected command
* Change files
* Change files
* fixing lint
2023-02-02 16:13:51 -08:00
Ken Chau
c1c8242614
applying package updates
2023-02-01 20:51:07 +00:00
Ken Chau
312b4af4b3
applying package updates
2023-02-01 20:45:02 +00:00
renovate[bot]
5ffef3f6ae
Update devDependency @types/react to v18.0.27 ( #539 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-01 12:39:10 -08:00
Ken Chau
bba89f68e0
applying package updates
2023-01-31 23:54:49 +00:00
Kenneth Chau
9340358c80
Skip missing: fixing a bug the crept up where npmrunner is still logging about missing scripts ( #562 )
...
* fixed reporter to not log target status when it should not run at all
* Change files
2023-01-31 23:46:50 +00:00
Ken Chau
0f648ff379
applying package updates
2023-01-31 18:24:39 +00:00
Kenneth Chau
ac2bf42648
Verbose reporter - fixes it so it uses the old reporter when verbose or grouped are specified ( #561 )
...
* switch back to old log reporter when "verbose" or "grouped" are used
* Change files
* adding tests
2023-01-31 18:18:18 +00:00
Ken Chau
a42ae7f6ce
applying package updates
2023-01-30 17:26:59 +00:00
Felipe Escoto
226876f3dc
Add task error summary to ADO reporter ( #553 )
...
* Add task error summary to ADO reporter
* Change files
2023-01-30 09:19:04 -08:00
Ken Chau
99188586ee
applying package updates
2023-01-27 20:50:27 +00:00
Kenneth Chau
2d6b70f697
Info command: lage [command] --info ( #554 )
...
* adding an info flag for run
* refined info logging
* fixes a comment
* skip logger to give a more pure output
* get rid of extra ids that are not meant to be seen
* Change files
* updated info action to take log per line
* merge with master - fixing types
* adding snapshots
* added a test case for when the targets are scoped
2023-01-27 12:41:43 -08:00
Ken Chau
659d7d29b9
applying package updates
2023-01-27 20:02:06 +00:00
Kenneth Chau
597b0e8ad2
Task args should also affect cache key as they did in v1 ( #551 )
...
* make sure to take the task args into account for caching
* Change files
* adding a test to test for the lage params vs normal params for cache
2023-01-27 11:55:55 -08:00
Ken Chau
02809b993c
applying package updates
2023-01-27 00:28:15 +00:00
Kenneth Chau
b0f0b5a777
Fix profile reporter ( #548 )
...
* fixing profiler so that it will load correctly in the tracing UI
* initialize hash
* Change files
2023-01-26 16:20:12 -08:00
Ken Chau
e4a508ae3c
applying package updates
2023-01-19 00:34:19 +00:00
Kenneth Chau
96448520cd
Fixed E2E tests to use the @lage-run/lage package instead of the broken out "cli" package ( #544 )
...
* updated the e2e tests to use the lage bundle to catch anything unexpected things
* Change files
* changing the test to depend on the bundle
2023-01-19 00:28:26 +00:00
Ken Chau
63df70e099
applying package updates
2023-01-18 23:27:05 +00:00
Kenneth Chau
a81971fa10
Fix cache runner ( #542 )
...
* get rid of any imports not from node built-ins for these runners
* Change files
2023-01-18 23:19:48 +00:00
Ken Chau
36b34c5557
applying package updates
2023-01-18 21:35:06 +00:00
Kenneth Chau
81e5511c85
Fix missing files in the lage2 bundle... ( #540 )
...
* fixing missing files in the bundle
* Change files
2023-01-18 21:29:12 +00:00
Ken Chau
4045922bdc
applying package updates
2023-01-18 19:11:10 +00:00
Kenneth Chau
876eca1121
Fixing flaky tests by making sure the promises are returned in removeCacheEntry() ( #537 )
...
* making sure the cache tasks are returning promises
* Change files
2023-01-18 19:04:58 +00:00
Ken Chau
42d4c45ca3
applying package updates
2023-01-18 18:18:35 +00:00
Kenneth Chau
71b5b1452e
Fix reporter: ado log grouping fix (empty script) & make cache tasks use simplescheduler ( #535 )
...
* Using lage for prune and clear on cache and get reporter in shape for ADO
* Change files
* fix lint issues
* handle empty case for hrtimeDiffs
* more aborted cases if early aborted
2023-01-18 18:10:38 +00:00
Ken Chau
319b391ed9
applying package updates
2023-01-12 03:41:57 +00:00
renovate[bot]
1faba5f00b
Update devDependency prettier to v2.8.2 ( #533 )
2023-01-11 19:36:06 -08:00
Ken Chau
f7aabd9153
applying package updates
2023-01-05 00:40:50 +00:00
Kenneth Chau
961843bef6
Fix progress bar: performance ( #529 )
...
* fixing progress bar to not be a bottleneck
* Change files
* better "and more" message
2023-01-04 16:35:03 -08:00
Ken Chau
9f68674906
applying package updates
2022-12-21 22:10:21 +00:00
Vidit Mathur
acc23f883d
Added logging for exit code ( #525 )
2022-12-21 14:04:59 -08:00
Ken Chau
bda8934903
applying package updates
2022-12-16 03:09:11 +00:00
renovate[bot]
4031d03433
Update devDependency backfill-config to v6.3.1 ( #523 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-15 19:03:09 -08:00
Ken Chau
2abd245b24
applying package updates
2022-12-08 00:49:29 +00:00
Kenneth Chau
ad281dfe8b
Reporter + error on no target fix ( #521 )
...
* adding some more niceties to progress reporter
* sets the default to progress
* Change files
* adds option for allowing no target runs; drops the threadId tracking inside ChromeTraceEventsReporter
2022-12-08 00:41:52 +00:00
Ken Chau
fac4efe19f
applying package updates
2022-12-06 23:33:47 +00:00
Ken Chau
07c1993552
applying package updates
2022-12-06 23:28:12 +00:00
renovate[bot]
0c38e99de8
Update devDependency @types/react to v18.0.26 ( #515 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-06 15:22:25 -08:00
Kenneth Chau
be767568d6
Fixes the array length issue seen when the array length is negative ( #516 )
...
* fixes an array length issue
* Change files
* refactored the react components
2022-12-06 15:21:26 -08:00