-
We need a consistent display name in the service response - currently it differs between SAS9 and VIYA.
![image](https://user-images.githubusercontent.com/4420615/129682926-ee2d51b0-3473-466d-988c-…
-
`v1.9.2` is released and `sasjs docs` command is supported till `v1.9.1`
-
Currently if a test fails we provide the URL of the test in both the console window and the CSV results file to make it easy for the user to just click the link and re-run the test.
For VIYA we nee…
-
Currently when installing the CLI the following message is presented to the user:
```
➜ ~ npm i -g @sasjs/cli
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '@sasjs/ada…
-
This will enable a solution for https://github.com/sasjs/fileuploader/issues/9
-
When deploying streaming apps to customers (or different SAS environments) we have no way of knowing in which logical folder (appLoc) the files will be deployed.
Therefore we have additional logic …
-
When running either `sasjs auth` or `sasjs add cred` against a target with SAS9 `serverType` the following error is returned:
![image](https://user-images.githubusercontent.com/4420615/130837468-df…
-
The `stpsrv_header` function is not available in Base SAS, so we need to compile the following to enable it: https://github.com/sasjs/core/blob/main/fcmp/mcf_stpsrv_header.sas
When `serverType` is …
-
The limit on mv_getfoldermembers needs to be increased - currently only 20 results are being returned, resulting in this ticket: https://github.com/sasjs/folder-navigator/issues/12
-
Provide support for such functions like `STPSRV_HEADER `.
From log:
```sas
ERROR 68-185: The function STPSRV_HEADER is unknown, or cannot be accessed.
```