diff --git a/AUTHORS.md b/AUTHORS.md new file mode 100644 index 0000000..ecbec56 --- /dev/null +++ b/AUTHORS.md @@ -0,0 +1,24 @@ +# Authors + +This list is sorted by the number of commits per contributor in _descending_ order. + +Avatar|Contributor|Contributions +:-:|---|:-: +@babilen5|[@babilen5](https://github.com/babilen5)|49 +@alfredopalhares|[@alfredopalhares](https://github.com/alfredopalhares)|40 +@nmadhok|[@nmadhok](https://github.com/nmadhok)|7 +@ruimarinho|[@ruimarinho](https://github.com/ruimarinho)|3 +@fixe|[@fixe](https://github.com/fixe)|3 +@iggy|[@iggy](https://github.com/iggy)|2 +@racingferret|[@racingferret](https://github.com/racingferret)|2 +@myii|[@myii](https://github.com/myii)|2 +@gravyboat|[@gravyboat](https://github.com/gravyboat)|1 +@gianarb|[@gianarb](https://github.com/gianarb)|1 +@qybl|[@qybl](https://github.com/qybl)|1 +@nunofgs|[@nunofgs](https://github.com/nunofgs)|1 +@whiteinge|[@whiteinge](https://github.com/whiteinge)|1 +@puneetk|[@puneetk](https://github.com/puneetk)|1 + +--- + +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-08-25. diff --git a/CHANGELOG.md b/CHANGELOG.md index 701353d..135ce00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,50 @@ +# Changelog + +# [0.3.0](https://github.com/saltstack-formulas/influxdb-formula/compare/v0.2.1...v0.3.0) (2019-08-25) + + +### Bug Fixes + +* **gemfile:** don't put Gemfile.lock in repo ([c20c491](https://github.com/saltstack-formulas/influxdb-formula/commit/c20c491)) +* **install:** fix systemd unit install on Suse ([94c5367](https://github.com/saltstack-formulas/influxdb-formula/commit/94c5367)) +* **state:** fix int comparison ([4874c05](https://github.com/saltstack-formulas/influxdb-formula/commit/4874c05)) +* **states:** use curl instead of wget (not installed everywhere) ([cfdfc38](https://github.com/saltstack-formulas/influxdb-formula/commit/cfdfc38)) + + +### Code Refactoring + +* **kitchen:** sync Kitchene file with template-formula ([5d40aec](https://github.com/saltstack-formulas/influxdb-formula/commit/5d40aec)) + + +### Continuous Integration + +* **travis:** default-debian-9-develop-py3 is buggy ([ec3e57d](https://github.com/saltstack-formulas/influxdb-formula/commit/ec3e57d)) +* **travis:** re-enable tests on default-debian-9-develop-py3 ([70f8d6f](https://github.com/saltstack-formulas/influxdb-formula/commit/70f8d6f)) +* **travis:** run tests first ([13a55a7](https://github.com/saltstack-formulas/influxdb-formula/commit/13a55a7)) + + +### Documentation + +* **readme:** update readme and add some documentation ([d1fad82](https://github.com/saltstack-formulas/influxdb-formula/commit/d1fad82)) + + +### Features + +* **yamllint:** include for this repo and apply rules throughout ([f9e638c](https://github.com/saltstack-formulas/influxdb-formula/commit/f9e638c)) + + +### Styles + +* **misc:** fix coding style ([cece6c8](https://github.com/saltstack-formulas/influxdb-formula/commit/cece6c8)) + + +### Tests + +* **inspec:** use inspec to run tests ([34625cc](https://github.com/saltstack-formulas/influxdb-formula/commit/34625cc)) +* **kitchen:** add binstub for Kitchen ([77791d1](https://github.com/saltstack-formulas/influxdb-formula/commit/77791d1)) +* **kitchen:** fix InfluxDB version in test pillar (and pillar.example) ([59d23b3](https://github.com/saltstack-formulas/influxdb-formula/commit/59d23b3)) +* **kitchen:** update Gemfile ([630d762](https://github.com/saltstack-formulas/influxdb-formula/commit/630d762)) +* **kitchen:** update test pillar ([3af72f6](https://github.com/saltstack-formulas/influxdb-formula/commit/3af72f6)) 0.0.2 / 2014-08-20 ================== diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst new file mode 100644 index 0000000..036e006 --- /dev/null +++ b/docs/AUTHORS.rst @@ -0,0 +1,62 @@ +.. role:: raw-html-m2r(raw) + :format: html + + +Authors +======= + +This list is sorted by the number of commits per contributor in *descending* order. + +.. list-table:: + :header-rows: 1 + + * - Avatar + - Contributor + - Contributions + * - :raw-html-m2r:`@babilen5` + - `@babilen5 `_ + - 49 + * - :raw-html-m2r:`@alfredopalhares` + - `@alfredopalhares `_ + - 40 + * - :raw-html-m2r:`@nmadhok` + - `@nmadhok `_ + - 7 + * - :raw-html-m2r:`@ruimarinho` + - `@ruimarinho `_ + - 3 + * - :raw-html-m2r:`@fixe` + - `@fixe `_ + - 3 + * - :raw-html-m2r:`@iggy` + - `@iggy `_ + - 2 + * - :raw-html-m2r:`@racingferret` + - `@racingferret `_ + - 2 + * - :raw-html-m2r:`@myii` + - `@myii `_ + - 2 + * - :raw-html-m2r:`@gravyboat` + - `@gravyboat `_ + - 1 + * - :raw-html-m2r:`@gianarb` + - `@gianarb `_ + - 1 + * - :raw-html-m2r:`@qybl` + - `@qybl `_ + - 1 + * - :raw-html-m2r:`@nunofgs` + - `@nunofgs `_ + - 1 + * - :raw-html-m2r:`@whiteinge` + - `@whiteinge `_ + - 1 + * - :raw-html-m2r:`@puneetk` + - `@puneetk `_ + - 1 + + +---- + +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-08-25. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst new file mode 100644 index 0000000..0933c46 --- /dev/null +++ b/docs/CHANGELOG.rst @@ -0,0 +1,77 @@ + +Changelog +========= + +`0.3.0 `_ (2019-08-25) +---------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **gemfile:** don't put Gemfile.lock in repo (\ `c20c491 `_\ ) +* **install:** fix systemd unit install on Suse (\ `94c5367 `_\ ) +* **state:** fix int comparison (\ `4874c05 `_\ ) +* **states:** use curl instead of wget (not installed everywhere) (\ `cfdfc38 `_\ ) + +Code Refactoring +^^^^^^^^^^^^^^^^ + + +* **kitchen:** sync Kitchene file with template-formula (\ `5d40aec `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **travis:** default-debian-9-develop-py3 is buggy (\ `ec3e57d `_\ ) +* **travis:** re-enable tests on default-debian-9-develop-py3 (\ `70f8d6f `_\ ) +* **travis:** run tests first (\ `13a55a7 `_\ ) + +Documentation +^^^^^^^^^^^^^ + + +* **readme:** update readme and add some documentation (\ `d1fad82 `_\ ) + +Features +^^^^^^^^ + + +* **yamllint:** include for this repo and apply rules throughout (\ `f9e638c `_\ ) + +Styles +^^^^^^ + + +* **misc:** fix coding style (\ `cece6c8 `_\ ) + +Tests +^^^^^ + + +* **inspec:** use inspec to run tests (\ `34625cc `_\ ) +* **kitchen:** add binstub for Kitchen (\ `77791d1 `_\ ) +* **kitchen:** fix InfluxDB version in test pillar (and pillar.example) (\ `59d23b3 `_\ ) +* **kitchen:** update Gemfile (\ `630d762 `_\ ) +* **kitchen:** update test pillar (\ `3af72f6 `_\ ) + +0.0.2 / 2014-08-20 +------------------ + + +* Use default mapping on the main state + +0.0.1 / 2014-08-20 +------------------ + + +* Initial release + + +.. raw:: html + + +