-
To reproduce:
```
sasjs create test -t minimal
cd test/sasjs/services/common
mv getdata.sas get.sasdata.sas
sasjs cb
```
if you open sasjsbuild/myviyadeploy.sas on line 1559 you can see t…
-
![image](https://user-images.githubusercontent.com/8914650/110470154-54567c00-80fc-11eb-8b61-b46fd3ba93ac.png)
Also solve `sasjs doc`
-
When running a specific job using the sasjs run command, it completes and fetches the log before the job is completed in Viya.
![image](https://user-images.githubusercontent.com/76040062/115416749…
-
I am the founder of the sasjs project (https://sasjs.io) and I just created the sasjs namespace a few minutes ago
I would like to claim ownership on this basis. You can see a link to this project …
-
When running `sasjs create` or `sasjs init`, or for users who want to use `sasjs lint` as a standalone command, we need a way to set a default config file.
Currently if no config file exists, then …
-
The following file has an embedded licence: https://github.com/sasjs/core/blob/main/lua/json.lua
When the code is compiled, the licence file appears in the log and it is indistinguishable which pa…
-
if an illegal character (such as an underscore) is used in the target name, this causes a misleading error (credentials not found) in `sasjs deploy`. Interestingly, underscores work fine for `sasjs c…
-
To reproduce:
* set serverUrl to empty string or remove it completely
* run `sasjs cb`
Expected - the compile / build would complete
-
I was just debugging an app configured for SAS9 that was calling Viya
Turned out the `serverType` was defined as `servertype`
We should write message to the log on adapter instantiation to displ…
-
- [x] trailing space removed
- [ ] tabs converted to (2) spaces
- [ ] lines over 80 characters (warning, not error)
- [ ] filenames should be lowercase, no spaces
- [ ] doxygen header added -…