Krishna Acondy
|
0a6c5a0ec4
|
fix(fs): replace fs imports with locally defined WriteStream interface
|
2021-07-23 22:24:04 +01:00 |
|
Krishna Acondy
|
2a9526d056
|
fix(node): add util to check if running in node
|
2021-07-23 22:23:05 +01:00 |
|
 Krishna AcondyandGitHub
|
062ba91c17
|
Merge pull request #486 from sasjs/fix-poll-logic
fix(poll): add default poll options
|
2021-07-22 14:53:03 +01:00 |
|
Krishna Acondy
|
9600fa2512
|
fix(poll): add default poll options
|
2021-07-22 11:31:10 +01:00 |
|
 Krishna AcondyandGitHub
|
7951817480
|
Merge pull request #485 from sasjs/log-file-paths
fix(stream-log): use filepath if provided
|
2021-07-22 09:57:31 +01:00 |
|
Krishna Acondy
|
405eea1d6c
|
chore(infra): set minimum node version to 15
|
2021-07-22 09:41:30 +01:00 |
|
Krishna Acondy
|
e3f189eed4
|
chore(test): fix test
|
2021-07-22 09:31:32 +01:00 |
|
Krishna Acondy
|
0bb42c5e3c
|
fix(streamlog): use filepath if provided
|
2021-07-22 09:25:55 +01:00 |
|
Krishna Acondy
|
c8e029cff4
|
chore(deps): bump utils
|
2021-07-21 08:37:45 +01:00 |
|
Krishna Acondy
|
7bd2e31f3b
|
chore(cleanup): remove console logs
|
2021-07-21 08:13:45 +01:00 |
|
Krishna Acondy
|
cfa0c8b9af
|
chore(refactor): only fetch job if streaming logs, fix tests, add JSDoc comments
|
2021-07-21 08:12:34 +01:00 |
|
Krishna Acondy
|
df9c1c643f
|
chore(merge): pull in changes from master
|
2021-07-20 09:26:34 +01:00 |
|
Krishna Acondy
|
5c8d311ae8
|
chore(streamlog): optimise polling mechanism
|
2021-07-20 09:25:39 +01:00 |
|
Krishna Acondy
|
1594f0c7db
|
chore(merge): pull in changes from master
|
2021-07-15 07:33:44 +01:00 |
|
Krishna Acondy
|
1ff3937d11
|
chore(deps): update dependencies
|
2021-07-14 08:03:54 +01:00 |
|
Krishna Acondy
|
d4725d2e54
|
chore(refactor): change property name in PollOptions
|
2021-07-14 07:50:25 +01:00 |
|
Krishna Acondy
|
b9f368193d
|
chore(refactor): add more tests
|
2021-07-13 08:12:15 +01:00 |
|
Krishna Acondy
|
4257ec78aa
|
chore(ci): add coverage report to build workflow
|
2021-07-12 20:45:09 +01:00 |
|
Krishna Acondy
|
a0fbe1a740
|
chore(ci): add coverage report action
|
2021-07-12 20:42:49 +01:00 |
|
Krishna Acondy
|
123b9fb535
|
chore(refactor): split up and add tests for core functionality
|
2021-07-12 20:31:17 +01:00 |
|
Krishna Acondy
|
f57c7b8f7d
|
chore(deps): up utils version
|
2021-07-12 20:30:42 +01:00 |
|
Krishna Acondy
|
1c90f4f455
|
chore(*): remove log
|
2021-07-09 09:29:57 +01:00 |
|
Krishna Acondy
|
0114a80e38
|
chore(execute): add tests for executeScript
|
2021-07-09 09:17:49 +01:00 |
|
Krishna Acondy
|
13be2f9c70
|
chore(*): remove unused dependencies and variables, fix imports
|
2021-07-09 09:17:26 +01:00 |
|
Krishna Acondy
|
e396091aa7
|
chore(merge): pull in changes from master
|
2021-07-08 09:04:49 +01:00 |
|
 Krishna AcondyandGitHub
|
a00cb1ebec
|
Merge pull request #461 from sasjs/fix-utils-imports
fix(imports): change imports from main barrel into internal barrels
|
2021-07-08 08:58:14 +01:00 |
|
Krishna Acondy
|
7b1264d140
|
fix(imports): change imports from main barrel into internal barrels
|
2021-07-08 08:46:28 +01:00 |
|
Krishna Acondy
|
04ccbf6843
|
feat(log): write logs to file when polling for job status
|
2021-07-07 10:02:14 +01:00 |
|
 Krishna AcondyandGitHub
|
5a7b4a1de4
|
Merge pull request #447 from sasjs/token-expiry-utils
fix(auth-utils): move auth functions to utils library, fix webpack config
|
2021-07-05 08:17:59 +01:00 |
|
Krishna Acondy
|
5a35237de5
|
fix(build): add node polyfill plugin and stub fs and readline when building for the browser
|
2021-07-01 09:11:03 +01:00 |
|
Krishna Acondy
|
5d77bbba8b
|
fix(auth): use token functions from utils library
|
2021-07-01 09:10:32 +01:00 |
|
 Krishna AcondyandGitHub
|
a962b8e7cf
|
Merge pull request #445 from sasjs/handle-304-status
fix(session): fixed polling session state, refresh token before server calls
|
2021-06-30 18:07:44 +01:00 |
|
Krishna Acondy
|
eb0e7247a6
|
fix(scripts): change git hook script to prepare
|
2021-06-30 18:05:52 +01:00 |
|
Krishna Acondy
|
5cb5bbdb55
|
fix(execution): refresh tokens before fetching results
|
2021-06-30 15:19:12 +01:00 |
|
 Krishna AcondyandGitHub
|
a164fb7df9
|
Merge pull request #432 from sasjs/job-refresh-tokens
fix(job-execution): refresh access token if it has expired during job status checks
|
2021-06-30 11:10:34 +01:00 |
|
Krishna Acondy
|
336ba207cf
|
chore(deps): upgrade dependencies
|
2021-06-30 07:35:21 +01:00 |
|
Krishna Acondy
|
3cfd45cc62
|
chore(merge): pull in changes from master
|
2021-06-30 07:26:15 +01:00 |
|
Krishna Acondy
|
f9e79fb756
|
chore(*): remove unused variables
|
2021-06-29 10:23:35 +01:00 |
|
Krishna Acondy
|
aaf0eef62b
|
chore(tests): fix method arguments
|
2021-06-29 07:32:47 +01:00 |
|
 Krishna AcondyandGitHub
|
fafa0c3567
|
Merge branch 'master' into job-refresh-tokens
|
2021-06-28 08:50:46 +01:00 |
|
 Krishna AcondyandGitHub
|
eae8694a29
|
Merge branch 'master' into job-refresh-tokens
|
2021-06-25 09:15:33 +01:00 |
|
Krishna Acondy
|
2b16be3aef
|
chore(*): refactor to use logger if available
|
2021-06-25 09:14:29 +01:00 |
|
Krishna Acondy
|
97d45e87ec
|
chore(merge): pull in changes from master
|
2021-06-24 07:21:12 +01:00 |
|
Krishna Acondy
|
57ef0647b5
|
fix(auth): refresh access tokens if expiring during job status check
|
2021-06-24 07:20:54 +01:00 |
|
 Krishna AcondyandGitHub
|
2ee6c45d16
|
Merge branch 'master' into job-refresh-tokens
|
2021-06-23 08:29:22 +01:00 |
|
Krishna Acondy
|
56b2ba026a
|
chore(merge): pull in changes from master
|
2021-06-22 07:41:42 +01:00 |
|
Krishna Acondy
|
8beda1ad6c
|
fix(*): pass in authConfig in place of accessToken
|
2021-06-22 07:38:12 +01:00 |
|
Krishna Acondy
|
b18b471549
|
fix(job-execution): refresh access token if it has expired during job status checks
|
2021-06-21 08:59:12 +01:00 |
|
 Krishna AcondyandGitHub
|
d4c8c58552
|
Merge pull request #422 from sasjs/assign-qa-reviewer
chore(reviewers): add Sabir and Vlad as reviewers
|
2021-06-16 07:50:58 +01:00 |
|
Krishna Acondy
|
2b8cb51a50
|
chore(reviewers): add Sabir to list of devs, create separate QA list with Vlad
|
2021-06-16 07:42:23 +01:00 |
|
 Krishna AcondyandGitHub
|
e068d3263c
|
Merge pull request #419 from sasjs/issue-327
fix(*): SASWORK is not being parsed correctly
|
2021-06-15 08:41:58 +01:00 |
|
 Krishna AcondyandGitHub
|
bfe5ac0ff7
|
Merge pull request #417 from sasjs/force-sas9-webout
fix(sas9): force webout output when executing arbitrary code on SAS9
|
2021-06-14 09:17:32 +01:00 |
|
Krishna Acondy
|
d50f5a030a
|
chore(lint): fix formatting
|
2021-06-14 09:12:11 +01:00 |
|
Krishna Acondy
|
c320caec99
|
fix(sas9): force webout output when executing arbitrary code on SAS9
|
2021-06-14 09:10:26 +01:00 |
|
 Krishna AcondyandGitHub
|
c571bb8490
|
Merge pull request #342 from sasjs/dependabot/add-v2-config-file
Upgrade to GitHub-native Dependabot
|
2021-06-09 08:59:58 +01:00 |
|
 Krishna AcondyandGitHub
|
5b4d354ea2
|
chore(*): remove ignores
|
2021-06-09 08:53:57 +01:00 |
|
 Krishna AcondyandGitHub
|
b0ce0dc40a
|
Merge branch 'master' into dependabot/add-v2-config-file
|
2021-06-09 08:53:24 +01:00 |
|
Krishna Acondy
|
5593963b89
|
fix(build): provide process module for compatibility with browser
|
2021-06-08 08:42:48 +01:00 |
|
 Krishna AcondyandGitHub
|
81c9138b93
|
Merge branch 'master' into dependabot/npm_and_yarn/ts-jest-27.0.3
|
2021-06-07 09:09:13 +01:00 |
|
 Krishna AcondyandGitHub
|
83fa82108b
|
Merge pull request #401 from sasjs/dependabot/npm_and_yarn/sasjs/utils-2.17.1
chore(deps): bump @sasjs/utils from 2.10.2 to 2.17.1
|
2021-06-07 09:08:59 +01:00 |
|
 Krishna AcondyandGitHub
|
9b57c9ca1c
|
Merge branch 'master' into snyk-upgrade-0c3cac4dc7e5009cbff727c995cc3ebe
|
2021-06-07 09:05:35 +01:00 |
|
 Krishna AcondyandGitHub
|
173b6e3e8d
|
Merge pull request #400 from sasjs/sas9-execute-code
feat(sas9-support): execute arbitrary code on SAS9 servers
|
2021-06-07 08:56:56 +01:00 |
|
Krishna Acondy
|
0ed5447aff
|
chore(sas9-api): fix filename
|
2021-06-07 08:45:50 +01:00 |
|
Krishna Acondy
|
6344a906d8
|
chore(tests): fix tests - remove done callback
|
2021-06-07 08:37:44 +01:00 |
|
Krishna Acondy
|
2032aacba3
|
chore(deps): update package versions
|
2021-06-04 08:59:15 +01:00 |
|
Krishna Acondy
|
fadccfc94c
|
chore(refactor): upgrade utils, refactor to use timestamp generator
|
2021-06-04 08:40:27 +01:00 |
|
Krishna Acondy
|
551e4e43c1
|
feat(sas9-support): execute arbitrary code on SAS9 using SASjs runner
|
2021-06-04 08:37:50 +01:00 |
|
Krishna Acondy
|
b247da249a
|
chore(git-hooks): allow numbers in commit message
|
2021-05-28 08:52:18 +01:00 |
|
Krishna Acondy
|
e79089b880
|
fix(sas9-support): throw error with invalid credentials
|
2021-05-28 08:52:00 +01:00 |
|
 Krishna AcondyandGitHub
|
fe907e1c43
|
Merge pull request #384 from sasjs/sas9-support
feat(sas9-support): add support for SAS9 job execution outside of the browser
|
2021-05-28 07:46:47 +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
|
e9affb862d
|
chore(merge): update branch
|
2021-05-27 08:32:11 +01:00 |
|
Krishna Acondy
|
e04371510e
|
chore(update): update branch with changes from master
|
2021-05-27 08:30:20 +01:00 |
|
 Krishna AcondyandGitHub
|
f157612a0e
|
Merge branch 'master' into sas9-support
|
2021-05-27 08:16:49 +01:00 |
|
Krishna Acondy
|
b8cb7d52e7
|
chore(*): remove unused loader
|
2021-05-27 08:08:47 +01:00 |
|
Krishna Acondy
|
d8d1968162
|
chore(*): fix formatting
|
2021-05-27 08:06:21 +01:00 |
|
Krishna Acondy
|
0e1d1f1d99
|
chore(dep): remove unused dependency
|
2021-05-27 08:04:19 +01:00 |
|
Krishna Acondy
|
0b055dd05f
|
feat(sas9-support): add support for SAS9 via username/password login
|
2021-05-27 08:00:15 +01:00 |
|
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 |
|
Krishna Acondy
|
f8c6318a88
|
chore(*): attempt SAS9 job executor
|
2021-05-11 08:15:48 +01:00 |
|
 Krishna AcondyandGitHub
|
cf1e3f3835
|
Merge pull request #350 from sasjs/dependabot/npm_and_yarn/ts-loader-9.1.2
chore(deps-dev): bump ts-loader from 8.1.0 to 9.1.2
|
2021-05-07 08:54:25 +01:00 |
|
 Krishna AcondyandGitHub
|
2f913e9363
|
Merge branch 'master' into dependabot/npm_and_yarn/ts-loader-9.1.2
|
2021-05-07 08:52:16 +01:00 |
|
 Krishna AcondyandGitHub
|
05a9864df8
|
Merge pull request #353 from sasjs/dependabot/npm_and_yarn/webpack-cli-4.7.0
chore(deps-dev): bump webpack-cli from 4.5.0 to 4.7.0
|
2021-05-07 08:51:53 +01:00 |
|
Krishna Acondy
|
665734b168
|
chore(*): add tests
|
2021-05-06 13:59:33 +01:00 |
|
Krishna Acondy
|
5543f467e6
|
chore(*): add more test cases
|
2021-05-06 13:21:49 +01:00 |
|
Krishna Acondy
|
a32c0879b3
|
fix(convert-to-csv): fix bug with escaping quoted string
|
2021-05-06 12:44:08 +01:00 |
|
 Krishna AcondyandGitHub
|
fef65bbfd2
|
Merge pull request #326 from sasjs/isUrl-fix
|
2021-04-22 14:39:01 +01:00 |
|
 Krishna AcondyandGitHub
|
0a88220e04
|
Merge pull request #307 from sasjs/dependabot/npm_and_yarn/types/jest-26.0.22
chore(deps-dev): bump @types/jest from 26.0.20 to 26.0.22
|
2021-04-21 17:24:54 +01:00 |
|
 Krishna AcondyandGitHub
|
c8e1779272
|
Merge branch 'master' into dependabot/npm_and_yarn/types/jest-26.0.22
|
2021-04-21 17:24:46 +01:00 |
|
 Krishna AcondyandGitHub
|
f732b32873
|
Merge pull request #317 from sasjs/dependabot/npm_and_yarn/sasjs/utils-2.10.2
chore(deps): bump @sasjs/utils from 2.6.3 to 2.10.2
|
2021-04-21 17:23:18 +01:00 |
|
 Krishna AcondyandGitHub
|
65b18f9148
|
Merge branch 'master' into dependabot/npm_and_yarn/sasjs/utils-2.10.2
|
2021-04-21 17:23:10 +01:00 |
|
 Krishna AcondyandGitHub
|
10b1676a35
|
Merge pull request #323 from sasjs/dependabot/npm_and_yarn/webpack-5.33.2
chore(deps-dev): bump webpack from 5.24.4 to 5.33.2
|
2021-04-21 17:22:08 +01:00 |
|
 Krishna AcondyandGitHub
|
b9bd09d3e8
|
Merge branch 'master' into dependabot/npm_and_yarn/webpack-5.33.2
|
2021-04-21 17:20:48 +01:00 |
|
 Krishna AcondyandGitHub
|
537f687b94
|
Merge pull request #288 from sasjs/dependabot/npm_and_yarn/semantic-release-17.4.2
chore(deps-dev): bump semantic-release from 17.4.1 to 17.4.2
|
2021-04-21 17:17:20 +01:00 |
|