- Apr 04, 2020
-
-
Andreas Jaeger authored
The repo is Python 3 now, so update hacking to version 3.0 which supports Python 3. Fix problems found by updated hacking version. Remove hacking and friends from lower-constraints, they are not needed during installation. Change-Id: I7ef5ac8a89e94f5da97780198619b6facc86ecfe
-
- Oct 23, 2019
-
-
Mark Goddard authored
These should not be necessary. Change-Id: Ide02b7da2a2a2d528c171772f5552f4529ffe880
-
- Dec 27, 2018
-
-
confi-surya authored
Use latest release 1.1.0 and compatible changes w.r.t pep8 Change-Id: Ie5e5417a1d8481bb59d516a320bd7cc1dd89591e
-
- Jul 24, 2018
-
-
Vu Cong Tuan authored
According to Openstack summit session [1], stestr is maintained project to which all Openstack projects should migrate. Let's switch to stestr as other projects have already moved to it. [1] https://etherpad.openstack.org/p/YVR-python-pti Change-Id: I63079f352ff36dda4f3f64a8681431a319791f0e
-
- Jun 08, 2018
-
-
chenxing authored
The openstackdocstheme is included by ``doc/requirements.txt``. We move all doc requirements to ``doc/requirements.txt``. Change-Id: I3e3acf07826a496b3d8514941afa908624fb74f4
-
- May 21, 2018
-
-
confi-surya authored
For compliance with the Project Testing Interface [1] as described in [2] [1] https://governance.openstack.org/tc/reference/project-testing-interface.html [2] http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html doc8 command is dropped from docs tox envs. So this affect nothing and run in PEP8. Related-Bug: #1765348 Depends-On: Icc7fe3a8f9716281de88825e9d5b2fd84de3d00a Change-Id: Idf9a16111479ccc64004eac9508da575822a3df5
-
- May 09, 2018
-
-
ghanshyam authored
hacking is not capped in g-r and it is in blacklist for requirement as hacking new version can break the gate jobs. Hacking can break gate jobs because of various reasons: - There might be new rule addition in hacking - Some rules becomes default from non-default - Updates in pycodestyle etc That was the main reason it was not added in g-r auto sync also. Most of the project maintained the compatible and cap the hacking version in test-requirements.txt and update to new version when project is ready. Bumping new version might need code fix also on project side depends on what new in that version. If project does not have cap the hacking version then, there is possibility of gate failure whenever new hacking version is released by QA team. Example of such failure in recent release of hacking 1.1.0 - http://lists.openstack.org/pipermail/openstack-dev/2018-May/130282.html Change-Id: I05790c5f946a4127fe6c8d9867cc618cb83d67fb
-
- Mar 15, 2018
-
-
OpenStack Proposal Bot authored
Change-Id: Ib440c05aa88fcacbe64aadc6e1f9fd38c47d2d57
-
- Mar 14, 2018
-
-
OpenStack Proposal Bot authored
Change-Id: I836b0d6e915c32074d8062b5914277497ec4f444
-
- Mar 10, 2018
-
-
OpenStack Proposal Bot authored
Change-Id: Ie6fd05b52592ad48fd7acbd6b7e9a6f48ffd1150
-
- Mar 06, 2018
-
-
OpenStack Proposal Bot authored
Change-Id: Ia9a7b76a9db4a149d9e0df16ac576ecd706df22b
-
- Jan 24, 2018
-
-
OpenStack Proposal Bot authored
Change-Id: If0f42f15d8a92ce77ec7988bc04f795d795e2d89
-
- Jan 17, 2018
-
-
OpenStack Proposal Bot authored
Change-Id: I6cf2fce6afbaea4bb8c63c1dd0acc61bf1cf477d
-
- Jan 16, 2018
-
-
OpenStack Proposal Bot authored
Change-Id: I68a1f61af30f5cc3b0604fb988cf773107891b11
-
- Nov 16, 2017
-
-
OpenStack Proposal Bot authored
Change-Id: Ica929fd8d3ef1972fec0daeb4ae2c00b9a9be3a0
-
- Sep 26, 2017
-
-
OpenStack Proposal Bot authored
Change-Id: I89264d20cf97bab69ac6fb970c0a770a3b53bfe0
-
- Sep 13, 2017
-
-
OpenStack Proposal Bot authored
Change-Id: Ia70a5296c557ec54cdb47a28b163c9365d03506e
-
- Sep 12, 2017
-
-
OpenStack Proposal Bot authored
Change-Id: I8d097af4a75bdc4225e0df04bfbdc555d1529aae
-
- Sep 06, 2017
-
-
OpenStack Proposal Bot authored
Change-Id: I87ab7673dd74d9275dc043eb556ce980d353b810
-
- Jul 27, 2017
-
-
OpenStack Proposal Bot authored
Change-Id: If20101daba52df4a41abe5e4606b317761bc936b
-
- Jul 14, 2017
-
-
OpenStack Proposal Bot authored
Change-Id: Iaa85ff659906b438ef80efc70b51ee8b82755ddd
-
- Jul 02, 2017
-
-
ZhongShengping authored
As part of the docs migration work[0] for Pike we need to switch to use the openstackdocstheme. [0]https://review.openstack.org/#/c/472275/ Change-Id: Id63951348211bdcb2b189455968bdfed40857815
-
- Jun 27, 2017
-
-
OpenStack Proposal Bot authored
Change-Id: I6bb90e40a4661663b2386506463dce4fb59018a8
-
- Jun 06, 2017
-
-
OpenStack Proposal Bot authored
Change-Id: Ife8a3f6acee02c4af965a044cba2074f36223cc3
-
- May 22, 2017
-
-
OpenStack Proposal Bot authored
Change-Id: I7e4c7fea9976dc854c212b0a2b79234fa73c1d1b
-
- May 15, 2017
-
-
OpenStack Proposal Bot authored
Change-Id: I14134cb07f7ca24ebb7e1c9a38f2d4f77cab3d73
-
- Apr 06, 2017
-
-
Mohammed Naser authored
With the split of kolla and kolla-ansible, it seems that this dependency was carried over as it is used when generating graphs for build sequences. This patch removes it as the build process is not part of this project anymore. Change-Id: I7fd59fe703c2f06c003c8acda15f2a06d3fd7f3f
-
Mohammed Naser authored
It seems that it was added back in Liberty where an effort was started to setup functional tests, however it is not used at the moment. This patch removes it from the list of dependencies. With time, Tempest should handle all integration checks. Change-Id: I9e1990e93abc6e3001f499ccc8d40b6104ed2d93
-
Mohammed Naser authored
It seems that it was added back in Liberty where an effort was started to setup functional tests, however it is not used at the moment. This patch removes it from the list of dependencies. With time, Tempest should handle all integration checks. Change-Id: Ieb3a000eda58dcb642cbd099273c91ad355bfb85
-
Mohammed Naser authored
It seems that it was added back in Liberty where an effort was started to setup functional tests, however it is not used at the moment. This patch removes it from the list of dependencies. With time, Tempest should handle all integration checks. Change-Id: I9dddd470db9dc42a6fa7dbe138c0c6189d8afdd7
-
- Mar 29, 2017
-
-
OpenStack Proposal Bot authored
Change-Id: Ie2ff57cb04d5f2331d22838d9a627900e5b1f8a2
-
- Feb 15, 2017
-
-
OpenStack Proposal Bot authored
Change-Id: If087141fbbef3339f49193cd1558e0d9a246b99d
-
- Jan 27, 2017
-
-
RobiJoe authored
* This patch moves the tox environment and deployment guide placeholder files introduced in https://review.openstack.org/#/c/422931 from the kolla/ repository to the kolla-ansible/repository * Remove or add content as needed Change-Id: I10cf4b5baaf7f7fed7df800194a0c326372a22fb
-
- Jan 16, 2017
-
-
Surya Prakash Singh authored
Enabled the cover environment for kolla-ansible in tox Change-Id: Ic9f0dbc14ff9f4ef3d82bd06eb58fc145cb121d9 Closes-bug: #1655948
-
- Dec 05, 2016
-
-
OpenStack Proposal Bot authored
Change-Id: I5052250825a19af3b1c123b5b2c343ed08e0eaa0
-
- Nov 27, 2016
-
-
OpenStack Proposal Bot authored
Change-Id: Id5ecdffc7fde0cd82a556162daef7179f069c901
-
- Nov 23, 2016
-
-
OpenStack Proposal Bot authored
Change-Id: Ia1befbc1e3bd54ba4dcc3655d39c4a5445782bbf
-
- Nov 02, 2016
-
-
OpenStack Proposal Bot authored
Change-Id: Ic327d1868341173ab182208cf5caedd27b937011
-
- Oct 19, 2016
-
-
OpenStack Proposal Bot authored
Change-Id: I1c6f4b4c5739ee54dd287ad0236e3bf4e44c164c
-
- Oct 12, 2016
-
-
Jeffrey Zhang authored
Graphviz is only helpful and used for developer. It is useless for deployment. So move it to test-requirements.txt file and warning users when he wants to save dependency feature. TrivialFix Change-Id: Id8de76baa6f1455ad032abe4738d9779cf0cc5a6
-