This repository was archived by the owner on Oct 9, 2023. It is now read-only.
0.1.5
* Adding endpoints for named entities part of the wiring for new endpoints/manager Getting most of the plumbing implemented Getting the GET code path to work Implementing update Adding tests for metadata Refactoring to support listing named entities Making the endpoints work correctly Fixing tests * Remove unused mock field * Fixing lint errors * Updating GET endpoint to 404 if passed an invalid project/domain/name * Fixing lint error * PR feedback * Updating package lock * Removing stub implementation * Fixing test * remove misleading comment * PR feedback and tests * Adding integration tests and fixing a bug with getting single entities * fixing a test * Fixing lockfile * Relaxing idl constraint * Fixing lockfile again * Changing serve command to use local config file again * PR feedback