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 |
|
Yury Shkoda
|
3b1e4a128b
|
fix(log): fixed parsing log for different runtime
|
2023-04-11 14:45:38 +03:00 |
|
Yury Shkoda
|
7b12591595
|
feat(log): use improved log for SAS run time only
|
2023-04-11 14:18:42 +03:00 |
|
Yury Shkoda
|
3a887dec55
|
feat(log): added logComponent and LogTabWithIcons
|
2023-04-10 16:21:32 +03:00 |
|
Yury Shkoda
|
7c1c1e2410
|
feat(log): added parseErrorsAndWarnings utility
|
2023-04-10 15:45:54 +03:00 |
|
Yury Shkoda
|
15774eca34
|
chore(deps): added react-highlight
|
2023-04-10 15:40:27 +03:00 |
|
semantic-release-bot
|
5e325522f4
|
chore(release): 0.33.0 [skip ci]
# [0.33.0](https://github.com/sasjs/server/compare/v0.32.0...v0.33.0) (2023-04-05)
### Features
* option to reset admin password on startup ([eda8e56](eda8e56bb0))
v0.33.0
|
2023-04-05 22:07:50 +00:00 |
|
Allan Bowe
|
e576fad8f4
|
Merge pull request #350 from sasjs/issue-348
feat: option to reset admin password on startup
|
2023-04-05 23:03:21 +01:00 |
|
|
|
eda8e56bb0
|
feat: option to reset admin password on startup
|
2023-04-05 23:05:38 +05:00 |
|
semantic-release-bot
|
bee4f215d2
|
chore(release): 0.32.0 [skip ci]
# [0.32.0](https://github.com/sasjs/server/compare/v0.31.0...v0.32.0) (2023-04-05)
### Features
* add an api endpoint for admin to get list of client ids ([6ffaa7e](6ffaa7e9e2))
v0.32.0
|
2023-04-05 09:44:13 +00:00 |
|
Allan Bowe
|
100f138f98
|
Merge pull request #349 from sasjs/issue-347
feat: add an api endpoint for admin to get list of client ids
|
2023-04-05 10:39:01 +01:00 |
|
|
|
6ffaa7e9e2
|
feat: add an api endpoint for admin to get list of client ids
|
2023-04-04 23:57:01 +05:00 |
|
semantic-release-bot
|
a433786011
|
chore(release): 0.31.0 [skip ci]
# [0.31.0](https://github.com/sasjs/server/compare/v0.30.3...v0.31.0) (2023-03-30)
### Features
* prevent brute force attack by rate limiting login endpoint ([a82cabb](a82cabb001))
v0.31.0
|
2023-03-30 15:34:12 +00:00 |
|