6c88eeabd2
chore: specs fixed
2023-05-09 15:21:54 +05:00
093fe90589
feat: replace ID with UID
...
BREAKING CHANGE: remove auto incremental ids from user, group and permissions and add a virtual uid property that returns string value of documents object id
2023-05-09 15:01:56 +05:00
semantic-release-bot
48c1ada1b6
chore(release): 0.35.0 [skip ci]
...
# [0.35.0](https://github.com/sasjs/server/compare/v0.34.2...v0.35.0 ) (2023-05-03)
### Bug Fixes
* **editor:** fixed log/webout/print tabs ([d2de9dc ](d2de9dc13e ))
* **execute:** added atribute indicating stp api ([e78f87f ](e78f87f5c0 ))
* **execute:** fixed adding print output ([9aaffce ](9aaffce820 ))
* **execution:** removed empty webout from response ([6dd2f4f ](6dd2f4f876 ))
* **webout:** fixed adding empty webout to response payload ([31df72a ](31df72ad88 ))
### Features
* **editor:** parse print output in response payload ([eb42683 ](eb42683fff ))
v0.35.0
2023-05-03 09:34:56 +00:00
Allan Bowe
0532488b55
Merge pull request #360 from sasjs/issue-354
...
Support print destination natively
2023-05-03 10:31:06 +01:00
Yury Shkoda
d458b5bb81
chore: cleanup
2023-05-03 10:56:17 +03:00
Yury Shkoda
958ab9cad2
chore(execution): add includePrintOutput to ExecuteFileParams
2023-05-03 10:46:21 +03:00
Yury Shkoda
78ceed13e1
docs(code): updated execute endpoint info
2023-05-02 16:01:00 +03:00
Yury Shkoda
a17814fc90
chore(stp): removed redundant argument
2023-05-02 15:53:13 +03:00
Yury Shkoda
9aaffce820
fix(execute): fixed adding print output
2023-05-02 15:49:44 +03:00
Yury Shkoda
e78f87f5c0
fix(execute): added atribute indicating stp api
2023-05-02 15:18:05 +03:00
Yury Shkoda
bd1b58086d
docs: left a comment regarding payload parts
2023-05-02 12:10:17 +03:00
Yury Shkoda
9f521634d9
chore(webout): added comment
2023-05-02 11:30:55 +03:00
Yury Shkoda
a696168443
Merge branch 'main' of github.com:sasjs/server into issue-354
2023-05-02 11:17:41 +03:00
Yury Shkoda
31df72ad88
fix(webout): fixed adding empty webout to response payload
2023-05-02 11:17:12 +03:00
semantic-release-bot
d2239f75c2
chore(release): 0.34.2 [skip ci]
...
## [0.34.2](https://github.com/sasjs/server/compare/v0.34.1...v0.34.2 ) (2023-05-01)
### Bug Fixes
* use custom logic for handling sequence ids ([dba53de ](dba53de646 ))
v0.34.2
2023-05-01 15:32:32 +00:00
Allan Bowe
45428892cc
Merge pull request #362 from sasjs/remove-mongoose-sequence
...
fix: use custom logic for handling sequence ids
2023-05-01 16:28:47 +01:00
ac27a9b894
chore: remove residue
2023-05-01 19:54:43 +05:00
dba53de646
fix: use custom logic for handling sequence ids
2023-05-01 19:28:51 +05:00
Yury Shkoda
eb42683fff
feat(editor): parse print output in response payload
2023-05-01 08:18:49 +03:00
Yury Shkoda
d2de9dc13e
fix(editor): fixed log/webout/print tabs
2023-05-01 07:28:23 +03:00
Yury Shkoda
6dd2f4f876
fix(execution): removed empty webout from response
2023-04-28 17:25:30 +03:00
Yury Shkoda
c0f38ba7c9
wip(print-output): added print output to response payload
2023-04-28 15:09:44 +03:00
semantic-release-bot
d2f011e8a9
chore(release): 0.34.1 [skip ci]
...
## [0.34.1](https://github.com/sasjs/server/compare/v0.34.0...v0.34.1 ) (2023-04-28)
### Bug Fixes
* **css:** fixed css loading ([9c5acd6 ](9c5acd6de3 ))
* **log:** fixed chunk collapsing ([64b156f ](64b156f762 ))
v0.34.1
2023-04-28 11:50:19 +00:00
Yury Shkoda
5215633e96
Merge pull request #358 from sasjs/css-issue-fix
...
Css issue fix
2023-04-28 14:46:12 +03:00
Yury Shkoda
64b156f762
fix(log): fixed chunk collapsing
2023-04-28 13:30:25 +03:00
Yury Shkoda
9c5acd6de3
fix(css): fixed css loading
2023-04-28 13:29:31 +03:00
semantic-release-bot
3e72384a63
chore(release): 0.34.0 [skip ci]
...
# [0.34.0](https://github.com/sasjs/server/compare/v0.33.3...v0.34.0 ) (2023-04-28)
### Bug Fixes
* **log:** fixed checks for errors and warnings ([02e2b06 ](02e2b060f9 ))
* **log:** fixed default runtime ([e04300a ](e04300ad2a ))
* **log:** fixed parsing log for different runtime ([3b1e4a1 ](3b1e4a128b ))
* **log:** fixed scrolling issue ([56a522c ](56a522c07c ))
* **log:** fixed single chunk display ([8254b78 ](8254b78955 ))
* **log:** fixed single chunk scrolling ([57b7f95 ](57b7f954a1 ))
* **log:** fixed switching runtime ([c7a7399 ](c7a73991a7 ))
* **log:** fixing switching from SAS to other runtime ([c72ecc7 ](c72ecc7e59 ))
### Features
* **log:** added download chunk and entire log ([a38a9f9 ](a38a9f9c3d ))
* **log:** added logComponent and LogTabWithIcons ([3a887de ](3a887dec55 ))
* **log:** added parseErrorsAndWarnings utility ([7c1c1e2 ](7c1c1e2410 ))
* **log:** added time to downloaded log name ([3848bb0 ](3848bb0add ))
* **log:** put download log icon into log tab ([777b3a5 ](777b3a55be ))
* **log:** split large log into chunks ([75f5a3c ](75f5a3c0b3 ))
* **log:** use improved log for SAS run time only ([7b12591 ](7b12591595 ))
v0.34.0
2023-04-28 09:33:41 +00:00
Allan Bowe
df5d40b445
Merge pull request #351 from sasjs/issue-346
...
Improve SAS log
2023-04-28 10:29:13 +01:00
semantic-release-bot
c44ec35b3d
chore(release): 0.33.3 [skip ci]
...
## [0.33.3](https://github.com/sasjs/server/compare/v0.33.2...v0.33.3 ) (2023-04-27)
### Bug Fixes
* use RateLimiterMemory instead of RateLimiterMongo ([6a520f5 ](6a520f5b26 ))
v0.33.3
2023-04-27 18:01:26 +00:00
Allan Bowe
77fac663c5
Merge pull request #357 from sasjs/cosmosdb-issue
...
fix: use RateLimiterMemory instead of RateLimiterMongo
2023-04-27 18:56:53 +01:00
Yury Shkoda
3848bb0add
feat(log): added time to downloaded log name
2023-04-27 18:53:45 +03:00
Yury Shkoda
56a522c07c
fix(log): fixed scrolling issue
2023-04-27 17:53:45 +03:00
Yury Shkoda
87e9172cfc
chore(log): used css module to declare classes
2023-04-27 17:52:57 +03:00
7df9588e66
chore: fixed specs
2023-04-27 16:26:43 +05:00
6a520f5b26
fix: use RateLimiterMemory instead of RateLimiterMongo
2023-04-27 15:06:24 +05:00
Yury Shkoda
777b3a55be
feat(log): put download log icon into log tab
2023-04-26 16:10:04 +03:00
semantic-release-bot
70c3834022
chore(release): 0.33.2 [skip ci]
...
## [0.33.2](https://github.com/sasjs/server/compare/v0.33.1...v0.33.2 ) (2023-04-24)
### Bug Fixes
* removing print redirection pending full [#274 ](https://github.com/sasjs/server/issues/274 ) fix ([d49ea47 ](d49ea47bd7 ))
v0.33.2
2023-04-24 21:13:55 +00:00
Allan Bowe
dbf6c7de08
Merge pull request #355 from sasjs/issue274
...
fix: removing print redirection pending full #274 fix
2023-04-24 21:59:41 +01:00
allan
d49ea47bd7
fix: removing print redirection pending full #274 fix
2023-04-24 21:58:13 +01:00
Yury Shkoda
a38a9f9c3d
feat(log): added download chunk and entire log
2023-04-21 17:21:09 +03:00
semantic-release-bot
be4951d112
chore(release): 0.33.1 [skip ci]
...
## [0.33.1](https://github.com/sasjs/server/compare/v0.33.0...v0.33.1 ) (2023-04-20)
### Bug Fixes
* applying nologo only for sas.exe ([b4436ba ](b4436bad0d )), closes [#352 ](https://github.com/sasjs/server/issues/352 )
v0.33.1
2023-04-20 08:26:33 +00:00
Allan Bowe
c116b263d9
Merge pull request #353 from sasjs/issue352
...
fix: applying nologo only for sas.exe
2023-04-20 09:22:29 +01:00
allan
b4436bad0d
fix: applying nologo only for sas.exe
...
Closes #352
2023-04-20 09:16:22 +01:00
Yury Shkoda
57b7f954a1
fix(log): fixed single chunk scrolling
2023-04-18 16:16:58 +03:00
Yury Shkoda
8254b78955
fix(log): fixed single chunk display
2023-04-18 15:46:53 +03:00
Yury Shkoda
75f5a3c0b3
feat(log): split large log into chunks
2023-04-18 11:42:10 +03:00
Yury Shkoda
c72ecc7e59
fix(log): fixing switching from SAS to other runtime
2023-04-11 16:52:36 +03:00
Yury Shkoda
e04300ad2a
fix(log): fixed default runtime
2023-04-11 16:42:24 +03:00
Yury Shkoda
c7a73991a7
fix(log): fixed switching runtime
2023-04-11 16:10:52 +03:00
Yury Shkoda
02e2b060f9
fix(log): fixed checks for errors and warnings
2023-04-11 15:21:46 +03:00