Add license and badges
This commit is contained in:
parent
cd170e7eff
commit
e27b3543e6
4 changed files with 30 additions and 3 deletions
20
LICENSE
Normal file
20
LICENSE
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
The MIT License (MIT)
|
||||||
|
|
||||||
|
Copyright (c) 2014-2016 Florent Morselli
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||||
|
this software and associated documentation files (the "Software"), to deal in
|
||||||
|
the Software without restriction, including without limitation the rights to
|
||||||
|
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
||||||
|
the Software, and to permit persons to whom the Software is furnished to do so,
|
||||||
|
subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
||||||
|
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||||
|
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||||
|
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||||
|
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
|
@ -2,6 +2,9 @@
|
||||||
|
|
||||||
With this query builder you can build queries for Flux. Flux is a powerful open source query language created by the makers of InfluxDB. See https://www.influxdata.com/products/flux/
|
With this query builder you can build queries for Flux. Flux is a powerful open source query language created by the makers of InfluxDB. See https://www.influxdata.com/products/flux/
|
||||||
|
|
||||||
|
[](https://packagist.org/packages/arendsen/fluxquerybuilder)
|
||||||
|
[](https://packagist.org/packages/arendsen/fluxquerybuilder)
|
||||||
|
[](https://packagist.org/packages/arendsen/fluxquerybuilder)
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
The documentation of this project is available in the [docs folder](docs/00-index.md).
|
The documentation of this project is available in the [docs folder](docs/00-index.md).
|
||||||
|
|
@ -25,4 +28,8 @@ Run the following commands to check and fix the coding style. We're using the PS
|
||||||
```
|
```
|
||||||
composer check
|
composer check
|
||||||
composer format
|
composer format
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Licence
|
||||||
|
|
||||||
|
This software is released under the [MIT licence](LICENSE).
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
<li>
|
<li>
|
||||||
by: Group by columns defined in the columns parameter.
|
by: Group by columns defined in the columns parameter.
|
||||||
</li>
|
</li>
|
||||||
<li>except: Group by all columns except those in defined in the columns parameter.
|
<li>except: Group by all columns except those defined in the columns parameter.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</td>
|
</td>
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
<td>column</td>
|
<td>column</td>
|
||||||
<td>Yes</td>
|
<td>Yes</td>
|
||||||
<td>string</td>
|
<td>string</td>
|
||||||
<td>Column to use to compute means. Default is '_value'.</td>
|
<td>Column to use to compute 'means'. Default is '_value'.</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
|
||||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue