Update notes for submitted changes

* Fix one typo on git-review documentation
* Use git push-url instead of a second remote
* Don't parse git log header for topic
* Ignore .eggs cruft
* Fix H238 violation and enable check for that rule
* Update to newer hacking checks
* Remove spurious mdoc directives
* Add “git-review -l” to man page synopsis and usage doc
* Add reviewers on upload
* Update project links
* Override E-mail in Gerrit integration tests
* Fixed a dead link to the git-review docs
* Provide an explanation on failed rebase
* Switch to requests to support proxying of 'https'
* Use plumbing rev-parse to get the branch name
* Isolate tests from user/system git configuration
* Push language override down into the cmd wrapper
* git review -sv gets more verbose
* Add utf-8 char support
* Choose tracked branch for rebase when submitting
* pbr should install the manpage
* get_remote_url(): also honor url.*.pushInsteadOf
* Support authentication in run_http_exc
* Split README.rst into separate doc files
* Handle correctly http error raise in run_http_exc
* Fix encoding header
* Workflow documentation is now in infra-manual
* Update tests to use Gerrit 2.9.2
* Use 'no_proxy' env variable in addition to uppercase
* Enable color support based on tty and config
* get_remote_url(): honor any "url.<base>.insteadOf" config setting
* Convert add_remote to use GitReviewExceptions
* Prefer git-config over git-review config files
* Isolate tests from user/system config
* Switched documentation to point to storyboard
* Fix ---list and "departement" typos in man page
* Align git-review and python -m git_review.cmd behaviors
* Define -T/--no-topic to disable review submit with topic
* Work toward Python 3.4 support and testing
* -F/--force-rebase has no effect if rebase is disabled by config
* Remove useless constants
* Improve windows support for git-review --setup
* Fix groff warnings with manpage
* Enabled hacking checks H305 and H307
* Prevent long subjects in reviews causing spurious blank lines
* added link to get-pip to readme
* Disable ssh/scp password authentication during tests
* Update tests to use Gerrit 2.8.6.1
* Build universal wheels
* Update homepage on PyPI
* Update requirements to OpenStack's recommendations
* Update the README to mention dependencies
* Avoid a stacktrace when no reviews are pending
* Ensure username is set for all tests
* Provide nicer user message for missing remote ref
* Fix a typo in HACKING.rst
* Ignore newline in bp/bug search in commit message
* Restrict tests SSH auth to only the provided key
* Disable proxies for tests that clone over http
* Keep track of gerrit.war and golden_site versions
* Fix typo in manpage s/gireview/gitreview/
* Correct git review -l over http(s)
* Topic: do not use '(detached' when detached
* Use gerrit 2.8.5 instead of gerrit 2.6.1 in tests
* Allow to specify default scheme in .gitreview file
* Correct test_remote to support branchs without upstream
* Remove parsing of --help and variants from our code
* Python2: fixed UnicodeEncodeError
* Skip invalid unicode in commit messages
* Git review assumes the wrong ssh default port
* Add http(s) protocol support to fetch_review and list_reviews
* git-review.1 manpage fix for groff warnings
* Fix parsing of SCP-style URLs, as these are valid in Git itself
* "git review --setup" failed in Chinese locale
* Bump hacking version in requirements
* Reduce testr concurrnecy to 2.
* Add http(s) protocol support to set_hooks_commit_msg
* Retrieve remote pushurl independently of user's locale
* Add http(s) protocol support to test_remote
* Wrap exceptions that occur while running external process
* Verify if every attached file exists. Attach gerrig.config
* Make Gerrit port and dir selection deterministic
* Don't try to attach known_hosts if it's not there
* Remove tox locale overrides
* Fix the regex for setting topic
* Add 2m timeout to tests
* Attach Gerrit logs and known_hosts to failed tests
* Change test gerrit ssh/http ports offset
* Correct .Fl typo WRT --compare in the manual page
* Ignore content of merge commits in reporting
* Remove empty lines from git log output
* Preserve merges when doing a rebase
* Split git rev-parse --show-toplevel --git-dir on newline
* Prefer .gitconfig username
* Add more deterministic port selection for Gerrit.
* Document source location as git.openstack.org
* Implement integration tests.
* Migrate to pbr.
* No longer check for new git-review releases
* Wrap long lines
* Pin hacking <0.6
* Fix str(None) bug in port detection for hook setup
* Fix pep8 deps for pyflakes version conflict.
* Expand multiple commit submission warning.
* Start development of 1.23.
* Provide usage help even if not in Git directory
* Document defaultremote option & site/user configs
* Allow per-site and per-user Gerrit defaults
* Rename README.md to README.rst
* Add venv testenv to tox.ini.
* Start development of 1.22.
* Switch to flake8 from pep8.
* Align to OpenStack Hacking guidelines.
* Allow per-user override of -R setting.
* git_config_get_value to return None
* Use the local branch name as topic only if it is different from remote
* Jeremy's manpath workaround breaks on Fedora
* Compare different Patch Sets of Review
* bug/1144800: Fix fatal: both revision and filename
* Changed the text of the manpage to read "make it easier to comprehend Gerrit".
* Don't call get_branch_name from assert_one_change
* Add custom scripts features.
* Download specific Patch Set for Review
* Make README.md ReST-friendly
* Document gitreview.username
* Better determine git directories
* Don't fetch remote outside of rebase flow.
* Make it possible to cherry-pick a change
* Check HEAD for extra commits instead of master
* Check that the owner of a change has name defined
* Topic name should be determined only for git push
* Fix regression in repeated -d of the same change.
* Remove two else: blocks in main()
* Update README for project move.
* Updated .gitreview location
* Add mailing list to README.
* Use exceptions for list_reviews
* Use exceptions for finish_review
* Use exceptions for download_review
* git-review(1): explain exit code ranges
* Introduce base exception classes
* Follow up I92b8637c: Fix Python 3 compatibility.
* Start development on 1.21.
* Remove reference to nonexistent requirements.txt.
* Avoid symlinks in the manpage path.
* Start development on 1.20.
* Revert "Introduce base exception classes"
* Introduce base exception classes
* Revert "Introduce base exception classes"
* Revert "git-review(1): explain exit code ranges"
* git-review(1): explain exit code ranges
* Introduce base exception classes
* Review list fields should have constant widths
* manpage minor fixes with no output changes
* Make setup.py less Linux-specific, more UNIX-compliant.
* Fixing ponctuation issue.
* Introduce CommandFailed exception for run_command
* Use run_command_status *argv for ssh and scp
* Refactor run_command to use *args, **kwargs
* Get rid of "status" parameter in run_command
* Due to gerrit bug regeneration of Change-Id must be nessecary
* Don't rebase if the rebase doesn't conflict
* Allow download of reviews from deleted accounts
* Python 3 compatibility fixes.
* Add flag to push to refs/for/* for compatibilty.
* Add Python 3 support.
* Just fixing a small typo
* Revert to 1.17.
* Configure a pep8 tox environment.
* Fixes typos and omission in failed review list
* Allow download of reviews from deleted accounts
* Start development on 1.19.
* Reversed the is:reviewable logic.
* Add ability to upload as work in progress.
* Filter list by is:reviewable by default.
* Due to gerrit bug regeneration of Change-Id must be nessecary
* Don't rebase if the rebase doesn't conflict
* Add open action
* Add setup, list and download actions
* Get current branch more concisely.
* fix missing username attribute in JSON stream
* Rename submit action to upload
* Fix no-change detection.
* Fix pep8 errors with 1.3.1
* Add optional 'submit' positional argument
* Add flag to push to refs/for/* for compatibilty.
* Add review scores to listing
* Add Review, PatchSet and Hacker classes
* Return a json result iterator from run_ssh_query()
* Only list reviews for the current branch
* Refactor out run_ssh_query() method
* Add Python 3 support.
* Just fixing a small typo
* Start dev on 1.18.
* Fixed hook installation for git with submodules.
* Update publish ref from refs/for to refs/publish.
* Run 'git remote update' from assert_one_change
* Fix --list breakage in 3531a5bffd
* Disable ssh X11 forwarding.
* Add support to list changes for review
* Removed parsing out of team.
* fix -d not reusing already existing local branch
* Start development on 1.17
* Change draft ref to drafts.
* Fix scope error with configParser.
* Retrieve project & team name from fetch url
* minor glitches in manpage
* More resilient downloading.
* Override remote options: update manpage
* Reformat manpage to mdoc(7)
* Allow the user to override remote consequently
* enhance man page
* bump year references from 2011 to 2012
* Start development on 1.16
* Actually fix the urlparse bug in OSX.
* Start dev on 1.15.
* Fix an obvious breakage on OSX.
* Start dev on 1.14.
* Workaround for OSX urlparse issue.
* Include timing info in verbose output
* Remove automagic requirements.txt.
* Use dirname instead of basename.
* accepts color.ui boolean values
* Started 1.13.
* Provide easy flag for disabling update check.
* Freeze requirements for sdist packages.
* Start 1.12.
* Start 1.11.
* Added tox support for testing pep8.
* Added dependencies in requirements.txt
* Add myself to AUTHORS
* Add support for Gerrit 2.2.2's "Draft" status
* Remove useless username parameter from add_remote
* Make the default branch configurable
* Break out the config reading into its own method
* Don't hardcode 'master'
* Fix typo (Ammending -> Amending)
* Switch from 'git show' to 'git log'.
* Migrate to argparse. optparse is deprecated.
* Make readme links clickable
* Add installation instructions to readme
* Clarify instructions for contributing
* Add .gitreview instructions to readme
* Post 1.9 release version bump.
* Remove commit --amend from hook installation.
* Bump version post release.
* Prep for release of 1.8.
* Document the new command line options.
* Only pass plain strings to shlex.split.
* Add --finish option to git-review.
* Remove the commands module and use subprocess.
* Add workaround for broken urlparse.
* Install hook via scp rather than http.
* Use specified remote for getting commit hook.
* Fix bug 901030
* Use fetch/checkout instead of pull.
* Only use color on systems that support it.
* Create .git/hooks directory if not present
* Version bump post release.
* Check git config for default username.
* Handle usernames better in remote setup.
* Added Saggi to AUTHORS file. Thanks Saggi!
* Spruced up the README just a bit.
* Show branches and tags when showing git log
* Better handling of the color git configuration
* commit_msg declared but never used
* In detached head, use the target branch as topic.
* Always show the list of outstanding commits.
* Fix multi-change confirmation testing.
* Force single-version-externally-managed.
* Removed old doc from MANIFEST.in.
* setup.py should point to launchpad project page.
* Check to ensure that only one change is submitted.
* Post release version bump.
* Oops. Left git-review.1 out of the MANIFEST.in.
* Replace sphinx manpage with manual one.
* Bump version after release.
* Clean up documentation; add --version.
* Bump version after release.
* Better guessing of username.
* Check .gitreview file in repo for location of gerrit.
* fixed problem downloading changes
* Replace git fetch with git remote update.
* Add --setup command for a pro-active repo setup.
* Updated docs to describe setup
* Wrap sphinx calls in a try/except block.
* Update version after release.
* Replace tuple with list to unconfuse setuptools.
* Added support for fixing existing gerrit remotes.
* Always run git fetch so that commits are available for rebase
* Pull version in directly from git-review.
* Fix manpage installation for setup.py install.
* Add remote arg to git remote update.
* Install man pages.
* Added support for download command.
* Handle repos cloned from github git urls.
* Fix git push command.
This commit is contained in:
Gerrit Code Review 2015-12-18 19:18:32 +00:00
commit 8c65128a66
297 changed files with 2692 additions and 0 deletions

View File

@ -0,0 +1,9 @@
Code-Review+2: Jeremy Stanley <fungi@yuggoth.org>
Code-Review+2: Sergey Lukjanov <slukjanov@mirantis.com>
Workflow+1: Sergey Lukjanov <slukjanov@mirantis.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 12 Feb 2014 15:49:37 +0000
Reviewed-on: https://review.openstack.org/72910
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,8 @@
Verified+1: Jenkins
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Workflow+1: Monty Taylor <mordred@inaugust.com>
Submitted-by: Jenkins
Submitted-at: Wed, 28 Mar 2012 03:44:27 +0000
Reviewed-on: https://review.openstack.org/5861
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,9 @@
Code-Review+1: yolanda.robla <info@ysoft.biz>
Code-Review+2: Jeremy Stanley <fungi@yuggoth.org>
Workflow+1: Jeremy Stanley <fungi@yuggoth.org>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Tue, 30 Dec 2014 17:08:43 +0000
Reviewed-on: https://review.openstack.org/124396
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,8 @@
Code-Review+2: Jeremy Stanley <fungi@yuggoth.org>
Workflow+1: Jeremy Stanley <fungi@yuggoth.org>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Fri, 15 Mar 2013 21:19:43 +0000
Reviewed-on: https://review.openstack.org/22549
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,10 @@
Code-Review+1: Khai Do
Code-Review+2: James E. Blair <corvus@inaugust.com>
Code-Review+2: Jeremy Stanley <fungi@yuggoth.org>
Workflow+1: Jeremy Stanley <fungi@yuggoth.org>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Thu, 21 Feb 2013 22:36:34 +0000
Reviewed-on: https://review.openstack.org/22575
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,7 @@
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Verified+1: Jenkins
Submitted-by: Jenkins
Submitted-at: Fri, 28 Oct 2011 05:00:08 +0000
Reviewed-on: https://review.openstack.org/1143
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,8 @@
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Workflow+1: Monty Taylor <mordred@inaugust.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 31 Oct 2012 09:46:46 +0000
Reviewed-on: https://review.openstack.org/15091
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,10 @@
Code-Review+2: Jeremy Stanley <fungi@yuggoth.org>
Code-Review+2: James E. Blair <corvus@inaugust.com>
Code-Review+1: Elizabeth K. Joseph <lyz@princessleia.com>
Workflow+1: Jeremy Stanley <fungi@yuggoth.org>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Fri, 31 May 2013 03:24:15 +0000
Reviewed-on: https://review.openstack.org/30765
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,9 @@
Code-Review+2: Jeremy Stanley <fungi@yuggoth.org>
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Workflow+1: Monty Taylor <mordred@inaugust.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 25 Mar 2013 10:17:24 +0000
Reviewed-on: https://review.openstack.org/25048
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,8 @@
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Workflow+1: Monty Taylor <mordred@inaugust.com>
Verified+1: Jenkins
Submitted-by: Jenkins
Submitted-at: Thu, 26 Jan 2012 23:19:44 +0000
Reviewed-on: https://review.openstack.org/3481
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,7 @@
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Verified+1: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 07 Nov 2011 17:03:33 +0000
Reviewed-on: https://review.openstack.org/1381
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,7 @@
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Verified+1: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 05 Oct 2011 03:39:29 +0000
Reviewed-on: https://review.openstack.org/784
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,9 @@
Code-Review+2: Clark Boylan <cboylan@sapwetik.org>
Code-Review+2: Jeremy Stanley <fungi@yuggoth.org>
Workflow+1: Jeremy Stanley <fungi@yuggoth.org>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Tue, 13 Aug 2013 04:30:51 +0000
Reviewed-on: https://review.openstack.org/40799
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,9 @@
Code-Review+2: Elizabeth K. Joseph <lyz@princessleia.com>
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Workflow+1: Monty Taylor <mordred@inaugust.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 03 Jun 2015 22:08:01 +0000
Reviewed-on: https://review.openstack.org/188165
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,9 @@
Verified+1: Jenkins
Code-Review+1: Maru Newby <marun@redhat.com>
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Workflow+1: Monty Taylor <mordred@inaugust.com>
Submitted-by: Jenkins
Submitted-at: Tue, 24 Apr 2012 14:15:19 +0000
Reviewed-on: https://review.openstack.org/6741
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,7 @@
Code-Review+2: James E. Blair <corvus@inaugust.com>
Verified+1: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 05 Oct 2011 11:16:00 +0000
Reviewed-on: https://review.openstack.org/793
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,8 @@
Verified+2: Jenkins
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Workflow+1: Monty Taylor <mordred@inaugust.com>
Submitted-by: Jenkins
Submitted-at: Sun, 27 May 2012 22:01:38 +0000
Reviewed-on: https://review.openstack.org/7837
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,11 @@
Code-Review+2: Jeremy Stanley <fungi@yuggoth.org>
Code-Review+1: Khai Do <zaro0508@gmail.com>
Code-Review+1: James Polley <jp@jamezpolley.com>
Code-Review+2: Clark Boylan <cboylan@sapwetik.org>
Workflow+1: Clark Boylan <cboylan@sapwetik.org>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Thu, 27 Mar 2014 05:58:38 +0000
Reviewed-on: https://review.openstack.org/72751
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,8 @@
Code-Review+1: Joe Heck <heckj@mac.com>
Code-Review+2: James E. Blair <corvus@inaugust.com>
Verified+1: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 19 Dec 2011 20:59:19 +0000
Reviewed-on: https://review.openstack.org/2250
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,7 @@
Code-Review+2: James E. Blair <corvus@inaugust.com>
Verified+1: Jenkins
Submitted-by: Jenkins
Submitted-at: Fri, 11 Nov 2011 23:11:06 +0000
Reviewed-on: https://review.openstack.org/1566
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,10 @@
Code-Review+1: Yuriy Taraday <yorik.sar@gmail.com>
Code-Review+2: Jeremy Stanley <fungi@yuggoth.org>
Code-Review+2: Clark Boylan <cboylan@sapwetik.org>
Workflow+1: Clark Boylan <cboylan@sapwetik.org>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Fri, 22 Feb 2013 00:02:19 +0000
Reviewed-on: https://review.openstack.org/21614
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,9 @@
Code-Review+2: Joshua Hesketh <joshua.hesketh@rackspace.com>
Code-Review+2: Jeremy Stanley <fungi@yuggoth.org>
Workflow+1: Jeremy Stanley <fungi@yuggoth.org>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 13 Oct 2014 14:04:39 +0000
Reviewed-on: https://review.openstack.org/117489
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,8 @@
Verified+1: Jenkins
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Workflow+1: Monty Taylor <mordred@inaugust.com>
Submitted-by: Jenkins
Submitted-at: Mon, 06 Feb 2012 20:56:12 +0000
Reviewed-on: https://review.openstack.org/3717
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,9 @@
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Code-Review+2: Clark Boylan <cboylan@sapwetik.org>
Workflow+1: Clark Boylan <cboylan@sapwetik.org>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Fri, 23 Aug 2013 21:40:50 +0000
Reviewed-on: https://review.openstack.org/42581
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,10 @@
Code-Review+2: Jeremy Stanley <fungi@yuggoth.org>
Code-Review+1: Khai Do <zaro0508@gmail.com>
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Workflow+1: Monty Taylor <mordred@inaugust.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Fri, 12 Jul 2013 02:19:37 +0000
Reviewed-on: https://review.openstack.org/36647
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,9 @@
Code-Review+2: James E. Blair <corvus@inaugust.com>
Code-Review+2: Elizabeth K. Joseph <lyz@princessleia.com>
Workflow+1: Elizabeth K. Joseph <lyz@princessleia.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Thu, 04 Jun 2015 01:21:50 +0000
Reviewed-on: https://review.openstack.org/170256
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,9 @@
Verified+1: Jenkins
Code-Review+1: Maru Newby <marun@redhat.com>
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Workflow+1: Monty Taylor <mordred@inaugust.com>
Submitted-by: Jenkins
Submitted-at: Tue, 24 Apr 2012 14:12:46 +0000
Reviewed-on: https://review.openstack.org/6740
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,8 @@
Code-Review+1: Joe Heck <heckj@mac.com>
Code-Review+2: James E. Blair <corvus@inaugust.com>
Verified+1: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 02 Nov 2011 13:20:33 +0000
Reviewed-on: https://review.openstack.org/1203
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,8 @@
Code-Review+2: Jeremy Stanley <fungi@yuggoth.org>
Workflow+1: Jeremy Stanley <fungi@yuggoth.org>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Tue, 25 Nov 2014 20:44:18 +0000
Reviewed-on: https://review.openstack.org/116035
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,7 @@
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Verified+1: Jenkins
Submitted-by: Jenkins
Submitted-at: Fri, 11 Nov 2011 23:17:34 +0000
Reviewed-on: https://review.openstack.org/1570
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,7 @@
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Verified+1: Jenkins
Submitted-by: Jenkins
Submitted-at: Fri, 21 Oct 2011 14:21:14 +0000
Reviewed-on: https://review.openstack.org/1006
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,11 @@
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Code-Review+1: Yuriy Taraday <yorik.sar@gmail.com>
Code-Review+1: Cedric Brandily <zzelle@gmail.com>
Code-Review+2: Jeremy Stanley <fungi@yuggoth.org>
Workflow+1: Jeremy Stanley <fungi@yuggoth.org>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Tue, 10 Jun 2014 08:12:44 +0000
Reviewed-on: https://review.openstack.org/96894
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,10 @@
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Code-Review+1: Marcin Cieslak <saper@saper.info>
Code-Review+2: Clark Boylan <cboylan@sapwetik.org>
Workflow+1: Clark Boylan <cboylan@sapwetik.org>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 29 Oct 2012 16:16:34 +0000
Reviewed-on: https://review.openstack.org/12324
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,13 @@
Code-Review+1: Pete Zaitcev <zaitcev@kotori.zaitcev.us>
Code-Review+1: Cedric Brandily <zzelle@gmail.com>
Code-Review+1: Yuriy Taraday <yorik.sar@gmail.com>
Code-Review+2: Sergey Lukjanov <slukjanov@mirantis.com>
Code-Review+1: Elizabeth K. Joseph <lyz@princessleia.com>
Code-Review+2: Jeremy Stanley <fungi@yuggoth.org>
Workflow+1: Jeremy Stanley <fungi@yuggoth.org>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Sat, 11 Oct 2014 21:00:08 +0000
Reviewed-on: https://review.openstack.org/118743
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,9 @@
Verified+1: Jenkins
Code-Review+1: Maru Newby <marun@redhat.com>
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Workflow+1: Monty Taylor <mordred@inaugust.com>
Submitted-by: Jenkins
Submitted-at: Fri, 10 Feb 2012 01:36:42 +0000
Reviewed-on: https://review.openstack.org/3988
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,9 @@
Verified+2: Jenkins
Code-Review+2: Clark Boylan <cboylan@sapwetik.org>
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Workflow+1: Monty Taylor <mordred@inaugust.com>
Submitted-by: Jenkins
Submitted-at: Sat, 18 Aug 2012 13:30:06 +0000
Reviewed-on: https://review.openstack.org/11571
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,7 @@
Code-Review+2: James E. Blair <corvus@inaugust.com>
Verified+1: Jenkins
Submitted-by: Jenkins
Submitted-at: Fri, 14 Oct 2011 14:25:23 +0000
Reviewed-on: https://review.openstack.org/875
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,7 @@
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Verified+1: Jenkins
Submitted-by: Jenkins
Submitted-at: Fri, 14 Oct 2011 18:04:11 +0000
Reviewed-on: https://review.openstack.org/890
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,10 @@
Code-Review+1: Pete Zaitcev <zaitcev@kotori.zaitcev.us>
Code-Review+2: Clark Boylan <cboylan@sapwetik.org>
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Workflow+1: Monty Taylor <mordred@inaugust.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Sat, 29 Mar 2014 18:49:44 +0000
Reviewed-on: https://review.openstack.org/82022
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,7 @@
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Verified+1: Jenkins
Submitted-by: Jenkins
Submitted-at: Sat, 19 Nov 2011 10:08:05 +0000
Reviewed-on: https://review.openstack.org/1713
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,9 @@
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Code-Review+2: Clark Boylan <cboylan@sapwetik.org>
Workflow+1: Monty Taylor <mordred@inaugust.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Sat, 01 Dec 2012 19:21:01 +0000
Reviewed-on: https://review.openstack.org/17294
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,8 @@
Code-Review+2: Clark Boylan <cboylan@sapwetik.org>
Workflow+1: Clark Boylan <cboylan@sapwetik.org>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Sun, 02 Feb 2014 20:34:52 +0000
Reviewed-on: https://review.openstack.org/70598
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,8 @@
Code-Review+1: Thierry Carrez <thierry@openstack.org>
Code-Review+2: James E. Blair <corvus@inaugust.com>
Verified+1: Jenkins
Submitted-by: Jenkins
Submitted-at: Thu, 22 Dec 2011 17:42:01 +0000
Reviewed-on: https://review.openstack.org/2501
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,9 @@
Code-Review+2: James E. Blair <corvus@inaugust.com>
Code-Review+2: Jeremy Stanley <fungi@yuggoth.org>
Workflow+1: Jeremy Stanley <fungi@yuggoth.org>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Fri, 05 Apr 2013 00:07:56 +0000
Reviewed-on: https://review.openstack.org/20452
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,9 @@
Code-Review+2: Jeremy Stanley <fungi@yuggoth.org>
Code-Review+2: Clark Boylan <cboylan@sapwetik.org>
Workflow+1: Clark Boylan <cboylan@sapwetik.org>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Tue, 21 May 2013 23:41:44 +0000
Reviewed-on: https://review.openstack.org/29316
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,11 @@
Code-Review+1: Khai Do <zaro0508@gmail.com>
Code-Review+1: Antoine Musso <hashar@free.fr>
Code-Review+1: Sean Dague <sean@dague.net>
Code-Review+2: Clark Boylan <cboylan@sapwetik.org>
Workflow+1: Clark Boylan <cboylan@sapwetik.org>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Tue, 18 Nov 2014 20:52:13 +0000
Reviewed-on: https://review.openstack.org/133847
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,9 @@
Verified+2: Jenkins
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Code-Review+2: James E. Blair <corvus@inaugust.com>
Workflow+1: James E. Blair <corvus@inaugust.com>
Submitted-by: Jenkins
Submitted-at: Tue, 29 May 2012 15:55:49 +0000
Reviewed-on: https://review.openstack.org/7867
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,9 @@
Code-Review+2: James E. Blair <corvus@inaugust.com>
Code-Review+2: Jeremy Stanley <fungi@yuggoth.org>
Workflow+1: Jeremy Stanley <fungi@yuggoth.org>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Fri, 05 Apr 2013 00:07:55 +0000
Reviewed-on: https://review.openstack.org/21609
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,10 @@
Code-Review+1: Cedric Brandily <zzelle@gmail.com>
Code-Review+2: Clark Boylan <cboylan@sapwetik.org>
Code-Review+2: Jeremy Stanley <fungi@yuggoth.org>
Workflow+1: Jeremy Stanley <fungi@yuggoth.org>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Thu, 03 Jul 2014 17:15:19 +0000
Reviewed-on: https://review.openstack.org/104572
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,9 @@
Verified+1: Jenkins
Code-Review+1: Kiall Mac Innes <kiall@macinnes.ie>
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Workflow+1: Monty Taylor <mordred@inaugust.com>
Submitted-by: Jenkins
Submitted-at: Mon, 30 Jan 2012 15:36:38 +0000
Reviewed-on: https://review.openstack.org/3519
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,10 @@
Code-Review+2: James E. Blair <corvus@inaugust.com>
Code-Review+1: Clint Adams <clint@gcfm.net>
Code-Review+2: Elizabeth K. Joseph <lyz@princessleia.com>
Workflow+1: Elizabeth K. Joseph <lyz@princessleia.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Fri, 05 Jun 2015 22:12:19 +0000
Reviewed-on: https://review.openstack.org/158235
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,9 @@
Code-Review+2: Jeremy Stanley <fungi@yuggoth.org>
Code-Review+2: Clark Boylan <cboylan@sapwetik.org>
Workflow+1: Jeremy Stanley <fungi@yuggoth.org>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 19 Dec 2012 00:41:03 +0000
Reviewed-on: https://review.openstack.org/18084
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,8 @@
Verified+1: Jenkins
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Workflow+1: Monty Taylor <mordred@inaugust.com>
Submitted-by: Jenkins
Submitted-at: Sat, 31 Mar 2012 22:44:22 +0000
Reviewed-on: https://review.openstack.org/6041
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,7 @@
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Verified+1: Jenkins
Submitted-by: Jenkins
Submitted-at: Fri, 11 Nov 2011 23:11:13 +0000
Reviewed-on: https://review.openstack.org/1568
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,9 @@
Code-Review+2: Clark Boylan <cboylan@sapwetik.org>
Code-Review+2: Jeremy Stanley <fungi@yuggoth.org>
Workflow+1: Jeremy Stanley <fungi@yuggoth.org>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 12 Feb 2014 05:03:48 +0000
Reviewed-on: https://review.openstack.org/70527
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,7 @@
Code-Review+2: James E. Blair <corvus@inaugust.com>
Verified+1: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 26 Dec 2011 21:29:16 +0000
Reviewed-on: https://review.openstack.org/2619
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,11 @@
Code-Review+2: Jeremy Stanley <fungi@yuggoth.org>
Code-Review+1: Khai Do <zaro0508@gmail.com>
Code-Review+2: Clark Boylan <cboylan@sapwetik.org>
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Workflow+1: Jeremy Stanley <fungi@yuggoth.org>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 03 Apr 2013 18:44:10 +0000
Reviewed-on: https://review.openstack.org/25603
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,9 @@
Verified+2: Jenkins
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Code-Review+2: James E. Blair <corvus@inaugust.com>
Workflow+1: Monty Taylor <mordred@inaugust.com>
Submitted-by: Jenkins
Submitted-at: Fri, 10 Aug 2012 17:06:26 +0000
Reviewed-on: https://review.openstack.org/11081
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,7 @@
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Verified+1: Jenkins
Submitted-by: Jenkins
Submitted-at: Thu, 13 Oct 2011 19:16:27 +0000
Reviewed-on: https://review.openstack.org/873
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,10 @@
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Code-Review+1: Yuriy Taraday <yorik.sar@gmail.com>
Code-Review+2: Jeremy Stanley <fungi@yuggoth.org>
Workflow+1: Jeremy Stanley <fungi@yuggoth.org>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Sat, 14 Mar 2015 15:05:53 +0000
Reviewed-on: https://review.openstack.org/132203
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,9 @@
Code-Review+2: Jeremy Stanley <fungi@yuggoth.org>
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Workflow+1: Monty Taylor <mordred@inaugust.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Sun, 07 Apr 2013 06:01:05 +0000
Reviewed-on: https://review.openstack.org/26305
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,8 @@
Verified+2: Jenkins
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Workflow+1: Monty Taylor <mordred@inaugust.com>
Submitted-by: Jenkins
Submitted-at: Fri, 22 Jun 2012 20:19:44 +0000
Reviewed-on: https://review.openstack.org/8864
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,8 @@
Verified+1: Jenkins
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Workflow+1: Monty Taylor <mordred@inaugust.com>
Submitted-by: Jenkins
Submitted-at: Fri, 10 Feb 2012 01:36:39 +0000
Reviewed-on: https://review.openstack.org/3983
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,7 @@
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Verified+1: Jenkins
Submitted-by: Jenkins
Submitted-at: Thu, 24 Nov 2011 20:41:58 +0000
Reviewed-on: https://review.openstack.org/1887
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,8 @@
Verified+1: Jenkins
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Workflow+1: Monty Taylor <mordred@inaugust.com>
Submitted-by: Jenkins
Submitted-at: Thu, 09 Feb 2012 22:02:56 +0000
Reviewed-on: https://review.openstack.org/3982
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,8 @@
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Workflow+1: Monty Taylor <mordred@inaugust.com>
Verified+1: Jenkins
Submitted-by: Jenkins
Submitted-at: Fri, 13 Apr 2012 23:25:47 +0000
Reviewed-on: https://review.openstack.org/6331
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,10 @@
Code-Review+2: Clark Boylan <cboylan@sapwetik.org>
Code-Review+1: Khai Do <zaro0508@gmail.com>
Code-Review+2: Jeremy Stanley <fungi@yuggoth.org>
Workflow+1: Jeremy Stanley <fungi@yuggoth.org>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 29 May 2013 01:32:59 +0000
Reviewed-on: https://review.openstack.org/30770
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,8 @@
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Workflow+1: Monty Taylor <mordred@inaugust.com>
Verified+1: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 25 Jan 2012 06:26:03 +0000
Reviewed-on: https://review.openstack.org/3274
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,9 @@
Verified+1: Jenkins
Code-Review+1: Maru Newby <marun@redhat.com>
Code-Review+2: James E. Blair <corvus@inaugust.com>
Workflow+1: James E. Blair <corvus@inaugust.com>
Submitted-by: Jenkins
Submitted-at: Fri, 13 Apr 2012 22:57:57 +0000
Reviewed-on: https://review.openstack.org/6538
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,8 @@
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Workflow+1: Monty Taylor <mordred@inaugust.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Sat, 20 Jun 2015 14:14:08 +0000
Reviewed-on: https://review.openstack.org/191480
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,8 @@
Code-Review+2: James E. Blair <corvus@inaugust.com>
Workflow+1: James E. Blair <corvus@inaugust.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Sun, 16 Dec 2012 20:27:15 +0000
Reviewed-on: https://review.openstack.org/18198
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,8 @@
Verified+2: Jenkins
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Workflow+1: Monty Taylor <mordred@inaugust.com>
Submitted-by: Jenkins
Submitted-at: Sun, 24 Jun 2012 15:24:50 +0000
Reviewed-on: https://review.openstack.org/8888
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,8 @@
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Workflow+1: Monty Taylor <mordred@inaugust.com>
Verified+1: Jenkins
Submitted-by: Jenkins
Submitted-at: Thu, 05 Jan 2012 06:16:12 +0000
Reviewed-on: https://review.openstack.org/2830
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,10 @@
Code-Review+2: James E. Blair <corvus@inaugust.com>
Code-Review+2: Clark Boylan <cboylan@sapwetik.org>
Code-Review+2: Jeremy Stanley <fungi@yuggoth.org>
Workflow+1: Jeremy Stanley <fungi@yuggoth.org>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Fri, 05 Apr 2013 00:07:57 +0000
Reviewed-on: https://review.openstack.org/25237
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,7 @@
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Verified+1: Jenkins
Submitted-by: Jenkins
Submitted-at: Sat, 19 Nov 2011 19:12:11 +0000
Reviewed-on: https://review.openstack.org/1802
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,8 @@
Verified+1: Jenkins
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Workflow+1: Monty Taylor <mordred@inaugust.com>
Submitted-by: Jenkins
Submitted-at: Thu, 26 Jan 2012 23:56:28 +0000
Reviewed-on: https://review.openstack.org/3489
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,8 @@
Verified+1: Jenkins
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Workflow+1: Monty Taylor <mordred@inaugust.com>
Submitted-by: Jenkins
Submitted-at: Tue, 31 Jan 2012 15:38:44 +0000
Reviewed-on: https://review.openstack.org/3577
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,9 @@
Code-Review+2: James E. Blair <corvus@inaugust.com>
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Workflow+1: Monty Taylor <mordred@inaugust.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 22 Oct 2012 06:33:06 +0000
Reviewed-on: https://review.openstack.org/14588
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,8 @@
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Workflow+1: Monty Taylor <mordred@inaugust.com>
Verified+1: Jenkins
Submitted-by: Jenkins
Submitted-at: Sun, 08 Jan 2012 00:37:21 +0000
Reviewed-on: https://review.openstack.org/2721
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,7 @@
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Verified+1: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 07 Nov 2011 17:03:26 +0000
Reviewed-on: https://review.openstack.org/1384
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,10 @@
Code-Review+1: Yuriy Taraday <yorik.sar@gmail.com>
Code-Review+2: Jeremy Stanley <fungi@yuggoth.org>
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Workflow+1: Monty Taylor <mordred@inaugust.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Sun, 09 Aug 2015 21:45:41 +0000
Reviewed-on: https://review.openstack.org/109869
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,10 @@
Code-Review+1: Marcin Cieslak <saper@saper.info>
Code-Review+2: Clark Boylan <cboylan@sapwetik.org>
Code-Review+2: Jeremy Stanley <fungi@yuggoth.org>
Workflow+1: Jeremy Stanley <fungi@yuggoth.org>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 19 Dec 2012 00:42:37 +0000
Reviewed-on: https://review.openstack.org/14953
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,9 @@
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Code-Review+2: Clark Boylan <cboylan@sapwetik.org>
Workflow+1: Clark Boylan <cboylan@sapwetik.org>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 21 Nov 2012 22:33:36 +0000
Reviewed-on: https://review.openstack.org/16576
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,10 @@
Code-Review+1: Marcin Cieslak <saper@saper.info>
Code-Review+2: Clark Boylan <cboylan@sapwetik.org>
Code-Review+2: Jeremy Stanley <fungi@yuggoth.org>
Workflow+1: Jeremy Stanley <fungi@yuggoth.org>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 23 Jan 2013 17:47:48 +0000
Reviewed-on: https://review.openstack.org/18940
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,7 @@
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Verified+1: Jenkins
Submitted-by: Jenkins
Submitted-at: Fri, 11 Nov 2011 23:17:43 +0000
Reviewed-on: https://review.openstack.org/1569
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,9 @@
Code-Review+2: Jeremy Stanley <fungi@yuggoth.org>
Code-Review+2: James E. Blair <corvus@inaugust.com>
Workflow+1: Jeremy Stanley <fungi@yuggoth.org>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 30 Jan 2013 20:07:09 +0000
Reviewed-on: https://review.openstack.org/20450
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,8 @@
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Workflow+1: Monty Taylor <mordred@inaugust.com>
Verified+1: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 25 Jan 2012 06:25:54 +0000
Reviewed-on: https://review.openstack.org/3275
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,11 @@
Code-Review+1: Clint Adams <clint@gcfm.net>
Code-Review+1: Cory Benfield <cory.benfield@metaswitch.com>
Code-Review+2: Jeremy Stanley <fungi@yuggoth.org>
Code-Review+2: James E. Blair <corvus@inaugust.com>
Workflow+1: James E. Blair <corvus@inaugust.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Fri, 12 Jun 2015 15:16:04 +0000
Reviewed-on: https://review.openstack.org/180178
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,8 @@
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Workflow+1: Monty Taylor <mordred@inaugust.com>
Verified+1: Jenkins
Submitted-by: Jenkins
Submitted-at: Thu, 26 Jan 2012 23:11:47 +0000
Reviewed-on: https://review.openstack.org/3482
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,9 @@
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Code-Review+2: Clark Boylan <cboylan@sapwetik.org>
Workflow+1: Monty Taylor <mordred@inaugust.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Thu, 25 Oct 2012 18:46:33 +0000
Reviewed-on: https://review.openstack.org/14272
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,12 @@
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Code-Review+1: Joe Heck <heckj@mac.com>
Code-Review+2: Clark Boylan <cboylan@sapwetik.org>
Code-Review+1: Sean Dague <sean@dague.net>
Code-Review+2: James E. Blair <corvus@inaugust.com>
Workflow+1: James E. Blair <corvus@inaugust.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 05 Nov 2012 17:45:44 +0000
Reviewed-on: https://review.openstack.org/15146
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,10 @@
Code-Review+1: Roger Luethi <rl@patchworkscience.org>
Code-Review+2: Clark Boylan <cboylan@sapwetik.org>
Code-Review+2: Jeremy Stanley <fungi@yuggoth.org>
Workflow+1: Jeremy Stanley <fungi@yuggoth.org>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 21 May 2014 20:50:00 +0000
Reviewed-on: https://review.openstack.org/90335
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,10 @@
Code-Review+2: Jeremy Stanley <fungi@yuggoth.org>
Code-Review+1: yolanda.robla <info@ysoft.biz>
Code-Review+2: Sergey Lukjanov <slukjanov@mirantis.com>
Workflow+1: Sergey Lukjanov <slukjanov@mirantis.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Fri, 19 Dec 2014 14:08:30 +0000
Reviewed-on: https://review.openstack.org/132375
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,8 @@
Verified+1: Jenkins
Code-Review+2: James E. Blair <corvus@inaugust.com>
Workflow+1: James E. Blair <corvus@inaugust.com>
Submitted-by: Jenkins
Submitted-at: Fri, 06 Apr 2012 15:39:05 +0000
Reviewed-on: https://review.openstack.org/6282
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,9 @@
Code-Review+2: Jeremy Stanley <fungi@yuggoth.org>
Code-Review+2: Clark Boylan <cboylan@sapwetik.org>
Workflow+1: Jeremy Stanley <fungi@yuggoth.org>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 19 Dec 2012 00:44:13 +0000
Reviewed-on: https://review.openstack.org/14975
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,9 @@
Verified+1: Jenkins
Code-Review+1: Maru Newby <marun@redhat.com>
Code-Review+2: James E. Blair <corvus@inaugust.com>
Workflow+1: James E. Blair <corvus@inaugust.com>
Submitted-by: Jenkins
Submitted-at: Wed, 29 Feb 2012 22:27:10 +0000
Reviewed-on: https://review.openstack.org/4717
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,11 @@
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Code-Review+1: Antoine Musso <hashar@free.fr>
Code-Review+1: Elizabeth K. Joseph <lyz@princessleia.com>
Code-Review+2: Clark Boylan <cboylan@sapwetik.org>
Workflow+1: Clark Boylan <cboylan@sapwetik.org>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Thu, 12 Sep 2013 18:33:21 +0000
Reviewed-on: https://review.openstack.org/42479
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,7 @@
Code-Review+2: James E. Blair <corvus@inaugust.com>
Verified+1: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 26 Dec 2011 20:59:34 +0000
Reviewed-on: https://review.openstack.org/2617
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,14 @@
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Code-Review+1: Clint Adams <clint@gcfm.net>
Code-Review+1: Pete Zaitcev <zaitcev@kotori.zaitcev.us>
Code-Review+1: yolanda.robla <info@ysoft.biz>
Code-Review+1: Cedric Brandily <zzelle@gmail.com>
Code-Review+1: Ian Cordasco <ian.cordasco@rackspace.com>
Code-Review+2: Elizabeth K. Joseph <lyz@princessleia.com>
Workflow+1: Elizabeth K. Joseph <lyz@princessleia.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Fri, 19 Jun 2015 19:26:05 +0000
Reviewed-on: https://review.openstack.org/192477
Project: openstack-infra/git-restack
Branch: refs/heads/master

View File

@ -0,0 +1,7 @@
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Verified+1: Jenkins
Submitted-by: Jenkins
Submitted-at: Sun, 02 Oct 2011 18:49:01 +0000
Reviewed-on: https://review.openstack.org/783
Project: openstack-infra/git-restack
Branch: refs/heads/master

Some files were not shown because too many files have changed in this diff Show More