[Python-modules-commits] [python-gear] branch debian/unstable created (now 9828507)
Thomas Goirand
zigo at moszumanska.debian.org
Tue Jun 16 09:21:17 UTC 2015
This is an automated email from the git hooks/post-receive script.
zigo pushed a change to branch debian/unstable
in repository python-gear.
at 9828507 Added Python3 support.
This branch includes the following new commits:
new 6044080 Added .gitreview
new b6097dc Initial commit.
new 855b217 Add pbr-based setup.
new 207e5cf Add initial test suite.
new 8a8b7ff Make flake8 and OpenStack Hacking clean.
new ba9ff1c Add Sphinx documentation.
new b52c073 Fix typo in workStatus.
new 15ab33e Treat job data as an array.
new a470e5e Support administrative protocol.
new 38cd337 Add a method that waits for a job handle.
new 868cc23 Add worker functionality.
new 772d256 Reorganize documentation.
new 61bd6ce Add simple Gearman server.
new 5b78524 Some bugfixes and test/debugging assist.
new 9aa4f48 Add status command to test server.
new ea796eb Encoding bugfix.
new cebd9d7 Add remaining client/worker handlers.
new e3b42f6 Improve efficiency of admin packets.
new 1c4df76 More improvements to admin requests.
new 463b84b Fix miscategorized packets.
new c642b20 Fix connection debugging messages.
new f7c06c0 Handle GET_STATUS in the server.
new 2bb0fca Wait for responses to some requests.
new 0e87ebf Wait for responses to admin requests.
new 4bc883e Handle blobs with nulls.
new 8336e63 Explicitly check event state after waiting.
new 1e76bfa Support python3.
new e180fe6 Add workers admin command to server.
new f88b0dd Add tiered queues to server.
new 570534c Clean up server jobs on disconnect.
new 0c5390b Make BaseClientServer threads daemons.
new 218fe26 Merge "Make BaseClientServer threads daemons."
new b095303 Fix accounting in server 'status' command.
new 3ca44af Add server command: "geard".
new 9f3057e Set hacking versions.
new 035b883 Add SSL support for clients, workers, and geard
new 86606d3 Merge "Add SSL support for clients, workers, and geard"
new 6401d0b Remove E128 pep8 ignore
new 1ba5213 Merge "Remove E128 pep8 ignore"
new 12528bf Server: make job handle safer
new 59d4be6 fix project dependencies
new a49102f Fix ordering of state change in server
new a646bf6 Merge "Fix ordering of state change in server"
new cc6e901 Update gear docs to include gearman server daemon
new c86f26d Merge "Update gear docs to include gearman server daemon"
new aa40155 Remove --pre from tox install command
new 6dcae37 Fix geard logging config
new 33b7b9e Update tox.ini to use skipsdist/develop
new 8d09875 Encapsulate the raw socket.send calls
new f141647 Merge "Update tox.ini to use skipsdist/develop"
new 81253d7 Merge "Encapsulate the raw socket.send calls"
new 2ad8f72 Add SSL error checking
new f745726 Merge "Add SSL error checking"
new e5c334c geard: wrong reference to setup_logging()
new 3a85956 Correctly set job known/running attributes
new 9c110fb Merge "Correctly set job known/running attributes"
new a8951ef Add statsd support
new 9c63d50 Solve hacking/pbr requirements conflict
new 5a2c469 Remove tox locale overrides
new 3fcb8e9 Fix exception in status admin command
new 197a1e7 Use client_id as part of the logger name
new f495a76 Geard: Report packet timing to statsd
new 5ffac7b Merge "Use client_id as part of the logger name"
new d39f083 Send less statsd data
new 6c48ca2 Close poll loop pipes on cleanup
new ead32eb Throttle geard connect loop
new d9a55c4 Be more careful with locks
new 37be147 Close server connect pipes on cleanup
new 81d6af1 Merge "Be more careful with locks"
new 02d4750 Re-register all functions on reconnect
new eee19fd Merge "Close server connect pipes on cleanup"
new 5e5351e add tox shortcut to build docs
new 27e5d63 Add access control
new 21243f5 Merge "Add access control"
new 02e3be8 geard: be more careful removing jobs
new 6b50c24 Restructure logging
new 43f5216 Use Job repr instead of handle in Client debug log
new 3b092f1 Remove print statement
new 5bdcfef doc update: move the server usage info
new 3d29024 document how to configure gearman logging
new fb50183 Generate a geard.8 manpage for Debian packaging
new cb51044 Log admin requests
new b5f1db6 Use except x as y instead of except x, y
new 914dca8 Merge "Use Job repr instead of handle in Client debug log"
new 09a72ab Merge "doc update: move the server usage info"
new d8c4776 Merge "Remove print statement"
new 06b9eb0 Merge "Use except x as y instead of except x, y"
new d57b622 Update from global requirements
new 58a991c Rename doc environment to docs
new 7cb7913 Merge "document how to configure gearman logging"
new 4deda41 Merge "Update from global requirements"
new 42a335c Merge "Rename doc environment to docs"
new 026fe3b Merge "Generate a geard.8 manpage for Debian packaging"
new 7bad8c1 Switched documentation to point to storyboard.
new 508eacd Support binding to a specified host name or address
new 77ba489 Fix race between stopWaitingForJobs() and getJob()
new bab054c Workflow documentation is now in infra-manual
new 0f24beb Use non-blocking IO in server
new bf8bac5 Merge "Use non-blocking IO in server"
new d5e03ac Only wake relevant connections
new 19af58f Fix accounting bug when peeking for job
new 9a775e2 Merge "Only wake relevant connections"
new a799a83 Merge "Fix accounting bug when peeking for job"
new 5ba7549 Fix reading headers of large packets
new 178eae1 Add readPacket unit test
new ea90c46 Add unit test for readPacket (client mode)
new 5d9f44f Add admin readPacket unit tests
new 3495c55 Read more bytes per readPacket iteration
new a11d095 Add simple functional test
new b14b993 Fix SSL non-blocking IO support
new e91a31d Pin python-daemon to <2.0
new 505daa1 Merge "Support binding to a specified host name or address"
new 3bc535c Revert "Pin python-daemon to <2.0"
new 1ba502f Merge "Fix SSL non-blocking IO support"
new a6d28b4 Merge "Revert "Pin python-daemon to <2.0""
new 865be4c Merge "Fix race between stopWaitingForJobs() and getJob()"
new 4c8fc8c Move running check in getJob
new ac52675 Add SSL functional test
new 0b6bf90 Resolve python3 test failures
new 9035599 Merge "Move running check in getJob"
new bb68136 Fix regression in wakeConnections
new ecaf89b Now packaging 0.5.7
new 20dcd95 Merge tag '0.5.7' into debian/unstable
new f1e4b0a * New upstream release. * Merged upstream code within the packaging branch, and switching to a more OpenStack-ish branch name (ie: debian/unstable): - Updated debian/gbp.conf * Moved test related build-depends into build-depends-indep. * Ran wrap-and-sort -t -a * Added missing build-depends: dh-python. * Added missing build-depends-indep: subunit, testrepository. * Removed Mehdi and Julien who are unlikely to contribute to this package. * Call [...]
new 9828507 Added Python3 support.
The 125 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-gear.git
More information about the Python-modules-commits
mailing list