Krishna Acondy
|
354443c98b
|
fix(debug): propagate debug value from SASjs config
|
2020-10-03 16:53:00 +01:00 |
|
Yury Shkoda
|
fc9056c1ac
|
chore(folder-management): made 'moveFolder' method public and fixed 'createFolder' method
|
2020-09-28 14:59:27 +03:00 |
|
Yury Shkoda
|
9b1d295b82
|
feat(folder): made 'deleteFolder' method public
|
2020-09-26 11:41:18 +03:00 |
|
Yury Shkoda
|
f50a99d0b8
|
Merge branch 'master' into cli-issue-105
|
2020-09-24 16:08:09 +03:00 |
|
Yury Shkoda
|
057460467c
|
feat(context): added getComputeContextById method
|
2020-09-24 15:53:07 +03:00 |
|
Yury Shkoda
|
7fb1da31e4
|
Merge branch 'master' into cli-issue-105
|
2020-09-24 08:35:28 +03:00 |
|
Mihajlo Medjedovic
|
4c097a69fd
|
style: lint
|
2020-09-23 20:43:41 +02:00 |
|
Mihajlo Medjedovic
|
2634933e84
|
fix: accessToken not passed in function calls
|
2020-09-23 20:41:31 +02:00 |
|
Yury Shkoda
|
d60c0850c2
|
docs(context): update docs related to getComputeContextByName function
|
2020-09-23 17:21:27 +03:00 |
|
Yury Shkoda
|
491bc3371c
|
feat(context): made getContextByName function public
|
2020-09-23 16:38:21 +03:00 |
|
Krishna Acondy
|
5343ca00d8
|
fix(file-upload): maintain separate CSRF token for file uploads
|
2020-09-22 09:26:16 +01:00 |
|
Krishna Acondy
|
1be64798c5
|
fix(job-execution): fetch log when webout is not available
|
2020-09-20 11:42:49 +01:00 |
|
Krishna Acondy
|
703fdf9c02
|
fix(job-execution): fix program name
|
2020-09-20 10:35:32 +01:00 |
|
Krishna Acondy
|
bc239cf5d6
|
fix(job-execution): fix program path for absolute path jobs
|
2020-09-18 17:40:35 +01:00 |
|
Krishna Acondy
|
86780db478
|
fix(job-execution): fix program variable for absolute path jobs
|
2020-09-18 17:32:12 +01:00 |
|
Krishna Acondy
|
f3abafd5ed
|
Merge branch 'master' into sas-job-absolute-paths
|
2020-09-18 15:06:50 +01:00 |
|
Yury Shkoda
|
6a055a4fc6
|
fix(error): added error handling for http responses with status 401 and 403
|
2020-09-18 12:54:17 +03:00 |
|
Krishna Acondy
|
5076ea696c
|
feat(job-execution): support absolute job paths for JES and web approaches
|
2020-09-18 09:24:33 +01:00 |
|
Krishna Acondy
|
b90b5d5c03
|
Merge branch 'master' of https://github.com/sasjs/adapter into sas-job-absolute-paths
|
2020-09-18 08:25:21 +01:00 |
|
Mihajlo Medjedovic
|
d61728e52a
|
chore: removed extra console.error
|
2020-09-17 12:21:49 +02:00 |
|
Mihajlo Medjedovic
|
a9339b52ed
|
Merge branch 'master' into issue87
|
2020-09-17 12:20:42 +02:00 |
|
Krishna Acondy
|
d5a8140d4f
|
feat(job-execution): populate folder map on demand
|
2020-09-17 09:35:43 +01:00 |
|
Yury Shkoda
|
d517897615
|
docs: fyxed typos and updated docs
|
2020-09-16 11:34:59 +03:00 |
|
Krishna Acondy
|
5f5d84da87
|
feat(job-execution): support absolute paths to SAS jobs
|
2020-09-16 08:49:18 +01:00 |
|
Mihajlo Medjedovic
|
8650d91672
|
Merge branch 'master' into issue87
|
2020-09-15 13:33:14 +02:00 |
|
Yury Shkoda
|
4ed150aff9
|
Merged with master branch
|
2020-09-15 12:55:15 +03:00 |
|
Yury Shkoda
|
81be11f3b9
|
refactor(error): refactoring errors and fixing spelling
|
2020-09-15 12:48:33 +03:00 |
|
Mihajlo Medjedovic
|
afec560952
|
fix: JES API error handling if job does not exist
|
2020-09-14 16:26:27 +02:00 |
|
Yury Shkoda
|
17d8ea8b17
|
docs: updated docs for 'executeScript()'
|
2020-09-14 15:55:18 +03:00 |
|
Yury Shkoda
|
5e7ffc1f58
|
Merge branch 'master' into issue-84
|
2020-09-14 15:21:59 +03:00 |
|
Yury Shkoda
|
3369b28933
|
feat(executeScript): added ability to run arbitrary sas code to 'executeScript()'
|
2020-09-14 15:21:06 +03:00 |
|
Mihajlo Medjedovic
|
23bdeaafaf
|
fix: running request with access_token fails
|
2020-09-11 18:46:04 +02:00 |
|
Krishna Acondy
|
d17124f375
|
feat(update-context): Allow updating of a context by name
|
2020-09-11 13:00:56 +01:00 |
|
Krishna Acondy
|
6492833653
|
feat(delete-context): delete context by name
|
2020-09-11 12:28:44 +01:00 |
|
Krishna Acondy
|
c50d891777
|
chore(doc): fix typo, add links to source code
|
2020-09-11 09:15:40 +01:00 |
|
Krishna Acondy
|
b2f6d4e6d1
|
feat(create-context): add the ability to modify attributes
|
2020-09-10 10:02:55 +01:00 |
|
Krishna Acondy
|
c43c9ec211
|
chore(edit-context): add error handling for fetch
|
2020-09-10 09:30:56 +01:00 |
|
Krishna Acondy
|
9b0e02f5b7
|
feat(edit-context): add the ability to edit a given context
|
2020-09-10 09:14:02 +01:00 |
|
Yury Shkoda
|
e6ab5f918f
|
chore(move folder): improved error handling
|
2020-09-09 15:08:36 +03:00 |
|
Yury Shkoda
|
951e119c08
|
doc(forced deploy): updated documentation of 'SASViyaApiClient'
|
2020-09-09 13:05:06 +03:00 |
|
Yury Shkoda
|
6e276e2e26
|
Merge branch 'master' into issue-62
|
2020-09-09 12:39:36 +03:00 |
|
Yury Shkoda
|
eec973efa1
|
doc(forced deploy): updated documentation of the functions affected by 'issue-62'
|
2020-09-09 12:38:28 +03:00 |
|
Krishna Acondy
|
f6b1eecb42
|
chore(*): remove console log, add comments
|
2020-09-09 07:36:27 +01:00 |
|
Yury Shkoda
|
7ae2a4d2c6
|
Merged branch 'master' into 'issue-62'
|
2020-09-09 09:14:24 +03:00 |
|
Krishna Acondy
|
f86d20b723
|
Merge branch 'create-context' of https://github.com/sasjs/adapter into create-context
|
2020-09-08 18:55:33 +01:00 |
|
Krishna Acondy
|
7a1cce193e
|
chore(delete-context): add punctuation to error message
|
2020-09-08 18:55:30 +01:00 |
|
Krishna Acondy
|
05539fff11
|
Merge branch 'master' into create-context
|
2020-09-08 18:53:25 +01:00 |
|
Krishna Acondy
|
c9c9754916
|
fix(create-context): change autoExecLines to an array
|
2020-09-08 18:25:36 +01:00 |
|
Yury Shkoda
|
e056ca21fe
|
refactor: added isUri utility
|
2020-09-08 17:24:49 +03:00 |
|
Yury Shkoda
|
0a77ebf5c5
|
feat: added sourceFolder URI capability to moveFolder function
|
2020-09-08 17:01:24 +03:00 |
|