summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge "Implements import_group"Jenkins2013-02-090-0/+0
|\ \ \
* \ \ \ Merge "Update HACKING.rst per recent changes"Jenkins2013-02-090-0/+0
|\ \ \ \ | | |_|/ | |/| |
* | | | Merge "Exchanges should return directed topics."Jenkins2013-02-080-0/+0
|\ \ \ \ | | |/ / | |/| |
* | | | Merge "Allow to_primitive to ignore datetimes"Jenkins2013-02-080-0/+0
|\ \ \ \ | |_|_|/ |/| | |
* | | | Merge "timeutils: considers that now is soon"Jenkins2013-02-060-0/+0
|\ \ \ \ | | |/ / | |/| |
* | | | Merge "Emit a warning if RPC calls made with lock."Jenkins2013-02-060-0/+0
|\ \ \ \ | | |/ / | |/| |
* | | | Merge "Be explicit about set_default() parameters"Jenkins2013-02-060-0/+0
|\ \ \ \ | | |_|/ | |/| |
* | | | Merge "Remove duplicate DB options"Jenkins2013-02-060-0/+0
|\ \ \ \ | |/ / /
* | | | Merge "Eliminate gratuitous DB difference vs Nova"Jenkins2013-02-060-0/+0
|\ \ \ \ | |/ / /
* | | | Merge "Import sqlalchemy session/models/utils"Jenkins2013-02-060-0/+0
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
* | | Merge "Mark password config options with secret"Jenkins2013-02-050-0/+0
|\ \ \ | |/ /
* | | Merge "Only unpack replies on caller."Jenkins2013-02-050-0/+0
|\ \ \ | | |/ | |/|
* | | Merge "Use bytes instead of str"Jenkins2013-02-050-0/+0
|\ \ \ | |/ / | | / | |/ |/|
* | Merge "Support for SSL in wsgi.Service"Jenkins2013-02-020-0/+0
|\ \
* \ \ Merge "Add _FATAL_EXCEPTION_FORMAT_ERRORS global."Jenkins2013-02-020-0/+0
|\ \ \ | | |/ | |/|
* | | Merge "Use importutils for matchmaker import."Jenkins2013-02-020-0/+0
|\ \ \ | |/ /
* | | Merge "Dict args safe processing."Jenkins2013-02-020-0/+0
|\ \ \ | |/ / |/| |
* | | Merge "Support running uninstalled in a tarball dir."Jenkins2013-01-300-0/+0
|\ \ \ | |/ / | | / | |/ |/|
* | Merge "Default lockutils to using a tempdir"Jenkins2013-01-290-0/+0
|\ \
* \ \ Merge "Fix Pep8 Warning"Jenkins2013-01-291-1/+1
|\ \ \ | |/ / |/| |
| * | Fix Pep8 WarningDirk Mueller2013-01-281-1/+1
|/ / | | | | | | | | | | | | Fixes E271 multiple spaces after keyword "return _run_shell_command(" Change-Id: Ic6b2c88a0b7cabd04341d073ef837a13c1bb7a29
* | Merge "Fixes "is not", "not in" syntax usage."Jenkins2013-01-280-0/+0
|\ \
* \ \ Merge "Use testtools as test base class."Jenkins2013-01-280-0/+0
|\ \ \
* \ \ \ Merge "Start adding reusable test fixtures."Jenkins2013-01-280-0/+0
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
* | | setup: count revs for revno if there are no tagsMark McLoughlin2013-01-251-3/+17
| |/ |/| | | | | | | | | | | | | | | | | | | | | We currently use 'git describe --always' to figure out the number of commits there have been leading up to the HEAD commit. However, if there are no tags in the repo, git-describe just returns the sha hash of HEAD and we fail. In that case, use 'git rev-list HEAD | wc -l' so we can be #winning. Change-Id: I345e0ee32189504276b3dfd3367057ce1d4a2b06
* | Merge "UTC ISO8601 from timestamp"Jenkins2013-01-230-0/+0
|\ \ | |/ |/|
* | Merge "Move logging config options into the log module"Jenkins2013-01-210-0/+0
|\ \ | |/
* | Use revno and git sha for pre-release versioning.Monty Taylor2013-01-181-8/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In discussions with ttx and zul, it became clear that the git describe info for our intra-release case wasn't providing any value and was providing confusion. Additionally, plain git sha's are not providing enough info. So, the scheme settled on that breaks the least amount of things and yet still reduces complexity is: if pre-version: # server projects try: use current tag except: use pre-version+revcount+gitsha else: use git describe | s/-/./ Additionally, we'll use a as a prefix for the revcount, b as the prefix for the milestone portion of a milestone tag, and rc as the prefix for rc's, so that for our releases, python version sorting works as expected. Change-Id: I6f0fe029d225afa8f435bc83216fc144c2402ae0
* | Add env var version override for packagers.Monty Taylor2013-01-181-0/+3
|/ | | | | | Fixes bug 1100805. Change-Id: I8c8ba8610ed2d9093e188c1412e9689314560015
* trivial pep whitespace fixSteven Hardy2013-01-181-1/+1
| | | | | | | | Fix multiple spaces after keyword pep8 error, causes our pep8 gate to fail (pep8 1.3.4) Change-Id: I67ab86ce17a1a91f8dab61efb18b83b22d2e1488 Signed-off-by: Steven Hardy <shardy@redhat.com>
* Merge "Remove write_requirements"Jenkins2013-01-181-9/+0
|\
| * Remove write_requirementsMonty Taylor2013-01-161-9/+0
| | | | | | | | | | | | | | Everyone hated this, so we decided to get rid of it at the last summit. Actually, come to think of it, I think we decied to get rid of it in San Fran. Change-Id: I7d93af1eb98a37ff018730669731a7ee22516279
* | Merge "ThreadGroup remove unused name parameters"Jenkins2013-01-180-0/+0
|\ \
* \ \ Merge "use regexp to parse the mailmap"Jenkins2013-01-171-5/+6
|\ \ \ | |_|/ |/| |
| * | use regexp to parse the mailmapIonuț Arțăriși2013-01-161-5/+6
| | | | | | | | | | | | | | | | | | | | | this also makes parse_mailmap() work with the swift .mailmap and should be more readable Change-Id: I3abb2a18d655e507bee5f621ebc64421d943cf0b
* | | Stop using no longer valid -E option for pipJohannes Erdfelt2013-01-161-3/+2
| |/ |/| | | | | | | | | | | | | | | | | Fixes bug 1100403 Version 1.1 of pip dropped the -E option. It's not necessary anyway since running pip in a correctly setup virtualenv will automatically do the right thing. Change-Id: Ifec9f27b8dc169d594125a0808126abe77ed42e7
* | Merge "Make tox run doctests"Jenkins2013-01-150-0/+0
|\ \ | |/
* | Merge "Allow rpc drivers to always be imported"Jenkins2013-01-150-0/+0
|\ \ | |/
* | Merge "Rework zmq setup and cleanup"Jenkins2013-01-150-0/+0
|\ \ | |/
* | Merge "Fix zmq socket.close() with eventlet 0.9.17"Jenkins2013-01-150-0/+0
|\ \ | |/ |/|
* | Merge "Add missing parameter to impl_fake notify function."Jenkins2013-01-150-0/+0
|\ \ | |/
* | Merge "Implement importutils.try_import."Jenkins2013-01-150-0/+0
|\ \ | |/
* | Merge "reusable ZmqProxy service initialization"Jenkins2013-01-150-0/+0
|\ \ | |/
* | Merge "call() to accept serialize and force_envelope"Jenkins2013-01-150-0/+0
|\ \ | |/ |/|
* | Merge "Verbose should not enable debug level logging"Jenkins2013-01-130-0/+0
|\ \ | |/
* | Merge "zmq-receiver msg forwarding in greenthreads"Jenkins2013-01-120-0/+0
|\ \ | |/
* | Merge "Improve millisecond logging"Jenkins2013-01-120-0/+0
|\ \ | |/
* | Merge "Log when release file lock"Jenkins2013-01-120-0/+0
|\ \ | |/
* | Merge "Fix pep8 E125 errors."Jenkins2013-01-120-0/+0
|\ \ | |/
* | Simplify version processing.Monty Taylor2013-01-111-107/+45
|/ | | | | | | | | | | | | | | In response to the cessation of per-commit tarballs produced by the CI systems, simplify the version processing code. We did many many many complicated things to support producing release artifacts that were not actually supported release artifacts. After a bunch of issues emerged, it was determined that the best way forward was to stop producing quasi-not-really non-release tarballs. If people want to consume versions of openstack that are not released versions, the git repos are always available. Additionally, this patch removes versioninfo and just uses PKG-INFO and pkg_resources to handle version processing. Change-Id: I5c799f3520adb2ba5288d852543706d81a92f8a1