Dorian Niemiec DorianNiemiecSVRJS
DorianNiemiecSVRJS pushed to main at svrjs/svrjs-nextjs-website 2024-09-08 17:50:09 +02:00
53f1f98e41 fix: make blog index pages consistent
DorianNiemiecSVRJS pushed to main at svrjs/svrjs-nextjs-website 2024-09-08 17:48:38 +02:00
1386869c43 fix: disable in-memory cache for clustered Next.js
a711cef174 fix: don't log cleartext passwords
Compare 2 commits »
DorianNiemiecSVRJS pushed to main at svrjs/svrjs-nextjs-website 2024-09-08 16:58:15 +02:00
08eb13e2b4 ci: create a deployment workflow
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-09-05 18:50:36 +02:00
58d252defa test: rename web root postfixes middleware test suite to match the corresponding middleware file
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-09-02 18:07:11 +02:00
645223451a refactor: move printing the command line usage to a separate function
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-09-02 13:08:10 +02:00
fe6853524e test: mock "path" module in forbidden path utility function unit tests
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-09-02 08:00:49 +02:00
0fe9a505a6 chore: ignore more OS-specific files and temporary editor files
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-09-02 07:42:28 +02:00
dad4496488 docs: update file structure in README.md
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-09-01 22:19:02 +02:00
ea8f17eb7d build: configure lint-staged to only lint files from tests, src, and utils directory
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-09-01 22:08:10 +02:00
7f1dd091c0 chore: remove .eslintcache
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-09-01 22:03:55 +02:00
1309f91e90 chore: ignore .eslintcache
0dea0fa4b4 build: make the commit-msg Git hook executable
f287289af3 build: move lint-staged configuration from package.json to separate configuration file
Compare 3 commits »
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-09-01 21:59:00 +02:00
72b803de4b build: add lint-staged and update Git hooks
c2eed2870d style: style the code according to new Prettier rules
48b112f98b build: add Prettier configuration
Compare 3 commits »
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-09-01 21:43:22 +02:00
896d3ee1ff build: add commitizen and "cz" script
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-09-01 21:39:59 +02:00
d555b2af80 build: add husky and commitlint for commit validation
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-09-01 19:33:51 +02:00
ae04419988 chore: Update dependencies
DorianNiemiecSVRJS pushed to main at svrjs/svrjs-website 2024-09-01 15:58:22 +02:00
f213ba4a65 Add details about access tokens in contribution page
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-09-01 14:17:21 +02:00
5570042732 Remove unnecessary mock implementations and update web root prefixes middleware test description
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-09-01 12:24:48 +02:00
087eff332f Change the link to GitHub repository in README.md to point to the "next" branch
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-09-01 10:07:30 +02:00
5049d22153 Temporarily change the documentation URL in the "Documentation" badge in README.md to tentative documentation URL
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-09-01 09:51:57 +02:00
519c80f397 Convert one more string to template string