Allan Bowe
|
ab8da28de1
|
Merge pull request #798 from sasjs/redirected-login-m8
fix: sas9 m8 redirected login
|
2023-04-05 15:14:16 +01:00 |
|
|
|
a729d67d3e
|
chore: remove /home leftovers
|
2023-04-05 15:39:31 +02:00 |
|
|
|
548a44d665
|
chore: auth manager test fix
|
2023-04-04 14:08:47 +02:00 |
|
|
|
5291e7f01c
|
fix: regex for extracting login url fixed
|
2023-04-03 23:10:27 +05:00 |
|
|
|
39abdad518
|
fix: sas9 m8 redirected login
|
2023-04-03 12:48:32 +02:00 |
|
|
|
99d783e174
|
fix: write a message to the log indicating that a login was not attempted as a valid session already exists
|
2023-03-24 15:11:10 +05:00 |
|
|
|
17a3d1b8a9
|
fix: modify the reqgex to handle the loginForm response on latest sas9
|
2023-03-22 23:33:42 +05:00 |
|
|
|
c33c509207
|
chore: merge master
|
2023-03-16 13:40:22 +05:00 |
|
|
|
99cfb8b2af
|
feat: created a minified version of adapter for executing web jobs on sas9
|
2023-03-16 00:26:08 +05:00 |
|
Yury Shkoda
|
22fa185715
|
feat: minified adapter for SAS9
|
2023-03-14 10:45:03 +03:00 |
|
Allan Bowe
|
dad99557a7
|
Merge pull request #788 from sasjs/quick-fix
fix: throw error as it is when its an instance of JobExecutionError
|
2023-03-06 10:15:36 +00:00 |
|
|
|
c7cc2e5fa4
|
fix: throw error as it is in sas9RequestClient when its an instance of JobExecutionError
|
2023-03-06 14:53:42 +05:00 |
|
|
|
1fb972d88a
|
chore: improved url match
|
2023-02-21 16:10:14 +01:00 |
|
|
|
64f8f8c893
|
fix: removing .do from loginUrl mechanism
|
2023-02-21 16:04:50 +01:00 |
|
|
|
921d6ef364
|
fix: sasjs executor not re-sending waiting requests
|
2023-02-15 17:26:23 +01:00 |
|
|
|
55f309e998
|
chore: quick fix
|
2023-01-30 23:50:40 +05:00 |
|
|
|
3d9b40398c
|
fix: improve error message when sasjs runner is not found
|
2023-01-30 23:22:43 +05:00 |
|
|
|
e7ceac1b78
|
fix: createReadStream import where needed
It's node specific util and othervise adapter was failing on browser environment
|
2023-01-09 13:07:51 +01:00 |
|
|
|
85f771d1ed
|
feat: add a new method deployZipFile in sasjsAPiClient class
|
2022-12-06 14:51:34 +05:00 |
|
|
|
70b31dcb8f
|
fix: export SasjsRequestClient from main index.ts
|
2022-10-18 19:10:46 +05:00 |
|
|
|
b0c2a81989
|
fix: remove deployToSasjs and executeJobSasjs from main sasjs module
|
2022-10-18 19:09:56 +05:00 |
|
|
|
53e167b17d
|
fix: merge executeScriptSAS9, executeScriptSASViya and executeScriptSASjs into single executeScript
BREAKING CHANGE
|
2022-10-17 23:14:51 +05:00 |
|
Saad Jutt
|
3a16c83697
|
test: AuthManager specs are updated/removed
|
2022-09-25 17:30:07 +05: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 |
|
|
|
a45edbc066
|
chore(git): Merge branch 'master' into sas9-extract-username
|
2022-09-22 12:55:18 +02:00 |
|
|
|
a01eb948b5
|
fix: sas9 extractUserName improvement
|
2022-09-22 01:05:53 +02:00 |
|
|
|
9871ce4fb3
|
fix: executeJob method fixed for SASjsApiClient
|
2022-09-20 02:04:44 +05:00 |
|
|
|
2b7281e70c
|
fix: should not assign error to parsedSasjsServeLog
|
2022-08-29 02:34:13 +05:00 |
|
|
|
010fd063df
|
fix: update parse response method of sasjsRequestClient
|
2022-08-25 00:06:10 +05:00 |
|
Sabir Hassan
|
c6bbf1ff34
|
Merge pull request #746 from sasjs/handle-updated-sasjs-response
fix: handled updated sasjs response
|
2022-08-24 21:03:17 +05:00 |
|
|
|
eb739a83a4
|
chore: fix
|
2022-08-24 15:16:47 +02:00 |
|
|
|
d8b686dd7e
|
fix: error when multiple redirections happen while debug is on
|
2022-08-24 15:12:13 +02:00 |
|
|
|
3d8eb762d0
|
chore: quick fix
|
2022-08-23 15:56:13 +05:00 |
|
|
|
c551cd0311
|
fix: created sasjsJobExecutor class and overrided parseResponse for sasjsRequestClient
|
2022-08-23 15:47:50 +05:00 |
|
|
|
4a319f1aef
|
fix: handled updated sasjs response
|
2022-08-19 16:10:05 +05:00 |
|
Saad Jutt
|
f58f2eba97
|
chore: error needs to be more specific
|
2022-08-04 05:59:39 +05:00 |
|
Saad Jutt
|
e37bb182c3
|
fix(server): csrf cookie is created explicitly
|
2022-08-04 05:04:43 +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 |
|
|
|
d0d8d58945
|
fix: add additional check for string type before converting data to lower case
|
2022-07-27 18:30:47 +05:00 |
|
Yury Shkoda
|
a39faa0f4b
|
fix(refresh-token): improved error message
|
2022-07-18 14:35:33 +03:00 |
|
|
|
8617e2dc57
|
fix: special missing double dot issue
|
2022-07-07 17:58:27 +02:00 |
|
Allan Bowe
|
d3d62f6888
|
Merge pull request #731 from sasjs/issue-730
fix: do not throw job execution error if response contains >>weboutBEGIN<<
|
2022-06-29 16:33:03 +02:00 |
|
Allan Bowe
|
bf35e52962
|
Merge pull request #713 from sasjs/critical-deps-issues
Fixed critical dependencies issues
|
2022-06-29 14:24:29 +02:00 |
|