1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-04-21 05:01:31 +00:00
Commit Graph

87 Commits

Author SHA1 Message Date
Yury Shkoda 259c479ef0 Merge branch 'master' into issue-409 2021-07-01 07:58:23 +03:00
sabhas ccc77cb9d1 chore: remove console.log statements 2021-06-30 21:42:46 +05:00
Yury Shkoda ac6cd7be82 fix(session): fixed polling session state 2021-06-30 16:55:09 +03:00
Sabir Hassan 63f5f4d03d Merge branch 'master' into issue-409 2021-06-30 15:35:43 +05:00
Krishna Acondy 2b16be3aef chore(*): refactor to use logger if available 2021-06-25 09:14:29 +01:00
sabhas 93c9a34591 fix: if response is not valid json throw error #409 2021-06-21 00:45:37 +05:00
Krishna Acondy e79089b880 fix(sas9-support): throw error with invalid credentials 2021-05-28 08:52:00 +01:00
Krishna Acondy 9676488ff2 chore(refactor): remove unnecessary variables, use jobs path from config 2021-05-27 08:40:50 +01:00
Krishna Acondy e04371510e chore(update): update branch with changes from master 2021-05-27 08:30:20 +01:00
Krishna Acondy 0b055dd05f feat(sas9-support): add support for SAS9 via username/password login 2021-05-27 08:00:15 +01:00
Allan Bowe 67c7147e62 fix: lint updates 2021-05-10 11:13:39 +00:00
Yury Shkoda 719135e366 fix(error-handling): added InternalServerError 2021-03-10 14:43:47 +03:00
Yury Shkoda 599c130395 fix(error-handling): fixed console.log 2021-03-09 18:06:27 +03:00
Yury Shkoda 15e1acaf4f fix(error-handling): catching unhandled promise rejection 2021-03-09 17:11:29 +03:00
Yury Shkoda bbe9633dc8 fix(error-handling): console logged error 2021-03-09 15:52:00 +03:00
Yury Shkoda 9d27451813 fix(lint): fixed code style 2021-03-09 09:44:10 +03:00
Yury Shkoda a977f59675 fix(error-handling): added catch block to poll job state 2021-03-09 09:35:01 +03:00
Muhammad Saad 4e43687de2 Merge branch 'master' into issue-258 2021-02-25 18:37:35 +05:00
Yury Shkoda 8eb73a6b3c fix(RequestClient): add catch block to authorize method 2021-02-25 12:55:34 +03:00
Krishna Acondy 0aeb201625 Merge branch 'master' into issue-258 2021-02-25 07:59:43 +00:00
Yury Shkoda ff6698a9d1 chore: removed async from parseResponse method 2021-02-25 09:51:00 +03:00
Yury Shkoda 843d498b72 fix(RequestClient): improved handleError method 2021-02-25 09:14:49 +03:00
Mihajlo Medjedovic 66d02cf1d1 style: lint 2021-02-23 23:01:08 +01:00
Mihajlo Medjedovic f2c8e40430 chore: cleanup, parseResponse optimization 2021-02-23 22:58:48 +01:00
Mihajlo Medjedovic c7e54cfe9f fix: web approach login callback and debug issue 2021-02-23 22:36:11 +01:00
Krishna Acondy 1b251f1cea fix(auth): auto submit auth form if needed 2021-02-08 19:07:37 +00:00
Krishna Acondy d8176912cf fix(requests): only allow insecure requests if https module is available 2021-02-06 13:00:27 +00:00
Krishna Acondy 851b6bc273 chore(*): change import to require 2021-02-05 12:21:33 +00:00
Krishna Acondy 23f8d31b1b fix(*): support multipart form data post 2021-02-05 11:10:57 +00:00
Krishna Acondy c7be71c781 fix(*): add the ability to ignore SSL errors 2021-02-05 08:56:40 +00:00
Krishna Acondy 613cc6b9ef chore(*): clean up, handle debug responses 2021-02-04 09:42:39 +00:00
Krishna Acondy 8edb00f869 fix(request-client): handle SAS9 error scenarios, clear CSRF tokens on log out 2021-02-03 09:34:34 +00:00
Krishna Acondy 03b5e1d824 chore(*): refactor common functionality into JobExecutor, handle all auth-related scenarios 2021-02-02 08:18:48 +00:00
Krishna Acondy 3c894c4147 fix(*): handled 404s, set correct accept headers 2021-01-28 19:25:23 +00:00
Krishna Acondy 0eba6bdcf4 chore(*): fix tests 2021-01-27 22:03:40 +00:00
Krishna Acondy d7ecaf5932 fix(*): separate job execution code from main SASjs class 2021-01-27 20:30:13 +00:00
Krishna Acondy e0d85f458b fix(*): store CSRF tokens in Request Client 2021-01-24 18:23:18 +00:00