Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pimterry/httpsnippet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Kong/httpsnippet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 20 commits
  • 107 files changed
  • 15 contributors

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    143bb6d View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Add rust target with reqwest (Kong#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 <[email protected]>
    Benjscho and filfreire authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    e901d61 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump ws from 7.5.7 to 7.5.10 (Kong#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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    bb81dca View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump braces from 3.0.2 to 3.0.3 (Kong#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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    b6b2021 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump @babel/traverse from 7.22.6 to 7.24.5 (Kong#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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    893da8b View commit details
    Browse the repository at this point in the history
  5. Generate Crystal language code (Kong#343)

    * Generate Crystal language code
    
    * Generate Crystal language code
    
    * Remove a blank line
    
    * fix crystal tests
    
    ---------
    
    Co-authored-by: Filipe Freire <[email protected]>
    yanecc and filfreire authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    b9e1d7b View commit details
    Browse the repository at this point in the history
  6. Fix setting default value of request.PostData of HarEntry (Kong#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
    nsrCodes authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    e99422a View commit details
    Browse the repository at this point in the history
  7. Support any method for PowerShell (Kong#320)

    * Support any method for PowerShell
    
    * fix test
    
    ---------
    
    Co-authored-by: Filipe Freire <[email protected]>
    verhovsky and filfreire authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    29947cc View commit details
    Browse the repository at this point in the history
  8. chore: add nvmrc and set it to 20 (Kong#262)

    * Add nvmrc and set it to 14.9 as per Kong#248
    
    * Use node 18
    
    * bump to node 20 on nvmrc file
    
    ---------
    
    Co-authored-by: Filipe Freire <[email protected]>
    bbbco and filfreire authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    147eb98 View commit details
    Browse the repository at this point in the history
  9. Add generator for Ruby's Faraday client (Kong#362)

    Co-authored-by: Lukas_Skywalker <[email protected]>
    filfreire and LukasSkywalker authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    8739d73 View commit details
    Browse the repository at this point in the history
  10. 3.0.5

    filfreire committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    fbd23b5 View commit details
    Browse the repository at this point in the history
  11. Prep for Release: source maps, types, prettier (Kong#301)

    * updates library exports
    
    * fixes lint configuration
    
    so that it actually fails now, as intended
    
    * tidy up
    
    ---------
    
    Co-authored-by: Filipe Freire <[email protected]>
    dimitropoulos and filfreire authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    6a758d6 View commit details
    Browse the repository at this point in the history
  12. 3.0.6

    filfreire committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    723581e View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. 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
    vaibhavrajsingh2001 authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    08aec7b View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. 3.0.7

    filfreire committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    889ef62 View commit details
    Browse the repository at this point in the history
  2. 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
    michaelgwelch authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    d107479 View commit details
    Browse the repository at this point in the history
  3. 3.0.8

    filfreire committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    8a1bc90 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. 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
    vaibhavrajsingh2001 authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    66b587b View commit details
    Browse the repository at this point in the history
  2. 3.0.9

    filfreire committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    5b4474d View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

  1. 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
    balugeorge authored Mar 24, 2025
    Configuration menu
    Copy the full SHA
    73c327c View commit details
    Browse the repository at this point in the history
Loading