Skip to content

Releases: Greenstand/treetracker-wallet-api

v1.9.0

26 Feb 03:25
Compare
Choose a tag to compare

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)

v1.8.0

20 Feb 02:25
Compare
Choose a tag to compare

1.8.0 (2021-02-20)

Features

  • use SERIALIZABLE transaction isolation level (91b8f11)

v1.7.4

19 Feb 05:07
Compare
Choose a tag to compare

1.7.4 (2021-02-19)

Bug Fixes

  • delete pre-existing job (fea4677)

v1.7.3

19 Feb 04:07
Compare
Choose a tag to compare

1.7.3 (2021-02-19)

Bug Fixes

  • fix create demo wallet script (3601917)

v1.7.2

18 Feb 16:20
Compare
Choose a tag to compare

1.7.2 (2021-02-18)

Bug Fixes

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

v1.7.1

18 Feb 02:05
Compare
Choose a tag to compare

1.7.1 (2021-02-18)

Bug Fixes

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

v1.7.0

18 Feb 01:11
Compare
Choose a tag to compare

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)

v1.6.1

11 Feb 03:25
Compare
Choose a tag to compare

1.6.1 (2021-02-11)

Bug Fixes

v1.6.0

22 Jan 21:41
Compare
Choose a tag to compare

1.6.0 (2021-01-22)

Bug Fixes

Features

  • 2nd commit for issue 100 (22b6bb4)

v1.5.0

10 Jan 23:01
Compare
Choose a tag to compare

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