Krishna Acondy
|
5e9b33e346
|
chore(*): fix sasjs tests
|
2021-02-08 08:31:42 +00:00 |
|
Krishna Acondy
|
f46c4bf3ca
|
Merge branch 'axios-fetch' of https://github.com/sasjs/adapter into axios-fetch
|
2021-02-06 13:00:31 +00:00 |
|
Krishna Acondy
|
d8176912cf
|
fix(requests): only allow insecure requests if https module is available
|
2021-02-06 13:00:27 +00:00 |
|
Saad Jutt
|
a10e4ec264
|
fix(*): fix invalid typing
|
2021-02-05 19:03:20 +05: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
|
a5683bcd07
|
fix(insecure-requests): add flag to config
|
2021-02-05 09:33:42 +00:00 |
|
Krishna Acondy
|
c7be71c781
|
fix(*): add the ability to ignore SSL errors
|
2021-02-05 08:56:40 +00:00 |
|
Krishna Acondy
|
594f274323
|
chore(*): bump dependencies for sasjs-tests
|
2021-02-05 08:24:13 +00:00 |
|
Krishna Acondy
|
ba1ed5e732
|
fix(job-execution): throw error if job name is empty
|
2021-02-05 08:23:25 +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
|
60a1f84604
|
chore(*): clean up, address review comments
|
2021-02-02 08:42:01 +00:00 |
|
Krishna Acondy
|
36cfaee5db
|
chore(*): fix package.json format
|
2021-02-02 08:21:25 +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
|
85a530ae5a
|
Merge pull request #231 from sasjs/insecure-connection
feat: enable insecure connection for accessToken
v2.1.0
|
2021-01-29 12:10:41 +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
|
23d151c919
|
chore(*): commit missed file
|
2021-01-28 17:02:19 +00:00 |
|
Krishna Acondy
|
6d1c4ff81a
|
fix(*): fix compute job execution
|
2021-01-28 17:01:59 +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 |
|
Saad Jutt
|
1fc6db114d
|
chore: docs updated
|
2021-01-27 15:57:21 +05:00 |
|
Saad Jutt
|
8d203b8df4
|
chore: annotation added
|
2021-01-27 15:47:15 +05:00 |
|
Saad Jutt
|
39924ff078
|
chore: added 'https'
|
2021-01-26 18:45:21 +05: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
|
301edab8ad
|
chore(*): refactor and add tests
|
2021-01-24 15:08:35 +00:00 |
|
Krishna Acondy
|
aed39c2ec4
|
chore(*): refactor, move all auth-related code to auth folder
|
2021-01-24 13:07:15 +00:00 |
|
Krishna Acondy
|
e31774ae9d
|
fix(*): fix login issue
|
2021-01-19 09:29:29 +00:00 |
|
Krishna Acondy
|
00f09179a8
|
chore(*): remove unnecessary imports
|
2021-01-19 09:07:40 +00:00 |
|
Krishna Acondy
|
4196901e01
|
chore(*): remove comment
|
2021-01-19 08:17:42 +00:00 |
|
Krishna Acondy
|
bf35dd072a
|
chore(*): fix failing tests
|
2021-01-19 08:16:08 +00:00 |
|
Krishna Acondy
|
75e3fd018d
|
chore(*): replace fetch calls with axios
|
2021-01-18 09:22:10 +00:00 |
|
Krishna Acondy
|
965dfff7c6
|
chore(*): use axios instead of fetch
|
2021-01-18 09:07:36 +00:00 |
|
Krishna Acondy
|
ff64dd22ad
|
chore(*): use local axios instance
|
2021-01-18 09:01:07 +00:00 |
|
Krishna Acondy
|
e7cceab065
|
chore(*): add axios
|
2021-01-18 09:00:16 +00:00 |
|
Krishna Acondy
|
f789b8f7a2
|
fix(*): extracted auth logic into separate class, used axios instead of fetch
|
2021-01-18 08:59:58 +00:00 |
|
Yury Shkoda
|
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 |
|
Yury Shkoda
|
8b17aeaea2
|
Merge pull request #121 from sasjs/dependabot/npm_and_yarn/isomorphic-fetch-3.0.0
chore(deps): bump isomorphic-fetch from 2.2.1 to 3.0.0
|
2021-01-13 12:36:28 +03:00 |
|
Yury Shkoda
|
cb0d03c965
|
Merge branch 'master' into dependabot/npm_and_yarn/isomorphic-fetch-3.0.0
|
2021-01-13 12:34:40 +03:00 |
|
Yury Shkoda
|
9e77f3d64e
|
Merge pull request #191 from sasjs/dependabot/npm_and_yarn/typedoc-0.19.2
chore(deps-dev): bump typedoc from 0.17.8 to 0.19.2
|
2021-01-13 12:34:03 +03:00 |
|
Yury Shkoda
|
25f61815dc
|
Merge branch 'master' into dependabot/npm_and_yarn/typedoc-0.19.2
|
2021-01-13 12:30:51 +03:00 |
|
dependabot-preview[bot]
|
3a2252e69c
|
chore(deps-dev): bump typedoc from 0.17.8 to 0.19.2
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.17.8 to 0.19.2.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Commits](https://github.com/TypeStrong/TypeDoc/compare/0.17.8...v0.19.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2021-01-13 09:30:42 +00:00 |
|
dependabot-preview[bot]
|
8a08980e6a
|
chore(deps): bump isomorphic-fetch from 2.2.1 to 3.0.0
Bumps [isomorphic-fetch](https://github.com/matthew-andrews/isomorphic-fetch) from 2.2.1 to 3.0.0.
- [Release notes](https://github.com/matthew-andrews/isomorphic-fetch/releases)
- [Commits](https://github.com/matthew-andrews/isomorphic-fetch/compare/v2.2.1...v3.0.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2021-01-13 09:30:40 +00:00 |
|
Yury Shkoda
|
d0f31771ad
|
Merge pull request #194 from sasjs/dependabot/npm_and_yarn/semantic-release-17.3.1
chore(deps-dev): bump semantic-release from 17.3.0 to 17.3.1
|
2021-01-13 12:30:22 +03:00 |
|
Yury Shkoda
|
e9e2c9372d
|
Merge branch 'master' into dependabot/npm_and_yarn/semantic-release-17.3.1
|
2021-01-13 12:28:50 +03:00 |
|