|
|
158acf1f97
|
chore: set sas,js as default run times
|
2022-06-17 04:02:40 +05:00 |
|
|
|
1790e10fc1
|
chore: code fixes
|
2022-06-16 22:14:47 +05:00 |
|
|
|
53854d0012
|
fix: code fixes for executing program from program path including file extension
|
2022-06-15 16:18:07 +05:00 |
|
Saad Jutt
|
81501d17ab
|
chore: code fixes
|
2022-06-15 16:03:04 +05:00 |
|
Saad Jutt
|
11a7f920f1
|
chore: Merge branch 'main' into issue-184
|
2022-06-15 15:56:17 +05:00 |
|
semantic-release-bot
|
c08cfcbc38
|
chore(release): 0.4.1 [skip ci]
## [0.4.1](https://github.com/sasjs/server/compare/v0.4.0...v0.4.1) (2022-06-15)
### Bug Fixes
* add/remove group to User when adding/removing user from group and return group membership on getting user ([e08bbcc](e08bbcc543))
v0.4.1
|
2022-06-15 10:38:22 +00:00 |
|
Saad Jutt
|
8d38d5ac64
|
Merge pull request #193 from sasjs/issue-192
fix: add/remove group to User when adding/removing user from group
|
2022-06-15 03:32:32 -07:00 |
|
|
|
e08bbcc543
|
fix: add/remove group to User when adding/removing user from group and return group membership on getting user
|
2022-06-15 15:18:42 +05:00 |
|
semantic-release-bot
|
eef3cb270d
|
chore(release): 0.4.0 [skip ci]
# [0.4.0](https://github.com/sasjs/server/compare/v0.3.10...v0.4.0) (2022-06-14)
### Features
* new APIs added for GET|PATCH|DELETE of user by username ([aef411a](aef411a0ea))
v0.4.0
|
2022-06-14 17:28:50 +00:00 |
|
Saad Jutt
|
9cfbca23f8
|
Merge pull request #194 from sasjs/issue188
feat: new APIs added for GET|PATCH|DELETE of user by username
|
2022-06-14 10:24:42 -07:00 |
|
Saad Jutt
|
aef411a0ea
|
feat: new APIs added for GET|PATCH|DELETE of user by username
|
2022-06-14 22:08:56 +05:00 |
|
Saad Jutt
|
e359265c4b
|
chore: quick fix
|
2022-06-14 17:05:40 +05:00 |
|
Saad Jutt
|
8e7c9e671c
|
chore: quick fix
|
2022-06-14 17:05:13 +05:00 |
|
Saad Jutt
|
c830f44e29
|
chore: code fixes
|
2022-06-14 16:48:58 +05:00 |
|
semantic-release-bot
|
806ea4cb5c
|
chore(release): 0.3.10 [skip ci]
## [0.3.10](https://github.com/sasjs/server/compare/v0.3.9...v0.3.10) (2022-06-14)
### Bug Fixes
* correct syntax for encoding option ([32d372b](32d372b42f))
v0.3.10
|
2022-06-14 09:53:53 +00:00 |
|
Allan Bowe
|
7205072358
|
Merge pull request #191 from sasjs/encodingfix
fix: correct syntax for encoding option
|
2022-06-14 11:49:38 +02:00 |
|
Allan Bowe
|
32d372b42f
|
fix: correct syntax for encoding option
|
2022-06-14 09:49:05 +00:00 |
|
semantic-release-bot
|
e059bee7dc
|
chore(release): 0.3.9 [skip ci]
## [0.3.9](https://github.com/sasjs/server/compare/v0.3.8...v0.3.9) (2022-06-14)
### Bug Fixes
* forcing utf 8 encoding. Closes [#76](https://github.com/sasjs/server/issues/76) ([8734489](8734489cf0))
v0.3.9
|
2022-06-14 09:20:37 +00:00 |
|
Allan Bowe
|
6f56aafab1
|
Merge pull request #190 from sasjs/allanbowe/enforce-utf-76
fix: forcing utf 8 encoding. Closes #76
|
2022-06-14 11:14:35 +02:00 |
|
Allan Bowe
|
8734489cf0
|
fix: forcing utf 8 encoding. Closes #76
|
2022-06-14 09:12:41 +00:00 |
|
|
|
de9ed15286
|
chore: update error message when stored program not found
|
2022-06-13 20:51:44 +05:00 |
|
|
|
325285f447
|
Merge branch 'main' into issue-184
|
2022-06-13 20:42:28 +05:00 |
|
semantic-release-bot
|
7e6635f40f
|
chore(release): 0.3.8 [skip ci]
## [0.3.8](https://github.com/sasjs/server/compare/v0.3.7...v0.3.8) (2022-06-13)
### Bug Fixes
* execution controller better error handling ([8a617a7](8a617a73ae))
* execution controller error details ([3fa2a7e](3fa2a7e2e3))
v0.3.8
|
2022-06-13 12:32:32 +00:00 |
|
Allan Bowe
|
c0022a22f4
|
Merge pull request #189 from sasjs/issue-187
Execution controller more details in error message
|
2022-06-13 14:27:12 +02:00 |
|
Mihajlo Medjedovic
|
3fa2a7e2e3
|
fix: execution controller error details
|
2022-06-13 12:25:06 +00:00 |
|
|
|
8a617a73ae
|
fix: execution controller better error handling
|
2022-06-13 14:01:12 +02:00 |
|
|
|
16856165fb
|
feat: create and inject code for uploaded files to code.js
|
2022-06-09 14:54:11 +05:00 |
|
semantic-release-bot
|
e7babb9f55
|
chore(release): 0.3.7 [skip ci]
## [0.3.7](https://github.com/sasjs/server/compare/v0.3.6...v0.3.7) (2022-06-08)
### Bug Fixes
* **appstream:** redirect to relative + nested resource should be accessed ([5ab35b0](5ab35b02c4))
v0.3.7
|
2022-06-08 20:21:22 +00:00 |
|
Saad Jutt
|
5ab35b02c4
|
fix(appstream): redirect to relative + nested resource should be accessed
|
2022-06-09 01:16:25 +05:00 |
|
|
|
058b3b0081
|
feat: configure child process with writeStream to write logs to log file
|
2022-06-08 02:01:31 +05:00 |
|
|
|
9d5a5e051f
|
fix: no need to stringify _webout in preProgramVarStatements, developer should have _webout as string in actual code
|
2022-06-07 13:27:18 +05:00 |
|
|
|
2c704a544f
|
fix: refactor sas/js session controller classes to inherit from base session controller class
|
2022-06-06 17:24:19 +05:00 |
|
|
|
6d6bda5626
|
fix: refactor code in preUploadMiddleware function
|
2022-06-06 17:23:09 +05:00 |
|
|
|
dffe6d7121
|
fix: refactor code in executeFile method of session controller
|
2022-06-06 15:23:42 +05:00 |
|
|
|
b4443819d4
|
fix: refactor code for session selection in preUploadMiddleware function
|
2022-06-06 15:19:39 +05:00 |
|
|
|
e5a7674fa1
|
chore: refactor ExecutionController class to remove code duplications
|
2022-06-06 09:09:21 +05:00 |
|
|
|
596ada7ca8
|
feat: validate sasjs_runtimes env var
|
2022-06-04 03:16:07 +05:00 |
|
|
|
f561ba4bf0
|
chore: documented sasjs_runtimes env variable in readme file
|
2022-06-04 03:12:51 +05:00 |
|
|
|
c58666eb81
|
fix: convert single executeProgram method to two methods i.e. executeSASProgram and executeJSProgram
|
2022-06-03 17:26:21 +05:00 |
|
|
|
5df619b3f6
|
fix: pass _program to execute file without extension
|
2022-06-03 17:24:29 +05:00 |
|
|
|
07295aa151
|
feat: conver single session controller to two controller i.e. SASSessionController and JSSessionController
|
2022-06-03 17:23:28 +05:00 |
|
|
|
194eaec7d4
|
fix: add runtimes to global process object
|
2022-06-03 17:19:12 +05:00 |
|
semantic-release-bot
|
ad82ee7106
|
chore(release): 0.3.6 [skip ci]
## [0.3.6](https://github.com/sasjs/server/compare/v0.3.5...v0.3.6) (2022-06-02)
### Bug Fixes
* **appstream:** should serve only new files for same app stream name with new deployment ([e6d1989](e6d1989847))
v0.3.6
|
2022-06-02 08:30:39 +00:00 |
|
Allan Bowe
|
d2e9456d81
|
Merge pull request #185 from sasjs/issue183
fix(appstream): should serve only new files for same app stream name …
|
2022-06-02 11:25:27 +03:00 |
|
Saad Jutt
|
e6d1989847
|
fix(appstream): should serve only new files for same app stream name with new deployment
|
2022-06-02 04:17:12 +05:00 |
|
semantic-release-bot
|
7a932383b4
|
chore(release): 0.3.5 [skip ci]
## [0.3.5](https://github.com/sasjs/server/compare/v0.3.4...v0.3.5) (2022-05-30)
### Bug Fixes
* bumping sasjs/core library ([61815f8](61815f8ae1))
v0.3.5
|
2022-05-30 18:07:50 +00:00 |
|
Allan Bowe
|
576e18347e
|
Merge pull request #182 from sasjs/bumpcore
fix: bumping sasjs/core library
|
2022-05-30 21:02:59 +03:00 |
|
Allan Bowe
|
61815f8ae1
|
fix: bumping sasjs/core library
|
2022-05-30 18:02:30 +00:00 |
|
semantic-release-bot
|
afff27fd21
|
chore(release): 0.3.4 [skip ci]
## [0.3.4](https://github.com/sasjs/server/compare/v0.3.3...v0.3.4) (2022-05-30)
### Bug Fixes
* **web:** system username for DESKTOP mode ([a8ba378](a8ba378fd1))
v0.3.4
|
2022-05-30 16:12:22 +00:00 |
|
Saad Jutt
|
a8ba378fd1
|
fix(web): system username for DESKTOP mode
|
2022-05-30 21:08:17 +05:00 |
|