1.19.0 (2021-09-07)
- postman tutorial (8c06cf4)
1.18.0 (2021-08-18)
- add index for wallet_id in token (0d1389f)
1.17.0 (2021-08-18)
- move to v2-provisional endpoint to support API changes related to limit/offset (b7217e9)
1.16.1 (2021-08-12)
- remove timeout for wallet api (2b299f4)
1.16.0 (2021-07-06)
- add postman tools/scripts (06cbda3)
- postman environment files (bfdc49c)
- revised the yaml doc for v1.10.3 (61b1f8c)
1.15.0 (2021-06-18)
- e2e can run locally (86e6c97)
1.14.2 (2021-06-11)
1.14.1 (2021-06-08)
- more database tests, config code clearance (5330433)
1.14.0 (2021-06-05)
- .idea added to gitignore (b59019c)
- adding npm command to actions (f08c123)
- adding npm command to actions (3e437e3)
- adding npm command to actions (459d53e)
- adding npm command to actions (23235b5)
- adding npm command to actions (9473b20)
- config file moved closer to the e2e tests, should not impact other tests (2bd3d0a)
- diff to true in mocha conf (ff28aa4)
- install mocha in the github actions (7ff4736)
- readme file updated (9958333)
- readme file updated (034557f)
- setting up e2e yml for test env (9520a3d)
- testing db connection from github (8986db1)
- testing with ENV (2c654d8)
- testing with ENV (e0befba)
- trying tests from yml (39553dd)
- initial commit, e2e moved to tests folder, initial conf file setup, tests running (8d065e2)
1.13.0 (2021-05-07)
- add claim boolean column to transaction table, update yaml (f1bf00d)
- add countNotClaimedTokenByWallet (cf98269)
- add countNotClaimedTokenByWallet (50414d6)
- eslint (88e5dfd)
- integration test (04d4e69)
- merge confilcts (82d46f6)
- merge conflict (a3b06de)
- tests after claim feature code added (6b43e88)
- update (1390482)
- 1st round test finish for claim (993a0d6)
- add more code for transfer bundle and check if token is already claimed (4dbdbb8)
- comment out test (5da94e4)
- fix some tests (aa69ff0)
- inital commit for #152 transfer claim feature (4f37463)
- more work on the claim feature (c9a2af1)
1.12.5 (2021-04-16)
- downgraded husky version to support node-run env required by IDEs (e3656f5)
1.12.4 (2021-04-03)
- remove unnecessary CORS (1b711a2)
1.12.3 (2021-04-02)
- syntax error (5036b1e)
1.12.2 (2021-04-02)
- update CORS (8793c73)
1.12.1 (2021-03-28)
- broken test (3399cc9)
1.12.0 (2021-03-26)
- can run transfer decline (ee11f73)
- pass first integration test:auth (2ee4996)
- pass test for transfer decline (40198e6)
- test transfer declien (c4a4bef)
1.11.2 (2021-03-23)
- correct min and max validation of limit param (d881fe9)
1.11.1 (2021-03-22)
- omit private fields in wallet api (d078c20)
1.11.0 (2021-03-17)
1.10.4 (2021-03-10)
- input variable spec was wrong (ad20106)
1.10.3 (2021-03-09)
1.10.2 (2021-03-09)
- remove remove old remote logs env var from deployment (da5bf61)
1.10.1 (2021-03-04)
- read schema from database connection secret for now (008b2a2)
1.10.0 (2021-03-04)
- add some unique constraints (ba9aa65)
1.9.0 (2021-02-26)
- bug in seed that is trying to insert 'type' column which has been deleted in the db schema (5bd44ab)
- get back missing tests (346161f)
- refactor getTokenByTransferId to using join SQL (ba53211)
- replace cancelTransfer pendingTransfer with batch aproach (6d12fa5)
- replace completTransfer with batch way (d08092d)
1.8.0 (2021-02-20)
- use SERIALIZABLE transaction isolation level (91b8f11)
1.7.4 (2021-02-19)
- delete pre-existing job (fea4677)
1.7.3 (2021-02-19)
- fix create demo wallet script (3601917)
1.7.2 (2021-02-18)
1.7.1 (2021-02-18)
1.7.0 (2021-02-18)
- all tests passing (612cf55)
- all unit tests passing (a7555fb)
- all unit tests working (59a9c99)
- clean up debugging logs (4c927d2)
- fix calls to test routines in package.json (dd3b340)
- fix seed tests that did not use knex (1895bcf)
- fix some integration tests (66cbe0e)
- fixes to code found by integration testing (f80691e)
- fixing integration tests and codes (e4ae6e1)
- remove old supertest file (26d2168)
- remove unused and incorrectly configured database pool module (b9094b5)
- remove unused import (16b285c)
- set scheme for seed tests in ci (2ffe6eb)
- set scheme for seed tests in ci (fc80a05)
- switch UUID for all ids, and set default value (1249c91)
- switch UUID for all ids, and set default value (ed8f27d)
- use .spec.js for all integration test scopes (7fa943f)
- use the ci env for unit tests in github actions (1bb0b1b)
- wip - fix unit tests for uuid ids (70edfe7)
- wip refactor integration tests (44d2f7c)
- work in progress (af99b9d)
- work in progress (69935b6)
- work to get integration working with primary key UUIDs, plus a log (a234a0c)
- switch to UUID for all primary keys (706581e)
- switch to UUID for all primary keys (5bd9606)
- use the webmap api for capture data (9d4fbe6)
- use the webmap api for capture data (d2cfc0a)
- wip updating tests and models to uuid as id type, making tests more maintainable (86babd5)
- wip updating tests and models to uuid as id type, making tests more maintainable (9ef0d0f)
1.6.1 (2021-02-11)
1.6.0 (2021-01-22)
- add db-migrate in package.json back (6ac5e6b)
- broken int test (8a8cc9e)
- rerun npm install (08634d7)
- update yaml for issue 100 (38f6622)
- 2nd commit for issue 100 (22b6bb4)
1.5.0 (2021-01-10)
- clean up and gitignore edit (4db5a39)
- properly set up environment variables for all tests (410297a)
- separate CI PR- flow tests (8e9a64f)
- update gitignore (98f4dee)
- update gitignore (6b9a48f)
- update README (abeaed7)
1.4.1 (2020-12-22)
- unit test to remove uneccessary visit to the DB (b6f71c3)
1.4.0 (2020-12-16)
- add constraintion on circle management relationship (c733ea8)
1.3.0 (2020-12-16)
- add GET /transer_id & GET /transfer_id/tokens (ab8aaf6)
- tokens list support 'start' parameter (a46f50d)
1.2.5 (2020-12-15)
- add locations to fake trees (70d5ef9)
1.2.4 (2020-12-15)
- no need to use secret for db schema name (bfca513)
1.2.3 (2020-12-15)
- coding mistake (bdb2490)
1.2.2 (2020-12-15)
- debug wallet search path (a7c4cf6)
1.2.1 (2020-12-15)
1.2.0 (2020-12-15)
- add catch all remote log endpoint (2cce047)
- include debugging for missing schema env (713ea9e)
- trigger CI (fc2e36e)
- added check for duplicate trust request (e36d226)
1.1.20 (2020-12-11)
- show version at root path (b7bba85)
1.1.19 (2020-12-11)
- set search path correctly for knex (853c23e)
1.1.18 (2020-12-11)
- found another place where search_path was set (31f11fe)
1.1.17 (2020-12-11)
- fix reference to dispatch tag (29d34d6)
1.1.16 (2020-12-11)
- dont skip (b7c244b)
1.1.15 (2020-12-11)
- remove sha from tag name (e9fc33a)
1.1.14 (2020-12-11)
- remove dependency from dispatch job (803d90d)
1.1.13 (2020-12-11)
1.1.12 (2020-12-11)
- dont use sha in image tag, and create first pass at manual dispatch event to deploy to test env (7f30eb5)
1.1.11 (2020-12-10)
- trigger build (d44df59)
1.1.10 (2020-12-10)
- store image tag name in artifact between jobs (2168464)
1.1.9 (2020-12-10)
- remove separate release job (0a3a568)
1.1.8 (2020-12-10)
- release and build so we have the right release tag on the docker image (d3c9a15)
- set up schema env var (5af5cde)
1.1.7 (2020-12-10)
- use environment variable to specify schema (8673862)
1.1.6 (2020-12-10)
- include all resources in kustomization (0404bd3)
1.1.5 (2020-12-10)
1.1.4 (2020-12-09)
- change order of semver plugins (acc00d3)
- do not include release notes - makes commit message too long (ba8b705)
1.1.2 (2020-12-09)
- set up hooks (21580a5)