Commit df6d56d
feat: update to upstream (readmeio#107)
* Total Overhaul (but with all the same fixtures!) (readmeio#248)
see Kong#248 and the commits therein for more context. Essentially:
- the original client fixtures were unchanged, which hopefully means the
- all source code is now in strict mode TypeScript
- tests are now all in jest
- the file structure was reorganized so that everything for a particular client is in one place
- the CLI is updated and now using yargs
- all dependencies were updated and some (i.e. `format.utils`) were able to be removed entirely
- more work left to do (including CI with GitHub Actions, for example), but this is a start
* fix: case where if `postData.params` is missing some targets crash (readmeio#258)
Co-authored-by: Dimitri Mitropoulos <[email protected]>
* fix: compatibility issues on node 14 with `Object.hasOwn()` (readmeio#252)
* fix: typo in the httpie `style` option not being correctly applied (readmeio#254)
Co-authored-by: Dimitri Mitropoulos <[email protected]>
* fix: axios targets not sending `x-www-form-urlencoded` properly (readmeio#255)
Co-authored-by: Dimitri Mitropoulos <[email protected]>
* feat: addition of a PHP target for Guzzle (readmeio#253)
Co-authored-by: Dimitri Mitropoulos <[email protected]>
* Add Github Build Workflow (readmeio#250) (readmeio#251)
* Add Github Build Workflow (readmeio#250)
* Edit job name
* Replace install with ci on GH workflow
* Add matrix with major node versions (14, 16, 18)
* Disable fail-fast
* Remove node v14 from build GH action
* feat: native upload support in python `requests` snippets (readmeio#259)
Co-authored-by: Dimitri Mitropoulos <[email protected]>
* fix: `multipart/form-data` header issues with node/js fetch targets (readmeio#257)
Co-authored-by: Dimitri Mitropoulos <[email protected]>
* fix: headers not being properly applied to R httr snippets (readmeio#263)
Co-authored-by: Dimitri Mitropoulos <[email protected]>
* Fix build workflow dispatch rules (readmeio#265)
* Chore: Remove travis links (readmeio#266)
* Remove travis links
* Update README.md
Co-authored-by: Dimitri Mitropoulos <[email protected]>
* chore: fixing eslint issues
* fix: updating test snapshots
* fix: getting the stock target tests all passing
* fix: broken snapshots
* fix: adding missing test coverage for addTarget and addTargetClient
* fix: build issues
* feat: getting the integration tests suite running again
* fix: issues with the docker setup
* fix: removing unnecessary tests
* fix: running docker tests
* fix: typo
* fix: reverting some query param changes to node axios + request
* fix: docker issues
* fix: cleaning up the integration suite config system
Co-authored-by: Dimitri Mitropoulos <[email protected]>
Co-authored-by: Filipe Freire <[email protected]>1 parent 19f5557 commit df6d56d
1,352 files changed
Lines changed: 16166 additions & 14148 deletions
File tree
- .github/workflows
- .vscode
- __tests__
- __fixtures__
- output
- clojure/clj_http
- csharp
- httpclient
- restsharp
- http/1.1
- javascript
- axios
- fetch
- jquery
- xhr
- java
- asynchttp
- nethttp
- okhttp
- unirest
- kotlin/okhttp
- node
- axios
- fetch
- native
- request
- unirest
- php
- curl
- guzzle
- http1
- http2
- powershell
- restmethod
- webrequest
- python/requests
- r/httr
- shell
- curl
- httpie
- wget
- requests
- targets
- clojure
- csharp
- c
- go
- http
- javascript
- java
- kotlin
- node
- objc
- ocaml
- php
- powershell
- python
- ruby
- r
- shell
- swift
- src
- fixtures
- files
- requests
- helpers
- __snapshots__
- targets
- clojure
- clj_http
- fixtures
- csharp
- httpclient
- fixtures
- restsharp
- fixtures
- c
- libcurl
- fixtures
- go
- native
- fixtures
- http
- http1.1
- fixtures
- javascript
- axios
- fixtures
- fetch
- fixtures
- jquery
- fixtures
- xhr
- fixtures
- java
- asynchttp
- fixtures
- nethttp
- fixtures
- okhttp
- fixtures
- unirest
- fixtures
- kotlin
- okhttp
- fixtures
- node
- axios
- fixtures
- fetch
- fixtures
- native
- fixtures
- request
- fixtures
- unirest
- fixtures
- objc
- nsurlsession
- fixtures
- ocaml
- cohttp
- fixtures
- php
- curl
- fixtures
- guzzle
- fixtures
- http1
- fixtures
- http2
- fixtures
- powershell
- restmethod
- fixtures
- webrequest
- fixtures
- python
- requests
- fixtures
- ruby
- native
- fixtures
- r
- httr
- fixtures
- shell
- curl
- fixtures
- httpie
- fixtures
- wget
- fixtures
- swift
- nsurlsession
- fixtures
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
12 | 22 | | |
13 | 23 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | | - | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
3 | 7 | | |
4 | 8 | | |
5 | 9 | | |
6 | 10 | | |
7 | 11 | | |
8 | | - | |
9 | | - | |
10 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
11 | 22 | | |
12 | 23 | | |
13 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
| 3 | + | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
0 commit comments