1
0
Fork 0
forked from svrjs/svrjs
Commit graph

603 commits

Author SHA1 Message Date
38cf8bb68d fix: fix the cluster limit of one process for Deno with shimmed clustering module 2024-10-18 21:01:51 +02:00
63d3f5df32 fix: fix Deno inconsistencies regarding HTTP status code texts 2024-10-18 20:21:01 +02:00
ad0417b468 fix: add notice about Deno support being experimental 2024-10-18 20:15:13 +02:00
648cf488d9 chore: add a notice about the cluster shim being used for Deno in index.js file 2024-10-18 20:09:42 +02:00
b1a40e7a20 chore: rename the cluster shim method and function, because it's also for Deno 2, not just for Bun 2024-10-18 20:08:52 +02:00
9abb89d560 feat: add support for Deno 2 2024-10-18 20:05:02 +02:00
2f475b4066 fix: fix a bug with 497, 598, and 599 status code HTTP responses 2024-10-15 18:23:09 +02:00
d7b5d0af44 docs: change documentation URL in README 2024-10-02 06:10:56 +02:00
ff15ec542e fix: fix a bug with no request ID shown for multiline log entries for HTTP requests 2024-09-25 15:41:39 +02:00
070f60f7e3 docs: update file structure in README 2024-09-20 07:16:49 +02:00
350496f57a style: enforce the new Prettier rules on the build script 2024-09-20 06:37:14 +02:00
f01d5d5b1e refactor: move SVR.JS logo for the log viewer to src/res/logo.js file 2024-09-20 06:36:37 +02:00
37df85d84a fix: remove unused "tar" dependency from the extraction script 2024-09-20 06:35:17 +02:00
147c7c5d03 build: move utils/ directory to src/extraScripts/ 2024-09-20 06:27:28 +02:00
efdf6f1551 build: enable bundling for utility scripts 2024-09-20 06:22:04 +02:00
e474361673 fix: update the documentation URL 2024-09-14 15:48:08 +02:00
b6f6be8d43 chore: update dependencies to latest versions 2024-09-13 05:49:19 +02:00
5827d88392 chore: update dependencies to latest versions 2024-09-12 16:20:37 +02:00
b5edc0a5dd feat: change the default page CSS to match the new redesigned SVR.JS website 2024-09-11 05:51:12 +02:00
75108c7760 fix: change the code font for index, tests and licenses pages 2024-09-11 05:41:44 +02:00
1637e9dfcf feat: redesign index, tests and licenses pages 2024-09-11 05:39:13 +02:00
58d252defa test: rename web root postfixes middleware test suite to match the corresponding middleware file 2024-09-05 18:50:35 +02:00
645223451a refactor: move printing the command line usage to a separate function 2024-09-02 18:07:07 +02:00
fe6853524e test: mock "path" module in forbidden path utility function unit tests 2024-09-02 13:08:05 +02:00
0fe9a505a6 chore: ignore more OS-specific files and temporary editor files 2024-09-02 08:00:50 +02:00
dad4496488 docs: update file structure in README.md 2024-09-02 07:42:28 +02:00
ea8f17eb7d build: configure lint-staged to only lint files from tests, src, and utils directory 2024-09-01 22:18:59 +02:00
7f1dd091c0 chore: remove .eslintcache 2024-09-01 22:07:56 +02:00
1309f91e90 chore: ignore .eslintcache 2024-09-01 22:03:32 +02:00
0dea0fa4b4 build: make the commit-msg Git hook executable 2024-09-01 22:02:31 +02:00
f287289af3 build: move lint-staged configuration from package.json to separate configuration file 2024-09-01 22:01:49 +02:00
72b803de4b build: add lint-staged and update Git hooks 2024-09-01 21:58:58 +02:00
c2eed2870d style: style the code according to new Prettier rules 2024-09-01 21:54:42 +02:00
48b112f98b build: add Prettier configuration 2024-09-01 21:53:53 +02:00
896d3ee1ff build: add commitizen and "cz" script 2024-09-01 21:43:19 +02:00
d555b2af80 build: add husky and commitlint for commit validation 2024-09-01 21:39:58 +02:00
ae04419988 chore: Update dependencies 2024-09-01 19:33:47 +02:00
5570042732 Remove unnecessary mock implementations and update web root prefixes middleware test description 2024-09-01 14:17:06 +02:00
087eff332f Change the link to GitHub repository in README.md to point to the "next" branch 2024-09-01 12:24:39 +02:00
5049d22153 Temporarily change the documentation URL in the "Documentation" badge in README.md to tentative documentation URL 2024-09-01 10:07:23 +02:00
519c80f397 Convert one more string to template string 2024-09-01 09:51:29 +02:00
39a96cb339 Add link to GitHub repository to GitHub badge in README.md 2024-09-01 09:45:18 +02:00
cfe77b090c Add badges to README.md 2024-09-01 09:42:55 +02:00
99a42cc119 Add dots in README.md 2024-09-01 09:22:15 +02:00
ead2156af0 Update .gitignore 2024-09-01 09:09:16 +02:00
de7d804ca0 Lint out the static file serving and directory listing middleware test script 2024-08-31 20:50:10 +02:00
53dac33694 Add static file serving test 2024-08-31 20:48:55 +02:00
ce9550cc39 Add ".js" extension to one of the requires to tests for blocklist middleware 2024-08-31 17:28:14 +02:00
b6f17d2af4 Change the level of headings in Features section in README.md 2024-08-31 15:31:30 +02:00
65a3f373f0 Format npm scripts section in README.md 2024-08-31 14:29:12 +02:00