Skip to content

Latest commit

 

History

History
135 lines (87 loc) · 9.9 KB

CHANGELOG.md

File metadata and controls

135 lines (87 loc) · 9.9 KB

1.2.5 (2022-05-03)

Bug Fixes

  • 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)

Bug Fixes

  • add public to knex search path (6e81e60)
  • setup dev password script; remove searchpath (e9d12b0)

1.2.3 (2022-03-20)

Bug Fixes

1.2.2 (2022-03-16)

Bug Fixes

  • open cors, fix kustomization (69e6baf)

1.2.1 (2022-03-16)

Bug Fixes

  • update sealed secrets for test and prod (21872e3)

1.2.0 (2022-03-15)

Bug Fixes

Features

  • add pagination links and query params to GET responses (e703177)

1.1.1 (2022-03-13)

Bug Fixes

1.1.0 (2022-03-13)

Bug Fixes

  • 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)

Features

1.0.3 (2022-02-11)

Bug Fixes

1.0.2 (2022-02-11)

Bug Fixes

  • move migrations to the right folder (75b8307)
  • wrong name for database secret (471f23e)

1.0.1 (2022-02-11)

Bug Fixes

  • namespace and filenames (84cb522)

1.0.0 (2022-02-11)

Bug Fixes

  • 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)

Features

  • 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)