v0.6.4
pkg improvements
This largely contains improvements to the packages in pkg
and cmd/registry
. A catch-all core
package was eliminated, and improvements were made to a handler interface to better conform to Go style guidelines (#1006). The registry check
is maturing
and can be used to check the integrity of an entire registry or any "subtree", e.g. everything associated with an API.
Changelog
- d0fe7e5 Align Severity enum used for checks with the Severity that we use for style guides. (#1025)
- 566d11f Move log to pkg/log. (#1021)
- 942f9b8 move remaining functions from core to pkg/visitor (#1017)
- 475963e move core/tasks.go to tasks/tasks.go (#1016)
- ef112b6 Move compression functions from core to a new package named "compress" (#1015)
- d0cf78a move "labeling.go" helpers from core to cmd/label. (#1014)
- b7df12c check results should be defined by proto (#1013)
- 0c23b1b use visitor for subtree (#1012)
- fbec69c Collect and then delete resources to work around problems listing-while-deleting. (#1011)
- 73c550b Remove context fields from structs and use new handler interface. (#1006)
- 53f3fc8 accept context in handlers (#1004)
- 113827c diff gzipped specs (#1001)
- 78083da allow visitors to get contents (#1002)
- a30c063 Fix incorrect package import. (#1000)
- b3bf9c4 remove core/print.go (#998)