-
-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new: Support Bazel Remote APIs. (#1651)
* Add crate. * Add config. * Start on cache. * Move channel. * Hook up service. * Start on new clients. * Get things working. * Update configs. * Start on action results. * Calculate outputs. * Get archiving working. * Upload in background. * Start on downloading. * Polish error handling. * Instrument. * Fix lints. * Update tests. * Start on tls/mtls. * Group uploads. * Group downloads. * Smart partition groups. * Fix cert roots. * Polish.
- Loading branch information
Showing
68 changed files
with
3,252 additions
and
249 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
/target | ||
node_modules/ | ||
.nx | ||
bazel-remote | ||
|
||
# Yarn | ||
.yarn/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.