Saad Jutt
9c3da56901
feat: removed secrets from env variables
2022-07-03 06:56:18 +05:00
Allan Bowe
7e6524d7e4
chore: removing badge
2022-07-02 15:12:27 +01:00
Allan Bowe
0ea2690616
adding matrix chat link
2022-07-02 13:10:20 +01:00
semantic-release-bot
b369759f0f
chore(release): 0.8.3 [skip ci]
...
## [0.8.3](https://github.com/sasjs/server/compare/v0.8.2...v0.8.3 ) (2022-07-02)
### Bug Fixes
* **deploy:** extract first json from zip file ([e290751 ](e290751c87 ))
v0.8.3
2022-07-02 10:01:26 +00:00
Allan Bowe
ac9a835c5a
Merge pull request #219 from sasjs/issue211
...
fix(deploy): extract first json from zip file
2022-07-02 10:57:16 +01:00
Saad Jutt
e290751c87
fix(deploy): extract first json from zip file
2022-07-02 14:39:33 +05:00
semantic-release-bot
71bcbb9134
chore(release): 0.8.2 [skip ci]
...
## [0.8.2](https://github.com/sasjs/server/compare/v0.8.1...v0.8.2 ) (2022-06-22)
### Bug Fixes
* getRuntimeAndFilePath function to handle the scenarion when path is provided with an extension other than runtimes ([5cc85b5 ](5cc85b57f8 ))
v0.8.2
2022-06-22 10:18:59 +00:00
Allan Bowe
c86f0feff8
Merge pull request #214 from sasjs/fix-runtime-filePath
...
fix: getRuntimeAndFilePath function
2022-06-22 12:14:12 +02:00
Allan Bowe
d3d2ab9a36
Update getRunTimeAndFilePath.ts
2022-06-22 11:12:48 +01:00
5cc85b57f8
fix: getRuntimeAndFilePath function to handle the scenarion when path is provided with an extension other than runtimes
2022-06-22 14:24:06 +05:00
semantic-release-bot
ae0fc0c48c
chore(release): 0.8.1 [skip ci]
...
## [0.8.1](https://github.com/sasjs/server/compare/v0.8.0...v0.8.1 ) (2022-06-21)
### Bug Fixes
* make CA_ROOT optional in getCertificates method ([1b5859e ](1b5859ee37 ))
* update /logout route to /SASLogon/logout ([65380be ](65380be2f3 ))
v0.8.1
2022-06-21 20:10:31 +00:00
Saad Jutt
555c5d54e2
Merge pull request #212 from sasjs/update-logout-route
...
Update logout route
2022-06-21 13:06:30 -07:00
1b5859ee37
fix: make CA_ROOT optional in getCertificates method
2022-06-22 00:25:41 +05:00
65380be2f3
fix: update /logout route to /SASLogon/logout
2022-06-22 00:24:41 +05:00
Yury Shkoda
1933be15c2
Merge pull request #210 from sasjs/pr-template
...
chore(template): added pull request template
2022-06-21 19:11:19 +03:00
Yury Shkoda
56b20beb8c
chore(template): added pull request template
2022-06-21 19:07:14 +03:00
semantic-release-bot
bfc5ac6a4f
chore(release): 0.8.0 [skip ci]
...
# [0.8.0](https://github.com/sasjs/server/compare/v0.7.3...v0.8.0 ) (2022-06-21)
### Features
* **certs:** ENV variables updated and set CA Root for HTTPS server ([2119e9d ](2119e9de9a ))
v0.8.0
2022-06-21 07:24:26 +00:00
Allan Bowe
6376173de0
Merge pull request #209 from sasjs/certificate-ca-root
...
feat(certs): ENV variables updated and set CA Root for HTTPS server
2022-06-21 09:18:15 +02:00
Saad Jutt
3130fbeff0
chore: code refactor for getting session controller
2022-06-21 03:41:44 +05:00
Saad Jutt
01e9a1d9e9
chore: README.md and .env.example updated
2022-06-21 03:26:12 +05:00
Saad Jutt
2119e9de9a
feat(certs): ENV variables updated and set CA Root for HTTPS server
2022-06-21 03:17:14 +05:00
semantic-release-bot
87dbab98f6
chore(release): 0.7.3 [skip ci]
...
## [0.7.3](https://github.com/sasjs/server/compare/v0.7.2...v0.7.3 ) (2022-06-20)
### Bug Fixes
* path descriptions and defaults ([5d5d6ce ](5d5d6ce326 ))
v0.7.3
2022-06-20 15:31:20 +00:00
Allan Bowe
1bf122a0a2
Merge pull request #207 from sasjs/allanbowe/sasjs-server-fails-to-205
...
fix: path descriptions and defaults
2022-06-20 17:26:56 +02:00
Allan Bowe
5d5d6ce326
fix: path descriptions and defaults
2022-06-20 15:07:17 +00:00
semantic-release-bot
620eddb713
chore(release): 0.7.2 [skip ci]
...
## [0.7.2](https://github.com/sasjs/server/compare/v0.7.1...v0.7.2 ) (2022-06-20)
### Bug Fixes
* removing UTF-8 options from commandline. There appears to be no reliable way to enforce ([f6dc74f ](f6dc74f16b ))
v0.7.2
2022-06-20 15:03:27 +00:00
Allan Bowe
3c92034da3
Merge pull request #206 from sasjs/allanbowe/sasjs-server-fails-to-205
...
fix: removing UTF-8 options from commandline.
2022-06-20 16:57:58 +02:00
Allan Bowe
f6dc74f16b
fix: removing UTF-8 options from commandline. There appears to be no reliable way to enforce
...
UTF-8 without additional modifications to the PATH variable to ensure a DBCS instance of SAS.
2022-06-20 14:38:19 +00:00
semantic-release-bot
8c48d00d21
chore(release): 0.7.1 [skip ci]
...
## [0.7.1](https://github.com/sasjs/server/compare/v0.7.0...v0.7.1 ) (2022-06-20)
### Bug Fixes
* default runtime should be sas ([91d29cb ](91d29cb127 ))
* **Studio:** default selection of runtime fixed ([eb569c7 ](eb569c7b82 ))
* webout path fixed in code.js when running on windows ([99a1107 ](99a1107364 ))
v0.7.1
2022-06-20 12:44:59 +00:00
Allan Bowe
48ff8d73d4
Merge pull request #204 from sasjs/fix-runtime-feature
...
fix: webout path in code.js fixed when running on windows
2022-06-20 14:40:55 +02:00
eb397b15c2
chore: lint fixes
2022-06-20 17:32:28 +05:00
eb569c7b82
fix(Studio): default selection of runtime fixed
2022-06-20 17:29:19 +05:00
99a1107364
fix: webout path fixed in code.js when running on windows
2022-06-20 17:28:25 +05:00
91d29cb127
fix: default runtime should be sas
2022-06-20 17:12:32 +05:00
semantic-release-bot
1e2c08a8d3
chore(release): 0.7.0 [skip ci]
...
# [0.7.0](https://github.com/sasjs/server/compare/v0.6.1...v0.7.0 ) (2022-06-19)
### Bug Fixes
* add runtimes to global process object ([194eaec ](194eaec7d4 ))
* code fixes for executing program from program path including file extension ([53854d0 ](53854d0012 ))
* code/execute controller logic to handle different runtimes ([23b6692 ](23b6692f02 ))
* convert single executeProgram method to two methods i.e. executeSASProgram and executeJSProgram ([c58666e ](c58666eb81 ))
* no need to stringify _webout in preProgramVarStatements, developer should have _webout as string in actual code ([9d5a5e0 ](9d5a5e051f ))
* pass _program to execute file without extension ([5df619b ](5df619b3f6 ))
* refactor code for session selection in preUploadMiddleware function ([b444381 ](b4443819d4 ))
* refactor code in executeFile method of session controller ([dffe6d7 ](dffe6d7121 ))
* refactor code in preUploadMiddleware function ([6d6bda5 ](6d6bda5626 ))
* refactor sas/js session controller classes to inherit from base session controller class ([2c704a5 ](2c704a544f ))
* **Studio:** style fix for runtime dropdown ([9023cf3 ](9023cf33b5 ))
### Features
* configure child process with writeStream to write logs to log file ([058b3b0 ](058b3b0081 ))
* conver single session controller to two controller i.e. SASSessionController and JSSessionController ([07295aa ](07295aa151 ))
* create and inject code for uploaded files to code.js ([1685616 ](16856165fb ))
* validate sasjs_runtimes env var ([596ada7 ](596ada7ca8 ))
v0.7.0
2022-06-19 13:44:02 +00:00
Saad Jutt
473fbd62c0
Merge pull request #186 from sasjs/issue-184
...
feat: Support JS runtime for services
2022-06-19 06:39:11 -07:00
Saad Jutt
b1a0fe7060
chore: code fixes
2022-06-19 18:35:10 +05:00
dde293c852
chore: write specs for get stp/execute
2022-06-19 07:08:36 +05:00
f738a6d7a3
chore: splitted functions into different files
2022-06-19 07:07:39 +05:00
Saad Jutt
3e0a2de2ad
chore: nvmrc version updated to LTS
2022-06-18 01:49:47 +05:00
Saad Jutt
91cb7bd946
chore(workflow): CI/CD env variables updated
2022-06-18 01:13:56 +05:00
Saad Jutt
a501a300dc
chore: lint fixes
2022-06-18 00:53:05 +05:00
Saad Jutt
b446baa822
chore: Merge branch 'main' into issue-184
2022-06-18 00:51:48 +05:00
9023cf33b5
fix(Studio): style fix for runtime dropdown
2022-06-17 23:17:23 +05:00
23b6692f02
fix: code/execute controller logic to handle different runtimes
2022-06-17 20:01:50 +05:00
Allan Bowe
6de91618ff
Merge pull request #201 from sasjs/all-contributors/add-kknapen
...
docs: add kknapen as a contributor for userTesting
2022-06-17 16:33:41 +02:00
allcontributors[bot]
e06d66f312
docs: update .all-contributorsrc [skip ci]
2022-06-17 14:33:12 +00:00
allcontributors[bot]
1ffaf2e0ef
docs: update README.md [skip ci]
2022-06-17 14:33:11 +00:00
Allan Bowe
393d3327db
docs: add @VladislavParhomchik as a contributor
2022-06-17 14:32:52 +00:00
Allan Bowe
14cfb9a663
docs: add @allanbowe as a contributor
2022-06-17 14:29:14 +00:00
Allan Bowe
dd1f2b3ed7
docs: add @medjedovicm as a contributor
2022-06-17 14:29:06 +00:00