- 23 Aug, 2019 2 commits
-
-
Corey Bryant authored
This is a mechanically generated patch to ensure unit testing is in place for all of the Tested Runtimes for Train. See the Train python3-updates goal document for details: https://governance.openstack.org/tc/goals/train/python3-updates.html Change-Id: Ic7dadf1689a58382ec5e928a98acb7b537e1a7be Story: #2005924 Task: #34203
-
Zane Bitter authored
This is broken in Python 3.7 due to PEP479. Change-Id: Ia62d369dbf493d078e35e6bd911368becbd0ceff
-
- 25 Jul, 2019 1 commit
-
-
Andreas Jaeger authored
The api documentation is now published on docs.openstack.org instead of developer.openstack.org. Update all links that are changed to the new location. Note that redirects will be set up as well but let's point now to the new location. For details, see: http://lists.openstack.org/pipermail/openstack-discuss/2019-July/007828.html Change-Id: I4c2ebfc809dd037ad1388ed5fe6398859ab0915b
-
- 19 Apr, 2019 1 commit
-
-
OpenDev Sysadmins authored
This commit was bulk generated and pushed by the OpenDev sysadmins as a part of the Git hosting and code review systems migration detailed in these mailing list posts: http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html Attempts have been made to correct repository namespaces and hostnames based on simple pattern matching, but it's possible some were updated incorrectly or missed entirely. Please reach out to us via the contact information listed at https://opendev.org/ with any questions you may have.
-
- 03 Apr, 2019 1 commit
-
-
Yumeng_Bao authored
Change-Id: I5ffe8a83924de0d9c160ef3a0ed9295ca36cf5e3
-
- 19 Mar, 2019 1 commit
-
-
Li Liu authored
Change-Id: I580af61d08c551061d86315ca1329fd4736fe655
-
- 25 Oct, 2018 1 commit
-
-
Yumeng_Bao authored
Change-Id: I210b0a44500787c0a800e039468aaf96e13f9325 Story: #2004172 Task: #27654
-
- 24 Aug, 2018 3 commits
- 22 Aug, 2018 4 commits
-
-
Nguyen Hai authored
This is a mechanically generated patch to add a unit test job running under Python 3.6 as part of the python3-first goal. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: Iaf62d79e27beb2a9ae32944be69b1b19763f0c53 Story: #2002586 Task: #24291
-
Nguyen Hai authored
This is a mechanically generated patch to switch the documentation jobs to use the new PTI versions of the jobs as part of the python3-first goal. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: I17d57f1b8b2f01a3fac097a5d7e09c04dae2854c Story: #2002586 Task: #24291
-
Nguyen Hai authored
This is a mechanically generated patch to complete step 1 of moving the zuul job settings out of project-config and into each project repository. Because there will be a separate patch on each branch, the branch specifiers for branch-specific jobs have been removed. Because this patch is generated by a script, there may be some cosmetic changes to the layout of the YAML file(s) as the contents are normalized. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: Icc87bb38793a2419ebb18765c2ebe4110cc2ac8c Story: #2002586 Task: #24291
-
OpenStack Release Bot authored
Change-Id: Idcc01ac526072552a7b430108106f4d1589e2f3c
-
- 19 Aug, 2018 1 commit
-
-
Zuul authored
-
- 14 Aug, 2018 1 commit
-
-
wangzh21 authored
1.Remove the wrong document 2.Update env api version Change-Id: Ieb88341a636a0d77d64986aff5a09eca05746fe7
-
- 07 Aug, 2018 1 commit
-
-
wangqi authored
According to official site, https://packaging.python.org/guides/analyzing-pypi-package-downloads/ PyPI package download statistics is no longer maintained and thus should be removed. Change-Id: I456b482729ed7e200dfa0f390058ddffeb304932
-
- 02 Aug, 2018 1 commit
-
-
wangzh21 authored
1.Cyborg should support filtering queries. This patch is the implementation of client. 2.Add UT for cyborgclient. Change-Id: Ia4a98be93f2a32e7e818d4831a24652c78b97788
-
- 27 Jul, 2018 1 commit
-
-
wangzh21 authored
1. Replace /v1/deployables with /v1/accelerators/deployables. 2. Replace base_url with api_name. 3. Fix update body. Change-Id: I82bab30d4d880580755e176f751fd5a075975232
-
- 26 Jul, 2018 1 commit
-
-
Xinran WANG authored
Change-Id: I063ed2f18c30cefd0e98c857ef48bea8ba87c532
-
- 15 Jul, 2018 1 commit
-
-
Zuul authored
-
- 13 Jul, 2018 1 commit
-
-
Xinran WANG authored
In order to let other services call cyborg API through cyborgclient, it should always pass the auth info. Change-Id: I4a078259c9105d9295d3bc75d4230b6bbded57c9
-
- 12 Jul, 2018 1 commit
-
-
Doug Hellmann authored
We want to default to running all tox environments under python 3, so set the basepython value in each environment. We do not want to specify a minor version number, because we do not want to have to update the file every time we upgrade python. We do not want to set the override once in testenv, because that breaks the more specific versions used in default environments like py35 and py36. Change-Id: I766b8f8d86735669e0f5a1aa1545fda72e5712ca Signed-off-by:Doug Hellmann <doug@doughellmann.com>
-
- 16 May, 2018 1 commit
-
-
Shaohe Feng authored
Include osc and httpclient lib codes. In order to avoid reinvent the wheel, most of libs leverage other openstack projects. Use this command to list accelerators: # openstack accelerator list ref: 1. osc plugin https://docs.openstack.org/python-openstackclient/latest/contributor/plugins.html# Change-Id: I90e39267eca3e91ce30807e00525cf637211e29d
-
- 12 Apr, 2018 1 commit
-
-
Shaohe Feng authored
This patch initializes cyborgclient repository using cookiecutter template[1] [1]: https://docs.openstack.org/infra/manual/creators.html#preparing-a-new-git-repository-using-cookiecutter Change-Id: I65b979f99a675d1fed48226cdf8dd5efb18750e0
-
- 27 Mar, 2018 1 commit
-
-
OpenStack Project Creator authored
-