renovate[bot]
96510e9fba
Update devDependency @types/node to v14.18.36 ( #456 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-29 21:12:24 -08:00
Ken Chau
09452e6f06
applying package updates
2022-12-08 02:52:13 +00:00
renovate[bot]
db3823d376
Update dependency execa to v5 ( #451 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-08 02:50:15 +00:00
Ken Chau
679cfa2414
applying package updates
2022-12-08 02:38:15 +00:00
renovate[bot]
8933334a22
Update devDependency prettier-package-json to v2.7.0 ( #443 )
...
* Update devDependency prettier-package-json to v2.7.0
* Update formatting
* Change files
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Elizabeth Craig <elcraig@microsoft.com>
2022-12-08 02:36:01 +00:00
Ken Chau
7026b57100
applying package updates
2022-12-08 02:33:32 +00:00
renovate[bot]
318fec061a
Update devDependency ts-jest to v25.5.1 ( #445 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-07 18:31:45 -08:00
Ken Chau
9d3cfc7a8b
applying package updates
2022-12-08 02:23:21 +00:00
renovate[bot]
3c69db3d2f
Update @types devDependencies ( #437 )
...
* Update @types devDependencies
* fix build
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Elizabeth Craig <elcraig@microsoft.com>
2022-12-07 18:21:25 -08:00
Ken Chau
f6641a8931
applying package updates
2022-12-08 02:12:15 +00:00
renovate[bot]
4c02fcb105
Update dependency workspace-tools to ^0.29.0 ( #439 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-07 18:10:18 -08:00
Ken Chau
eaf9796a9f
applying package updates
2022-12-08 01:16:15 +00:00
renovate[bot]
31c8122340
Update devDependency @types/jest to v25.2.3 ( #435 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-08 01:14:02 +00:00
Ken Chau
573d2e8739
applying package updates
2022-12-08 00:58:32 +00:00
renovate[bot]
080fb1aa05
Pin devDependencies ( #434 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Elizabeth Craig <elcraig@microsoft.com>
2022-12-08 00:55:52 +00:00
Ken Chau
4bbbec5c1e
applying package updates
2022-09-17 00:00:24 +00:00
Elizabeth Craig
628e67743a
Update workspace-tools to ^0.27.0 ( #431 )
2022-09-16 23:57:53 +00:00
Ken Chau
2aacf2f284
applying package updates
2022-09-16 00:38:30 +00:00
Elizabeth Craig
42aa67201a
Enable syncpack ( #430 )
2022-09-15 17:35:35 -07:00
Ken Chau
949f7a0826
applying package updates
2022-09-16 00:21:39 +00:00
Elizabeth Craig
b8ca9b1b78
Run lint as part of CI build, and fix issues ( #429 )
2022-09-15 17:19:33 -07:00
Ken Chau
d5b169e8fb
applying package updates
2022-09-15 23:59:49 +00:00
Elizabeth Craig
7cf25389e8
Improve how to run prettier ( #428 )
2022-09-15 23:57:35 +00:00
Ken Chau
23941cb68b
applying package updates
2022-09-08 02:19:58 +00:00
dependabot[bot]
57e2eaef6d
Bump trim-off-newlines from 1.0.1 to 1.0.3 ( #408 )
...
* Bump trim-off-newlines from 1.0.1 to 1.0.3
Bumps [trim-off-newlines](https://github.com/stevemao/trim-off-newlines ) from 1.0.1 to 1.0.3.
- [Release notes](https://github.com/stevemao/trim-off-newlines/releases )
- [Commits](https://github.com/stevemao/trim-off-newlines/compare/v1.0.1...v1.0.3 )
---
updated-dependencies:
- dependency-name: trim-off-newlines
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
* Fix issue with hashes in test
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Elizabeth Craig <elcraig@microsoft.com>
2022-09-08 02:16:18 +00:00
Ken Chau
284120c8fa
applying package updates
2022-08-24 15:40:20 +00:00
Max
f60ae7afce
Upgrade workspace-tools to @^0.26.3 ( #422 )
...
* Upgrade workspace-tools to @^0.26.3
* Change files
Co-authored-by: Maxwell Huang-Hobbs <mahuangh@microsoft.com>
2022-08-24 08:37:38 -07:00
Ken Chau
8c680c4d32
applying package updates
2022-06-10 19:16:49 +00:00
Kenneth Chau
97c27bf470
fixes windows to use the fast path as well ( #420 )
...
* fixes windows to use the fast path as well
* Change files
2022-06-10 19:14:15 +00:00
Ken Chau
b910c0a063
applying package updates
2022-06-10 18:21:21 +00:00
Kenneth Chau
8f8e06270d
Backfill hasher speed boost: using a tree to create a grouping for package files hash ( #418 )
...
* WIP: need to refine the path/to/package -> array of file hashes
* generating packageHashes in 1s
* using a trie to improve speedds
* Fixing eslint version mismatch issue
* using the package hash inside repoInfo & hashOfFiles
* Change files
* adds a test for testing fast path
* separating packagehash creation out the repoInfo file; added test & comments
* fixing the new tests
2022-06-10 11:19:26 -07:00
Ken Chau
8c494d308e
applying package updates
2022-05-19 12:02:01 +00:00
VincentBailly
fbd340d76b
buffer ado request body ( #416 )
...
* Azure blob storage timeout
* Change files
* buffer request body until the request is complete
* more accurate comment
Co-authored-by: Vincent Bailly <vibailly@microsoft.com>
2022-05-19 13:59:30 +02:00
Ken Chau
5d5b8806d0
applying package updates
2022-05-18 12:15:03 +00:00
VincentBailly
a2c7c0f6f4
opt in for incremental caching ( #414 )
...
* Make incremental cache an opt-in option
* Change files
Co-authored-by: Vincent Bailly <vibailly@microsoft.com>
2022-05-18 14:12:38 +02:00
Ken Chau
9275d8c6be
applying package updates
2022-04-25 13:30:56 +00:00
VincentBailly
0d5fbc2c0b
Use memoized file hashes to only cache the files that have changes ( #413 )
...
* use mtime instead of hash
* Change files
* fix strict equal bug
* add unit tests
* turn the feature on by default
* use memoized file hashes to compute which files to cache
* remove race condition
* Map.has()
Co-authored-by: Vincent Bailly <vibailly@microsoft.com>
2022-04-25 15:28:33 +02:00
Ken Chau
93a62c6517
applying package updates
2022-04-20 12:32:29 +00:00
VincentBailly
9cb309b87a
dont upload unchanged files ( #404 )
...
* filter unchanged files
Co-authored-by: Vincent Bailly <vibailly@microsoft.com>
2022-04-20 14:30:30 +02:00
Ken Chau
3df4d219a5
applying package updates
2022-03-31 05:28:57 +00:00
David Zearing
8662e9d4ec
Updating package-deps-hash version. ( #407 )
...
* Fixing bad dependency.
* Change files
* Signature changed for getPackageDeps to return a Map. Change here: aa0700fa74
* underscores?
* 1 more.
2022-03-31 07:26:59 +02:00
Ken Chau
6b5c826da0
applying package updates
2022-01-13 19:46:10 +00:00
Kenneth Chau
633a5d1182
Fix platform diffs ( #402 )
...
* fixing platform differences in a monorepo, added tests
* Change files
* undo it.only
2022-01-13 19:43:41 +00:00
Ken Chau
92c41a17a8
applying package updates
2022-01-07 21:26:53 +00:00
Kenneth Chau
5f26b448b6
Bump workspace tools ( #400 )
...
* bumps the workspace-tools
* Change files
2022-01-07 13:24:32 -08:00
Ken Chau
c60c0e141d
applying package updates
2022-01-07 16:43:20 +00:00
Kenneth Chau
52711efb56
Speeding up hasher by reducing wasted calculations ( #399 )
...
* speeding up the hasher by reducing wasted calculations
* Change files
2022-01-07 08:41:16 -08:00
Ken Chau
6fa1c1a6a3
applying package updates
2021-10-12 19:45:45 +00:00
Kenneth Chau
04f6ecf73f
Feat: flexible storage provider via custom classes ( #391 )
...
* feat: adds a way to set up custom cache storage provider classes
* Change files
* adding tests
* some documentation on the custom provider
* Change files
* update with functional style
* making the name customizable for a cache provider
* adding a backfill api test
* adding put and fetch api test for custom providers
* make sure beachball ignores some test fixtures
2021-10-12 12:43:22 -07:00
Ken Chau
185bc10038
applying package updates
2021-09-21 22:29:42 +00:00