sofisl
sofisl
Had to run owlbot separately for artifact registry, since it was being migrated during this update. @alexander-fenster, do these changes look right?
- initializing empty repo - new autogenerated code for oslogin - fixing repository location - renaming to os-login - no system tests for os-login - publish npm package as public...
let's update issue template to make sure people describe the api they're referring to
See: https://github.com/googleapis/google-cloud-node/issues/4195
This template uses nunjucks links which don't render properly in npm: https://github.com/googleapis/synthtool/blob/master/synthtool/gcp/templates/node_mono_repo_library/README.md (but they do on the README) We need to actually link the correct links instead of: ``` {%...
Currently, we have too much maintenance because libraries like https://github.com/googleapis/retry-request and https://github.com/googleapis/nodejs-precise-date are scattered about the googleapis universe, and their bugs and PRs are hard to maintain. We should consider...
Currently the docs job depends on publishing finishing successfully. If one library fails to publish, then the publishing job fails and the docs job won't kick off. It would be...