Releases: giteshk-org/registry
Releases · giteshk-org/registry
v0.3.22
v0.3.21
Changelog
- 591520b apigee#701 Update windows auth file to use registry configurations
- 7ae47d6 fix readme formatting (apigee#707)
- e4ecf46 use more simple and efficient gorm upsert for save (apigee#705)
- 8f052b4 lint fix - simplify (apigee#704)
- 0ee1a0d Registry tool: Use
registry configinstead of env vars for scripts (apigee#699) - 7bf958e improve create entity validation and efficiency (apigee#694)
- b108d39 disallow delete of only SpecRevision (apigee#698)
- 8bd4082 clone active w/ flags on config create (apigee#695)
- 8029db1 Add documentation to config and auth commands (apigee#696)
- 1343f69 Add information about server conformance and benchmark tests to the top-level README. (apigee#690)
- 33decc7 Fix out of range error for scores (apigee#689)
- 999f425 Remove cmd/registry/cmd/util.go (apigee#687)
- 8f8da52 Expand handling of database error codes (apigee#682)
- 0382b31 add project, location config and allow short names (apigee#683)
- a22d4ca ignore ext
APG_REGISTRYvars in config tests (apigee#685) - ba99327 Registry tool: add auth handling (apigee#681)
- 8b58a46 Add metadata to conformance report (apigee#680)
- 213371d Update timestamp condition in scoring logic (apigee#679)
- 6ff58d9 Add CLI commands to manage config file (apigee#671)
- 7935c83 Support ordering in list operations (apigee#674)
- e7f9deb Replace filtering.Field type with maps (apigee#678)
- dfc3189 Bump protoc version to 3.21.3 (apigee#673)
- 9bf1213 Update timestamp condition to figure out resource regeneration (apigee#653)
- 4718fe1 Minor cleanup to CI tests (apigee#670)
- 4c73c4a Reorganize CI testing to move standalone tests later. (apigee#669)
- a14cd98 Update test proxy to allow core tests to run against remote hosted servers (apigee#664)
- 2c94ac7 replace NewClient with NewRegistryClient (apigee#665)
- 62bdd9f Add simple tests for the MigrateDatabase admin rpc. (apigee#655)
- 19c5ef3 Explicitly test listing artifacts of all parent types. (apigee#656)
- a7a3a44 Enable config file usage and flags (apigee#659)
- 7bc06ba YAML structs (apigee#657)
- d377e31 Update wipeout test to use an auto-started server when necessary. (apigee#654)
- 50d5ceb Remove unencessary env vars (apigee#648)
- 9e1531c refactor: move /connection to /pkg/connection (apigee#652)
- ba2e6aa Wipeout test (apigee#639)
- 96abc4d Registry server: reuse PubSub client (apigee#638)
- aeb9ce9 Ensure that when artifacts are deleted, the deployment id matches. (apigee#637)
- 48a4496 Minimal initial benchmarks (apigee#631)
- b8aac2d Add --jobs flag to limit the number of parallel workers in the controller (apigee#634)
- 82c6230 Registry server: reuse db connections (apigee#627)
- c180a8e Fix gzip validation for UpdateApiSpec (apigee#628)
- 40ba2cb Use an embedded registry instance for unit tests (apigee#610)
- 4701f38 Add new low-level db.create() method that properly returns "AlreadyExists" (apigee#615)
- a6d7045 improve filtering coverage (apigee#621)
- 3b7533f Registry server: remove client mutex (apigee#620)
- 3bc985f Fix mime_type while uploading scorecards (apigee#617)
- 93eeef2 Fix lingering references to old mime_type for style protos (apigee#616)
- 426d476 Measure lock acquisition delay on update methods (apigee#612)
- 2f9a84a Start using official styleguide protos in v1 (apigee#614)
- 0961ea5 Implement the behavior of "refresh" field in manifest definition (apigee#607)
- 257aefd fix misspellings in generated files (apigee#608)
- 7341d90 ignore gofmt backup files (apigee#609)
- 5de74be fix formatting and misspellings (apigee#605)
- 87c1374 Fix for missing Id in artifacts through
applycommand (apigee#597) - 32f6771 adjust codecov config (apigee#606)
- e77c82f Add code quality badges (apigee#598)
- 67f4255 Add support to upload ApiSpecExtensionList (apigee#595)
- 334e57e Convert pg unique_violation responses into status.AlreadyExists (apigee#592)
- 3319bd6 Fix a typo (apigee#590)
- dddab47 Extend CEL library with sum functions (apigee#588)
- 66e2d8b Replace ioutil functions with recommended alternatives (apigee#587)
- 04eeed3 Registry tool: concurrent yaml import and export (apigee#586)
- dd4e617 Dry run support in compute command (apigee#583)
- 7f48926 Skip non-yaml artifacts in YAML export. (apigee#584)
- 73e7c1c Recognize accept-encoding headers and return gzip-encoded spec contents. (apigee#582)
- da109e9 Use seeder package for
controllerandscoringtests (apigee#573) - 21230fa Tweak setup-project.sh to minimize confusion. (apigee#580)
- 81c40e4 Fix error message that referred to the apg tool. (apigee#581)
- 692e343 Fix lingering references to the apg tool (apigee#579)
- 0dbef4a Simplify demo and walkthrough scripts, replace references to
apgwithregistry rpccalls (apigee#577) - b90411a Latest goreleaser version seems to have issues with the goreleaser-action. (apigee#576)
- f7ebf29 Add generated CLI for provisioning service to the registry tool (apigee#570)
- 3a332c9 Add support for ScoreCard generation (apigee#569)
- a3d3990 Merge the apg generated CLI into the registry tool. (apigee#542)
- 6fa691b Fix invalid label values in test data. (apigee#568)
- 1583969 Timestamp support (apigee#567)
- 7dc4d3a Registry tool: Restructure and simplify artifact YAML support code. (apigee#564)
- aaa784a Remove unused function parameters (apigee#562)
- 498ffdb Add GAPIC client adapter for seeding non-server tests (apigee#566)
- 463dafc Add support for RollUpFormula (apigee#563)
- b8df36c Move deployment code to registry-experimental (apigee#561)
- 89946a1 Add support for compute score command (apigee#552)
- bb74c9e Add linting for extraneous blank lines (apigee#558)
- e50abec Remove unused code (apigee#559)
- 83cdac4 Use contexts for db operations during API requests (apigee#560)
- e5c2211 Replace APIHUB-README.md with README.md in registry releases (apigee#557)
- 189712a Remove reference to Makefile Cloud Run instructions, fix walkthrough.sh (apigee#555)
- e92bd7d Update READMEs for "cmd" binaries (apigee#554)
- b5e88ca Validation function for ScoreCardDefinition (apigee#540)
- 521d9b4 Format APIHUB-README.md with ./tools/pretty.sh (apigee#547)
- c07eed0 Print lintstats artifacts (apigee#550)
- 5f8e964 Move details for running registry-server to cmd/registry-server/README.md (apigee#549)
- 5bdea55 Update protoc version to v3.20.1 (apigee#548)
- c05c790 use
.instead ofsourcein scripting (apigee#546) - 30c1d99 consolidate protoc version, fail fast in make (apigee#543)
- d114442 apigee#526 : Release binaries for Registry Tools (apigee#537)
- b0715f5 Validation function for ScoreDefinition (apigee#536)
- 6119e13 Update Go version to 1.18 (apigee#539)
- d022e84 Make range required in NumberThreshold. (apigee#538)
- e291557 Update generated openapi.yaml (apigee#534)
- 6404a33 Find a better name for 'pattern' in ScoreFormula -> 'artifact' (apigee#533)
- bcf6372 Support for uploading scoreDefinition and ScoreCardDefinition (apigee#529)
- 6affe78 Add code coverage checks to the repository (apigee#460)
- 66168c9 Fix inconsistency in target and target_resource (apigee#530)
- 7108dd6 Add scorecard protos (apigee#527)
- fac7198 Add support for more apihub resources, add YAML import of API-owned artifacts. (apigee#503)
- 3110917 Support listing revisions across collections (apigee#524)
- d8bde16 Update go.mod dependencies (apigee#523)
- b2384fd Add an auth script for staging environments. (apigee#522)
- 4e7e3a0 Propagate contexts using Cobra in registry tool (apigee#521)
- e2b8358 Optimize memory usage for database listing methods (apigee#504)
- 48eca8a Registry tools (#10) (apigee#513)
- 7e9dade Upgrade from yaml.v2 to yaml.v3 throughout the project. (apigee#510)
- e15e5ac Remove revision_tags field on specs/deployments (apigee#508)
- 1b2ab6b Remove unused gogo/protobuf dependency (apigee#507)
- f7f9f22 Upgrade golangci-lint to v1.45 to support Go 1.18 (apigee#512)
- e7c32ea Report controller task errors as warnings and not Fatal (apigee#505)
- f2b947f Registry Tool: Improved access to information about revisions (apigee#486)
- 8ab7da4 Remove unused and simple single-use code from libraries (apigee#494)
- 25536f5 Support errors in listing handlers (apigee#496)
- b6b85fe Refactor controller code for CreateActions (apigee#501)
- 3ccdcf1 Optimize I/O for Registry applications (apigee#493)
- a154d5f Update generated code to use @latest generators. (apigee#502)
- 39fa209 Update manifest validate function to support advanced patterns (apigee#488)
- f982c50 Use up-to-date command to install dependency (apigee#499)
- cab7df5 Fix filtering overwrite bug in listing helpers (apigee#495)
- 40b8c96 Sync docker files from the hosted version (apigee#490)
- 57208f5 Add support for uploading local spec files using "registry apply" (apigee#491)
- efed03c Controller: Use parent to generate names for non-existent target resources. (apigee#471)
- 3612f11 Update Registry-linter docker file to use a specific version of spectral (apigee#479)
- 7de16ca When testing GetStatus, exclude Go 1.18+ fields. (apigee#478)
- c9ae651 Remove experimental commands (apigee#475)
- a6f2373 Registry tool: Kubernetes-style import and export of APIs and Artifacts (apigee#463)
- 9e6bb1a Update gorm query to fix ordering bug (apigee#468)
- 971943b Replace "reference implementation" with "core implementation" in README. (apigee#467)
- f9e541e Update golangci-lint version used by CI to v1.44 (apigee#465)
- 4b320fc Add API recommended_deployment field in storage (apigee#459)
- 398cce1 Change First queries in GORM to Take for performance purposes (apigee#461)
- ea9e753 apigee#477 Added label & annotation support to API Deployment (apigee#458)
- 6f71e56 Add tests and decompression support for GetArtifactContents (apigee#457)
- 61c5bc7 Update GAPIC gRPC service configuration to retry DeadlineExceeded errors. (apigee#456)
- 363f5a9 Unit tests for conformance package (apigee#452)
- e9b2df3 Fixed the type for ApiDeployment (apigee#453)
- 3d6aee4 Conformance code improvements (apigee#430)
- 6201f82 require "global" as the location when parsing project names with location (apigee#440)
- 4b43762 Fix out-of-date go.mod entries (apigee#437)
- 201e594 Return errors from database listing operations (apigee#436)
- c97d805 Follow AIP-135 guidance for cascading deletion (apigee#434)
- ec7da51 Modify OpenAPI bulk uploads to set API descriptions using info in the spec. (apigee#433)
- 789fc7a Update scripts to use protoc version 3.19.3 (apigee#432)
- 121b0a8 Remove storage layer abstractions (apigee#428)
- c9b8f61 Add gofmt to golangci-lint config (apigee#429)
- fdeb6ad Conformance tests (apigee#425)
- 048895f "registry upload artifact" subcommand (apigee#421)
- 7f46069 Return errors from database Put operation (apigee#424)
- 0435f2c Remove unused plugins code for conformance command (...
v0.3.20
v0.3.19
v0.3.18
v0.3.16
v0.3.15
v0.3.14
v0.3.13
Changelog
- 58a9850 Merge branch 'apigee:main' into ticket-526
- f7f554b pass version information to goreleaser
- d022e84 Make range required in NumberThreshold. (apigee#538)
- e291557 Update generated openapi.yaml (apigee#534)