Skip to content

Latest commit

 

History

History
279 lines (152 loc) · 16.9 KB

CHANGELOG.md

File metadata and controls

279 lines (152 loc) · 16.9 KB

1.3.8 (2022-10-20)

Bug Fixes

  • add entity id migration (1439f8b)

1.3.7 (2022-07-10)

Bug Fixes

  • reduce knexfile max pool (7575b51)

1.3.6 (2022-07-10)

Bug Fixes

1.3.5 (2022-07-10)

Bug Fixes

1.3.4 (2022-06-29)

Bug Fixes

  • reduce max pool connections (fbb686c)

1.3.3 (2022-06-27)

Bug Fixes

  • refactor sql for get stakeholders request (f9810e0)
  • remove extra test (6ae7886)

1.3.2 (2022-06-22)

Bug Fixes

1.3.1 (2022-06-11)

Bug Fixes

  • typo for applying offset to queries (d2ff280)

1.3.0 (2022-05-17)

Bug Fixes

  • add DATABASE_URL_SEEDER to CI (9ea1f77)
  • add seeding as a step for CI (91117c1)
  • data for seeds (f779d2b)
  • lint errors and remove commented code (ffb193b)
  • minor review updates (73d13da)
  • minor updates (740a390)
  • modify update stakeholder schema (02007b1)
  • refactor stakeholder (d46c7ec)
  • tests (90d3d53)
  • tests (f4dc14d)
  • update tests and yaml to match api w/o offset, limit, owner_id, etc (3d52c7d)

Features

  • add active column to stakeholder, remove deleteRelation endpoint (11ac043)
  • add active column to stakeholder, remove deleteRelation endpoint (9515d89)
  • add relation when creating, remove when deleting, allow partial search, improve filter (f4d91a4)
  • fix errors with validation, don't delete stakeholder just relation (5327637)
  • only respond with cols that client needs, not 'active' col (06b2f01)

1.2.4 (2022-03-28)

Bug Fixes

  • remove stakeholder schema reference in migration (68ca6d3)
  • res.status error (02bacff)

1.2.3 (2022-03-16)

Bug Fixes

1.2.2 (2022-03-11)

Bug Fixes

1.2.1 (2022-03-11)

Bug Fixes

  • add affinity to database migration job (8c71336)
  • add production overlay (766fe1c)

1.2.0 (2022-03-11)

Bug Fixes

Features

1.1.6 (2022-03-09)

Bug Fixes

  • added children function (0e22609)

1.1.5 (2022-03-09)

Bug Fixes

  • prevent knex from doing migrations on startup (f8f622a)

1.1.4 (2022-03-09)

Bug Fixes

1.1.3 (2022-03-04)

Bug Fixes

  • update migration test env (aa1eabf)

1.1.2 (2022-03-04)

Bug Fixes

  • update migration test env (a61cf6f)

1.1.1 (2022-03-03)

Bug Fixes

  • update migration in test env (4423ae5)

1.1.0 (2022-02-06)

Bug Fixes

Features

  • start adding validation, add documentation for migrating (28c0133)

1.0.7 (2022-02-06)

Bug Fixes

  • point deployment to correct secret name (17a3d00)

1.0.6 (2022-02-05)

Bug Fixes

  • reset database passwords (b24f8d7)

1.0.5 (2022-02-05)

Bug Fixes

  • add database migration resources (85e17d3)

1.0.4 (2022-02-05)

Bug Fixes

  • add database migration resources (191b124)

1.0.3 (2022-02-05)

Bug Fixes

  • add database migration resources (ed6d490)
  • add database migration resources (b72215e)

1.0.2 (2022-02-05)

Bug Fixes

  • seal secrets with correct namespace (e40820c)

1.0.1 (2022-02-05)

Bug Fixes

  • add database migration sealed secret (9e5db76)
  • add service to mapping (e5316de)

1.0.0 (2022-02-05)

Bug Fixes

  • add env for database to example (6804e77)
  • add offset to baseRepository getByFilter (561f463)
  • improve defaults for dev env CORS (26801a2)
  • linking bugs, renameing fields in snakeCase (80c61fc)
  • make tests work with current implmentation (03a7627)
  • move to database folder to run db-migrate (1a54491)
  • removed references to co-mocha (32f8458)
  • resolved dependency mismatches (eb092d3)
  • some id bugs, lint errors (32130fd)
  • udpate yml and pakage.json to call knex migrate instead of db-migrate (5a4ca0d)
  • update knexfile and package.json for test env (b97160b)
  • update repo url in package.json (d594100)
  • updated knex to fix vulnerability (2cf2157)

Features

  • /stakeholders get routes added along with tests (92b718f)
  • configure dev deployment (93df268)
  • creating tables and queries (c1f7d76)
  • link stakeholders (7e94e3c)
  • move to node 14 and update package versions for db-migrate (b131c5b)
  • query entity tables for data and insert it, account for null owner_id (28ee409)
  • updating and filtering stakeholders (5ef4152)
  • use limit & offset values, get StakeholderTrees for admin, add owner_id to queries (eca60d0)