Yury Shkoda
|
7638595523
|
chore(git): fix .gitignore
|
2021-09-30 14:30:47 +03:00 |
|
Yury Shkoda
|
5f3416ecd7
|
chore(utils): add tmpFolder utils
|
2021-09-28 10:39:54 +03:00 |
|
Yury Shkoda
|
d8b1a72da2
|
chore(types): add FileTree types
|
2021-09-28 10:39:18 +03:00 |
|
Yury Shkoda
|
7e64819eb2
|
feat(sasjs/server): add SASBaseApiClient class
|
2021-09-28 10:38:29 +03:00 |
|
Yury Shkoda
|
2f1d403af4
|
chore(deps): use @sasjs/utils tarball
|
2021-09-28 10:33:11 +03:00 |
|
Yury Shkoda
|
075d410f7d
|
chore(git): ignore tmp folder
|
2021-09-28 10:31:36 +03:00 |
|
 Yury ShkodaandGitHub
|
70ecc8b50e
|
Merge pull request #553 from sasjs/update-deps
chore(deps): update dependencies
|
2021-09-20 15:48:57 +03:00 |
|
Yury Shkoda
|
c7af30bfa3
|
chore(deps): add caret to axios version
|
2021-09-17 16:36:22 +03:00 |
|
Yury Shkoda
|
c8da3a54cf
|
chore(axios): override default request transformer
|
2021-09-17 16:29:15 +03:00 |
|
Yury Shkoda
|
100da16803
|
chore(deps): bump axios to 0.21.4
|
2021-09-17 16:28:44 +03:00 |
|
 Yury ShkodaandGitHub
|
0c4d30afe3
|
Merge pull request #557 from sasjs/dependabot-upd
chore(dependabot): change schedule interval
|
2021-09-16 14:18:27 +03:00 |
|
Yury Shkoda
|
bc015b72b6
|
chore(dependabot): change schedule interval
|
2021-09-16 14:08:53 +03:00 |
|
Yury Shkoda
|
f241d75f0a
|
chore(deps): pin axios version to 0.21.1
|
2021-09-14 17:23:19 +03:00 |
|
Yury Shkoda
|
ba105f609c
|
chore(deps): pin typescript version to fix packaging
|
2021-08-31 14:51:14 +03:00 |
|
 Yury ShkodaandGitHub
|
0c3aab673a
|
Merge pull request #521 from sasjs/npmignore
chore: updating .npmignore to reduce bundle size (currently 7.7mb)
|
2021-08-26 15:12:20 +03:00 |
|
 Yury ShkodaandGitHub
|
f172ad66bc
|
Merge pull request #501 from sasjs/cli-issue-862
Allow self-signed certificates in requests to SAS9
|
2021-08-06 09:25:32 +03:00 |
|
Yury Shkoda
|
046c58bb80
|
chore(deps): restore package-lock
|
2021-08-05 15:57:47 +03:00 |
|
Yury Shkoda
|
bf825a4f65
|
chore(deps): discard versions bump
|
2021-08-05 15:55:45 +03:00 |
|
Yury Shkoda
|
d58cff9081
|
chore(deps): bump ts-jest, ts-loader, typedoc, webpack
|
2021-08-04 16:59:55 +03:00 |
|
Yury Shkoda
|
7ab1964746
|
feat(insecureRequests): allow self-signed certificates for SAS9
|
2021-08-04 16:59:03 +03:00 |
|
 Yury ShkodaandGitHub
|
b118280a77
|
Merge pull request #491 from sasjs/session-state-fix
fix(session): remove retry limit if could not get state
|
2021-07-29 10:34:50 +03: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 |
|
Yury Shkoda
|
fb7a0f43e1
|
test(session): added test to cover 304 response
|
2021-07-26 12:17:19 +03:00 |
|
Yury Shkoda
|
6c901f1c21
|
chore(session): change log level from error to info
|
2021-07-26 10:40:15 +03:00 |
|
Yury Shkoda
|
fbaa2327c6
|
fix(session): remove retry limit if could not get state
|
2021-07-23 12:44:34 +03:00 |
|
Yury Shkoda
|
a5c9f11c75
|
test(session): cover case when could not get session state
|
2021-07-14 14:17:20 +03:00 |
|
Yury Shkoda
|
d4ebef4290
|
fix(session): provide more info if could not get session state
|
2021-07-13 14:50:46 +03:00 |
|
 Yury ShkodaandGitHub
|
eda021b6a5
|
Merge pull request #431 from sasjs/issue-409
fix: if response does not contain valid JSON throw error #409
|
2021-07-01 08:03:30 +03:00 |
|
 Yury ShkodaandGitHub
|
259c479ef0
|
Merge branch 'master' into issue-409
|
2021-07-01 07:58:23 +03:00 |
|
Yury Shkoda
|
ac6cd7be82
|
fix(session): fixed polling session state
|
2021-06-30 16:55:09 +03:00 |
|
 Yury ShkodaandGitHub
|
f7fb917282
|
Merge pull request #441 from sasjs/allanbowe-patch-1
Update README.md
|
2021-06-30 08:23:17 +03:00 |
|
Yury Shkoda
|
cdc0c12ec4
|
chore(lint): fixed lint scriptes on Windows
|
2021-06-17 15:35:36 +03:00 |
|
 Yury ShkodaandGitHub
|
6e23a0362f
|
Merge pull request #411 from sasjs/issue-408
feat: select extra attributes in JES response
|
2021-06-10 19:38:16 +03:00 |
|
 Yury ShkodaandGitHub
|
a055b36c5c
|
Merge pull request #389 from sasjs/issue-381
fix: sas fails with verifying credentials
|
2021-06-10 13:42:21 +03:00 |
|
 Yury ShkodaandGitHub
|
b32352a369
|
Merge pull request #413 from sasjs/webpack-fix
fix(webpack): removed process plugin from nodeConfig
|
2021-06-09 14:04:47 +03:00 |
|
Yury Shkoda
|
8c4955cb65
|
chore(git): merge branch 'master' of https://github.com/sasjs/adapter into webpack-fix
|
2021-06-09 13:58:59 +03:00 |
|
Yury Shkoda
|
155f2bb0e8
|
fix(webpack): removed process plugin from nodeConfig
|
2021-06-09 13:53:27 +03:00 |
|
 Yury ShkodaandGitHub
|
e36cd785e8
|
Merge pull request #410 from sasjs/macro-vars
feat(variables): added macro variables to executeComputeJob method
|
2021-06-08 14:50:33 +03:00 |
|
Yury Shkoda
|
bdb1ffb2ef
|
chore(cleanup): removed console.log
|
2021-06-08 13:40:35 +03:00 |
|
Yury Shkoda
|
84090661cf
|
chore(git): Merge branch 'master' of https://github.com/sasjs/adapter into macro-vars
|
2021-06-08 13:31:46 +03:00 |
|
Yury Shkoda
|
68e14bbf05
|
feat(variables): added macro variables to executeComputeJob method
|
2021-06-08 13:03:02 +03:00 |
|
 Yury ShkodaandGitHub
|
5dfc4e4086
|
Merge branch 'master' into issue-381
|
2021-05-31 08:03:44 +03:00 |
|
Yury Shkoda
|
01ca29fc01
|
feat(git): enabled git hook enforcing conventional commits
|
2021-05-20 08:22:40 +03:00 |
|
 Yury ShkodaandGitHub
|
f13c7e5cf1
|
Merge pull request #362 from sasjs/request-fix
fix(request): returned response with log
|
2021-05-13 18:40:50 +03:00 |
|
Yury Shkoda
|
53a7b1c9e6
|
fix(request): returned response with log
|
2021-05-13 17:29:48 +03:00 |
|
 Yury ShkodaandGitHub
|
dc39ecd4a8
|
Merge pull request #352 from sasjs/csv-fix
fix(convert-to-csv): fix bug with escaping quoted string
|
2021-05-07 10:39:34 +03:00 |
|
Yury Shkoda
|
99e192c5de
|
test(csv-convert): fixed expected output
|
2021-05-07 10:36:43 +03:00 |
|
Yury Shkoda
|
b86658ef9b
|
fix(csv-convert): fixed data convertion
|
2021-05-07 10:30:27 +03:00 |
|
 Yury ShkodaandGitHub
|
bb2ad5bb9a
|
Merge pull request #344 from sasjs/fix-fetch-session-log
fix: fetch session log for session failed/stopped state
|
2021-05-04 08:34:18 +03:00 |
|
Yury Shkoda
|
efeba71612
|
Merge branch 'isUrl-fix' of https://github.com/sasjs/adapter into isUrl-fix
|
2021-04-22 14:48:02 +03:00 |
|
Yury Shkoda
|
8f54002b1e
|
Merge branch 'master' of https://github.com/sasjs/adapter into isUrl-fix
|
2021-04-22 14:46:47 +03:00 |
|
Yury Shkoda
|
9d6882799d
|
test(isUrl): covered isUrl utility with unit tests
|
2021-04-22 14:45:56 +03:00 |
|
 Yury ShkodaandGitHub
|
73a3acee68
|
Merge branch 'master' into isUrl-fix
|
2021-04-22 07:55:39 +03:00 |
|
Yury Shkoda
|
48442f7769
|
fix(utility): improved 'isUrl' utility
|
2021-04-21 08:11:13 +03:00 |
|
 Yury ShkodaandGitHub
|
0aa0ae65e0
|
Merge pull request #313 from sasjs/response-parsing-fix
fix(fetch-log): fixed response parsing
|
2021-03-30 11:12:40 +03:00 |
|
 Yury ShkodaandGitHub
|
4b0d62d59b
|
Merge branch 'master' into response-parsing-fix
|
2021-03-30 11:07:37 +03:00 |
|
Yury Shkoda
|
b3ef50e9eb
|
fix(fetch-log): fixed response parsing
|
2021-03-30 11:04:18 +03:00 |
|
 Yury ShkodaandGitHub
|
2bdcbda54c
|
Merge pull request #285 from sasjs/error-handling
fix(error-handling): added InternalServerError
|
2021-03-12 08:57:01 +03:00 |
|
 Yury ShkodaandGitHub
|
a123392c56
|
Merge branch 'master' into error-handling
|
2021-03-10 14:50:51 +03:00 |
|
Yury Shkoda
|
719135e366
|
fix(error-handling): added InternalServerError
|
2021-03-10 14:43:47 +03:00 |
|
 Yury ShkodaandGitHub
|
6a3ab7032f
|
Merge pull request #284 from sasjs/error-handling
fix(error-handling): fixed console.log
|
2021-03-09 18:07:53 +03:00 |
|
 Yury ShkodaandGitHub
|
d818d14cb4
|
Merge branch 'master' into error-handling
|
2021-03-09 18:07:46 +03:00 |
|
Yury Shkoda
|
599c130395
|
fix(error-handling): fixed console.log
|
2021-03-09 18:06:27 +03:00 |
|
 Yury ShkodaandGitHub
|
9ef2759e27
|
Merge pull request #283 from sasjs/error-handling
fix(error-handling): catching unhandled promise rejection
|
2021-03-09 17:15:10 +03:00 |
|
 Yury ShkodaandGitHub
|
43355c88d4
|
Merge branch 'master' into error-handling
|
2021-03-09 17:12:45 +03:00 |
|
Yury Shkoda
|
15e1acaf4f
|
fix(error-handling): catching unhandled promise rejection
|
2021-03-09 17:11:29 +03:00 |
|
 Yury ShkodaandGitHub
|
ec77ffdd88
|
Merge pull request #282 from sasjs/error-handling
fix(error-handling): console logged error
|
2021-03-09 15:55:39 +03:00 |
|
 Yury ShkodaandGitHub
|
9797c1ca84
|
Merge branch 'master' into error-handling
|
2021-03-09 15:53:40 +03:00 |
|
Yury Shkoda
|
bbe9633dc8
|
fix(error-handling): console logged error
|
2021-03-09 15:52:00 +03:00 |
|
 Yury ShkodaandGitHub
|
9c5ada6fa1
|
Merge pull request #277 from sasjs/error-handling
fix(error-handling): added catch block to poll job state
|
2021-03-09 10:24:14 +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 ShkodaandGitHub
|
0a4dd00edb
|
Merge pull request #266 from sasjs/error-handling
fix(RequestClient): add catch block to authorize method
|
2021-02-25 12:59:47 +03:00 |
|
 Yury ShkodaandGitHub
|
55b4929c54
|
Merge branch 'master' into error-handling
|
2021-02-25 12:58:25 +03:00 |
|
Yury Shkoda
|
8eb73a6b3c
|
fix(RequestClient): add catch block to authorize method
|
2021-02-25 12:55:34 +03:00 |
|
 Yury ShkodaandGitHub
|
e0140a23c2
|
Merge pull request #264 from sasjs/error-handling
fix(RequestClient): improved handleError method
|
2021-02-25 09:52:40 +03: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 |
|
 Yury ShkodaandGitHub
|
f679b17cbe
|
Merge pull request #263 from sasjs/error-handling
fix(docs): updated docs
|
2021-02-24 15:44:11 +03:00 |
|
 Yury ShkodaandGitHub
|
36a0f0e743
|
Merge branch 'master' into error-handling
|
2021-02-24 15:39:40 +03:00 |
|
Yury Shkoda
|
ad563b9bc8
|
fix(docs): updated docs
|
2021-02-24 15:37:31 +03:00 |
|
 Yury ShkodaandGitHub
|
893cce7f21
|
Merge pull request #262 from sasjs/error-handling
fix(startComputeJob): improved error handling
|
2021-02-24 14:50:15 +03:00 |
|
Yury Shkoda
|
bf7e8fd0e6
|
chore(startComputeJob): improved error handling
|
2021-02-24 12:49:41 +03:00 |
|
 Yury ShkodaandGitHub
|
50be3acc78
|
Merge pull request #190 from sasjs/issue-186
feat: listFolder and improvements
|
2021-02-22 16:40:09 +03:00 |
|
 Yury ShkodaandGitHub
|
9344c4fd35
|
fixed grammar
|
2021-02-22 16:16:18 +03:00 |
|
 Yury ShkodaandGitHub
|
be0fe00076
|
fixed grammar
|
2021-02-22 16:12:56 +03:00 |
|
 Yury ShkodaandGitHub
|
a2069ee48b
|
fixed grammar
|
2021-02-22 16:11:56 +03:00 |
|
 Yury ShkodaandGitHub
|
52c41dfb3a
|
Merge pull request #196 from sasjs/releaseScript
Release script
|
2021-02-06 09:52:44 +03:00 |
|
 Yury ShkodaandGitHub
|
36f0aa7411
|
Merge branch 'master' into releaseScript
|
2021-02-06 09:31:21 +03:00 |
|
 Yury ShkodaandGitHub
|
cc594eca52
|
chore(SASViyaApiClient): fixed typo
|
2021-01-23 09:45:42 +03:00 |
|
 Yury ShkodaandGitHub
|
c0b82c5125
|
Merge pull request #211 from sasjs/deps-fix
chore(deps): rolled back isomorphic-fetch
|
2021-01-13 15:38:27 +03:00 |
|
Yury Shkoda
|
1c1b5baefe
|
chore(deps): rolled back isomorphic-fetch
|
2021-01-13 15:22:07 +03:00 |
|