Saad Jutt
|
e4956cc1d4
|
chore: test corrected for AuthManager
|
2021-09-05 12:06:27 +05:00 |
|
Saad Jutt
|
291ba51b07
|
fix(request): handled error case for sas9 server
|
2021-09-05 11:55:17 +05:00 |
|
|
|
5ee57f3d07
|
chore: added jsdoc header
|
2021-09-03 14:54:35 +05:00 |
|
|
|
146b0715bf
|
fix: set debug: false in config of fileUploader tests
|
2021-09-03 13:57:39 +05:00 |
|
|
|
dfc1d567a5
|
fix: append sasjs requests array from uploadFile
|
2021-09-03 13:55:49 +05:00 |
|
|
|
779200f5fc
|
fix: throw error if null or undefined is passed to getValidJson
|
2021-09-03 13:54:02 +05:00 |
|
|
|
cf4c4cfca9
|
fix: move SASjsRequest array from BaseJobExecutor class to RequestClient class
|
2021-09-03 13:51:58 +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
|
2a6e29b5b8
|
fix: username returns from checkSession
|
2021-09-01 03:49:44 +05:00 |
|
Saad Jutt
|
e4d669f9b6
|
chore: typo fixed userName
|
2021-08-31 12:58:47 +05:00 |
|
Saad Jutt
|
5edf09e0a7
|
fix: usernames to lower case
|
2021-08-31 12:50:04 +05:00 |
|
Saad Jutt
|
5a695f495c
|
chore: login returns username
|
2021-08-31 12:39:04 +05:00 |
|
Saad Jutt
|
f231edb4a6
|
chore: redirect login with onLoggedOut callback
|
2021-08-31 12:36:20 +05:00 |
|
Saad Jutt
|
389ef94cd5
|
feat(login): redirect mechanism - in page link to open popup
|
2021-08-28 10:01:20 +05:00 |
|
Saad Jutt
|
83353326fb
|
test(AuthManager): fixed
|
2021-08-26 10:44:06 +05:00 |
|
Saad Jutt
|
db7a5d601e
|
fix(login): code refactor + sasjs-tests updated
|
2021-08-26 10:33:00 +05:00 |
|
Saad Jutt
|
ee977f4fab
|
chore(merge): Merge branch 'master' into extract-username-while-check-session
|
2021-08-26 09:02:40 +05:00 |
|
Saad Jutt
|
1a59f95be7
|
fix: split code to files + corrected usage of loginCallback
|
2021-08-25 07:55:04 +05:00 |
|
Saad Jutt
|
97918f301b
|
chore(redirectLogin): centered popup + verifying sas9 login + sasviya login fixes
|
2021-08-22 03:57:23 +05:00 |
|
Krishna Acondy
|
830a907bd1
|
feat(login): add redirected login mechanism
|
2021-08-21 21:36:50 +01:00 |
|
|
|
bd92c1925e
|
chore: merge main into loginFix, conflicts resolved
|
2021-08-18 20:37:24 +05: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 |
|
|
|
3e7ddf59b4
|
style: lint
|
2021-08-18 11:43:09 +02:00 |
|
|
|
cd67fb38dc
|
fix: web request and login
|
2021-08-18 11:42:34 +02:00 |
|
|
|
78149e6c54
|
chore: remove console log statement
|
2021-08-18 00:27:10 +05:00 |
|
|
|
63e220c5be
|
fix: double parsing issue in sas9 debug mode fixed
|
2021-08-18 00:05:52 +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 |
|
|
|
47fe7686cb
|
chore: introduced new error types: InvalidJsonError, JsonParseArrayError, WeboutResponseError
|
2021-08-18 00:01:28 +05:00 |
|
|
|
1e5e803c92
|
chore(git): Merge branch 'master' into auto-tests
|
2021-08-16 13:49:38 +02:00 |
|
|
|
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 |
|
Allan Bowe
|
5375d0a208
|
Update FileUploader.ts
|
2021-08-09 15:42:29 +03:00 |
|
Saad Jutt
|
f2da84829e
|
fix(fileUploader): parsing debug response for SASVIYA
|
2021-08-09 17:28:55 +05:00 |
|
Saad Jutt
|
fc1c93957c
|
fix: while checking session extract username also
|
2021-08-07 07:32:48 +05:00 |
|
Yury Shkoda
|
7ab1964746
|
feat(insecureRequests): allow self-signed certificates for SAS9
|
2021-08-04 16:59:03 +03:00 |
|
|
|
0bf385d1e0
|
fix: login issues
|
2021-07-29 14:27:17 +02:00 |
|
Yury Shkoda
|
5317c14d54
|
test(sessionManager): improve test coverage of 'waitForSession'
|
2021-07-29 10:24:03 +03:00 |
|
Yury Shkoda
|
85fed5cd76
|
chore(git): Merge branch 'master' of https://github.com/sasjs/adapter into session-state-fix
|
2021-07-28 11:54:21 +03:00 |
|
Yury Shkoda
|
6f9196c690
|
refactor(session): make loggedErrors a private property
|
2021-07-28 09:39:52 +03:00 |
|
Yury Shkoda
|
ac8821baec
|
test(session): add assertion of get request quantity
|
2021-07-27 16:06:43 +03:00 |
|
Yury Shkoda
|
0b9284e481
|
refactor(session): improve waitForSession method
|
2021-07-27 16:03:41 +03:00 |
|
|
|
d123296359
|
chore: code comment
|
2021-07-27 14:55:24 +02:00 |
|
|
|
50ab866652
|
style: lint
|
2021-07-27 14:15:23 +02:00 |
|
|
|
f1252537a6
|
chore(git): Merge branch 'fixing-sas9-tests' into auto-tests
|
2021-07-27 14:12:11 +02:00 |
|
|
|
ded7990096
|
fix: viya with web approach adding 2 underscores in front of program param
|
2021-07-27 14:05:34 +02:00 |
|
Krishna Acondy
|
7b7a80c502
|
chore(root-folder-not-found): add test
|
2021-07-27 08:20:30 +01:00 |
|
Krishna Acondy
|
1ace15a308
|
fix(root-folder-not-found): create RootFolderNotFoundError class
|
2021-07-27 07:52:19 +01:00 |
|
|
|
0bd156141c
|
chore(git): Merge branch 'master' into fixing-sas9-tests
|
2021-07-26 14:53:52 +02:00 |
|