sabhas
|
ca64c13909
|
chore: add principal type and permission setting enums
|
2022-06-28 00:00:04 +05:00 |
|
sabhas
|
0a73a35547
|
chore: improve error handling
|
2022-06-27 23:21:48 +05:00 |
|
sabhas
|
a75edbaa32
|
fix: do not show admin users in add permission modal
|
2022-06-26 01:49:07 +05:00 |
|
sabhas
|
4ddfec0403
|
chore: add isAdmin field in user response
|
2022-06-26 01:48:31 +05:00 |
|
sabhas
|
35439d7d51
|
chore: throw error when adding permission for admin user
|
2022-06-24 23:19:19 +05:00 |
|
sabhas
|
907aa485fd
|
chore: throw error when creating duplicate permission
|
2022-06-24 23:15:41 +05:00 |
|
sabhas
|
888627e1c8
|
chore: close filterModal after applying/reseting
|
2022-06-24 22:32:18 +05:00 |
|
sabhas
|
9cb9e2dd33
|
chore: add filter based on principal type
|
2022-06-24 16:28:41 +05:00 |
|
sabhas
|
54d4bf835d
|
chore: show principal type in permissions list
|
2022-06-24 15:50:09 +05:00 |
|
sabhas
|
67fe298fd5
|
chore: lint fixes
|
2022-06-24 14:55:05 +05:00 |
|
sabhas
|
97ecfdc955
|
feat: add, remove and update permissions from web component
|
2022-06-24 14:48:57 +05:00 |
|
sabhas
|
5b319f9ad1
|
fix: remove duplicates principals from permission filter modal
|
2022-06-23 23:58:40 +05:00 |
|
sabhas
|
be8635ccc5
|
fix(web): only admin should be able to add, update or delete permission
|
2022-06-23 23:35:06 +05:00 |
|
sabhas
|
f863b81a7d
|
fix: show permission component only in server mode
|
2022-06-23 23:14:54 +05:00 |
|
sabhas
|
bdf63df1d9
|
fix: add isAdmin attribute to return response of get session and login requests
|
2022-06-23 22:50:00 +05:00 |
|
sabhas
|
4c6b9c5e93
|
Merge branch 'main' into issue-139
|
2022-06-23 17:21:52 +05:00 |
|
Allan Bowe
|
a2d1396057
|
fix: bumping core and running lint
|
2022-06-23 09:00:22 +00:00 |
|
Allan Bowe
|
b2f21eb3ac
|
chore: update descriptions
|
2022-06-23 08:44:12 +00: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](https://github.com/sasjs/server/commit/5cc85b57f80b13296156811fe966d7b37d45f213))
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 |
|
sabhas
|
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](https://github.com/sasjs/server/commit/1b5859ee37ae73c419115b9debfd5141a79733de))
* update /logout route to /SASLogon/logout ([65380be](https://github.com/sasjs/server/commit/65380be2f3945bae559f1749064845b514447a53))
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 |
|
sabhas
|
1b5859ee37
|
fix: make CA_ROOT optional in getCertificates method
|
2022-06-22 00:25:41 +05:00 |
|
sabhas
|
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](https://github.com/sasjs/server/commit/2119e9de9ab1e5ce1222658f554ac74f4f35cf4d))
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](https://github.com/sasjs/server/commit/5d5d6ce3265a43af2e22bcd38cda54fafaf7b3ef))
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](https://github.com/sasjs/server/commit/f6dc74f16bddafa1de9c83c2f27671a241abdad4))
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](https://github.com/sasjs/server/commit/91d29cb1272c28afbceaf39d1e0a87e17fbfdcd6))
* **Studio:** default selection of runtime fixed ([eb569c7](https://github.com/sasjs/server/commit/eb569c7b827c872ed2c4bc114559b97d87fd2aa0))
* webout path fixed in code.js when running on windows ([99a1107](https://github.com/sasjs/server/commit/99a110736448f66f99a512396b268fc31a3feef0))
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 |
|
sabhas
|
eb397b15c2
|
chore: lint fixes
|
2022-06-20 17:32:28 +05:00 |
|
sabhas
|
eb569c7b82
|
fix(Studio): default selection of runtime fixed
|
2022-06-20 17:29:19 +05:00 |
|
sabhas
|
99a1107364
|
fix: webout path fixed in code.js when running on windows
|
2022-06-20 17:28:25 +05:00 |
|
sabhas
|
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](https://github.com/sasjs/server/commit/194eaec7d4a561468f83bf6efce484909ee532eb))
* code fixes for executing program from program path including file extension ([53854d0](https://github.com/sasjs/server/commit/53854d001279462104b24c0e59a8c94ab4938a94))
* code/execute controller logic to handle different runtimes ([23b6692](https://github.com/sasjs/server/commit/23b6692f02e4afa33c9dc95d242eb8645c19d546))
* convert single executeProgram method to two methods i.e. executeSASProgram and executeJSProgram ([c58666e](https://github.com/sasjs/server/commit/c58666eb81514de500519e7b96c1981778ec149b))
* no need to stringify _webout in preProgramVarStatements, developer should have _webout as string in actual code ([9d5a5e0](https://github.com/sasjs/server/commit/9d5a5e051fd821295664ddb3a1fd64629894a44c))
* pass _program to execute file without extension ([5df619b](https://github.com/sasjs/server/commit/5df619b3f63571e8e326261d8114869d33881d91))
* refactor code for session selection in preUploadMiddleware function ([b444381](https://github.com/sasjs/server/commit/b4443819d42afecebc0f382c58afb9010d4775ef))
* refactor code in executeFile method of session controller ([dffe6d7](https://github.com/sasjs/server/commit/dffe6d7121d569e5c7d13023c6ca68d8c901c88e))
* refactor code in preUploadMiddleware function ([6d6bda5](https://github.com/sasjs/server/commit/6d6bda56267babde7b98cf69e32973d56d719f75))
* refactor sas/js session controller classes to inherit from base session controller class ([2c704a5](https://github.com/sasjs/server/commit/2c704a544f4e31a8e8e833a9a62ba016bcfa6c7c))
* **Studio:** style fix for runtime dropdown ([9023cf3](https://github.com/sasjs/server/commit/9023cf33b5fa4b13c2d5e9b80ae307df69c7fc02))
### Features
* configure child process with writeStream to write logs to log file ([058b3b0](https://github.com/sasjs/server/commit/058b3b00816e582e143953c2f0b8330bde2181b8))
* conver single session controller to two controller i.e. SASSessionController and JSSessionController ([07295aa](https://github.com/sasjs/server/commit/07295aa151175db8c93eeef806fc3b7fde40ac72))
* create and inject code for uploaded files to code.js ([1685616](https://github.com/sasjs/server/commit/16856165fb292dc9ffa897189ba105bd9f362267))
* validate sasjs_runtimes env var ([596ada7](https://github.com/sasjs/server/commit/596ada7ca88798d6d71f6845633a006fd22438ea))
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 |
|
sabhas
|
dde293c852
|
chore: write specs for get stp/execute
|
2022-06-19 07:08:36 +05:00 |
|
sabhas
|
f738a6d7a3
|
chore: splitted functions into different files
|
2022-06-19 07:07:39 +05:00 |
|