1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-04-11 16:33:13 +00:00

Commit Graph

  • d8176912cf fix(requests): only allow insecure requests if https module is available Krishna Acondy 2021-02-06 13:00:27 +00:00
  • 4c54ade2d3 chore(deps-dev): bump typedoc-neo-theme from 1.0.10 to 1.1.0 dependabot-preview[bot] 2021-02-06 06:54:47 +00:00
  • 52c41dfb3a Merge pull request #196 from sasjs/releaseScript Yury Shkoda 2021-02-06 09:52:44 +03:00
  • 36f0aa7411 Merge branch 'master' into releaseScript Yury Shkoda 2021-02-06 09:31:21 +03:00
  • a10e4ec264 fix(*): fix invalid typing Saad Jutt 2021-02-05 19:03:20 +05:00
  • 851b6bc273 chore(*): change import to require Krishna Acondy 2021-02-05 12:21:33 +00:00
  • 23f8d31b1b fix(*): support multipart form data post Krishna Acondy 2021-02-05 11:10:57 +00:00
  • a5683bcd07 fix(insecure-requests): add flag to config Krishna Acondy 2021-02-05 09:33:42 +00:00
  • c7be71c781 fix(*): add the ability to ignore SSL errors Krishna Acondy 2021-02-05 08:56:40 +00:00
  • 594f274323 chore(*): bump dependencies for sasjs-tests Krishna Acondy 2021-02-05 08:24:13 +00:00
  • ba1ed5e732 fix(job-execution): throw error if job name is empty Krishna Acondy 2021-02-05 08:23:25 +00:00
  • 613cc6b9ef chore(*): clean up, handle debug responses Krishna Acondy 2021-02-04 09:42:39 +00:00
  • 8edb00f869 fix(request-client): handle SAS9 error scenarios, clear CSRF tokens on log out Krishna Acondy 2021-02-03 09:34:34 +00:00
  • 60a1f84604 chore(*): clean up, address review comments Krishna Acondy 2021-02-02 08:42:01 +00:00
  • 36cfaee5db chore(*): fix package.json format Krishna Acondy 2021-02-02 08:21:25 +00:00
  • cb607c93ca Merge branch 'master' into axios-fetch Krishna Acondy 2021-02-02 08:19:53 +00:00
  • 03b5e1d824 chore(*): refactor common functionality into JobExecutor, handle all auth-related scenarios Krishna Acondy 2021-02-02 08:18:48 +00:00
  • 85a530ae5a Merge pull request #231 from sasjs/insecure-connection v2.1.0 Krishna Acondy 2021-01-29 12:10:41 +00:00
  • 2ea49a425f fix(*): post request bodies as JSON Krishna Acondy 2021-01-28 20:36:41 +00:00
  • 3c894c4147 fix(*): handled 404s, set correct accept headers Krishna Acondy 2021-01-28 19:25:23 +00:00
  • 23d151c919 chore(*): commit missed file Krishna Acondy 2021-01-28 17:02:19 +00:00
  • 6d1c4ff81a fix(*): fix compute job execution Krishna Acondy 2021-01-28 17:01:59 +00:00
  • 7a6e6e8333 chore: fix const Mihajlo Medjedovic 2021-01-28 11:25:21 +01:00
  • 0eba6bdcf4 chore(*): fix tests Krishna Acondy 2021-01-27 22:03:40 +00:00
  • d7ecaf5932 fix(*): separate job execution code from main SASjs class Krishna Acondy 2021-01-27 20:30:13 +00:00
  • 1fc6db114d chore: docs updated Saad Jutt 2021-01-27 15:57:21 +05:00
  • 8d203b8df4 chore: annotation added Saad Jutt 2021-01-27 15:47:15 +05:00
  • 39924ff078 chore: added 'https' Saad Jutt 2021-01-26 18:45:21 +05:00
  • de25f106ec feat: enable insecure connection for accessToken Saad Jutt 2021-01-26 17:17:46 +05:00
  • e0d85f458b fix(*): store CSRF tokens in Request Client Krishna Acondy 2021-01-24 18:23:18 +00:00
  • 3a9cd46e6e chore(*): use server type from utils types Krishna Acondy 2021-01-24 16:02:34 +00:00
  • 301edab8ad chore(*): refactor and add tests Krishna Acondy 2021-01-24 15:08:35 +00:00
  • aed39c2ec4 chore(*): refactor, move all auth-related code to auth folder Krishna Acondy 2021-01-24 13:07:15 +00:00
  • cc594eca52 chore(SASViyaApiClient): fixed typo Yury Shkoda 2021-01-23 09:45:42 +03:00
  • 3fbca2835e chore: test fix Mihajlo Medjedovic 2021-01-22 15:45:44 +01:00
  • 61ed5c4fa7 Merge branch 'master' into issue-186 Mihajlo Medjedovic 2021-01-22 14:46:46 +01:00
  • e31774ae9d fix(*): fix login issue Krishna Acondy 2021-01-19 09:29:29 +00:00
  • 00f09179a8 chore(*): remove unnecessary imports Krishna Acondy 2021-01-19 09:07:40 +00:00
  • 4196901e01 chore(*): remove comment Krishna Acondy 2021-01-19 08:17:42 +00:00
  • bf35dd072a chore(*): fix failing tests Krishna Acondy 2021-01-19 08:16:08 +00:00
  • 75e3fd018d chore(*): replace fetch calls with axios Krishna Acondy 2021-01-18 09:22:10 +00:00
  • 965dfff7c6 chore(*): use axios instead of fetch Krishna Acondy 2021-01-18 09:07:36 +00:00
  • ff64dd22ad chore(*): use local axios instance Krishna Acondy 2021-01-18 09:01:07 +00:00
  • e7cceab065 chore(*): add axios Krishna Acondy 2021-01-18 09:00:16 +00:00
  • f789b8f7a2 fix(*): extracted auth logic into separate class, used axios instead of fetch Krishna Acondy 2021-01-18 08:59:58 +00:00
  • c0b82c5125 Merge pull request #211 from sasjs/deps-fix Yury Shkoda 2021-01-13 15:38:27 +03:00
  • 1c1b5baefe chore(deps): rolled back isomorphic-fetch Yury Shkoda 2021-01-13 15:22:07 +03:00
  • 8b17aeaea2 Merge pull request #121 from sasjs/dependabot/npm_and_yarn/isomorphic-fetch-3.0.0 Yury Shkoda 2021-01-13 12:36:28 +03:00
  • cb0d03c965 Merge branch 'master' into dependabot/npm_and_yarn/isomorphic-fetch-3.0.0 Yury Shkoda 2021-01-13 12:34:40 +03:00
  • 9e77f3d64e Merge pull request #191 from sasjs/dependabot/npm_and_yarn/typedoc-0.19.2 Yury Shkoda 2021-01-13 12:34:03 +03:00
  • 25f61815dc Merge branch 'master' into dependabot/npm_and_yarn/typedoc-0.19.2 Yury Shkoda 2021-01-13 12:30:51 +03:00
  • 3a2252e69c chore(deps-dev): bump typedoc from 0.17.8 to 0.19.2 dependabot-preview[bot] 2021-01-13 09:30:42 +00:00
  • 8a08980e6a chore(deps): bump isomorphic-fetch from 2.2.1 to 3.0.0 dependabot-preview[bot] 2021-01-13 09:30:40 +00:00
  • d0f31771ad Merge pull request #194 from sasjs/dependabot/npm_and_yarn/semantic-release-17.3.1 Yury Shkoda 2021-01-13 12:30:22 +03:00
  • e9e2c9372d Merge branch 'master' into dependabot/npm_and_yarn/semantic-release-17.3.1 Yury Shkoda 2021-01-13 12:28:50 +03:00
  • 70c4a095a0 Merge pull request #199 from sasjs/dependabot/npm_and_yarn/webpack-cli-4.3.1 Yury Shkoda 2021-01-13 12:28:29 +03:00
  • 82e2fc4445 Merge branch 'master' into dependabot/npm_and_yarn/webpack-cli-4.3.1 Yury Shkoda 2021-01-13 12:26:22 +03:00
  • 6661d81fdf chore(deps-dev): bump semantic-release from 17.3.0 to 17.3.1 dependabot-preview[bot] 2021-01-13 09:26:20 +00:00
  • e76abaafa8 chore(deps-dev): bump webpack-cli from 4.2.0 to 4.3.1 dependabot-preview[bot] 2021-01-13 09:26:13 +00:00
  • fbfc1c05d6 Merge pull request #200 from sasjs/dependabot/npm_and_yarn/typedoc-plugin-external-module-name-4.0.6 Yury Shkoda 2021-01-13 12:25:47 +03:00
  • 839c211c64 Merge branch 'master' into dependabot/npm_and_yarn/typedoc-plugin-external-module-name-4.0.6 Yury Shkoda 2021-01-13 12:24:19 +03:00
  • f3ff82143a Merge pull request #204 from sasjs/dependabot/npm_and_yarn/ts-loader-8.0.14 Yury Shkoda 2021-01-13 12:24:02 +03:00
  • 0dd0abae87 chore(deps-dev): bump typedoc-plugin-external-module-name dependabot-preview[bot] 2021-01-13 09:23:15 +00:00
  • 13781c993e Merge branch 'master' into dependabot/npm_and_yarn/ts-loader-8.0.14 Yury Shkoda 2021-01-13 12:21:25 +03:00
  • 7616cacbec Merge pull request #205 from sasjs/dependabot/npm_and_yarn/types/jest-26.0.20 Yury Shkoda 2021-01-13 12:21:01 +03:00
  • cab7d3c012 chore(deps-dev): bump ts-loader from 8.0.12 to 8.0.14 dependabot-preview[bot] 2021-01-13 09:20:57 +00:00
  • dfce676fdf Merge branch 'master' into dependabot/npm_and_yarn/types/jest-26.0.20 Yury Shkoda 2021-01-13 12:18:53 +03:00
  • 1890cab623 chore(deps-dev): bump @types/jest from 26.0.19 to 26.0.20 dependabot-preview[bot] 2021-01-13 09:18:44 +00:00
  • 4307d8fe43 Merge pull request #207 from sasjs/dependabot/npm_and_yarn/webpack-5.13.0 Yury Shkoda 2021-01-13 12:18:17 +03:00
  • 8df6fdbee6 Merge branch 'master' into dependabot/npm_and_yarn/webpack-5.13.0 Yury Shkoda 2021-01-13 12:16:49 +03:00
  • ac5c2a3088 Merge pull request #210 from sasjs/dependabot/npm_and_yarn/sasjs/utils-2.0.2 Yury Shkoda 2021-01-13 12:16:18 +03:00
  • 0212b677ae chore(deps): bump @sasjs/utils from 1.5.0 to 2.0.2 dependabot-preview[bot] 2021-01-13 08:03:31 +00:00
  • 1a0d62d8f3 Merge pull request #209 from sasjs/job-status-fix v2.0.3 Yury Shkoda 2021-01-12 17:53:25 +03:00
  • 8f4d1c7aea chore(*): improved session and job state logging Yury Shkoda 2021-01-12 17:26:57 +03:00
  • 2a4735c6f2 chore(deps-dev): bump webpack from 4.44.2 to 5.13.0 dependabot-preview[bot] 2021-01-12 08:21:08 +00:00
  • 9b6ba3548f test: added tests for folder move function Mihajlo Medjedovic 2021-01-11 16:35:23 +01:00
  • 5a2ee88cbc fix(job-status): print job status only if it changes Yury Shkoda 2021-01-11 13:52:38 +03:00
  • efa4c71b8a style: lint Mihajlo Medjedovic 2021-01-06 16:33:47 +01:00
  • ecfc1a4bf8 fix: move function, test: added test for folder operations Mihajlo Medjedovic 2021-01-06 16:32:57 +01:00
  • 246b855c76 Merge branch 'master' into issue-186 Mihajlo Medjedovic 2021-01-06 13:51:10 +01:00
  • b23f199334 Merge pull request #203 from sasjs/relative-service-paths v2.0.2 Allan Bowe 2021-01-05 21:02:45 +01:00
  • ed5dabee9f fix(relative-paths): process relative and absolute paths the same way Krishna Acondy 2021-01-05 19:37:40 +00:00
  • 0c88c5a522 Merge pull request #201 from sasjs/services-subfolder v2.0.1 Allan Bowe 2021-01-05 18:23:52 +01:00
  • 640e7015c8 fix(*): deploy services into 'services' subfolder Krishna Acondy 2021-01-05 17:19:05 +00:00
  • 80aa848617 style: lint Mihajlo Medjedovic 2021-01-05 16:21:46 +01:00
  • acf045965e fix: move command improved Mihajlo Medjedovic 2021-01-05 16:21:18 +01:00
  • 5a7f64dc35 docs: generate Mihajlo Medjedovic 2021-01-04 13:37:14 +01:00
  • de447b0727 Merge branch 'master' into issue-186 Mihajlo Medjedovic 2021-01-04 13:36:44 +01:00
  • a2906abf71 Merge branch 'master' into releaseScript Mihajlo Medjedovic 2020-12-30 13:40:22 +01:00
  • 2fd306f435 Merge pull request #195 from sasjs/v2-bump v2.0.0 Yury Shkoda 2020-12-30 15:31:01 +03:00
  • e3f779dbd1 test(coverage): enabled gathering coverage BREAKING CHANGE: SASjs Adapter 2.0 - Electric Boogaloo Yury Shkoda 2020-12-30 15:04:59 +03:00
  • 1064f11663 Merge pull request #177 from sasjs/cli-issue-182 v1.21.0 Yury Shkoda 2020-12-30 13:24:34 +03:00
  • 46abc54cb0 chore(default-contexts): made default contexts private Yury Shkoda 2020-12-30 13:13:28 +03:00
  • 2c808a937a docs(*): updated docs Yury Shkoda 2020-12-30 11:43:10 +03:00
  • 52cf9a420f style(*): fixed styling Yury Shkoda 2020-12-30 11:42:31 +03:00
  • 2d29be45f5 test(contextManager): added unit tests Yury Shkoda 2020-12-30 11:38:56 +03:00
  • a44222c3ba refactor(contextManager): used helper methods Yury Shkoda 2020-12-30 11:38:10 +03:00
  • efc82101c1 chore(context-delete): renamed method Yury Shkoda 2020-12-30 11:36:10 +03:00
  • 09ce2fb6be chore(context-delete): renamed method Yury Shkoda 2020-12-30 11:35:41 +03:00
  • a383388e54 feat(context-delete): restricted system compute context deletion Yury Shkoda 2020-12-29 11:42:14 +03:00