summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* OpenDev Migration Patchocata-eolstable/ocataOpenDev Sysadmins2019-04-191-1/+1
| | | | | | | | | | | | | | | 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.
* import zuul job settings from project-configDoug Hellmann2018-08-031-0/+15
| | | | | | | | | | | | | | | 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: Ieb95f99c33ac08b3acec1f35e700847a81df1a50 Story: #2003250
* Fix sphinx-docs job for stable brancheeldill2018-05-021-0/+5
| | | | | | | | | 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
* Updated from global requirementsocata-em4.10.1OpenStack Proposal Bot2017-05-151-1/+1
| | | | Change-Id: I7c6b3df628b4875e7a96d5da7eeefddb345f3758
* Updated from global requirementsOpenStack Proposal Bot2017-03-091-1/+1
| | | | Change-Id: Ic49bba0c0230cc4aafc090581e7477c7e885d76a
* Update UPPER_CONSTRAINTS_FILE for stable/ocataOpenStack Release Bot2017-01-201-1/+1
| | | | Change-Id: I3232130ef4cdb459b88ea94bf31e07b381615584
* Update .gitreview for stable/ocataOpenStack Release Bot2017-01-201-0/+1
| | | | Change-Id: I62a8808b8f8303930f8e666a7c73148cb76058d7
* Remove references to Python 3.44.10.0Eric Brown2017-01-171-1/+1
| | | | | | | 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
* Add Constraints supportTony Breeds2016-12-202-1/+36
| | | | | | | | | | | | 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
* Updated from global requirementsOpenStack Proposal Bot2016-12-021-1/+1
| | | | Change-Id: I856b99d980fb4354b7ed8927b70949b8144b46d5
* Show team and repo badges on READMEFlavio Percoco2016-11-251-0/+9
| | | | | | | | | | | | | | | | 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
* Updated from global requirements4.9.0OpenStack Proposal Bot2016-11-091-1/+1
| | | | Change-Id: I51daf01c62c18a5abb54d431959d6dabd50c3dd9
* Add reno for release notes managementChangBo Guo(gcb)2016-11-039-0/+298
| | | | | | | | | The release management team have indicated this is their preferred way to collect release notes in future. Closes-Bug: #1634356 Change-Id: I1b07a37eaa57c0f1767a534c6208d62d572a80a4
* Merge "Support more notice blocks like important, tip and caution"4.8.0Jenkins2016-10-023-2/+50
|\
| * Support more notice blocks like important, tip and cautionAkihiro Motoki2016-09-153-2/+50
| | | | | | | | | | | | | | | | | | | | 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
* | Updated from global requirementsOpenStack Proposal Bot2016-09-281-1/+1
| | | | | | | | Change-Id: I1cba85e6d8e8a794dae682f39216424402f5a7c3
* | Update homepage with developer documentation pageavnish2016-09-211-1/+1
|/ | | | Change-Id: I67395d3b1396d177c58c7c0e509455251df97cf5
* Fixed AttributeError: 'str' object has no attribute 'decode'Ondřej Nový2016-07-171-3/+2
| | | | | | | | | 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
* Allow "Other Versions" section to be configurable4.7.0David Stanek2016-07-123-2/+20
| | | | | | | | | | | | | 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
* Merge "fix other versions sidebar links"Jenkins2016-07-122-5/+10
|\
| * fix other versions sidebar linksJohn Dickinson2016-06-202-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | Updated from global requirements4.6.0OpenStack Proposal Bot2016-06-211-1/+1
|/ | | | Change-Id: Icaf8086589d629798108ead9e1c57e3d1a19cae4
* Subprocess returns bytes in py34.5.0Joshua Harlow2016-06-011-0/+2
| | | | | | | | | | When later used the current code will break in python3 due to: TypeError: 'str' does not support the buffer interface Change-Id: I11572dd510ce8255ed66de56d5d9000755f7fee2
* Updated from global requirements4.4.0OpenStack Proposal Bot2016-05-171-1/+1
| | | | Change-Id: Ie5922a24122950c6ab82637d818bdac284a469f2
* add recent versions links to sidebarJohn Dickinson2016-05-092-0/+25
| | | | | | | | | 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
* Add version and download badges to README4.3.0Eric Brown2016-02-031-0/+8
| | | | | | | All the other oslo libraries contain such badges, so might as well add to oslosphinx too. Change-Id: I23fa8dc4619940896fb25af39325f076f4dd3e49
* Correct project source guessing for OpenStackBrant Knudson2016-02-021-1/+4
| | | | | | | | | | | | | | | | | | | 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
* Updated from global requirementsOpenStack Proposal Bot2016-01-162-4/+4
| | | | Change-Id: I086cc0a93b00abc16c2bf9aa03a95d23c8455d44
* Updated from global requirements4.2.0OpenStack Proposal Bot2015-12-151-1/+1
| | | | Change-Id: Ifb3265b0f0849e5e9aac97574ae457a4e4415130
* Merge "Deprecated tox -downloadcache option removed"Jenkins2015-12-141-1/+0
|\
| * Deprecated tox -downloadcache option removedOndřej Nový2015-12-111-1/+0
| | | | | | | | | | | | | | | | | | | | 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
* | Removes MANIFEST.in as it is not needed explicitely by PBRsonu.kumar2015-12-111-4/+0
|/ | | | | | | | 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
* Use proper decode function name.briancurtin2015-12-081-1/+1
| | | | | | os.fdecode is not a real thing, os.fsdecode is. Change-Id: I20b3b6d15b7d5775e1f6f97190d9acc62ca3a4ca
* trap errors from git not being present4.1.0Doug Hellmann2015-12-011-1/+2
| | | | | | | | | subprocess raises OSError if the command it is asked to run isn't found, so trap that as well as the subprocess-specific error we were already catching. Change-Id: Ieb9c7f3ccc307250847104a7f97cfa28603fcf5d Closes-Bug: #1521541
* Updated from global requirementsOpenStack Proposal Bot2015-11-271-1/+1
| | | | Change-Id: I97cb7c94fb4d2b23a289fd05ed5e1060a064118a
* Fix a string vs bytes issue in _guess_cgit_linkCyril Roelandt2015-11-231-0/+3
| | | | | | | | | subprocess.check_output returns bytes, so we end up using '+' on a text string (CGIT_BASE) and bytes (the output of parsed.path) in _guess_cgit_link. Make sure we decode 'git_remote' in Python 3. Change-Id: I9e846e2192ead41ca2328b8aa20994742096c51e Closes-Bug: #1517525
* Remove Python 2.6 classifier4.0.0ChangBo Guo(gcb)2015-11-171-1/+0
| | | | | | | | We have decided to remove Python 2.6 support, this commit removes Python 2.6 classifier before dropping any Python 2.6 support in code. Change-Id: I31d54e5fb1f18e49df42fef2863e70af6b2fdea1
* Merge "cleanup tox.ini"Jenkins2015-11-171-4/+0
|\
| * cleanup tox.iniDavanum Srinivas2015-11-161-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | * Remove usedevelop : only needed when skipsdist is set to True * Remove install_command : We can just use the default, we don't need to override * Remove setenv : We can just use the default as we don't need any extra environment variables * sitepackages : default is already false Change-Id: Id13307a8f7c21496e1d5aad20cd9e2146b8f2fbd
* | fix html context event handler3.4.1Doug Hellmann2015-11-171-1/+1
|/ | | | | | | | The event handler should return a replacement template *name* or None. Since we don't want to change the template, return None. Change-Id: I3012ad22505230c488aa4babbd4141d903b7ab0d Closes-Bug: 1516834
* add config option to point to the cgit browser3.4.0Doug Hellmann2015-10-163-14/+33
| | | | | | | | Add a configuration option to let projects set the URL to the cgit browser for their source. Still try to guess at the location based on our git URL. Change-Id: I11455f8a137a029c28a864eb555f69f6c282840b
* fix html-page-context event handler3.3.1Doug Hellmann2015-10-121-1/+0
| | | | | | | | | The event handler should return a string if it wants to replace the template, but should otherwise return None and update the context in place. Change-Id: Ic4b19c7d19eda866ba139913cf817c99a65c8c08 Closes-Bug: #1505311
* Updated from global requirements3.3.0OpenStack Proposal Bot2015-10-091-1/+1
| | | | Change-Id: Ib8e15a9f3da8800687d4244540b7a8aa902e5d14
* No need for Oslo Incubator SyncDavanum Srinivas2015-10-041-4/+0
| | | | | | | We can remove openstack-common.conf as we don't sync any code from oslo-incubator any more. Change-Id: I600132f6c59bc8adf06c1edbe488fba0d5ee795b
* Make urlparse import Python3-compatibleJavier Pena2015-09-282-2/+3
| | | | | | | | | urlparse moved to urllib.parse, so the current code fails in Python3. Using six to ensure compatibility. Related-Bug: #1426898 Change-Id: I9297c886dcc361238e942cb8162f589072001094
* Merge "Titles in table of contents continue into the page"Jenkins2015-09-252-2/+15
|\
| * Titles in table of contents continue into the pageTHOMAS J. COCOZZELLO2015-09-252-2/+15
| | | | | | | | | | | | | | | | | | | | In the table of contents the titles are covering words in the page, this won't be a problem but the directories that are in the table of contents are considered 1 word so it does not word wrap automatically Change-Id: I763aa1ba4418be1ea70d1ff48a321971630ec6e4 Closes-Bug: 1498654
* | Fix subprocess exception nameJavier Pena2015-09-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | https://review.openstack.org/227299 added code using subprocess.CheckedProcessException, which does not exist. From the Python documentation, it should be subprocess.CalledProcessError [1] [1] - https://docs.python.org/2/library/subprocess.html#subprocess.CalledProcessError Change-Id: I0e03f048a33b1b919e38d22038650a633b8ac5fd
* | Merge "add link to project source in navigation sidebar"Jenkins2015-09-252-0/+33
|\ \
| * | add link to project source in navigation sidebarDoug Hellmann2015-09-242-0/+33
| |/ | | | | | | | | Change-Id: I841f0e63259d6b79c55b223c8e7266c8520a668d Closes-Bug: #1426898