1
0
Fork 0
forked from svrjs/svrjs
Commit graph

616 commits

Author SHA1 Message Date
79b506a4f0 chore: remove "version" property from "svrjs.core.json" and create SVR.JS Core documentation 2024-11-10 16:38:06 +01:00
e0536620d6 fix: fix crashes with SVR.JS Core 2024-11-10 16:09:35 +01:00
50465e4a6c fix: initialize the SVR.JS Core configuration only if configuration is supplied 2024-11-10 15:52:20 +01:00
c9bbd0e202 style: format esbuild configuration (the build script) 2024-11-10 15:46:39 +01:00
d34d4bcc2d feat: add SVR.JS Core 2024-11-10 15:42:56 +01:00
1174a348b6 refactor: use config.wwwroot instead of current working directory as a webroot in internal code 2024-11-10 12:14:55 +01:00
847fb46f07 build: don't create the "out" directory when building for development 2024-11-09 20:21:42 +01:00
11e99ead1c build: fix the development build script by add the ready handler for chokidar watcher 2024-11-09 13:33:17 +01:00
5a0ea4007e feat: add options related to disabling configuration file saving, and use them in the "dev" script 2024-11-09 13:31:31 +01:00
8e1ea9e5bc build: add rebuilding SVR.JS when the source code changes when the "dev" script is executed 2024-11-09 13:20:02 +01:00
bbd1c88016 docs: update README.md 2024-11-09 12:15:07 +01:00
12f2109ad9 chore: update dependencies to latest versions 2024-11-01 09:40:56 +01:00
ad23033b15 feat: add support for Deno 2 for additional SVR.JS utilities 2024-10-19 07:16:02 +02:00
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