opiproject / opi-api

Open Programmable Infrastructure API and Behavioral Model
Apache License 2.0
31 stars 40 forks source link

Storage API changes with name and field_behavior #317

Closed glimchb closed 1 year ago

glimchb commented 1 year ago

see https://google.aip.dev/203

intelfisz commented 1 year ago

@glimchb - please change the commit msgs for fixes to have fix(storage) as prefix

artek-koltun commented 1 year ago

@glimchb - please change the commit msgs for fixes to have fix(storage) as prefix

There are some guidance from angular here. Based on that: feat(storage): fill field_behavior for resource name -> refactor/feat feat(storage): fix field numbers -> fix feat(storage): use name key in statistics -> refactor/feat feat(storage): leftover fixes to fields and numbers -> refactor/feat feat(storage): change from OPTIONAL to OUTPUT_ONLY -> refactor/feat feat(storage): fix AIP core::0127:resource-name-extraction -> ci feat(storage): fix AIP core::0127::http-annotation -> ci feat(storage): auto-generate protos -> chore? it is a special category in Conventional commit but missed in Angular for such housekeeping tasks

glimchb commented 1 year ago

@glimchb - please change the commit msgs for fixes to have fix(storage) as prefix

done, thanks for suggestion