Luca Milanesio

Results 20 comments of Luca Milanesio

Yes, already available in the [github plugin](https://gerrit.googlesource.com/plugins/github/)

Agreed on the prefix. Btw the current OAuth / GitHub implementation (based on HTTP authentication) uses the following scheme: external:github_oauth:NNNNNN (using the Gerrit's ability to store external identities). Defining a...

@davido true, we need to keep the plugin name as well in the syntax somewhere :-)

oauth:provider/plugin-name:NNNN ... how does it sound? Example: oauth:github/github-plugin:lucamilanesio

@davido not really as different plugins for the same OAuth provider could use different external ids (gerrit-oauth-provider uses the GitHub internal ID whilst GitHub plugin uses GitHub username). We do...

> @davido Can you confirm whether entries can spuriously disappear from your disk and/or remote cache in between builds? They cannot disappear from the local disk, however, once a day...

Good catch @davido, I truly believe that Bazel keeps some local reference on the disk cache that it was populated from a remote source. When you do not specify the...

> This is more like a documentation issue, not a real bug in Bazel. Downgrading the priority. Should this be considered a breaking change in Bazel 7 compared to 6?...

👍 for me, is there anything blocking it?

@tomaswolf true, I need to update the README.md as now the build is done with BUCK and is fully automated 😄 You are free of course to keep your project...