André Andreassa
André Andreassa
Convenience tool to stop all processes spawned via `toys gen` (which may live in the background) **Repro steps:** 1. Change gapic-generator/templates/default/service/rest/test/method/_normal.erb to reference an incorrect value (e.g. s/field.name/field.wrong_name) 2. toys...
https://github.com/googleapis/google-cloud-ruby/pull/26358 introduced a path variable `module`, which conflicts with reserved keywords, failing generation. Current plan is: 1. Introduce an owlbot rule to affected library and unblock generation (adding sufix `_param`)....
We currently do not escape curly braces in README.md files, which prevents generating libraries via `yard-strict mode` in some instances. Example: `... {projects|folders|organizations} ...`
Start supporting timeouts in the gapic polling harness. It removes the need for clients to keep track of their own time variables, as it is done [here](https://github.com/googleapis/google-cloud-ruby/blob/2408f6614065c56046f557b67a29dffc6c43c931/google-cloud-bigtable/lib/google/cloud/bigtable/table.rb#L569) in bigtable. Note:...
Some issues: 1. Duplicate text, such as in [google-apps-chat](https://github.com/googleapis/google-cloud-ruby/tree/main/google-apps-chat#readme) 2. Incorrect references to files, as in [google-cloud-translate](https://github.com/googleapis/google-cloud-ruby/tree/main/google-cloud-translate#quick-start) 3. Unused files (TBD), such as [gapic-generator/gem_templates/readme.erb](https://github.com/googleapis/gapic-generator-ruby/blob/0d3f365c181264c8e1e9d2ed1ada7558b707c5ce/gapic-generator/gem_templates/readme.erb#L4) The problem was reported in https://github.com/googleapis/google-cloud-ruby/pull/26537