Update notes for submitted changes

* Supports cold reset in bmc
* Implement Python3 compatibility
* Convert data tuple to a list
* Correct firmware inventory issue on IBM M4 servers
* Raise incurred exception if appropriate
* Fix FPC detection for Lenovo Nextscale
* Fix KeyError due to lazy use of raw_command
* Disable futile attempts to correct uncorrectable time
* Remove errant IBM nextscale id
* Fix agentless error on M4 systems
* Add node status checks to FPC sensors
* Add Nextscale total power capacity as a sensor
* Extend session keepalive
* Remove unused pngmath Sphinx extension
* Allows BMCs to configure the event loop timeout
* Add Hardware inventory from Lenovo Agentless
* Fix IPMI server functionality
* Add disk inventory when possible from Lenovo IMM
* Cope with empty agentless fields
* Briefly cache adapter data
* Add 'Trusted IMM' to IMM inventory
* Passthrough errors when not sent by BMC in MegaRAC
* Change strategy to identify IMM
* Do not hook generic vendor identifier
* Add support for IPv4-only environments
* Add system X firmware information
* Be apathetic about endianness of SOL port number
* Fix get_health with a NextScale FPC
* Implement MegaRAC IPv6 SNMP destinations
* Do not warn on nearly full SEL
* Fix use of weakref.ref
* Fix cyclic references in SDR
* Discard reference when no longer needed
* Remove a cyclical reference in Lenovo OEM
* Remove event related memory leak
* Change DIMM serial to show 0 padded hexadecimal
* Fix UUID padding problem
* Determine speed from clock by formula
* Avoid stall waiting on incommand
* Implement detach media
* Allow skipping retrieval of gateway mac addresses
* Provide attach remote media function
* Remove support for py33/py26
* Have ipv6 addresses always be represented as list
* Add support for OEM command for IPv6 address fetch
* Add a new README
* Change graphical console launcher to use base64 encoding
* Add support for TS graphical console fetching
* Rework wait behavior
* Fix synchronous logon premature exit
* Fix 'uptime' time correction attempt
* Add OEM sensors for Lenovo Nextscale
* Deprecated tox -downloadcache option removed
* Add license parameter to setup.py
* Point to more specific page for pyghmi
* Update my email
* Add TLS support and TSM remote video (WIP)
* Avoid abandoning retry when SOL packet is not ACK
* Change DIMM SN parsing in TS to match WebUI
* Allow bind address to be specified
* Only bind on tmpsocket once
* Fix exception on logout
* Fix TSM detection
* Add device ID fields to FRU 0
* Fix raw_command hang when externally 'broken' or 'logged out'
* Do not raise on bad/unsupported FRU data
* Implement custom timeout and apply to TSM NTP
* Handle missing UUID
* Workaround likely spec deviations and fix parsing
* Fix crash on missing "board_extra" field in FRU response
* Stop spurious retry on incoming data
* Fix chunk length when unicode on MCI
* Handle unicode DCMI data incoming
* Update .gitreview for new namespace
* Fixing fru date
* Fix TS inventory parsing bugs (DIMM, PSU)
* Change acknowledgement_timeout to acknowledge_timeout
* Fix attempt to fetch firmware on System X
* Fix attempt to get LED against System X
* Use alert set 1 unconditionally
* Add custom OEM domain name command for Lenovo ThinkServers
* Add custom OEM get remote KVM availability for Lenovo ThinkServers
* Implement NTP support for Lenovo Thinkserver
* Implement get/set of DCMI asset tag and MCI
* Add custom OEM PSU Based Power Capping config for Lenovo ThinkServers
* Autoenable alert policy for a destination
* Add reset bmc command
* Add NMI diag command
* Add RAID drive and controller to ThinkServer inventory
* Changing Lenovo custom get_leds method
* Add custom OEM firmware info parsing for Lenovo ThinkServers
* Silently ignore broken sensors rather than error
* Lessen degree of admin backoff
* Add disable user command
* Add LED parsing for Lenovo ThinkServers
* Add custom OEM inventory parsing for Lenovo ThinkServers
* Implement setting IPv4 configuration on target
* Implement read of IPv4 network configuration
* Reword some event/sensor text
* Provide numeric key data in state description
* Support 20 byte passwords
* Provide time data in alert decode
* Extend and document user_delete in ipmi.command
* Have session.py work better in Windows
* Fix PET acknowledge errors
* Provide useful error on bad username
* Gather Thinkserver CPU and Memory independently
* Handle Lenovo Thinkserver lacking OEM inventory
* Add record id to SEL data
* Provide extensibility to sensors by OEM
* Acknowledge PET alert on decode
This commit is contained in:
Gerrit Code Review
2016-08-17 16:07:11 +00:00
commit b5164e0c86
111 changed files with 912 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Tue, 07 Jul 2015 14:48:24 +0000
Reviewed-on: https://review.openstack.org/193108
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,9 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Code-Review+1: Steve Wilkerson <sw5822@att.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Thu, 05 Nov 2015 14:04:03 +0000
Reviewed-on: https://review.openstack.org/240741
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 30 Nov 2015 19:04:29 +0000
Reviewed-on: https://review.openstack.org/246596
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Sun, 27 Mar 2016 13:18:41 +0000
Reviewed-on: https://review.openstack.org/298038
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 02 May 2016 20:22:18 +0000
Reviewed-on: https://review.openstack.org/311826
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 24 Aug 2015 17:55:57 +0000
Reviewed-on: https://review.openstack.org/216355
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 25 Apr 2016 18:35:54 +0000
Reviewed-on: https://review.openstack.org/309975
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Sun, 27 Mar 2016 14:27:01 +0000
Reviewed-on: https://review.openstack.org/298040
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 11 Apr 2016 17:13:36 +0000
Reviewed-on: https://review.openstack.org/302817
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Fri, 25 Mar 2016 17:31:05 +0000
Reviewed-on: https://review.openstack.org/297771
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Tue, 23 Jun 2015 15:45:23 +0000
Reviewed-on: https://review.openstack.org/194660
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Thu, 31 Mar 2016 21:06:47 +0000
Reviewed-on: https://review.openstack.org/300213
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Fri, 30 Oct 2015 20:03:44 +0000
Reviewed-on: https://review.openstack.org/240605
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 03 Aug 2015 20:19:03 +0000
Reviewed-on: https://review.openstack.org/206557
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Tue, 01 Dec 2015 18:21:55 +0000
Reviewed-on: https://review.openstack.org/251900
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Tue, 09 Jun 2015 15:39:34 +0000
Reviewed-on: https://review.openstack.org/189765
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Thu, 18 Jun 2015 12:52:07 +0000
Reviewed-on: https://review.openstack.org/189392
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,9 @@
Code-Review+1: Allan Vidal <avidal@lenovo.com>
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Tue, 20 Oct 2015 17:41:04 +0000
Reviewed-on: https://review.openstack.org/237705
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Fri, 11 Sep 2015 18:24:17 +0000
Reviewed-on: https://review.openstack.org/220608
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 21 Mar 2016 18:48:29 +0000
Reviewed-on: https://review.openstack.org/295431
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,9 @@
Code-Review+1: Allan Vidal <avidal@lenovo.com>
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Fri, 23 Oct 2015 20:11:59 +0000
Reviewed-on: https://review.openstack.org/239095
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,9 @@
Code-Review+1: Juliana Motira <ju.motira@gmail.com>
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 28 Sep 2015 17:11:37 +0000
Reviewed-on: https://review.openstack.org/228485
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 09 Nov 2015 19:38:56 +0000
Reviewed-on: https://review.openstack.org/243267
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Fri, 25 Mar 2016 17:55:52 +0000
Reviewed-on: https://review.openstack.org/297788
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 02 May 2016 14:58:23 +0000
Reviewed-on: https://review.openstack.org/311751
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Tue, 25 Aug 2015 13:01:50 +0000
Reviewed-on: https://review.openstack.org/216398
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 13 Apr 2016 20:30:44 +0000
Reviewed-on: https://review.openstack.org/305372
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 25 May 2016 23:21:59 +0000
Reviewed-on: https://review.openstack.org/321222
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Thu, 27 Aug 2015 14:20:27 +0000
Reviewed-on: https://review.openstack.org/217676
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Thu, 17 Sep 2015 20:40:49 +0000
Reviewed-on: https://review.openstack.org/221911
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 24 Aug 2015 17:21:31 +0000
Reviewed-on: https://review.openstack.org/215332
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 20 Jul 2015 14:48:59 +0000
Reviewed-on: https://review.openstack.org/202260
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 03 Aug 2016 13:08:57 +0000
Reviewed-on: https://review.openstack.org/350368
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Sun, 24 Apr 2016 12:13:40 +0000
Reviewed-on: https://review.openstack.org/309756
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Tue, 01 Dec 2015 15:13:56 +0000
Reviewed-on: https://review.openstack.org/251898
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,9 @@
Code-Review+1: venkatamahesh <Venkata.Kotha@infinite.com>
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Thu, 11 Feb 2016 21:44:24 +0000
Reviewed-on: https://review.openstack.org/256807
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 19 Aug 2015 13:05:06 +0000
Reviewed-on: https://review.openstack.org/214345
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Thu, 11 Jun 2015 17:56:44 +0000
Reviewed-on: https://review.openstack.org/190733
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Tue, 30 Jun 2015 18:11:10 +0000
Reviewed-on: https://review.openstack.org/197120
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,10 @@
Code-Review+1: Clint Adams <clint@gcfm.net>
Code-Review+1: venkatamahesh <Venkata.Kotha@infinite.com>
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 19 Oct 2015 20:22:19 +0000
Reviewed-on: https://review.openstack.org/236544
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,9 @@
Code-Review+1: Juliana Motira <ju.motira@gmail.com>
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Tue, 08 Sep 2015 13:18:47 +0000
Reviewed-on: https://review.openstack.org/220636
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,13 @@
Code-Review+1: Eric Brown <browne@vmware.com>
Code-Review+1: Anusha Ramineni <anusha.ramineni@nectechnologies.in>
Code-Review+1: Lucas Alvares Gomes <lucasagomes@gmail.com>
Code-Review+1: Shu Muto <shu-mutou@rf.jp.nec.com>
Code-Review+1: venkatamahesh <Venkata.Kotha@infinite.com>
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 18 May 2016 12:42:47 +0000
Reviewed-on: https://review.openstack.org/264570
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Sun, 24 Apr 2016 11:37:24 +0000
Reviewed-on: https://review.openstack.org/309692
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Sun, 13 Mar 2016 19:54:51 +0000
Reviewed-on: https://review.openstack.org/292051
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Thu, 23 Jun 2016 18:43:14 +0000
Reviewed-on: https://review.openstack.org/313012
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,9 @@
Code-Review+1: Juliana Motira <ju.motira@gmail.com>
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 02 Sep 2015 21:15:38 +0000
Reviewed-on: https://review.openstack.org/219419
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Thu, 12 May 2016 21:20:22 +0000
Reviewed-on: https://review.openstack.org/315725
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 26 Oct 2015 13:38:41 +0000
Reviewed-on: https://review.openstack.org/239099
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 21 Mar 2016 20:37:50 +0000
Reviewed-on: https://review.openstack.org/295497
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 04 May 2016 14:53:08 +0000
Reviewed-on: https://review.openstack.org/312576
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Sun, 24 Apr 2016 12:19:34 +0000
Reviewed-on: https://review.openstack.org/309759
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 11 Jan 2016 22:19:49 +0000
Reviewed-on: https://review.openstack.org/265974
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Thu, 20 Aug 2015 17:44:38 +0000
Reviewed-on: https://review.openstack.org/215153
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 05 Aug 2015 17:39:09 +0000
Reviewed-on: https://review.openstack.org/209603
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 24 Aug 2015 12:53:30 +0000
Reviewed-on: https://review.openstack.org/214623
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Fri, 29 Apr 2016 20:31:35 +0000
Reviewed-on: https://review.openstack.org/311250
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Thu, 11 Jun 2015 20:41:27 +0000
Reviewed-on: https://review.openstack.org/190749
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Fri, 25 Mar 2016 16:41:00 +0000
Reviewed-on: https://review.openstack.org/296047
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Tue, 29 Mar 2016 20:45:31 +0000
Reviewed-on: https://review.openstack.org/298948
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 11 May 2016 19:07:46 +0000
Reviewed-on: https://review.openstack.org/315174
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Sat, 23 Apr 2016 14:18:15 +0000
Reviewed-on: https://review.openstack.org/307393
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Thu, 02 Jun 2016 19:54:05 +0000
Reviewed-on: https://review.openstack.org/324744
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Sat, 26 Mar 2016 17:37:57 +0000
Reviewed-on: https://review.openstack.org/297972
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Sun, 27 Mar 2016 14:29:52 +0000
Reviewed-on: https://review.openstack.org/298041
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Fri, 04 Sep 2015 17:43:27 +0000
Reviewed-on: https://review.openstack.org/220097
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,9 @@
Code-Review+1: Allan Vidal <avidal@lenovo.com>
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Tue, 20 Oct 2015 13:11:37 +0000
Reviewed-on: https://review.openstack.org/237195
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Thu, 12 May 2016 17:55:01 +0000
Reviewed-on: https://review.openstack.org/315628
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Thu, 07 Apr 2016 16:37:33 +0000
Reviewed-on: https://review.openstack.org/302831
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Tue, 21 Jun 2016 12:46:10 +0000
Reviewed-on: https://review.openstack.org/332046
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,9 @@
Code-Review+1: Juliana Motira <ju.motira@gmail.com>
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Thu, 10 Sep 2015 19:18:48 +0000
Reviewed-on: https://review.openstack.org/221448
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 04 Apr 2016 12:24:08 +0000
Reviewed-on: https://review.openstack.org/301078
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,9 @@
Code-Review+1: Allan Vidal <avidal@lenovo.com>
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 26 Oct 2015 15:56:18 +0000
Reviewed-on: https://review.openstack.org/239443
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Fri, 15 Jul 2016 12:42:55 +0000
Reviewed-on: https://review.openstack.org/316218
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Thu, 27 Aug 2015 19:29:17 +0000
Reviewed-on: https://review.openstack.org/217759
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 20 Jul 2015 14:49:09 +0000
Reviewed-on: https://review.openstack.org/202228
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Tue, 12 Apr 2016 18:42:24 +0000
Reviewed-on: https://review.openstack.org/304807
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,10 @@
Code-Review+1: Aimee Ukasick <aimeeu.opensource@gmail.com>
Code-Review+1: Lucas Alvares Gomes <lucasagomes@gmail.com>
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Tue, 10 May 2016 17:29:55 +0000
Reviewed-on: https://review.openstack.org/286217
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 21 Mar 2016 19:13:16 +0000
Reviewed-on: https://review.openstack.org/295460
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Tue, 21 Jul 2015 13:20:19 +0000
Reviewed-on: https://review.openstack.org/203695
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Fri, 30 Oct 2015 13:44:21 +0000
Reviewed-on: https://review.openstack.org/240535
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Thu, 20 Aug 2015 21:00:28 +0000
Reviewed-on: https://review.openstack.org/214761
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Sun, 13 Mar 2016 14:13:58 +0000
Reviewed-on: https://review.openstack.org/292112
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 25 May 2016 23:35:23 +0000
Reviewed-on: https://review.openstack.org/321234
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Tue, 17 May 2016 14:15:43 +0000
Reviewed-on: https://review.openstack.org/317074
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Tue, 01 Mar 2016 21:40:55 +0000
Reviewed-on: https://review.openstack.org/286181
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,9 @@
Code-Review+1: Allan Vidal <avidal@lenovo.com>
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Fri, 30 Oct 2015 18:05:11 +0000
Reviewed-on: https://review.openstack.org/240569
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 09 May 2016 12:46:46 +0000
Reviewed-on: https://review.openstack.org/312568
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Fri, 23 Oct 2015 19:57:36 +0000
Reviewed-on: https://review.openstack.org/238902
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Tue, 17 May 2016 14:15:30 +0000
Reviewed-on: https://review.openstack.org/317072
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 19 Oct 2015 16:22:45 +0000
Reviewed-on: https://review.openstack.org/236025
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Tue, 07 Jul 2015 17:57:53 +0000
Reviewed-on: https://review.openstack.org/199135
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 21 Oct 2015 19:14:03 +0000
Reviewed-on: https://review.openstack.org/238215
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Thu, 15 Oct 2015 13:43:37 +0000
Reviewed-on: https://review.openstack.org/234953
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 10 Jun 2015 20:38:15 +0000
Reviewed-on: https://review.openstack.org/190275
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 13 Jul 2015 18:05:51 +0000
Reviewed-on: https://review.openstack.org/201140
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Tue, 22 Mar 2016 13:10:20 +0000
Reviewed-on: https://review.openstack.org/295506
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Fri, 29 Apr 2016 18:19:38 +0000
Reviewed-on: https://review.openstack.org/311141
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Thu, 05 Nov 2015 14:03:47 +0000
Reviewed-on: https://review.openstack.org/240981
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,9 @@
Code-Review+1: Juliana Motira <ju.motira@gmail.com>
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 28 Sep 2015 17:11:15 +0000
Reviewed-on: https://review.openstack.org/228507
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Jarrod Johnson <jjohnson2@lenovo.com>
Workflow+1: Jarrod Johnson <jjohnson2@lenovo.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 14 Oct 2015 21:12:00 +0000
Reviewed-on: https://review.openstack.org/234962
Project: openstack/deb-python-pyghmi
Branch: refs/heads/master

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