1.2.5 (2022-05-03)
- add migration to make owner_id nullable (0bd8d07)
- add offset support to repository (7f88032)
- add sorting for regions (5296335)
- add sorting to collections (e8cb4c2)
- allow null values for owner_id (18facd8)
- update collection get response (deeaa9f)
1.2.4 (2022-04-05)
1.2.3 (2022-03-20)
- cors for beta-admin (eb6b76c)
1.2.2 (2022-03-16)
- open cors, fix kustomization (69e6baf)
1.2.1 (2022-03-16)
- update sealed secrets for test and prod (21872e3)
1.2.0 (2022-03-15)
- add geometry type check (36a86c3)
- add lint check to pre commit (6507191)
- add region and collection model (f21d172)
- add spec (7200612)
- add tests (2081673)
- linting (818998d)
- linting and empty tests (df5a4f9)
- merge conflicts (7872e2d)
- remove knex file from database folder (a635b1c)
- update /upload POST payload (766f3ff)
- add pagination links and query params to GET responses (e703177)
1.1.1 (2022-03-13)
1.1.0 (2022-03-13)
- add id to updateRegion (a50d3b6)
- include public schema in search path (ca836ca)
- linting (1a91003)
- make whereBuilder available to child classes (976350f)
- refactor api (e43fa46)
- use snake case for parameters (b15e2b8)
- add knex-postgis (1f99931)
1.0.3 (2022-02-11)
- do not specify schema (f143ec7)
1.0.2 (2022-02-11)
1.0.1 (2022-02-11)
- namespace and filenames (84cb522)
- add repo to package.json (167c040)
- added await to get queries (de171ba)
- configure deployment for dev env (5a42f1b)
- fix collection migration (f2ee819)
- fix some linting (2c7e026)
- fixed configuration errors (92a16e6)
- quotes around collection_id in sql query (134bf81)
- add collection_id properties to migration (272822b)
- add collection_id to migration (959041d)
- add region migrations (96b3879)
- add Region model file (06c85a8)
- added collection entity (1d425eb)
- added update region functionality (8a635a3)
- changed timestamps to timestamptzs (9b71800)
- finalize base create read logic (d559011)
- finalize collection routes to repo (3320ac4)
- finalize logic for create region (976902d)
- initialized RegionRepository (4a2ceb7)
- migrated handler logic to separate folder (730ca78)
- progress on microservice (1168773)
- properly format handlers and services (8dbe42f)
- region post functionality tested and working (85b3495)
- removed error handler middleware (12ed2df)
- working on geojson logic (ef086ab)
- working on upload functionality (188d1fe)