Commit Graph
175 Commits
Author SHA1 Message Date
StevanFreeborn be4a85f5f8 fix: resolve linter errors 2023-02-20 18:49:03 +00:00
Stevan Freeborn 74927c8910 fix: update package version 2023-02-20 12:48:28 -06:00
Stevan Freeborn 99e524216d fix: update workflow 2023-02-20 12:45:10 -06:00
Stevan Freeborn 6540fb10e4 fix: update workflow 2023-02-20 12:40:52 -06:00
Stevan Freeborn cc0afa8807 fix: update workflow 2023-02-20 12:33:05 -06:00
StevanFreeborn 0b223f34f8 fix: resolve linter errors 2023-02-20 18:25:02 +00:00
Stevan Freeborn 42da7a9c00 fix: update package.json versioning 2023-02-20 12:24:13 -06:00
StevanFreeborn 47da05aee1 fix: resolve linter errors 2023-02-20 18:14:10 +00:00
Stevan Freeborn b4fcc6d777 fix: update package.json versioning and engine info. fix: added triggers to workflow for pushing to master branch or pr's targeting master branch 2023-02-20 12:12:33 -06:00
StevanFreeborn 7e98165243 fix: resolve linter errors 2023-02-20 18:05:28 +00:00
Stevan Freeborn 5dc36e29d0 fix: test workflow 2023-02-20 12:04:39 -06:00
StevanFreeborn 659fe6a764 Commit from GitHub Actions (lint_test_format) 2023-02-20 17:55:27 +00:00
Stevan Freeborn 34e608baca fix: update workflow 2023-02-20 11:54:32 -06:00
Stevan Freeborn 639d767e00 fix: update workflow 2023-02-20 11:45:58 -06:00
Stevan Freeborn f531adee59 feat: introduce fixable lint error and formatting issue to test workflow 2023-02-20 11:38:11 -06:00
Stevan Freeborn ccc8f67640 fix: correct workflow 2023-02-20 11:34:43 -06:00
Stevan Freeborn 5250304867 fix: correct workflow 2023-02-20 11:33:31 -06:00
Stevan Freeborn 604d7430e8 fix: move publish test coverage to separate job. feat: add format job. 2023-02-20 11:31:16 -06:00
Stevan Freeborn ab32a83840 feat: add coverage report upload 2023-02-20 11:16:09 -06:00
Stevan Freeborn 3e4f7047d3 fix: update lint job to only run on one version of node 2023-02-20 11:09:29 -06:00
Stevan Freeborn c804bcc85e fix: implement read method for readables created in tests 2023-02-20 10:58:21 -06:00
Stevan Freeborn 52d2a4e662 fix: updated strategy to not fail fast 2023-02-20 10:50:49 -06:00
Stevan Freeborn 7dc123feaa feat: add test job 2023-02-20 10:47:40 -06:00
Stevan Freeborn 0fd73a64b4 feat: add commit changes step 2023-02-20 10:06:07 -06:00
Stevan Freeborn 335cfe293c fix: update install dependency step 2023-02-20 09:59:46 -06:00
Stevan Freeborn 7135d558bc fix: update check out repository step 2023-02-20 09:57:13 -06:00
Stevan Freeborn f4934e4959 fix: workflow_dispatch 2023-02-20 09:54:26 -06:00
Stevan Freeborn dd16c4ecf0 feat: begin working on lint_test_format workflow 2023-02-20 09:51:35 -06:00
Stevan Freeborn 88531bc9e3 fix: resolve merge conflict 2023-02-20 09:14:40 -06:00
StevanFreeborn 3bf65f24d9 feat: add integration tests for queryRecords and deleteRecordsByIds methods. fix: implemented deleteRecordsByIds method and wrote unit tests 2023-02-19 23:55:47 -06:00
StevanFreeborn 9c44efe567 feat: add integrationTests for saveRecord method 2023-02-19 20:26:18 -06:00
StevanFreeborn 23875cff40 feat: add integration tests for getRecordsByIds method 2023-02-19 20:01:08 -06:00
StevanFreeborn 2f2614912a fix: remove unused import 2023-02-19 19:52:34 -06:00
StevanFreeborn cc3eea5679 fix: update integration tests to use correct env variables 2023-02-19 19:52:01 -06:00
StevanFreeborn e711553925 feat: add integration tests for getRecordsByAppId method 2023-02-19 19:30:11 -06:00
StevanFreeborn e870722e3d fix: add dotenv vault 2023-02-19 16:27:52 -06:00
StevanFreeborn 62a7c7b832 fix: remove vscode settings directory 2023-02-19 16:17:28 -06:00
StevanFreeborn 06dda79e44 feat: add integration tests for getRecordById method 2023-02-19 16:14:50 -06:00
StevanFreeborn 99c7e7f9f1 feat: add integration tests for deleteRecordById method. fix: add toJSON method on SaveRecordRequest model to handle converting fields map to a POJO before sending in request 2023-02-19 15:53:52 -06:00
Stevan Freeborn 48d13ea22c fix: example.env merge conflict 2023-02-19 13:00:31 -06:00
Stevan Freeborn 9ac79b0242 fix: update example.env 2023-02-19 12:58:51 -06:00
StevanFreeborn 818bd0dd19 feat: stub out integration tests for record methods 2023-02-18 17:16:53 -06:00
StevanFreeborn 4001fb407d feat: add integration tests for getReportById and getReportsByAppId methods 2023-02-18 17:04:47 -06:00
StevanFreeborn 6c8127ffc6 feat: stub out integration tests for reports 2023-02-17 22:35:11 -06:00
Stevan Freeborn 6175e8c56b feat: begin writing report integration tests 2023-02-17 18:01:17 -06:00
Stevan Freeborn bef98ddd98 feat: added integration tests for deleteListItemById.spec.ts 2023-02-17 16:26:41 -06:00
Stevan Freeborn bee453f615 feat: added integration tests for addOrUpdateListItem method 2023-02-17 14:38:40 -06:00
Stevan Freeborn bc8b9a4977 fix: begin writing Lists integration tests. fix: list item response model's id value should be of type string so modified the created with id response model that it extends so that the id property is generically typed and type can be passed in. 2023-02-17 14:27:33 -06:00
Stevan Freeborn 369540d3c8 fix: update import statement for package exports in integration tests to have an inferred path to the index file 2023-02-17 12:30:17 -06:00
Stevan Freeborn 2d345a6486 fix: add models and enums to package index as exports 2023-02-17 12:26:24 -06:00