- 20 Aug, 2020 1 commit
-
-
gord chung authored
Don't use */* in accept header
-
- 19 Aug, 2020 2 commits
-
-
Rabi Mishra authored
Pecan 1.4 uses accept header to decide the response content type. Let's not use '*/*" in accept header as it returns text/plain in case of errors.
-
Rabi Mishra authored
-
- 18 Mar, 2020 2 commits
-
-
Julien Danjou authored
fix: make README compatible with PyPI
-
Julien Danjou authored
-
- 28 Nov, 2018 4 commits
-
-
mergify[bot] authored
Remove deprecated cli options
-
mergify-bot authored
-
mergify[bot] authored
FIX Bug on workaround missing OS_AUTH_TYPE
-
billaud authored
os.environ.set doesn't existe, must use os.environ["OS_AUTH_TYPE"] = for setting environnement variable https://docs.python.org/2/library/os.html
-
- 20 Nov, 2018 1 commit
-
-
apetrich authored
-
- 08 Nov, 2018 2 commits
-
-
mergify[bot] authored
fix pep8
-
gord chung authored
ignore W504[1]. tbh, not what i prefer. [1] https://github.com/PyCQA/pycodestyle/issues/197
-
- 12 Sep, 2018 3 commits
-
-
mergify[bot] authored
pep8: enable logging format checks
-
mergify-bot authored
-
mergify[bot] authored
pep8: fix RST304 errors
-
- 27 Aug, 2018 2 commits
-
-
Julien Danjou authored
-
Julien Danjou authored
-
- 27 Jul, 2018 1 commit
-
-
mergify[bot] authored
Remove hacking dependency for pep8
-
- 26 Jul, 2018 7 commits
-
-
Julien Danjou authored
Hacking is not maintained and depends on an old flake8 version. Switch to flake8 and a few standard extensions.
-
mergify[bot] authored
tests: remove testtools and fixtures dependencies
-
mergify-bot authored
-
mergify[bot] authored
Support Python 3.7 instead of 3.5
-
mergify-bot authored
-
mergify[bot] authored
exeptions: fix matching when description is a dict
-
Julien Danjou authored
-
- 23 Jul, 2018 1 commit
-
-
Julien Danjou authored
-
- 18 Jul, 2018 1 commit
-
-
Julien Danjou authored
-
- 17 Jul, 2018 1 commit
-
-
mergify[bot] authored
shell: fix OS_AUTH_TYPE workaround
-
- 03 Jul, 2018 1 commit
-
-
Julien Danjou authored
-
- 18 Jun, 2018 2 commits
-
-
mergify[bot] authored
Always use proxy method to get client
-
Pavlo Shchelokovskyy authored
some methods were missing it, breaking respective openstackclient commands. Issue: #87
-
- 02 May, 2018 2 commits
-
-
Mehdi ABAAKOUK authored
Update mergify configuration
-
Mehdi Abaakouk authored
-
- 01 May, 2018 1 commit
-
-
Mehdi Abaakouk authored
-
- 29 Apr, 2018 2 commits
-
-
Mehdi ABAAKOUK authored
Enable mergify
-
Mehdi Abaakouk authored
-
- 12 Apr, 2018 1 commit
-
-
Mehdi Abaakouk authored
We recently uses local TZ, when timestamps doesn't have a TZ. But Gnocchi client was passing the string as-is before allowing all kind of timestamps that the server support (like +2hour, now, ...). This change restores this feature.
-
- 27 Mar, 2018 1 commit
-
-
Julien Danjou authored
This has a typo and is not actually useful. Remove it.
-
- 21 Mar, 2018 2 commits
-
-
Martin Mágr authored
This patch remove usage of os_doc_tools.command and utilizes cliff.sphinxext with minor modification. The modification is required because original CommandManager does not see gnocchi commands for some reason. Fixes issue #80.
-
Mehdi Abaakouk authored
gnocchi status now returns 3 items. This change the tests to ensure it works whatever the server side status return.
-