-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: ejball/FacilityJavaScript
base: master
head repository: FacilityApi/FacilityJavaScript
compare: master
- 12 commits
- 6 files changed
- 1 contributor
Commits on Dec 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 66c7ac9 - Browse repository at this point
Copy the full SHA 66c7ac9View commit details
Commits on Dec 11, 2025
-
Write full fastify responses out.
This helps satisfy static analysis tools like snyk which likes to think that calls like `res.send(result.value)` are unvalidated input being sent to the client (possible XSS). It's possible this isn't really the place for this and that snyk should just ignore generated files like this...
Configuration menu - View commit details
-
Copy full SHA for 2efc85e - Browse repository at this point
Copy the full SHA 2efc85eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04f0ea2 - Browse repository at this point
Copy the full SHA 04f0ea2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53d54c7 - Browse repository at this point
Copy the full SHA 53d54c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc4a53e - Browse repository at this point
Copy the full SHA dc4a53eView commit details -
Merge pull request FacilityApi#76 from mitchknife/fastify-fixes
Misc fastify improvements.
Configuration menu - View commit details
-
Copy full SHA for ec40759 - Browse repository at this point
Copy the full SHA ec40759View commit details -
Refactor error and response handling in Fastify plugins
- Introduced `sendResponse` and `sendErrorResponse` to simplify common cases. - Being explicit about Content-Type header. - Cleaned up code flow - Cleaned up error handling and messages.
Configuration menu - View commit details
-
Copy full SHA for acfd100 - Browse repository at this point
Copy the full SHA acfd100View commit details -
Configuration menu - View commit details
-
Copy full SHA for 186cc45 - Browse repository at this point
Copy the full SHA 186cc45View commit details -
Merge pull request FacilityApi#77 from mitchknife/fastify-fixes
Refactor error and response handling in Fastify plugins
Configuration menu - View commit details
-
Copy full SHA for 32b2d85 - Browse repository at this point
Copy the full SHA 32b2d85View commit details
Commits on Apr 22, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 1250324 - Browse repository at this point
Copy the full SHA 1250324View commit details
Commits on Apr 23, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 7cf4800 - Browse repository at this point
Copy the full SHA 7cf4800View commit details -
Merge pull request FacilityApi#78 from FacilityApi/mitch/fastify-body…
…limit Add support for route-specific body limits in Fastify plugins
Configuration menu - View commit details
-
Copy full SHA for 466a049 - Browse repository at this point
Copy the full SHA 466a049View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master