Quanlong

Results 35 issues of Quanlong

As ES7 brings most of Coffee Script features, it's time to roll it.

[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/388/badge)](https://bestpractices.coreinfrastructure.org/projects/388)

help wanted
documentation

Current hook syntax is a bit unclear, propose ``` coffee hook 'GET /path' .before (test, done) -> done() .after (test, done) -> done() ```

enhancement

- json - sets body but to JSON representation of value and adds Content-type: application/json header. Additionally, parses the response body as JSON.

enhancement

- [x] `test.request.body` should be object when `Content-Type` is `application/json` - [ ] Should not display pending test if invoke abao with `--hook-only` - [x] Should give a warning if...

enhancement

``` Bringing machine 'gluster-server-1' up with 'virtualbox' provider... Bringing machine 'gluster-server-2' up with 'virtualbox' provider... Bringing machine 'gluster-server-3' up with 'virtualbox' provider... Bringing machine 'gluster-client' up with 'virtualbox' provider... ==>...

When using the **box** built with **osx-vm-templates**, there is always some setting to tune in upper `Vagrantfile`. Can we built those common settings into box with [`vagrantfile_template`](https://www.packer.io/docs/post-processors/vagrant.html#vagrantfile_template) There is a...

This PR brings [carthage](https://github.com/carthage/carthage) support

With the code snippet in README, `beeTee.enableBluetooth()` fails to lighten the bluetooth logo in **Control Center**. But while I toggle the bluetooth manually, I can get the notification like `PowerChanged`...

bug