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

171 Commits

Author SHA1 Message Date
Krishna Acondy 8f3a7f33f8 chore(*): reduce max error count 2021-05-11 10:23:47 +01:00
Krishna Acondy 67ec27bab7 chore(*): increment error count 2021-05-11 10:20:28 +01:00
Krishna Acondy c1b200b0d8 fix(job-state-poll): error out after max consecutive errors 2021-05-11 10:12:11 +01:00
Krishna Acondy e03ec996d6 chore(*): fix formatting 2021-05-11 09:25:17 +01:00
Krishna Acondy ad8dbfd4ec chore(*): add URL to logs 2021-05-11 08:57:35 +01:00
Krishna Acondy 15a774ff81 chore(*): print URL when polling job state 2021-05-11 08:29:15 +01:00
Krishna Acondy 98114c5591 fix(job-state-poll): Continue polling for job state despite errored requests 2021-05-11 08:23:40 +01:00
Allan Bowe 67c7147e62 fix: lint updates 2021-05-10 11:13:39 +00:00
Allan Bowe 50d1b4d824 fix: increasing timeout, closes #657 2021-05-10 11:05:53 +00:00
Saad Jutt 6f2f11d112 fix: fetch session log for session failed/stopped state 2021-05-03 18:26:22 +05:00
Saad Jutt dde1228b1d fix: function renamed fetchLogByChunks 2021-03-23 00:50:33 +05:00
Saad Jutt b3474b6dfb fix: after job executing get complete log 2021-03-22 19:21:01 +05:00
Yury Shkoda 719135e366 fix(error-handling): added InternalServerError 2021-03-10 14:43:47 +03:00
Yury Shkoda bbe9633dc8 fix(error-handling): console logged error 2021-03-09 15:52:00 +03:00
Yury Shkoda 0f5702e21b fix(lint): used latest version of prettier 2021-03-09 10:21:52 +03:00
Yury Shkoda f10d6ec80a fix(lint): updated dependencies 2021-03-09 09:55:43 +03:00
Yury Shkoda 490215df90 fix(lint): fixed code style 2021-03-09 09:53:35 +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
Yury Shkoda 655af03cf3 chore(error-handling): removed redundant catch block 2021-02-25 15:20:35 +03:00
Yury Shkoda bf7e8fd0e6 chore(startComputeJob): improved error handling 2021-02-24 12:49:41 +03:00
Mihajlo Medjedovic e2058f0c71 Merge branch 'issue-186' of github.com:sasjs/adapter into issue-186 2021-02-22 14:25:09 +01:00
Mihajlo Medjedovic 75a74152a5 chore: grammar fixing 2021-02-22 14:24:25 +01:00
Yury Shkoda 9344c4fd35 fixed grammar 2021-02-22 16:16:18 +03:00
Yury Shkoda a2069ee48b fixed grammar 2021-02-22 16:11:56 +03:00
Mihajlo Medjedovic 03f3550774 docs: generated 2021-02-22 11:40:08 +01:00
Mihajlo Medjedovic 2e8d06f9e1 Merge branch 'master' into issue-186 2021-02-22 11:39:44 +01:00
Krishna Acondy 413c3b8098 Merge branch 'axios-fetch' of https://github.com/sasjs/adapter into axios-fetch 2021-02-10 08:19:51 +00:00
Krishna Acondy 269514a44f fix(*): expose CSRF token, add getFolder API 2021-02-10 08:19:48 +00:00
Saad Jutt 5fc334dd8b chore: param 'insecure' removed 2021-02-09 17:57:01 +05:00
Saad Jutt a10e4ec264 fix(*): fix invalid typing 2021-02-05 19:03:20 +05: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 cb607c93ca Merge branch 'master' into axios-fetch 2021-02-02 08:19:53 +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 2ea49a425f fix(*): post request bodies as JSON 2021-01-28 20:36:41 +00:00
Krishna Acondy 3c894c4147 fix(*): handled 404s, set correct accept headers 2021-01-28 19:25:23 +00:00
Krishna Acondy 6d1c4ff81a fix(*): fix compute job execution 2021-01-28 17:01:59 +00:00
Mihajlo Medjedovic 7a6e6e8333 chore: fix const 2021-01-28 11:25:21 +01:00
Krishna Acondy d7ecaf5932 fix(*): separate job execution code from main SASjs class 2021-01-27 20:30:13 +00:00
Saad Jutt de25f106ec feat: enable insecure connection for accessToken 2021-01-26 17:17:46 +05:00
Krishna Acondy e0d85f458b fix(*): store CSRF tokens in Request Client 2021-01-24 18:23:18 +00:00
Krishna Acondy 3a9cd46e6e chore(*): use server type from utils types 2021-01-24 16:02:34 +00:00
Krishna Acondy aed39c2ec4 chore(*): refactor, move all auth-related code to auth folder 2021-01-24 13:07:15 +00:00
Yury Shkoda cc594eca52 chore(SASViyaApiClient): fixed typo 2021-01-23 09:45:42 +03:00
Mihajlo Medjedovic 61ed5c4fa7 Merge branch 'master' into issue-186 2021-01-22 14:46:46 +01:00
Yury Shkoda 8f4d1c7aea chore(*): improved session and job state logging 2021-01-12 17:26:57 +03:00
Yury Shkoda 5a2ee88cbc fix(job-status): print job status only if it changes 2021-01-11 13:52:38 +03:00
Mihajlo Medjedovic efa4c71b8a style: lint 2021-01-06 16:33:47 +01:00
Mihajlo Medjedovic ecfc1a4bf8 fix: move function, test: added test for folder operations 2021-01-06 16:32:57 +01:00