-
Notifications
You must be signed in to change notification settings - Fork 236
Comparing changes
Open a pull request
base repository: Kong/httpsnippet
base: v3.0.3
head repository: Kong/httpsnippet
compare: master
Commits on May 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7717966 - Browse repository at this point
Copy the full SHA 7717966View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63650f3 - Browse repository at this point
Copy the full SHA 63650f3View commit details
Commits on Jul 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 143bb6d - Browse repository at this point
Copy the full SHA 143bb6dView commit details
Commits on Jul 12, 2024
-
Add rust target with reqwest (#328)
* Create initial rust files Create initial rust files to support the target. Create all of the demo fixture files for the different request types. These also require specific `Cargo.toml` dependencies with some features, but I've tried to keep them fully qualified where possible. I'm not sure yet how best to show adding dependencies to a project to enable these features. * Start work on reqwest client Start working on the reqwest conversion client after adding targets. * Complete Adding Rust as target Completed adding Rust as a target. All of the fixtures have been tested in a separate Rust project to verify that they build and successfully run against the Har test endpoint. All tests are running and passing, except for the snapshot that verifies all available targets, not sure where to update that. * Run linter Ran the linter defined in `package.json` All tests except snapshot for targets passing. * Update snapshot to fix available targets test Update the available targets test to fix the snapshot. * lint --------- Co-authored-by: Filipe Freire <livrofubia@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e901d61 - Browse repository at this point
Copy the full SHA e901d61View commit details -
chore(deps-dev): bump ws from 7.5.7 to 7.5.10 (#358)
Bumps [ws](https://github.com/websockets/ws) from 7.5.7 to 7.5.10. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@7.5.7...7.5.10) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bb81dca - Browse repository at this point
Copy the full SHA bb81dcaView commit details -
chore(deps-dev): bump braces from 3.0.2 to 3.0.3 (#357)
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](micromatch/braces@3.0.2...3.0.3) --- updated-dependencies: - dependency-name: braces dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b6b2021 - Browse repository at this point
Copy the full SHA b6b2021View commit details -
chore(deps-dev): bump @babel/traverse from 7.22.6 to 7.24.5 (#348)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.6 to 7.24.5. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.5/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 893da8b - Browse repository at this point
Copy the full SHA 893da8bView commit details -
Generate Crystal language code (#343)
* Generate Crystal language code * Generate Crystal language code * Remove a blank line * fix crystal tests --------- Co-authored-by: Filipe Freire <livrofubia@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b9e1d7b - Browse repository at this point
Copy the full SHA b9e1d7bView commit details -
Fix setting default value of request.PostData of HarEntry (#323)
* fix: prevent override of default value of request.postData when postData might be undefined * chore: optional chaining safety check for when request.PostData can be undefined
Configuration menu - View commit details
-
Copy full SHA for e99422a - Browse repository at this point
Copy the full SHA e99422aView commit details -
Support any method for PowerShell (#320)
* Support any method for PowerShell * fix test --------- Co-authored-by: Filipe Freire <livrofubia@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 29947cc - Browse repository at this point
Copy the full SHA 29947ccView commit details -
chore: add nvmrc and set it to 20 (#262)
* Add nvmrc and set it to 14.9 as per #248 * Use node 18 * bump to node 20 on nvmrc file --------- Co-authored-by: Filipe Freire <livrofubia@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 147eb98 - Browse repository at this point
Copy the full SHA 147eb98View commit details -
Add generator for Ruby's Faraday client (#362)
Co-authored-by: Lukas_Skywalker <lukas.diener@hotmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8739d73 - Browse repository at this point
Copy the full SHA 8739d73View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbd23b5 - Browse repository at this point
Copy the full SHA fbd23b5View commit details -
Prep for Release: source maps, types, prettier (#301)
* updates library exports * fixes lint configuration so that it actually fails now, as intended * tidy up --------- Co-authored-by: Filipe Freire <livrofubia@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6a758d6 - Browse repository at this point
Copy the full SHA 6a758d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 723581e - Browse repository at this point
Copy the full SHA 723581eView commit details
Commits on Sep 30, 2024
-
feat: replace ajv usage [INS-145] (#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 (#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 #365 use `var` for return "type" of RestSharp request response The type `IRestResponse` doesn't exist in latest client (version 112) fixes #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 (#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 (#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
There are no files selected for viewing