summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup the retired repoHEADmasterGhanshyam Mann2020-08-051-0/+4
| | | | | | | | | | | | This repo is not properly retired. Retired repos can only have two files: - README.rst - gitreview To cleanup the retirement of this repo, keeping these two files only and removing the other remaining files if there is any. Detail: https://etherpad.opendev.org/p/tc-retirement-cleanup Change-Id: Idc9f726e4114efdbe4834277c9fea140f176d91f
* Remove dot files as wellAndreas Jaeger2016-06-026-52/+2
| | | | | | | | | | | | | Remove all of the files except the README - including dot files - for retiring of the repo. For details, see: http://docs.openstack.org/infra/manual/drivers.html#remove-project-content Also, update README.rst for this so that the checkout instructions are correct. Change-Id: I7411e4ebcaa9f55869a4976d8ca6801ed6a3290a
* Farewell oslo-incubatorChangBo Guo(gcb)2016-06-0151-2775/+10
| | | | | | | We need remove all of the files except the README as required by: http://docs.openstack.org/infra/manual/drivers.html#remove-project-content Change-Id: Ib008533ba1c5be809f4b6ae3f60e9537e022d923
* Fix doc build if git is absentThomas Bechtold2016-04-131-5/+10
| | | | | | | | | When building packages if git is absent, then we should not set html_last_updated_fmt. It can still be set via the -D switch when building with sphinx-build. Change-Id: Ibbfb81955e5e68553af551baeb17d4facd988e5c Closes-Bug: #1552251
* Merge "Fixing the deprecated library function."Jenkins2016-01-271-2/+6
|\
| * Fixing the deprecated library function.Harshada Mangesh Kakad2015-12-311-2/+6
| | | | | | | | | | | | | | | | os.popen() is deprecated since version 2.6. Resolved with use of subprocess module. Change-Id: I98322d0644cad26f8c130bb01544ba5eef84d8a3 Partial-Bug: #1529836
* | fix the clone script for the updated gerritDoug Hellmann2015-12-231-1/+1
|/ | | | | | | | gerrit now includes All-Users as one of the projects in the ls-projects output, but that doesn't seem to be a real project so filter only on things that actually have "openstack" at the start of the name. Change-Id: I1c1281a5e502dd40f770c7d6ce4b06604c680137
* remove python 2.6 trove classifierDoug Hellmann2015-12-231-1/+0
| | | | | | | OpenStack projects are no longer being tested under Python 2.6, so remove the trove classifier implying that this project supports 2.6. Change-Id: Ie21933f3d88b152af324ce7d386a9320309b1e8c
* Follow up for clean up oslo-incubator codeChangBo Guo(gcb)2015-12-1616-937/+3
| | | | | | | | | | | | | | We clean up oslo-incubator in 90ae25e38915cc502d9e9c52d59e8fb668a72ae1, There are some obsolete things to clean. * Remove api maintainers file and check script * Remove sync tool with copy code to other openstack project. * Remove graduate script * remove section entry_points in setup.cfg * Clean test related stuff in tox.ini * Remove requirements.txt/test-requirements.txt Change-Id: If79def1607c81a51f3e7e607620fae3995c79358
* Updated from global requirementsOpenStack Proposal Bot2015-12-151-2/+2
| | | | Change-Id: I7972e1cf396df8168000b4b6e7e1add2c0d51214
* remove py26 handling from install_venv filesSteve Martinelli2015-12-152-8/+0
| | | | | | | we don't use py26 in our testing and CI any longer, we no longer need to keep code to check specifically for py26. Change-Id: If5071a3816c6d6bc0dcb1508080659c9207e2519
* Merge "Add new core analyzer script that can be called from ↵Jenkins2015-12-142-6/+168
|\ | | | | | | 'analyze-oslo.sh' script"
| * Add new core analyzer script that can be called from 'analyze-oslo.sh' scriptJoshua Harlow2015-11-172-6/+168
| | | | | | | | Change-Id: I7aefdb21abe299b70eb3bd41ed2889b30318848d
* | Updated from global requirementsOpenStack Proposal Bot2015-12-111-1/+1
| | | | | | | | Change-Id: Idd2c840a2b3d9fb939b5450c40cea2cbf0302edb
* | Merge "Cleaning up code in oslo-incubator"Jenkins2015-11-3054-4714/+0
|\ \
| * | Cleaning up code in oslo-incubatorDavanum Srinivas2015-11-2554-4714/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Filed reviews with all consuming projects with the last changes from oslo-incubator * We've switched off all CI tests for oslo-incubator * Notified folks on openstack-dev Let's wrap it up! Thanks to everyone who have contributed to moving things out of oslo-incubator into libraries Change-Id: Ibc5a8f11c6e5c308cec15a60eeb07a898254f9b7
* | | Updated from global requirementsOpenStack Proposal Bot2015-11-271-2/+2
|/ / | | | | | | Change-Id: I2a388a7952ef92745c38fbd39a905c0f3521b188
* | Updated from global requirementsOpenStack Proposal Bot2015-11-192-2/+2
| | | | | | | | Change-Id: Ia3ab86b1f97e4c4a86fbb62897cf992cd9349eaa
* | Updated from global requirementsOpenStack Proposal Bot2015-11-181-1/+1
|/ | | | Change-Id: I278efc5b202574c805d75a66c3bf87160695ab27
* Merge "Add a new core recruit tool/template/script"Jenkins2015-11-171-0/+70
|\
| * Add a new core recruit tool/template/scriptJoshua Harlow2015-11-111-0/+70
| | | | | | | | Change-Id: Ie159ff77bc48c1209d066f9342cb9ee2405985ea
* | Updated from global requirementsOpenStack Proposal Bot2015-11-171-1/+1
| | | | | | | | Change-Id: Ia9e2e7bea71bfa46b8ad7dcec4224697de83aa56
* | Merge "Add a tool that can extract author information for oslo projects"Jenkins2015-11-131-0/+93
|\ \
| * | Add a tool that can extract author information for oslo projectsJoshua Harlow2015-11-021-0/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This script will download the oslo repositories and then create a per project html report with authorship information about each project (which can then be viewed in your favorite web browser). This will be used to see who could be a new oslo core recruit(s) as core reviewers, or just as general useful things to know... Change-Id: I780e39e353b06cadc1023bafe165b398e3f5a5d4
* | | Updated from global requirementsOpenStack Proposal Bot2015-11-112-2/+2
| |/ |/| | | | | Change-Id: I3ebc963c4f74cb450bc6ecb9838c92bd17a76267
* | Merge "Remove deprecated `apiclient'"Jenkins2015-11-1114-3045/+0
|\ \
| * | Remove deprecated `apiclient'Julien Danjou2015-11-1014-3045/+0
| | | | | | | | | | | | | | | | | | | | | This has been deprecated for a while and there are better alternative (keystoneauth1 and cliff) to deal with that. Change-Id: I2020d73fa9cedb3b3b87c1d8dbc8d437857ec7c2
* | | tests: remove unused testmodsJulien Danjou2015-11-108-153/+0
|/ / | | | | | | | | | | | | This was old test files used by pre-oslo.config code. Not useful anymore. Change-Id: I3617c6fbe7d079dc783b4f752aeaa65d920ffcd1
* | Correct a typoLin Tan2015-11-031-1/+1
| | | | | | | | | | | | Correct a typo in print_list comments Change-Id: I92bdf7681b8c36a1be299b3f7116cae0328efa1a
* | Updated from global requirementsOpenStack Proposal Bot2015-10-231-2/+2
| | | | | | | | Change-Id: Ia42a2c8c049d9c588ce4c3c9a153ef27caa2561f
* | Merge "Adjust script to skip tests if directory not present"Jenkins2015-10-231-2/+4
|\ \
| * | Adjust script to skip tests if directory not presentDavanum Srinivas2015-10-201-2/+4
| | | | | | | | | | | | | | | Closes-Bug: #1507683 Change-Id: Ifcba3584ba769f5be4309e5a357947cfe8f08d62
* | | Merge "Remove quotes from subshell call in bash script"Jenkins2015-10-221-1/+1
|\ \ \
| * | | Remove quotes from subshell call in bash scriptZhao Lei2015-09-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Always no quotes for $() statement. We don't need quotes to hold blanks in result: # i=$(echo 1 2 3) # echo $i 1 2 3 # These quotes can make something wrong in some case: # i=$(echo '!') # # i="$(echo '!')" -bash: !: event not found # No real problem for current code, only to use a better code style. Change-Id: I3c87987d3b992c8363ef236a04ae6e35c1315535 Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
* | | | Updated from global requirementsOpenStack Proposal Bot2015-10-191-1/+1
| |/ / |/| | | | | | | | Change-Id: I5cdfa0c1dba3f5197d08b84739459b09d5aa16da
* | | Updated from global requirementsOpenStack Proposal Bot2015-10-161-1/+1
| | | | | | | | | | | | Change-Id: I3956b026a77b42a9bdaf5c7156484a64ccb24f5c
* | | Updated from global requirementsOpenStack Proposal Bot2015-10-091-1/+1
| |/ |/| | | | | Change-Id: I56304a7bfdbd73e8a6cb13e5b0c832799f34ddae
* | Merge "Improve error messaging for accessing review.o.o"Jenkins2015-10-081-0/+12
|\ \
| * | Improve error messaging for accessing review.o.oRonald Bradford2015-09-291-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the default OS user id does not match your gerrit username you receive a blanket permission denied error message if retrieving the list of gerrit projects fails. This attempts to better identify the username, and provide a more meaningful error message if the list projects function fails. Change-Id: Ib05d3e7e4d772f42ad94d362bf34b4a36fc5cceb
* | | Sort keys in table output in print_dictMatt Riedemann2015-10-072-1/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | We should sort the keys on the print_dict output because (1) it's prettier and (2) it makes the output deterministic so we can reliably test it. Change-Id: Ifaecb249a11705ce38516642469653f091463c7a Partial-Bug: #1503841
* | | Allow specifying a table header for the value column in print_dictMatt Riedemann2015-10-072-2/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If you can provide a customer header label for the property (first) column in the print_dict output you should also be able to provide a customer header label for the value (second) column. Partial-Bug: #1503841 Change-Id: Iaa96b80249389fdf12ffbaf84073debebca4b5a4
* | | Merge "Change ignore-errors to ignore_errors"Jenkins2015-09-251-1/+1
|\ \ \
| * | | Change ignore-errors to ignore_errorsMonty Taylor2015-09-211-1/+1
| | |/ | |/| | | | | | | | | | | | | Needed for coverage 4.0 Change-Id: I59095c85d4b00d99f2c4183898070fa330d85b1a
* | | Add dashboard for the documentation sprintDoug Hellmann2015-09-241-0/+28
|/ / | | | | | | Change-Id: Ib52125a4c7c2927cfa0ce1ac9fc610e931611896
* | Updated from global requirementsOpenStack Proposal Bot2015-09-172-2/+2
| | | | | | | | Change-Id: Icb46cfdb4f3d1416c3916d088d77485354286434
* | Updated from global requirementsOpenStack Proposal Bot2015-09-151-1/+1
| | | | | | | | Change-Id: I6d7cfc6651f4552847d764c663c6c544c02acf7a
* | Formally deprecate the memorycache moduleMatt Riedemann2015-09-142-0/+7
|/ | | | | | | | | | | In change I97dcd55838941de4bf31aa84b4af7b2cb8e4f116 it was pointed out that memorycache is deprecated and people should be moving onto using the oslo.cache library. This change uses debtcollector to log an actual deprecation warning for those using the memorycache module at runtime. Change-Id: Ib013c7b6586860944268b9eec41c6ae003f5e0c8
* Updated from global requirementsOpenStack Proposal Bot2015-08-281-1/+1
| | | | Change-Id: Ib67a7d0b9e0257a9d17e82e43d54a6f6f3158ee5
* Updated from global requirementsOpenStack Proposal Bot2015-08-271-1/+1
| | | | Change-Id: Ia998d0f475e604846076052467d792c3912375a3
* Updated from global requirementsOpenStack Proposal Bot2015-08-261-1/+1
| | | | Change-Id: I42293691fed7662d1f4ca666c9bc7723c9b5f522