-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: Benjscho/httpsnippet
base: master
head repository: Kong/httpsnippet
compare: master
- 11 commits
- 29 files changed
- 7 contributors
Commits on Sep 30, 2024
-
feat: replace ajv usage [INS-145] (Kong#371)
* Feat: replace custom har-validator with hard-validator-compiled package * test(http-snippet): update casing * fix: linting
Configuration menu - View commit details
-
Copy full SHA for 08aec7b - Browse repository at this point
Copy the full SHA 08aec7bView commit details
Commits on Oct 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 889ef62 - Browse repository at this point
Copy the full SHA 889ef62View commit details -
correct the casing of Method enums in RestSharp snippets (Kong#366)
Ensure that code snippets use enum members that are pascal cased and not upper cased. For example use `Method.Get` instead of `Method.GET` to ensure the snippets can compile. fixes Kong#365 use `var` for return "type" of RestSharp request response The type `IRestResponse` doesn't exist in latest client (version 112) fixes Kong#367
Configuration menu - View commit details
-
Copy full SHA for d107479 - Browse repository at this point
Copy the full SHA d107479View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a1bc90 - Browse repository at this point
Copy the full SHA 8a1bc90View commit details
Commits on Oct 16, 2024
-
fix(form-data): fix ssr error due to window object access (Kong#373)
* fix(form-data): override import from package root * fix(httpsnippet): linting errors
Configuration menu - View commit details
-
Copy full SHA for 66b587b - Browse repository at this point
Copy the full SHA 66b587bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b4474d - Browse repository at this point
Copy the full SHA 5b4474dView commit details
Commits on Mar 24, 2025
-
fix: Pin all external github actions to their corresponding commit S…
…HAs (Kong#378) * Pin all external github actions to their corresponding commit SHAs * Update security actions to use the latest commit
Configuration menu - View commit details
-
Copy full SHA for 73c327c - Browse repository at this point
Copy the full SHA 73c327cView commit details
Commits on Nov 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 55cbe8b - Browse repository at this point
Copy the full SHA 55cbe8bView commit details
Commits on Mar 25, 2026
-
chore: bump deps to fix vulns (Kong#390)
* chore: bump deps to fix vulns * chore: drop support for EoL nodejs versions
Configuration menu - View commit details
-
Copy full SHA for 5f8234e - Browse repository at this point
Copy the full SHA 5f8234eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 197f9a1 - Browse repository at this point
Copy the full SHA 197f9a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 795d98e - Browse repository at this point
Copy the full SHA 795d98eView 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