Commit Graph

144 Commits (6079828c2c30f58d1605bb06ef1a7fd1a95e88ff)

Author SHA1 Message Date
Doug Hellmann 6079828c2c import zuul job settings from project-config
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.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I24a04c9c63423d79504d79978638b8e403db098c
Story: #2003250
2018-08-03 17:55:08 -04:00
eeldill aa6138a726 Fix sphinx-docs job for stable branch
build-openstack-sphinx-docs jobs fail on stable branches due to the new
pip version 10 introduces some previously Warning as Error: in case of
calling "pip install" without any package name, the command fails.
tox_install.sh is called during docs job without any package passed to pip.

Change-Id: I391c779e4692d5de526dfda035843b8f5e267a75
2018-05-02 14:27:33 +02:00
OpenStack Proposal Bot 7d80407b43 Updated from global requirements
Change-Id: I218b8244035436536ba73861b2dd40703995cddb
2017-08-11 19:04:35 +00:00
OpenStack Release Bot e9414a4e9d Update UPPER_CONSTRAINTS_FILE for stable/pike
Change-Id: I04489ffcb3848b96acb167c9972da1f0245a0788
2017-07-28 21:05:53 +00:00
OpenStack Release Bot a99afcde9b Update .gitreview for stable/pike
Change-Id: I8dd92698614b5d5d1c793d1fd744b27eb49a860c
2017-07-28 21:05:53 +00:00
lingyongxu 1cb173e6a7 Switch from oslosphinx to openstackdocstheme
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: Ib35eb111e766b244d03eb9b52badb54d08efb07b
2017-07-06 09:28:56 +08:00
OpenStack Proposal Bot deaa0fe9c4 Updated from global requirements
Change-Id: Ib5c497bcd598a7cc942b68266185de7b4229e592
2017-06-27 12:20:45 +00:00
Jenkins 9605448df6 Merge "Remove pbr warnerrors in favor of sphinx check" 2017-06-12 13:10:18 +00:00
Vu Cong Tuan f9547d5c26 Remove pbr warnerrors in favor of sphinx check
This change removes the now unused "warnerrors" setting,
which is replaced by "warning-is-error" in sphinx
releases >= 1.5 [1].

[1] http://lists.openstack.org/pipermail/openstack-dev/
2017-March/113085.html

Change-Id: I59291198f7a216df2f5e5beb2915f48e5a26bd89
2017-06-12 08:48:29 +07:00
OpenStack Proposal Bot 12af45e849 Updated from global requirements
Change-Id: I0c939b738ffc5b687525edac8a3a46d5dbea3eb1
2017-06-10 21:47:16 +00:00
Jenkins 456bd685a6 Merge "Fix outdated quantumclient reference" 2017-06-05 02:31:16 +00:00
OpenStack Proposal Bot 46d9b321e4 Updated from global requirements
Change-Id: I040beaf33de74c24a195ef13175e8a6ccbd30882
2017-06-02 22:05:52 +00:00
Dirk Mueller 07d37b4ef3 Fix outdated quantumclient reference
the rename to neutronclient has been some time ago already. Also
the link was pointing to swift instead, which seems like an obvious
copy&paste mistake.

Change-Id: I2596e7500dedd01caa624377633754bf4a56fb48
2017-06-02 12:56:53 +02:00
Thomas Bechtold 9380c0cab9 Fix intersphinx mapping for neutron
quantum is long gone. Replace it with neutron.

Change-Id: I2e22798fc66712ffe8a87b61ca9083d9a3c6e35c
2017-05-29 19:03:25 +02:00
Javier Pena ef759e96d1 Fix doc build from tarball using eventlet>0.19.0
When subprocess is monkey-patched using eventlet, trying to catch
subprocess.CalledProcessError exception won't work [1]. This breaks
doc build from a tarball, so let's catch all exceptions.

[1] https://github.com/eventlet/eventlet/issues/357

Change-Id: Ibcf535c6e4994a67fc3ec71631a81ecb91dd2845
Closes-Bug: #1693148
2017-05-24 11:32:53 +02:00
OpenStack Proposal Bot 82420fe66b Updated from global requirements
Change-Id: I9f9eb8ad948a52ef7d5e41cb7eab227482347131
2017-05-17 03:57:04 +00:00
OpenStack Proposal Bot 9cd021f0bd Updated from global requirements
Change-Id: I3796dc1db17d753920b5848a5df556e26154b3da
2017-04-12 04:20:31 +00:00
OpenStack Proposal Bot a800d4c3df Updated from global requirements
Change-Id: Ia8a6ecd29abcf831019d00dccab2b09829929529
2017-03-02 17:51:35 +00:00
ricolin 625bcc6778 [Fix gate]Update test requirement
Since pbr already landed and the old version of hacking seems not
work very well with pbr>=2, we should update it to match global
requirement.
Partial-Bug: #1668848

Change-Id: I6b487922bde32b233eaffbcf76a94144bec06837
2017-03-02 18:15:11 +08:00
Beth Elwell b29dc2937e Amended dev documentation side navigation
Amended developer documentation side navigation to add an option for
clearly returning to the project developer documentation home page.
Previously it was possible to return to the home page by clicking
'table of contents' however this is not obvious and makes it hard
to get around the complete project documentation once you have left
the homepage.

This patch removes the link from 'table of contents' which is
misleading, and a link is added beneath this header to say 'Return
to project home page'.

Change-Id: I7cf96acead62f00224ca9217a80760b4a65d42d6
Closes-bug: #1666323
2017-02-22 09:47:38 -05:00
Doug Hellmann 2f8d5756fb add more clear guidelines for when using oslosphinx is appropriate
Based on the branding guidelines linked in this patch, projects that are
not officially under governance should not use the theme in most
circumstances.

Change-Id: Id6ded25a20965803ddbca0c2e587d3f4c476168f
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-02-15 11:58:32 -05:00
OpenStack Proposal Bot 63b3002737 Updated from global requirements
Change-Id: I159de927d5f63b363a1e643c661f8f19b386cb4a
2017-02-11 17:50:49 +00:00
OpenStack Proposal Bot dced1da347 Updated from global requirements
Change-Id: Ic6ad4e5907f8f8d67f349396ecfdedf64740cbde
2017-02-10 05:58:09 +00:00
gengchc2 47b6f688ab Use https instead of http for git.openstack.org
Trivialfix

Change-Id: I5277e07ec42762c06a41d9efe4c6038a9fefb6ef
2017-02-07 10:38:19 +08:00
OpenStack Release Bot 63dda5e0da Update reno for stable/ocata
Change-Id: I261b16afd4f59737dd096fce24a582fa6ccb071a
2017-01-20 19:16:10 +00:00
Eric Brown a45542eadb Remove references to Python 3.4
Now that there exists only a gate job for Python 3.5 and not 3.4,
we should remove those references to the 3.4 that is untested.

Change-Id: I5ca7599f52f2f091c15decce324799a5502ed144
2017-01-17 10:39:15 -08:00
Tony Breeds 8d1cf4f0d8 Add Constraints support
Adding constraints support to libraries is slightly more complex than
services as the libraries themselves are listed in upper-constraints.txt
which leads to errors that you can't install a specific version and a
constrained version.

This change adds constraints support by also adding a helper script to
edit the constraints to remove oslosphinx.

Change-Id: I3daafcf22e2d9a1cd73d389debe3b27eccc91910
2016-12-20 14:34:44 +11:00
OpenStack Proposal Bot a5271974a2 Updated from global requirements
Change-Id: I856b99d980fb4354b7ed8927b70949b8144b46d5
2016-12-02 05:12:39 +00:00
Flavio Percoco f97e6b3a80 Show team and repo badges on README
This patch adds the team's and repository's badges to the README file.
The motivation behind this is to communicate the project status and
features at first glance.

For more information about this effort, please read this email thread:

http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html

To see an example of how this would look like check:

b'https://gist.github.com/4db6463001a25510a067b42a3cdf1033\n'

Change-Id: Ibdf60d28bb56c4372a9d8ac76ee3a8196c164523
2016-11-25 13:08:34 +01:00
OpenStack Proposal Bot 07323255f9 Updated from global requirements
Change-Id: I51daf01c62c18a5abb54d431959d6dabd50c3dd9
2016-11-09 04:23:13 +00:00
ChangBo Guo(gcb) e585ff0d86 Add reno for release notes management
The release management team have indicated this is their preferred way
to collect release notes in future.

Closes-Bug: #1634356

Change-Id: I1b07a37eaa57c0f1767a534c6208d62d572a80a4
2016-11-03 14:53:58 +08:00
Jenkins b82f250c2f Merge "Support more notice blocks like important, tip and caution" 2016-10-02 00:36:59 +00:00
OpenStack Proposal Bot f57e2e560a Updated from global requirements
Change-Id: I1cba85e6d8e8a794dae682f39216424402f5a7c3
2016-09-28 16:59:58 +00:00
avnish 030f9ba7bc Update homepage with developer documentation page
Change-Id: I67395d3b1396d177c58c7c0e509455251df97cf5
2016-09-21 15:29:53 +05:30
Akihiro Motoki c6b55af713 Support more notice blocks like important, tip and caution
Sphinx supports various notice blocks but the oslosphinx theme
does support only warning and note. openstackdoctheme used by
openstack-manuals project supports 'important', 'tip' and 'caution'
blocks. It would be nice if oslosphinx support these notices.
It reduces confusions on contributors to both types of projects.

Change-Id: I3e1db551b05fa681520763c24e2576f9ad5379d8
2016-09-15 20:32:27 +09:00
Ondřej Nový 5c765d5561 Fixed AttributeError: 'str' object has no attribute 'decode'
When git cmd fails, raw_version_list is set to empty 'str' and then
we are trying to decode it. This patch moves decoding inside try/catch
block, so we are decoding return value of subprocess call, which is bytes
in Python 3.

Change-Id: Ibd2f556355a6413beb21473ebfca3b836cbc1d73
2016-07-17 17:32:12 +02:00
David Stanek 3bcdfc6b77 Allow "Other Versions" section to be configurable
Adds a new option that allows the "Other Versions" section to be removed
if a project isn't interested in showing links to older versions. The
default value is False which means that it will be hidden.

Even though the setting is not backward compatible there are enough
broken documentation links in the OpenStack projects that this should be
opt-in behavior.

Change-Id: Ic4b47b19aa9db38557c37aed7722174b7dbdf4a1
Closes-Bug: #1599260
2016-07-12 16:18:39 +00:00
Jenkins dc8baacfbd Merge "fix other versions sidebar links" 2016-07-12 15:20:41 +00:00
OpenStack Proposal Bot e2ded8e307 Updated from global requirements
Change-Id: Icaf8086589d629798108ead9e1c57e3d1a19cae4
2016-06-21 18:04:46 +00:00
John Dickinson 3fc15a50f6 fix other versions sidebar links
Make the first one link to the current docs and the others
link with the appropriate prefix.

Filtered out previous versions that include "rc".

The number of versions is kept at 5 (current + 4 recent).

Closes-Bug: #1589731
Change-Id: I3a2e219913fc2c89634bcc2a757ccb4d3510883a
2016-06-20 23:07:17 +01:00
Joshua Harlow d901a7bd61 Subprocess returns bytes in py3
When later used the current code will break in
python3 due to:

TypeError: 'str' does not support the buffer
           interface

Change-Id: I11572dd510ce8255ed66de56d5d9000755f7fee2
2016-06-01 16:46:04 -07:00
OpenStack Proposal Bot c327f858e6 Updated from global requirements
Change-Id: Ie5922a24122950c6ab82637d818bdac284a469f2
2016-05-17 14:09:18 +00:00
John Dickinson 75cfb9f93b add recent versions links to sidebar
The last five tags (that start with a number) are used as version
numbers and linked to. This updates the sphinx extension so that
every user of the theme gets this info automatically with no need
to update the conf.py on a per-project basis.

Change-Id: I9bf17872bd23bed3cab9b5e2349d615c7001cb66
2016-05-09 14:35:20 -07:00
Eric Brown 8084f2a468 Add version and download badges to README
All the other oslo libraries contain such badges, so might as well
add to oslosphinx too.

Change-Id: I23fa8dc4619940896fb25af39325f076f4dd3e49
2016-02-03 14:49:50 -08:00
Brant Knudson 7de9722551 Correct project source guessing for OpenStack
The links to the project source in all the developer docs are
incorrect. The link for keystone is like

 http://git.openstack.org/cgit/p/openstack/keystone

when it should be

 http://git.openstack.org/cgit/openstack/keystone

See the link to "Project Source" on the left on
http://docs.openstack.org/developer/keystone/ for example.

Also, developers sometimes use a ".git" URL when they clone so
strip off the .git.

Change-Id: I8e7620119a169e3322d602ea633303cf9f941605
2016-02-02 08:56:12 -06:00
OpenStack Proposal Bot 6903e98bfb Updated from global requirements
Change-Id: I086cc0a93b00abc16c2bf9aa03a95d23c8455d44
2016-01-16 03:31:36 +00:00
OpenStack Proposal Bot b73bfc5cc9 Updated from global requirements
Change-Id: Ifb3265b0f0849e5e9aac97574ae457a4e4415130
2015-12-15 18:16:34 +00:00
Jenkins 422df5892c Merge "Deprecated tox -downloadcache option removed" 2015-12-14 05:03:36 +00:00
Ondřej Nový bd5fad6e3f Deprecated tox -downloadcache option removed
Caching is enabled by default from pip version 6.0

More info:
https://testrun.org/tox/latest/config.html#confval-downloadcache=path
https://pip.pypa.io/en/stable/reference/pip_install/#caching

Change-Id: Ic8aa835bbc689246afa8fa8ebd9420c1bb1327a9
2015-12-11 21:23:20 +01:00
sonu.kumar ea01f15dfe Removes MANIFEST.in as it is not needed explicitely by PBR
This patch removes `MANIFEST.in` file as pbr generates a sensible
manifest from git files and some standard files and it removes
the need for an explicit `MANIFEST.in` file.

Change-Id: I38b985cc915cbccfa6ba83ae0cffbd72128f146e
2015-12-11 16:25:34 +05:30