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
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(*) fix tests, linting, powershell artifacts, ci (Kong#134)
* feat(powershell) add powershell files - add test fixtures - add to available targets * fix(reducer): reduce multidimensional query strings correctly (Kong#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 Kong#125, Kong#124 From Kong#93
- Loading branch information
1 parent
4c0c5ea
commit a5c8e0f
Showing
81 changed files
with
3,073 additions
and
250 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,13 @@ | ||
language: node_js | ||
|
||
node_js: | ||
- iojs | ||
- 0.10 | ||
- 0.12 | ||
- node | ||
- lts/* | ||
- 8 | ||
|
||
before_install: | ||
- sudo apt-get update -qq | ||
- sudo apt-get install -qq --yes python3 php5-curl php5-cli | ||
|
||
after_script: | ||
- npm run codeclimate | ||
|
||
notifications: | ||
webhooks: | ||
urls: | ||
- https://webhooks.gitter.im/e/95c4e911f2486588f98c | ||
on_success: always | ||
on_failure: always | ||
on_start: false |
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
Oops, something went wrong.