Commit a5c8e0f
authored
refactor(*) fix tests, linting, powershell artifacts, ci (#134)
* feat(powershell) add powershell files
- add test fixtures
- add to available targets
* fix(reducer): reduce multidimensional query strings correctly (#93)
* fix(headers) reduce normal using Object.assign
* fix(node) remove extra whitespace in node fixtures
* fix(node) switch from util.inspect to stringify-object module
- Consistent formatting across Node versions
- Fixes cross-node-version tests
* chore(lint) fixes
- Deprecate utils functions (util._extend -> Object.assign).
- Invoke assertion `should` methods.
- Remove unnecessary escape chars.
* chore(travis) use later versions of node
* chore(test) disable posttest run for now
* style(spelling) fix misspelled attachment
- when we switched from util._extend to Object.assign, the ordering of
the headers seemed to be affected, which means we can switch back to
a normal `reduce` instead of `reduceRight`
* test(requests) disable deep equal for https
- Mockbin returns http url even when request is for https url
* test(targets) build in skip mechanism for failures
* test(headers) fix headers consistencies w/fixtures
* test(go) fix header order, human readable
Fixes #125, #124
From #931 parent 4c0c5ea commit a5c8e0f
File tree
81 files changed
+3073
-250
lines changed- src
- helpers
- targets
- clojure
- go
- javascript
- java
- node
- objc
- ocaml
- php
- shell
- swift
- test
- fixtures
- output
- csharp/restsharp
- c/libcurl
- node
- native
- request
- unirest
- php
- http1
- http2
- powershell/webrequest
- targets
- go
- javascript
- objc
- shell
- swift
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
81 files changed
+3073
-250
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | | - | |
110 | | - | |
111 | | - | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | | - | |
123 | | - | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
128 | | - | |
129 | | - | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
0 commit comments