1.4.1 (2023-05-29)
- swagger doc (2fb8052)
1.4.0 (2023-05-18)
- app config (5bd85e7)
1.3.9 (2023-05-01)
1.3.8 (2022-10-20)
- add entity id migration (1439f8b)
1.3.7 (2022-07-10)
- reduce knexfile max pool (7575b51)
1.3.6 (2022-07-10)
- seeds (b7e203b)
1.3.5 (2022-07-10)
- update max connection (f7abc7c)
1.3.4 (2022-06-29)
- reduce max pool connections (fbb686c)
1.3.3 (2022-06-27)
1.3.2 (2022-06-22)
1.3.1 (2022-06-11)
- typo for applying offset to queries (d2ff280)
1.3.0 (2022-05-17)
- 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)
- 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)
1.2.3 (2022-03-16)
- linting (3e68fff)
1.2.2 (2022-03-11)
- update sealed secrets (ce655d9)
1.2.1 (2022-03-11)
1.2.0 (2022-03-11)
- add api tests back in (7f197ad)
- clean up unnecessary configs (395b38a)
- database connection file (95100d2)
- env (2c922d2)
- linting (cea8247)
- linting (c5032a3)
- paths (7f419a9)
- remove incorrect NOT NULLs (353b2cd)
- remove legacy columns from db table and seed (4cda88e)
- tests and seeds (68a4ff3)
- add children function (94388c7)
1.1.6 (2022-03-09)
- added children function (0e22609)
1.1.5 (2022-03-09)
- prevent knex from doing migrations on startup (f8f622a)
1.1.4 (2022-03-09)
- add postgres extension uuid-ossp (97b87c1)
- linting (2e9020e)
- update migration script (f89df5b)
- use db-migrate (7d12e76)
1.1.3 (2022-03-04)
- update migration test env (aa1eabf)
1.1.2 (2022-03-04)
- update migration test env (a61cf6f)
1.1.1 (2022-03-03)
- update migration in test env (4423ae5)
1.1.0 (2022-02-06)
- comment out failing validation tests (9ff5bd9)
- incomplete test fixes (e73b5fa)
- link errors (222b61b)
- link errors (daf6892)
- link errors (c87aec0)
- tests to reference new names from model (fbf0b01)
- uncomment the database url test (bdd8a20)
- start adding validation, add documentation for migrating (28c0133)
1.0.7 (2022-02-06)
- point deployment to correct secret name (17a3d00)
1.0.6 (2022-02-05)
- reset database passwords (b24f8d7)
1.0.5 (2022-02-05)
- add database migration resources (85e17d3)
1.0.4 (2022-02-05)
- add database migration resources (191b124)
1.0.3 (2022-02-05)
1.0.2 (2022-02-05)
- seal secrets with correct namespace (e40820c)
1.0.1 (2022-02-05)
- 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)
- /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)