Skip to content

Latest commit

 

History

History
559 lines (288 loc) · 30.3 KB

CHANGELOG.md

File metadata and controls

559 lines (288 loc) · 30.3 KB

1.19.0 (2021-09-07)

Features

1.18.0 (2021-08-18)

Features

  • add index for wallet_id in token (0d1389f)

1.17.0 (2021-08-18)

Features

  • move to v2-provisional endpoint to support API changes related to limit/offset (b7217e9)

1.16.1 (2021-08-12)

Bug Fixes

  • remove timeout for wallet api (2b299f4)

1.16.0 (2021-07-06)

Features

  • add postman tools/scripts (06cbda3)
  • postman environment files (bfdc49c)
  • revised the yaml doc for v1.10.3 (61b1f8c)

1.15.0 (2021-06-18)

Features

1.14.2 (2021-06-11)

Bug Fixes

  • change e2e dev to manually execution (f27f2c7)
  • Try to fix the yaml format problem (c886742)

1.14.1 (2021-06-08)

Bug Fixes

  • more database tests, config code clearance (5330433)

1.14.0 (2021-06-05)

Bug Fixes

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

Features

  • initial commit, e2e moved to tests folder, initial conf file setup, tests running (8d065e2)

1.13.0 (2021-05-07)

Bug Fixes

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

Features

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

Bug Fixes

  • downgraded husky version to support node-run env required by IDEs (e3656f5)

1.12.4 (2021-04-03)

Bug Fixes

  • remove unnecessary CORS (1b711a2)

1.12.3 (2021-04-02)

Bug Fixes

1.12.2 (2021-04-02)

Bug Fixes

1.12.1 (2021-03-28)

Bug Fixes

1.12.0 (2021-03-26)

Features

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

Bug Fixes

  • correct min and max validation of limit param (d881fe9)

1.11.1 (2021-03-22)

Bug Fixes

  • omit private fields in wallet api (d078c20)

1.11.0 (2021-03-17)

Features

  • add docker compose file and initial db (929b65e)
  • update docker db setup (23bc910)

1.10.4 (2021-03-10)

Bug Fixes

  • input variable spec was wrong (ad20106)

1.10.3 (2021-03-09)

Bug Fixes

  • fix link to capture data (52dc427)
  • require 12.x node version (d784b6a)

1.10.2 (2021-03-09)

Bug Fixes

  • remove remove old remote logs env var from deployment (da5bf61)

1.10.1 (2021-03-04)

Bug Fixes

  • read schema from database connection secret for now (008b2a2)

1.10.0 (2021-03-04)

Features

  • add some unique constraints (ba9aa65)

1.9.0 (2021-02-26)

Bug Fixes

  • bug in seed that is trying to insert 'type' column which has been deleted in the db schema (5bd44ab)

Features

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

Features

  • use SERIALIZABLE transaction isolation level (91b8f11)

1.7.4 (2021-02-19)

Bug Fixes

  • delete pre-existing job (fea4677)

1.7.3 (2021-02-19)

Bug Fixes

  • fix create demo wallet script (3601917)

1.7.2 (2021-02-18)

Bug Fixes

  • do not rely on latest tag, use kustomization (a9afb84)
  • remove unnecessary migration (f7916fc)

1.7.1 (2021-02-18)

Bug Fixes

  • clean up wallet table schema (f329cdf)
  • try to get wait for job via kubectl working (77c9077)

1.7.0 (2021-02-18)

Bug Fixes

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

Features

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

Bug Fixes

1.6.0 (2021-01-22)

Bug Fixes

Features

  • 2nd commit for issue 100 (22b6bb4)

1.5.0 (2021-01-10)

Bug Fixes

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

Features

1.4.1 (2020-12-22)

Bug Fixes

  • unit test to remove uneccessary visit to the DB (b6f71c3)

1.4.0 (2020-12-16)

Features

  • add constraintion on circle management relationship (c733ea8)

1.3.0 (2020-12-16)

Bug Fixes

  • wrong doing when get the token info on /transfer/tokens API (ca89d4c)
  • yaml wrong typing (5030d05)

Features

  • add GET /transer_id & GET /transfer_id/tokens (ab8aaf6)
  • tokens list support 'start' parameter (a46f50d)

1.2.5 (2020-12-15)

Bug Fixes

  • add locations to fake trees (70d5ef9)

1.2.4 (2020-12-15)

Bug Fixes

  • no need to use secret for db schema name (bfca513)

1.2.3 (2020-12-15)

Bug Fixes

1.2.2 (2020-12-15)

Bug Fixes

  • debug wallet search path (a7c4cf6)

1.2.1 (2020-12-15)

Bug Fixes

  • add debug message about schema (6413131)
  • remove root path debug messages (d5e45c3)

1.2.0 (2020-12-15)

Bug Fixes

  • add catch all remote log endpoint (2cce047)
  • include debugging for missing schema env (713ea9e)
  • trigger CI (fc2e36e)

Features

  • added check for duplicate trust request (e36d226)

1.1.20 (2020-12-11)

Bug Fixes

  • show version at root path (b7bba85)

1.1.19 (2020-12-11)

Bug Fixes

  • set search path correctly for knex (853c23e)

1.1.18 (2020-12-11)

Bug Fixes

  • found another place where search_path was set (31f11fe)

1.1.17 (2020-12-11)

Bug Fixes

  • fix reference to dispatch tag (29d34d6)

1.1.16 (2020-12-11)

Bug Fixes

1.1.15 (2020-12-11)

Bug Fixes

  • remove sha from tag name (e9fc33a)

1.1.14 (2020-12-11)

Bug Fixes

  • remove dependency from dispatch job (803d90d)

1.1.13 (2020-12-11)

Bug Fixes

1.1.12 (2020-12-11)

Bug Fixes

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

Bug Fixes

1.1.10 (2020-12-10)

Bug Fixes

  • store image tag name in artifact between jobs (2168464)

1.1.9 (2020-12-10)

Bug Fixes

  • remove separate release job (0a3a568)

1.1.8 (2020-12-10)

Bug Fixes

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

Bug Fixes

  • use environment variable to specify schema (8673862)

1.1.6 (2020-12-10)

Bug Fixes

  • include all resources in kustomization (0404bd3)

1.1.5 (2020-12-10)

Bug Fixes

  • attempt to fix contains syntax (f6a0b73)
  • enable push to skip ci (825b53b)

1.1.4 (2020-12-09)

Bug Fixes

  • change order of semver plugins (acc00d3)
  • do not include release notes - makes commit message too long (ba8b705)

1.1.2 (2020-12-09)

Bug Fixes

1.0.0 (2020-12-09)

Bug Fixes