|
|
8617e2dc57
|
fix: special missing double dot issue
|
2022-07-07 17:58:27 +02:00 |
|
Yury Shkoda
|
283800dfa6
|
fix(special-missings): fixed formats table sent as part of sasjs_tables
|
2022-06-28 10:17:22 +03:00 |
|
Yury Shkoda
|
dd788ae423
|
chore(lint): fixed linting
|
2022-06-20 19:48:42 +03:00 |
|
Yury Shkoda
|
a113c95441
|
chore(deps): added prettier dev dependency
|
2022-06-20 19:36:12 +03:00 |
|
Yury Shkoda
|
489947bcae
|
chore(lint): fixed linting issues
|
2022-06-20 19:26:29 +03:00 |
|
|
|
a4cd320272
|
chore: utils import fix
|
2022-05-09 15:47:24 +02:00 |
|
Yury Shkoda
|
1cbe57d512
|
chore: removed console.log
|
2022-04-26 17:25:21 +03:00 |
|
|
|
54516665bf
|
chore: string escaping
|
2022-04-22 11:54:59 +02:00 |
|
|
|
ecec2e77c0
|
chore: error improved
|
2022-04-21 15:45:59 +02:00 |
|
|
|
caa5aa47dc
|
fix: isSpecialMissing from utils
|
2022-04-18 14:49:57 +02:00 |
|
|
|
6cab245cde
|
fix: update code for extracting json url when debug is enabled
|
2022-03-30 01:22:03 +05:00 |
|
Yury Shkoda
|
f6abb61c69
|
fix(convert-to-csv): return empty string if table is not an array
|
2022-03-03 17:31:23 +03:00 |
|
Yury Shkoda
|
5927910a52
|
refactor(convert-to-csv): change func arguments
|
2022-03-03 15:07:01 +03:00 |
|
Saad Jutt
|
d3c91e143a
|
fix: parse empty string in res to empty {}
|
2022-02-22 17:09:47 +05:00 |
|
Yury Shkoda
|
9b239abda0
|
test(generateFileUploadForm): add unit test
|
2022-02-17 13:34:13 +03:00 |
|
Yury Shkoda
|
d3dff44918
|
fix(special-missings): fix convertToCSV format object
|
2022-02-16 17:13:00 +03:00 |
|
Yury Shkoda
|
30a99f9cc5
|
fix(executeJobSASjs): add parse webout response
|
2022-02-11 13:10:38 +03:00 |
|
Yury Shkoda
|
dbb95b7763
|
feat: improve convertToCsv function
|
2022-01-06 16:49:58 +03:00 |
|
Yury Shkoda
|
1a5c84cd0f
|
test(formatDataForRequest): improved test coverage
|
2022-01-05 18:35:02 +03:00 |
|
Yury Shkoda
|
fbce35b272
|
feat(nullVars): add SAS null vars support
|
2022-01-05 16:54:16 +03:00 |
|
Saad Jutt
|
712d1549c7
|
feat(server): added sasjs server support
|
2021-12-05 18:31:36 +05:00 |
|
Saad Jutt
|
7f590c35da
|
test(RequestClient): fixed to use actual axios
|
2021-10-01 15:42:04 +05:00 |
|
|
|
28c8ebfc65
|
fix: viya debug response null due to wrong content-type
|
2021-09-16 14:58:18 +02:00 |
|
Saad Jutt
|
10cf4998f5
|
fix(loginPrompt): z-index added
|
2021-09-13 18:02:26 +05:00 |
|
Allan Bowe
|
2cfba99bda
|
Merge pull request #540 from sasjs/issue-532
fix: move SASjsRequest array from BaseJobExecutor class to RequestClient class
|
2021-09-11 17:17:33 +03:00 |
|
Saad Jutt
|
4623b9665b
|
chore: login prompt dialog bug fixed
|
2021-09-09 11:29:12 +05:00 |
|
|
|
d52c5b26a0
|
chore: merge master into issue-532
|
2021-09-08 15:16:06 +05:00 |
|
Saad Jutt
|
0972c0deaa
|
chore(merge): Merge branch 'master' into redirected-login
|
2021-09-07 05:05:51 +05:00 |
|
|
|
779200f5fc
|
fix: throw error if null or undefined is passed to getValidJson
|
2021-09-03 13:54:02 +05:00 |
|
Saad Jutt
|
f40a86f0f6
|
chore(redirectLogin): onLoggedOut callback should be an async
|
2021-09-02 13:43:07 +05:00 |
|
Saad Jutt
|
867422f4cc
|
fix: extraResponseAttributes for WebJobExecutor + sasjs-tests
|
2021-09-01 03:50:55 +05:00 |
|
Saad Jutt
|
389ef94cd5
|
feat(login): redirect mechanism - in page link to open popup
|
2021-08-28 10:01:20 +05:00 |
|
Krishna Acondy
|
830a907bd1
|
feat(login): add redirected login mechanism
|
2021-08-21 21:36:50 +01:00 |
|
|
|
3c9f133374
|
fix: throw error from parseWeboutResponse function if unable to find webout response
|
2021-08-18 16:33:26 +05:00 |
|
|
|
e72195ca5d
|
fix: predefine jsonParseArrayError message
|
2021-08-18 16:09:51 +05:00 |
|
|
|
8464e506e0
|
fix: check for valid json while parsing sas viya debug response
|
2021-08-18 00:04:30 +05:00 |
|
|
|
0bc69401e5
|
chore: refactor code for getValidJson function
|
2021-08-18 00:02:48 +05:00 |
|
Krishna Acondy
|
0a6c5a0ec4
|
fix(fs): replace fs imports with locally defined WriteStream interface
|
2021-07-23 22:24:04 +01:00 |
|
Krishna Acondy
|
2a9526d056
|
fix(node): add util to check if running in node
|
2021-07-23 22:23:05 +01:00 |
|
Allan Bowe
|
50710ee1df
|
Merge pull request #476 from sasjs/issue-170
fix: file upload with debug enabled
|
2021-07-23 11:41:06 +03:00 |
|
Krishna Acondy
|
5c8d311ae8
|
chore(streamlog): optimise polling mechanism
|
2021-07-20 09:25:39 +01:00 |
|
|
|
85e5ade93a
|
fix: handle the case when array is passed in getValidJson method
|
2021-07-19 13:01:18 +05:00 |
|
|
|
5347aeba09
|
fix: replace isValidJson with getValidJson
|
2021-07-18 23:24:22 +05:00 |
|
|
|
c69be8ffc3
|
fix: move parseSasViyaDebugResponse method to utils folder
|
2021-07-18 21:37:08 +05:00 |
|
|
|
5d61bebc9e
|
fix: isValidJson function returns the JSON parsed
|
2021-07-12 14:29:43 +02:00 |
|
|
|
4466ee30d2
|
chore: preventing double parse of invalid json check
|
2021-07-12 11:02:01 +02:00 |
|
|
|
db372950b4
|
chore: type fix
|
2021-07-09 15:17:33 +02:00 |
|
|
|
46f5e07f11
|
fix: invalid json checking
|
2021-07-09 13:36:12 +02:00 |
|
Krishna Acondy
|
5d77bbba8b
|
fix(auth): use token functions from utils library
|
2021-07-01 09:10:32 +01:00 |
|
Sabir Hassan
|
63f5f4d03d
|
Merge branch 'master' into issue-409
|
2021-06-30 15:35:43 +05:00 |
|