|
|
7bdd826418
|
chore: fix specs for getFormData and convertToCsv
|
2025-03-03 00:19:50 +05:00 |
|
|
|
77306fedee
|
fix: usage and typings, axios, nodeFormData, cookiejar...
|
2025-02-28 15:04:51 +01:00 |
|
Yury
|
053b07769a
|
feat(auth): added multi-language support to logIn method
|
2024-06-20 17:15:05 +03:00 |
|
Yury Shkoda
|
5731b0f9b1
|
refactor(request-client): put related types in one file
|
2023-08-14 10:55:09 +03:00 |
|
Yury Shkoda
|
e315e4a619
|
feat(sasjs-request-client): improved parseResponse method
|
2023-07-25 16:01:35 +03:00 |
|
Yury Shkoda
|
0d9ba36de8
|
fix(file-upload-form): fixed form data for node env
|
2023-07-06 15:49:24 +03:00 |
|
Yury Shkoda
|
2d6efa2437
|
fix(job-execution): fixed webout for SASJS server type
|
2023-05-04 10:57:24 +03:00 |
|
Saad Jutt
|
e65b19b85e
|
test: updated and renamed to extractUserLongNameSas9
|
2022-09-25 17:09:33 +05:00 |
|
Saad Jutt
|
a1c09ec802
|
fix(auth): login and check session returns username + user full name
|
2022-09-25 01:11:22 +05:00 |
|
|
|
2cbba38af5
|
chore: sas9 username parsing bring back
|
2022-09-22 16:58:39 +02:00 |
|
|
|
61fdf5573b
|
chore: specs fixing, regex improve
|
2022-09-22 16:26:45 +02:00 |
|
|
|
84b46d02c9
|
chore: improved algorithm for detecting log off word
|
2022-09-22 15:56:48 +02:00 |
|
|
|
4ec57d93dd
|
fix: removed shortening
|
2022-09-22 13:14:56 +02:00 |
|
|
|
a01eb948b5
|
fix: sas9 extractUserName improvement
|
2022-09-22 01:05:53 +02:00 |
|
|
|
4a319f1aef
|
fix: handled updated sasjs response
|
2022-08-19 16:10:05 +05:00 |
|
|
|
706cbe5513
|
chore: add unit tests for validateInput
|
2022-07-28 14:23:00 +05:00 |
|
|
|
88eadd27aa
|
chore: moved utils specs to spec folder
|
2022-07-28 14:22:16 +05:00 |
|
|
|
4ed9f87434
|
fix: moved validateInput method to separate file and added some additional validation
|
2022-07-28 14:20:41 +05:00 |
|
|
|
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 |
|