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 |
|
Allan Bowe
|
1adff9a783
|
Merge pull request #345 from sasjs/issue-344
feat: prevent brute force attack against authorization
|
2023-03-30 16:29:15 +01:00 |
|
|
|
1435e380be
|
chore: put comments on top of example in readme and .env.example
|
2023-03-30 15:35:16 +05:00 |
|
|
|
e099f2e678
|
chore: put comments on top of example in readme and .env.example
|
2023-03-30 15:34:50 +05:00 |
|
|
|
ddd155ba01
|
chore: combine scattered errors into a single object
|
2023-03-30 14:58:54 +05:00 |
|
|
|
9936241815
|
chore: fix failing specs
|
2023-03-29 23:46:25 +05:00 |
|
|
|
570995e572
|
chore: quick fix
|
2023-03-29 23:22:32 +05:00 |
|
|
|
462829fd9a
|
chore: remove unused function
|
2023-03-29 22:10:16 +05:00 |
|
|
|
c1c0554de2
|
chore: quick fix
|
2023-03-29 22:05:29 +05:00 |
|
|
|
bd3aff9a7b
|
chore: move secondsToHms to @sasjs/utils
|
2023-03-29 20:10:55 +05:00 |
|
|
|
a1e255e0c7
|
chore: removed unused file
|
2023-03-29 15:39:05 +05:00 |
|
|
|
0dae034f17
|
chore: revert change in package.json
|
2023-03-29 15:35:40 +05:00 |
|
|
|
89048ce943
|
chore: move brute force protection logic to middleware and a singleton class
|
2023-03-29 15:33:32 +05:00 |
|
|
|
a82cabb001
|
feat: prevent brute force attack by rate limiting login endpoint
|
2023-03-28 21:43:10 +05:00 |
|
|
|
c4066d32a0
|
chore: npm audit fix
|
2023-03-27 16:23:54 +05:00 |
|