-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[credentialhelper] Add parser for flag syntax #15906
Conversation
src/main/java/com/google/devtools/build/lib/authandtls/credentialhelper/CredentialHelper.java
Show resolved
Hide resolved
...java/com/google/devtools/build/lib/authandtls/credentialhelper/CredentialHelperProvider.java
Outdated
Show resolved
Hide resolved
src/main/java/com/google/devtools/build/lib/remote/RemoteModule.java
Outdated
Show resolved
Hide resolved
src/test/java/com/google/devtools/build/lib/remote/RemoteModuleTest.java
Outdated
Show resolved
Hide resolved
src/test/java/com/google/devtools/build/lib/remote/RemoteModuleTest.java
Outdated
Show resolved
Hide resolved
src/test/java/com/google/devtools/build/lib/remote/RemoteModuleTest.java
Outdated
Show resolved
Hide resolved
PTAL |
@bazel-io flag |
@bazel-io fork 5.3.0 |
Progress on bazelbuild#15856 Closes bazelbuild#15906. PiperOrigin-RevId: 462095541 Change-Id: I4d31ad2ae185b63f0945119483ffafd3ba121d3d
Hey @Yannic, we are trying to Cherry-pick these changes to release-5.3.0. But pre-submit checks are failing due to missing dependencies. So, could you please help us in cherry picking these changes to release-5.3.0? |
Progress on bazelbuild#15856 Closes bazelbuild#15906. PiperOrigin-RevId: 462095541 Change-Id: I4d31ad2ae185b63f0945119483ffafd3ba121d3d
Progress on bazelbuild#15856 Closes bazelbuild#15906. PiperOrigin-RevId: 462095541 Change-Id: I4d31ad2ae185b63f0945119483ffafd3ba121d3d
Hello @Yannic, Thank you for the reply. I see Cherry-pick is still failling Even after #15931 PR is merged in to release -5.3.0. I see some compile errors of libauthandtls-hjar.jar for the above attached cherry picks which are missing. Could you please have a look and guide the necessary. |
Progress on bazelbuild#15856 Closes bazelbuild#15906. PiperOrigin-RevId: 462095541 Change-Id: I4d31ad2ae185b63f0945119483ffafd3ba121d3d
Follow-up on bazelbuild#15930 due to bazelbuild#15906 Progress on bazelbuild#15856
* [credentialhelper] Add parser for flag syntax Progress on #15856 Closes #15906. PiperOrigin-RevId: 462095541 Change-Id: I4d31ad2ae185b63f0945119483ffafd3ba121d3d * Updating implements for Converter.Contextless<UnresolvedScopedCredentialHelper> * changes on implements Converter<UnresolvedScopedCredentialHelper> { Co-authored-by: Yannic Bonenberger <[email protected]> Co-authored-by: Chenchu K <[email protected]> Co-authored-by: “Gowroji <[email protected]>
Follow-up on bazelbuild#15930 due to bazelbuild#15906 Progress on bazelbuild#15856 Closes bazelbuild#15941. PiperOrigin-RevId: 462580799 Change-Id: Ibac79ed68a0c87a4f34eb9d0729abb1552b44519
Follow-up on #15930 due to #15906 Progress on #15856 Closes #15941. PiperOrigin-RevId: 462580799 Change-Id: Ibac79ed68a0c87a4f34eb9d0729abb1552b44519 Co-authored-by: Yannic Bonenberger <[email protected]> Co-authored-by: Chenchu K <[email protected]>
Progress on #15856