sabhas
|
00a99e752c
|
fix: no need to stringify res/err in sas9JobExecutor before appending request #675
|
2022-03-10 15:44:38 +05:00 |
|
sabhas
|
31004da20d
|
chore: lint fix
|
2022-03-07 18:01:12 +05:00 |
|
sabhas
|
a607c56bb3
|
fix(issue-672): fallback to contextName from sasjs config if provided contextName is empty
|
2022-03-07 17:49:36 +05:00 |
|
sabhas
|
6adf8a2e78
|
chore: update comment
|
2022-03-04 15:08:50 +05:00 |
|
sabhas
|
5a92d96ba2
|
fix: Viya 4 provides incorrect memberCount
|
2022-03-04 14:47:35 +05:00 |
|
sabhas
|
1ee69cd6dc
|
chore: use exact version 0.4.0 for typedoc-plugin-rename-defaults
|
2022-03-02 12:40:28 +05:00 |
|
sabhas
|
6b9e0ed2cf
|
chore: merge master
|
2022-03-02 12:38:38 +05:00 |
|
sabhas
|
36d14bc75e
|
chore: fix code styles
|
2022-03-02 12:25:18 +05:00 |
|
sabhas
|
8de08bfc39
|
chore: update documentation
|
2022-03-02 00:17:42 +05:00 |
|
sabhas
|
e317393132
|
fix: typedoc configuration fixed
|
2022-03-02 00:16:30 +05:00 |
|
sabhas
|
489df78391
|
chore: lint fix
|
2022-02-18 15:30:24 +05:00 |
|
sabhas
|
fe3f6d6287
|
feat(sasjs-config): add optional attribute requestHistoryLimit
|
2022-02-17 23:39:55 +05:00 |
|
sabhas
|
2c4152a593
|
fix: made pathsasjs non optional in sasjs config
|
2022-02-14 02:02:41 +05:00 |
|
sabhas
|
7c5adeabb5
|
feat: parse response in webJobExecutor when server type is sasjs server
|
2021-11-19 00:35:02 +05:00 |
|
sabhas
|
9c099b899c
|
fix: If the request client has already been instantiated, update config
|
2021-09-09 11:03:48 +05:00 |
|
sabhas
|
d52c5b26a0
|
chore: merge master into issue-532
|
2021-09-08 15:16:06 +05:00 |
|
sabhas
|
46ef7b19f6
|
fix: before instantiating RequestClient check if its already instantiated
|
2021-09-08 15:02:22 +05:00 |
|
sabhas
|
73f50c0435
|
chore: merge master into issue-532
|
2021-09-06 13:39:58 +05:00 |
|
sabhas
|
5ee57f3d07
|
chore: added jsdoc header
|
2021-09-03 14:54:35 +05:00 |
|
sabhas
|
146b0715bf
|
fix: set debug: false in config of fileUploader tests
|
2021-09-03 13:57:39 +05:00 |
|
sabhas
|
dfc1d567a5
|
fix: append sasjs requests array from uploadFile
|
2021-09-03 13:55:49 +05:00 |
|
sabhas
|
779200f5fc
|
fix: throw error if null or undefined is passed to getValidJson
|
2021-09-03 13:54:02 +05:00 |
|
sabhas
|
cf4c4cfca9
|
fix: move SASjsRequest array from BaseJobExecutor class to RequestClient class
|
2021-09-03 13:51:58 +05:00 |
|
sabhas
|
ab8643a89a
|
chore: merge master into extract-username-while-check-session
|
2021-08-27 14:17:20 +05:00 |
|
sabhas
|
33e7564e8f
|
chore: add cross icon at the start of error message
|
2021-08-25 21:26:49 +05:00 |
|
sabhas
|
77c4c473c1
|
chore: address requested changes
|
2021-08-24 11:51:18 +05:00 |
|
sabhas
|
47ff1a2293
|
chore: check node version before installing packages
|
2021-08-23 13:42:37 +05:00 |
|
sabhas
|
bd92c1925e
|
chore: merge main into loginFix, conflicts resolved
|
2021-08-18 20:37:24 +05:00 |
|
sabhas
|
3c9f133374
|
fix: throw error from parseWeboutResponse function if unable to find webout response
|
2021-08-18 16:33:26 +05:00 |
|
sabhas
|
e72195ca5d
|
fix: predefine jsonParseArrayError message
|
2021-08-18 16:09:51 +05:00 |
|
sabhas
|
78149e6c54
|
chore: remove console log statement
|
2021-08-18 00:27:10 +05:00 |
|
sabhas
|
63e220c5be
|
fix: double parsing issue in sas9 debug mode fixed
|
2021-08-18 00:05:52 +05:00 |
|
sabhas
|
8464e506e0
|
fix: check for valid json while parsing sas viya debug response
|
2021-08-18 00:04:30 +05:00 |
|
sabhas
|
0bc69401e5
|
chore: refactor code for getValidJson function
|
2021-08-18 00:02:48 +05:00 |
|
sabhas
|
47fe7686cb
|
chore: introduced new error types: InvalidJsonError, JsonParseArrayError, WeboutResponseError
|
2021-08-18 00:01:28 +05:00 |
|
sabhas
|
bd03b2b06d
|
fix: when contextName is falsy value, do not add it to apiUrl in web approach and fallback to default in jes approach
|
2021-08-15 16:11:50 +05:00 |
|
sabhas
|
710056bded
|
fix: create a utility throwError and add test case for it
|
2021-07-26 15:30:19 +05:00 |
|
sabhas
|
26f008d527
|
chore: remove console log statement
|
2021-07-26 11:09:31 +05:00 |
|
sabhas
|
56ebc7be3b
|
chore: merge master into issue-477
|
2021-07-26 11:06:13 +05:00 |
|
sabhas
|
6dd1d47bb2
|
fix: merge main into issue-477 and fixed conflicts
|
2021-07-22 16:13:46 +05:00 |
|
sabhas
|
e70a9645ef
|
fix: remove jwtDecode import statement
|
2021-07-22 15:56:22 +05:00 |
|
sabhas
|
aeabc29e55
|
fix: remove serverurl argument from createFolder method and move decode token to utils project
|
2021-07-22 15:47:37 +05:00 |
|
sabhas
|
e1a76bc45a
|
fix: update error message when folder not found
|
2021-07-19 21:53:58 +05:00 |
|
sabhas
|
85e5ade93a
|
fix: handle the case when array is passed in getValidJson method
|
2021-07-19 13:01:18 +05:00 |
|
sabhas
|
4a61fb8f7f
|
chore: update variable name from config to ovverrideSasjsConfig
|
2021-07-19 13:00:06 +05:00 |
|
sabhas
|
5347aeba09
|
fix: replace isValidJson with getValidJson
|
2021-07-18 23:24:22 +05:00 |
|
sabhas
|
5098342dfe
|
fix: retrieve content from the iframe in first response when viya Web approach used with debug enabled
|
2021-07-18 21:39:57 +05:00 |
|
sabhas
|
c69be8ffc3
|
fix: move parseSasViyaDebugResponse method to utils folder
|
2021-07-18 21:37:08 +05:00 |
|
sabhas
|
69999d8e8b
|
fix: update fileUpload method to override existing config
|
2021-07-18 21:34:16 +05:00 |
|
sabhas
|
ccc77cb9d1
|
chore: remove console.log statements
|
2021-06-30 21:42:46 +05:00 |
|
sabhas
|
123fbc7235
|
fix: on viya when calling api pass debug parameter to correct section #420
|
2021-06-25 13:49:45 +05:00 |
|
sabhas
|
93c9a34591
|
fix: if response is not valid json throw error #409
|
2021-06-21 00:45:37 +05:00 |
|
sabhas
|
630f2e9c37
|
fix: test regarding Request with extra attributes on JES approach fixed
|
2021-06-15 11:29:21 +05:00 |
|
sabhas
|
51ac6b052b
|
fix: test case which check extra attributes on JES approach fixed
|
2021-06-14 23:21:17 +05:00 |
|
sabhas
|
c32258eb3c
|
fix: code modified in appendRequest method fixes #327
|
2021-06-14 23:18:26 +05:00 |
|
sabhas
|
ccb4ec6e03
|
chore: code refactored for better readability
|
2021-06-11 22:53:06 +05:00 |
|
sabhas
|
06ebb52bc9
|
chore(merge): merge master into issue-276
|
2021-06-10 22:12:36 +05:00 |
|
sabhas
|
6419686269
|
chore: lint fixes
|
2021-06-09 17:28:27 +00:00 |
|
sabhas
|
919c83c143
|
chore: lint fixes
|
2021-06-09 16:40:29 +05:00 |
|