Commit graph

1623 commits

Author SHA1 Message Date
Ben Finney
5e70dff2a0 Sort list of contributors. 2019-04-03 16:40:36 +11:00
Ben Finney
196ed9f471 Consistent markup for unordered list. 2019-04-03 16:40:11 +11:00
Ben Finney
3f4b2ad5fd Format definition lists with correct reStructuredText markup. 2019-04-03 16:38:51 +11:00
Ben Finney
0e8ce99a86 Correct the version declared in the manual page. 2019-04-03 16:35:23 +11:00
Ben Finney
9b0e5b9f7a Update the manual page date. 2019-04-03 16:30:16 +11:00
Grigouze
34f9382d9c close issue #280 2019-02-12 22:51:21 +01:00
Grigouze
b77d809914
Merge pull request #278 from GPCsolutions/arch-14
Update Archlinux package for v1.4
2019-01-13 15:38:27 +01:00
Raphaël Doursenaud
4e964ac249
Update Archlinux package for v1.4 2019-01-12 12:48:27 +01:00
Grigouze
3bc5df98f4 New release 1.4 2018-12-30 23:07:31 +01:00
Grigouze
8cb8de9ad4
Merge pull request #276 from Gandi/test_click_6.7_7.0
Test python click 7.0

- drop support of python 2.6 and 3.3
- must be click >= 7.0
2018-12-30 23:10:14 +01:00
Grigouze
ed97224f1c Test python click 7.0
- drop support of python 2.6 and 3.3
- must be click >= 7.0
2018-12-30 22:32:08 +01:00
Grigouze
81406ded17
Merge pull request #277 from Gandi/move_badges_on_top
Move badges on top of the README
2018-12-30 21:59:32 +01:00
Grigouze
cae7ef17ed Move badges on top of the README
Current code status will be clearer
2018-12-23 22:37:06 +01:00
Grigouze
620b3370d1 add missing coverage 2018-12-23 21:43:20 +01:00
Grigouze
e7ec85edba Revert "ooooo"
This reverts commit 2f0e802d5a.
2018-12-23 18:35:48 +01:00
Grigouze
fcd9c6915f unused variables 2018-12-23 18:35:08 +01:00
Grigouze
2f0e802d5a ooooo 2018-12-23 17:52:05 +01:00
Grigouze
9758c1096d don't test python 2.6 on travis
It's incompat with coveralls :/
2018-10-06 22:43:06 +02:00
Grigouze
64d8d9754f
Merge pull request #273 from Gandi/test_pypy
Add pypy support
2018-10-06 22:40:29 +02:00
Grigouze
17321bbf94 test pypy 2018-10-06 22:32:21 +02:00
Grigouze
11dd9ab61c
Merge pull request #272 from Gandi/python_3.7_travis
Use real python 3.7 from travis
2018-10-06 22:28:41 +02:00
Grigouze
5bc65a128d Use real python 3.7 from travis
see https://github.com/travis-ci/travis-ci/issues/9815
2018-10-06 22:21:19 +02:00
Grigouze
97df69cdb3 Add dep click < 6.7 (#271)
the problem is in issue https://github.com/Gandi/gandi.cli/issues/268
2018-10-03 14:53:45 +02:00
Grigouze
4549096390 Remove download stats fron pypi
There is no longer downloads stats from pypi
2018-09-17 08:47:16 +02:00
Grigouze
f00153ca4c
Merge pull request #264 from Gandi/PEP8
PEP8 fixes
2018-09-15 17:58:05 +02:00
Grigouze
d7367f963f PEP8 fixes 2018-09-14 10:48:15 +02:00
Grigouze
be0df58b9f New release 1.3 2018-09-11 19:26:17 +02:00
Grigouze
4b28d93e11
Merge pull request #246 from Gandi/support_dnssec
Support DNSSEC commands in the CLI
2018-09-08 00:04:13 +02:00
Grigouze
03464f018d Support DNSSEC commands in the CLI
* ``gandi dnssec create`` will create a DNSSEC key for the domain ``domain.tld``. It taks 4 parameters, ``fqdn`` which is the domaine for which we want to create the key and ``flag`` which is the flag to use for creation (ZSK or KSK) and ``algorithm`` for the choice of the algorithm for the key and the ``public_key`` in a base64 encoded form.

* ``gandi dnssec delete ressource`` will remove a DNSSEC key identified by a ressource identificator.

* ``gandi dnssec list domain.tld`` will list DNSSEC keys for domain ``domain.tld``.
2018-09-07 23:55:39 +02:00
Grigouze
98963b938c
Merge pull request #262 from Gandi/python37
Add support for python3.7
2018-09-07 23:48:18 +02:00
Grigouze
9f36c7ef1f Add support for python3.7 2018-09-07 23:37:20 +02:00
Nils Anderson
dc22621856 Update README.md (#259)
* Update README.md

Fixed minor grammatical mistakes
2018-08-21 15:55:58 +02:00
Grigouze
dbae8ad2b6
Merge pull request #251 from Gandi/pycodestyle
pycodestyle check
2018-04-26 19:47:13 +02:00
Grigouze
ccf93c1219
Merge pull request #253 from Gandi/raise_exception_if_python_lt_3.3
Raise exception from ‘setup.py’ if Python 3 < 3.3 running
2018-04-26 19:46:03 +02:00
Grigouze
57ec121a6d Raise exception from ‘setup.py’ if Python 3 < 3.3 running
Issue #250
2018-04-22 23:39:09 +02:00
Grigouze
488413e219 pycodestyle check
Just clean code with pycodestyle
2018-04-22 23:13:15 +02:00
Grigouze
d1d41f3379
Merge pull request #247 from Gandi/use_pytest
use pytest instead of nose
2018-04-22 21:50:03 +02:00
Grigouze
a1e5fb3682
Merge pull request #248 from Gandi/add_extra_parameter_domain_create
Add extra parameter in domain create
2018-04-22 21:42:15 +02:00
Grigouze
03a72d0de7 Add extra parameter in domain create 2018-03-28 13:03:27 +02:00
Grigouze
94f0fd31a7 use pytest instead of nose 2018-03-26 23:42:46 +02:00
aegiap
90a095803b
Add helper and documentation in release tarball (#244)
Signed-off-by: aegiap <aegiap@gandi.net>
2018-03-18 16:30:08 +01:00
zaurky
78be8a6a06 cert.get_dcv_params need cert_id to correctly return the unique_value part of dcv record. (#237) 2018-01-30 17:31:16 +01:00
sayoun
4cda575c4b New release 1.2 2018-01-16 16:28:17 +01:00
sayoun
d5601eef74 Only display DC closed warning if a date is set 2018-01-16 16:23:25 +01:00
sayoun
7508f48b55 Fix bug when attempting to migrate a vm which cannot be migrated 2018-01-16 16:23:18 +01:00
sayoun
e7034d124a Update 'gandi record update' command to allow filtering by name
If all fields are not provided for old record syntax, try to find record entry
using only the record name. If multiple entries are returned, only the first one
will be updated.
2018-01-16 16:21:41 +01:00
sayoun
7b920723c7 Update man page 2018-01-16 16:21:36 +01:00
sayoun
a99c55bc8b Add support for paas size s+ for creation/update 2018-01-16 16:21:29 +01:00
sayoun
e983dd6787 Fix password helper to be compatible with python3.X 2018-01-16 14:16:39 +01:00
sayoun
4eaaa13aa1 New release 1.1 2018-01-16 13:59:57 +01:00