Commit Graph
100 Commits
Author SHA1 Message Date
Stevan Freeborn bc44ed3a7a chore: update publish_test_coverage job 2023-02-21 21:34:45 -06:00
Stevan Freeborn 06ac0e91b0 chore: update publish_test_coverage job 2023-02-21 21:20:38 -06:00
Stevan Freeborn 0f58867c49 fix: incorrectly spelled variable name corrected 2023-02-21 21:13:51 -06:00
Stevan Freeborn 0aa840873c docs: update README.md 2023-02-21 21:12:57 -06:00
Stevan Freeborn ad9325a840 fix: finished updating README.md 2023-02-21 20:49:49 -06:00
Stevan Freeborn 1fcf72dca3 Merge branch 'master' into fix/update-documentation 2023-02-21 16:50:16 -06:00
Stevan Freeborn e393491bfc Merge pull request #2 from StevanFreeborn/fix/file-name-bug
fix: file name bug
2023-02-21 16:46:03 -06:00
Stevan Freeborn 522efb1f67 fix: file name bug
+ Addressed issue where file names were not being properly parsed
  from the response headers.
+ Updated tests to ensure that the file name is properly parsed from
  the response headers.
2023-02-21 16:41:06 -06:00
Stevan Freeborn 77edd0a1fa docs: add code examples to README.md
+ Added code example for configuring onspring client
+ Added code examples for field methods
+ Added code example for getFileInfoById method
2023-02-21 16:27:05 -06:00
Stevan Freeborn d700c4fe4c docs: added example usages for canConnect, getApps, getAppById, and getAppsByIds methods 2023-02-21 14:28:02 -06:00
Stevan Freeborn 52b5d36ddd chore: fix merge conflict 2023-02-21 13:54:33 -06:00
Stevan Freeborn dbdd3e1895 docs: begin working on code snippets 2023-02-21 13:48:32 -06:00
StevanFreeborn e97ee15387 fix: update jsdoc comments for enums 2023-02-21 13:48:32 -06:00
Stevan Freeborn 2000a860a4 Merge pull request #1 from StevanFreeborn/fix/import-issue
Fix: ESM Import Issue
2023-02-21 13:39:27 -06:00
Stevan Freeborn b989adc01d fix: make changes to allow esm imports to work properly 2023-02-21 13:23:07 -06:00
Stevan Freeborn 7e33c5ecaa fix: update package.json to properly handle bringing in exports with import or require 2023-02-21 11:10:09 -06:00
StevanFreeborn f3c69d3a34 fix: update jsdoc comments for enums 2023-02-20 19:12:15 -06:00
Stevan Freeborn 377469ab6b docs: update README.md 2023-02-20 17:22:55 -06:00
Stevan Freeborn a9725fcbaf ci: update release configuration and workflows 2023-02-20 17:22:15 -06:00
Stevan Freeborn c9a7262c63 fix(release-configuration): update releaserc.json 2023-02-20 17:06:44 -06:00
Stevan Freeborn 870be7d3be fix(release-configuration): update releaserc.json 2023-02-20 17:03:30 -06:00
Stevan Freeborn fd376b524e fix(release-configuration): update releaserc.json 2023-02-20 16:51:38 -06:00
Stevan Freeborn d4ec91ec90 fix(package-lock.json): updated package-lock.json 2023-02-20 16:43:07 -06:00
Stevan Freeborn a6a98f2a5b fix(configuration): setup semantic versioning for pushes to the master or beta branches 2023-02-20 16:34:27 -06:00
Stevan Freeborn 9e0c04e973 fix(workflows): update workflow to only run on pull requests to master branch 2023-02-20 16:12:57 -06:00
Stevan Freeborn 333ab224ac some changes 2023-02-20 16:09:45 -06:00
Stevan Freeborn bcdff6a9d5 Merge branch 'master' of https://github.com/StevanFreeborn/onspring-api-sdk-javascript 2023-02-20 16:08:43 -06:00
Stevan Freeborn a8688115c5 fix: begin configuring release versioning 2023-02-20 16:08:39 -06:00
Stevan Freeborn 8087b412e9 fix: bump package version 2023-02-20 15:34:33 -06:00
Stevan Freeborn 14af0285c1 fix: types declaration path 2023-02-20 15:33:58 -06:00
Stevan Freeborn 7114649016 fix: spelling error 2023-02-20 15:17:50 -06:00
Stevan Freeborn f202e01ecc fix: make workflow ignore changes in certain paths 2023-02-20 15:15:35 -06:00
Stevan Freeborn d35f8457f5 fix: update README 2023-02-20 15:12:19 -06:00
Stevan Freeborn 534169d7a9 fix: bump package version 2023-02-20 15:06:14 -06:00
Stevan Freeborn b340989b6c fix: build workflow 2023-02-20 15:03:35 -06:00
Stevan Freeborn 32a680ef89 fix: build script 2023-02-20 15:00:45 -06:00
Stevan Freeborn 28ae3eef7e fix: build script 2023-02-20 14:51:00 -06:00
Stevan Freeborn 5482b466bf fix: make workflow ignore changes in certain paths 2023-02-20 14:49:25 -06:00
Stevan Freeborn 9a8cdad365 fix: make workflow ignore changes in certain paths 2023-02-20 14:47:44 -06:00
Stevan Freeborn 8e43088a7a fix: make workflow ignore changes in certain paths 2023-02-20 14:46:40 -06:00
Stevan Freeborn ec29d26fa8 Create build_publish workflow 2023-02-20 14:43:03 -06:00
Stevan Freeborn 7cb0219011 fix: update build script 2023-02-20 14:11:51 -06:00
Stevan Freeborn d6dd94195a fix: update so that pre-commit hook only includes running unit tests as part of test coverage, but when run as part of ci integration tests will be run as part of test coverage 2023-02-20 14:09:20 -06:00
Stevan Freeborn 58c4a51a64 fix: update workflow name 2023-02-20 13:24:50 -06:00
Stevan Freeborn 1f11b05a1a fix: update package version 2023-02-20 13:21:29 -06:00
Stevan Freeborn 89edc0be36 fix: update workflow 2023-02-20 13:18:38 -06:00
Stevan Freeborn b8913a14c1 fix: update workflow 2023-02-20 13:14:23 -06:00
Stevan Freeborn 8175a4e2bc fix: update workflow 2023-02-20 13:12:36 -06:00
Stevan Freeborn f73ccefa75 fix: update workflow 2023-02-20 13:09:47 -06:00
Stevan Freeborn 36fd4ea2d7 fix: update workflow 2023-02-20 13:09:08 -06:00
Stevan Freeborn 3d1602aa59 fix: update workflow 2023-02-20 13:06:10 -06:00
Stevan Freeborn 775ee6b7ac fix: update workflow 2023-02-20 13:02:38 -06:00
Stevan Freeborn 3a249e825b fix: update workflow 2023-02-20 13:02:15 -06:00
Stevan Freeborn d85fb661c9 fix: update workflow 2023-02-20 12:57:54 -06:00
Stevan Freeborn df40112f11 fix: update workflow 2023-02-20 12:57:23 -06:00
Stevan Freeborn 7a9e1dcf70 Merge branch 'master' of https://github.com/StevanFreeborn/onspring-api-sdk-javascript 2023-02-20 12:54:38 -06:00
Stevan Freeborn 69776a3c31 fix: update workflow 2023-02-20 12:54:28 -06:00
Stevan Freeborn 0c11842f0a Merge branch 'master' of https://github.com/StevanFreeborn/onspring-api-sdk-javascript 2023-02-20 12:51:31 -06:00
Stevan Freeborn f889ffaec7 fix: update package version 2023-02-20 12:51:16 -06: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
Stevan Freeborn 42da7a9c00 fix: update package.json versioning 2023-02-20 12:24:13 -06: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
Stevan Freeborn 5dc36e29d0 fix: test workflow 2023-02-20 12:04:39 -06: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 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