This repository has been archived by the owner on Feb 17, 2023. It is now read-only.
forked from Kong/httpsnippet
-
Notifications
You must be signed in to change notification settings - Fork 0
Fetch upstream changes from Kong/httpsnippet #11
Open
philsturgeon
wants to merge
157
commits into
stoplightio:master
Choose a base branch
from
Kong:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Change-Id: Ic28431ae73b499e929545f95d746b1606fd639f3 fix double quote Change-Id: I7a8d4aa4cfd96159886436b89fc73096c9e740c5 fixture tests Change-Id: I355747450a1b47dc356ed97ba3da3c4b48ea6adc fix travis ci Change-Id: I88295b5adf157420052793c94b74dbdcb1abdaf3 small update Change-Id: Iabdddda1142500d14da1ab9157396d9871118130 close async http clinet Change-Id: Ie61baf7f5e19ed06e3799799d1604e6bf32a54fd delete leftover code Change-Id: I67c4b6e929903bd6a6e7e79cbbb596d2f33b0696
add java async http client
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.7.6. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md) - [Commits](handlebars-lang/handlebars.js@v4.1.2...v4.7.6) Signed-off-by: dependabot[bot] <[email protected]>
This target uses the default HttpClient class which doesn't require any additional NuGet Packages.
Add C# HttpClient target client
…4.7.6 chore(deps): bump handlebars from 4.1.2 to 4.7.6
Adding the ability to import custom targets and target clients
fix(package.json) Update dev dependencies for vulnerabilities
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.15...4.17.19) Signed-off-by: dependabot[bot] <[email protected]>
chore(deps): bump lodash from 4.17.15 to 4.17.19
Fix uncompilable code of Java asynchttp
Add java.net.http.HttpClient based snippet generator
* feat: add npm version to release pipeline [INS-3853] * fix * add npm ci
* fix: tag weirdness * fix * fix * fix
* 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]>
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>
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>
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>
* Generate Crystal language code * Generate Crystal language code * Remove a blank line * fix crystal tests --------- Co-authored-by: Filipe Freire <[email protected]>
* 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
* Support any method for PowerShell * fix test --------- Co-authored-by: Filipe Freire <[email protected]>
* 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 <[email protected]>
Co-authored-by: Lukas_Skywalker <[email protected]>
* updates library exports * fixes lint configuration so that it actually fails now, as intended * tidy up --------- Co-authored-by: Filipe Freire <[email protected]>
* Feat: replace custom har-validator with hard-validator-compiled package * test(http-snippet): update casing * fix: linting
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
* fix(form-data): override import from package root * fix(httpsnippet): linting errors
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
they've made a lot of good changes, improvements, and added some new targets I'd love for us to start using at Stoplight.