index
:
delta/python-packages/pygerrit.git
dependabot/pip/ecdsa-0.13.3
dependabot/pip/jinja2-2.11.3
dependabot/pip/paramiko-2.10.1
dependabot/pip/pygments-2.7.4
master
paramiko-1.15.2
github.com: sonyxperiadev/pygerrit.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pygerrit
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into internal
David Pursehouse
2013-09-13
6
-90
/
+241
|
\
|
*
Bump version to 0.1.1
0.1.1
David Pursehouse
2013-09-13
1
-1
/
+1
|
*
Fix #10: Allow to manually specify ssh username and port
David Pursehouse
2013-09-12
2
-12
/
+22
|
*
Completely refactor the stream event handling
David Pursehouse
2013-09-12
2
-23
/
+18
|
*
Add missing __repr__ methods on ErrorEvent and UnhandledEvent
David Pursehouse
2013-09-12
1
-1
/
+7
|
*
Fix initialisation of error event
David Pursehouse
2013-09-11
1
-0
/
+1
|
*
Fix #11: correct handling of `identityfile` in the ssh config
David Pursehouse
2013-09-11
1
-1
/
+1
|
*
Fix #8: Support the "topic-changed" stream event
David Pursehouse
2013-09-11
1
-0
/
+23
|
*
Fix #7: Support the "reviewer-added" stream event
David Pursehouse
2013-09-11
1
-0
/
+20
|
*
Fix #6: Support the "merge-failed" stream event
David Pursehouse
2013-09-11
1
-0
/
+21
|
*
Fix #5: Move json parsing and error handling into the event factory
David Pursehouse
2013-09-11
3
-27
/
+40
|
*
Fix #3: Don't treat unhandled event types as errors
David Pursehouse
2013-09-11
1
-3
/
+11
|
*
Fix #4: Keep event's raw json data in the event object
David Pursehouse
2013-09-11
1
-9
/
+9
|
*
Add __repr__ methods on event and model classes
David Pursehouse
2013-09-11
2
-3
/
+50
|
*
Remove redundant `exec_command` method
David Pursehouse
2013-09-11
1
-15
/
+10
|
*
Fix #2: Establish SSH connection in a thread-safe way
David Pursehouse
2013-09-11
1
-6
/
+20
|
*
Fix #1: Use select.select() instead of select.poll()
David Pursehouse
2013-09-10
1
-14
/
+12
*
|
Make get, put, post and delete REST methods public
David Pursehouse
2013-09-12
1
-4
/
+4
*
|
Fix authentication setup
David Pursehouse
2013-08-27
1
-5
/
+5
*
|
Add handling of HTTP error status codes in responses
David Pursehouse
2013-08-27
1
-0
/
+24
*
|
Add support for HTTP digest authentication
David Pursehouse
2013-08-26
1
-1
/
+41
*
|
Initial implementation of Gerrit REST API interface
David Pursehouse
2013-08-26
1
-0
/
+110
|
/
*
Bump version to 0.1.0
0.1.0
David Pursehouse
2013-08-09
1
-1
/
+1
*
Don't put copyright and license headers in Python module docstrings
David Pursehouse
2013-08-07
7
-175
/
+163
*
Add generation of package documentation
David Pursehouse
2013-08-07
1
-1
/
+1
*
Fix pylint warnings
David Pursehouse
2013-08-06
2
-3
/
+6
*
Fix relative imports
David Pursehouse
2013-08-06
5
-13
/
+12
*
Fix one more PEP-257 violation
David Pursehouse
2013-08-06
1
-0
/
+2
*
Only allow strings as query terms and commands
David Pursehouse
2013-08-05
2
-13
/
+15
*
Don't hard code version in setup.py
David Pursehouse
2013-08-05
1
-0
/
+3
*
Include command in GerritCommandResult
David Pursehouse
2013-08-05
1
-3
/
+8
*
Don't open ssh connection until needed
David Pursehouse
2013-08-05
1
-17
/
+31
*
Fix UnboundLocalError when stream-event connection fails
David Pursehouse
2013-08-05
1
-16
/
+16
*
Add missing docstrings to conform to PEP-257
David Pursehouse
2013-08-04
3
-5
/
+10
*
Handle socket connection error in SSH client
David Pursehouse
2012-12-14
1
-4
/
+8
*
Python 2.6 style exception handling
David Pursehouse
2012-10-25
4
-12
/
+12
*
Revert "Basic thread-safeness in the SSH client"
David Pursehouse
2012-10-24
1
-5
/
+0
*
Encapsulate the SSH command results in a class
David Pursehouse
2012-10-24
3
-7
/
+17
*
Update pylint config to work with version 0.26
David Pursehouse
2012-10-24
1
-3
/
+0
*
Only add query result lines to returned data
David Pursehouse
2012-10-24
1
-4
/
+3
*
Handle JSON errors in query results
David Pursehouse
2012-10-24
1
-1
/
+4
*
Refactor getting the Gerrit version
David Pursehouse
2012-10-24
2
-16
/
+34
*
Reduce nested `if` blocks in stream handling
David Pursehouse
2012-10-23
1
-10
/
+9
*
More error handling improvements in stream
David Pursehouse
2012-10-23
1
-11
/
+22
*
Handle exception when running ssh command
David Pursehouse
2012-10-23
1
-2
/
+7
*
Fix pylint warnings in stream.py
David Pursehouse
2012-10-23
1
-6
/
+10
*
Basic thread-safeness in the SSH client
David Pursehouse
2012-10-23
1
-1
/
+6
*
More exception handling in stream
David Pursehouse
2012-10-23
1
-1
/
+1
*
Get Gerrit version during client initialisation
David Pursehouse
2012-10-17
1
-0
/
+17
*
Add query functionality
David Pursehouse
2012-10-17
2
-0
/
+49
[next]