-
running `sasjs auth` on a target should not change the properties of the target (except maybe, `serverUrl` etc if specified at the prompt)
Currently after adding `syncDirectories` to a LOCAL target…
-
Today in the latest version of the extension, we witnessed the following:
* A `.env.target` file was created with a CLIENT/SECRET
* After clicking the 'sync' button, an auth flow was triggered
* …
-
If `sasjs fs sync` is executed without arguments then we should check the default (or -t specified) target in the project (and then the user-level) config file for the `syncDirectories` array.
If n…
-
The use of public image sharing services (eg imgur) can go against corporate policies.
We should flag links to certain urls. This can happen in `sasjs doc` for instance.
-
The `syncDirectories` feature hijacks the SAS log for returning JSON - which will remain the case until we address https://github.com/sasjs/vscode-extension/issues/336
Currently this is an issue on…
-
These are the steps to synchronise a remote SAS folder with a local one:
1. Run `mp_hashdirectory()` on the remote SAS server to get the file hashes
2. Hash the local directory
3. Compare the dif…
-
Sometimes (well - oftentimes) when running SAS remotely, it is necessary to configure files (code, data, config) on the server filesystem.
In the absence of ssh or ftp this usually involves a manua…
-
I would like to be able to run a build script with `sasjs deploy` without servicepack
-
Currently I have a pre-commit set up but when there are warnings it will commit the changes with no indication of any issues. Only if I introduce a linting issue with severity of ERROR will the commi…
-
Currently the access token is hard-coded to 1 day
This is fine as a default, but the duration should be configurable when generating a new client/secret pair (eg using the [client API](https://serv…