FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for bin - AccelerationNet/python-beaver · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
AccelerationNet
/
python-beaver
Public
forked from
python-beaver/python-beaver
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
python-beaver
bin
on
master
User selector
Datepicker
Commit history
Commits on May 15, 2013
Disable daemonization on the windows platform. Closes #141
josegonzalez
committed
af74b81
View commit details
Copy full SHA for af74b81
View code at this point
Browse repository at this point
Commits on Apr 23, 2013
Use logfile flag for sending all output to a file in daemon contexts
josegonzalez
committed
3aaae79
View commit details
Copy full SHA for 3aaae79
View code at this point
Browse repository at this point
Commits on Apr 12, 2013
added experimental tail-version of beaver
josegonzalez
committed
ee0a586
View commit details
Copy full SHA for ee0a586
View code at this point
Browse repository at this point
Commits on Apr 5, 2013
set utf-8 as default encoding on all python files
josegonzalez
committed
1c0cde0
View commit details
Copy full SHA for 1c0cde0
View code at this point
Browse repository at this point
Commits on Apr 2, 2013
Raise an AssertionError when run in daemon without a pid path specified. Closes #112
josegonzalez
committed
0d75e1d
View commit details
Copy full SHA for 0d75e1d
View code at this point
Browse repository at this point
Commits on Jan 4, 2013
Move runner into a dispatcher class to solve installation issues
josegonzalez
committed
618d156
View commit details
Copy full SHA for 618d156
View code at this point
Browse repository at this point
Commits on Dec 25, 2012
Add the ability to daemonize. Closes #79
josegonzalez
committed
77a48a8
View commit details
Copy full SHA for 77a48a8
View code at this point
Browse repository at this point
Pull argument parsing out of beaver __init__.py
josegonzalez
committed
78d465b
View commit details
Copy full SHA for 78d465b
View code at this point
Browse repository at this point
Move app-running into __init__.py
josegonzalez
committed
9574251
View commit details
Copy full SHA for 9574251
View code at this point
Browse repository at this point
General code reorganization
Show description for 5642b5b
josegonzalez
committed
5642b5b
View commit details
Copy full SHA for 5642b5b
View code at this point
Browse repository at this point
Commits on Dec 24, 2012
Remove duplicative and old beaver instructions from binary
josegonzalez
committed
4669abb
View commit details
Copy full SHA for 4669abb
View code at this point
Browse repository at this point
Added docstrings to ssh_tunnel module
josegonzalez
committed
fc2c2d3
View commit details
Copy full SHA for fc2c2d3
View code at this point
Browse repository at this point
Moved create_ssh_tunnel to ssh_tunnel module
josegonzalez
committed
4f02ce9
View commit details
Copy full SHA for 4f02ce9
View code at this point
Browse repository at this point
Fixed order of beaver_config and file_config in args
josegonzalez
committed
6dbea43
View commit details
Copy full SHA for 6dbea43
View code at this point
Browse repository at this point
Do not output info level when outputing version
josegonzalez
committed
4cb3754
View commit details
Copy full SHA for 4cb3754
View code at this point
Browse repository at this point
Commits on Dec 17, 2012
SSH Tunnel Support
Show description for f8c3189
josegonzalez
committed
f8c3189
View commit details
Copy full SHA for f8c3189
View code at this point
Browse repository at this point
Allow specifying host via flag. Closes #70
josegonzalez
committed
fbfad94
View commit details
Copy full SHA for fbfad94
View code at this point
Browse repository at this point
Deprecate all environment variables
Show description for 549c098
josegonzalez
committed
549c098
View commit details
Copy full SHA for 549c098
View code at this point
Browse repository at this point
Warn when using deprecated ENV variables for configuration. Refs #72
josegonzalez
committed
6ef1b28
View commit details
Copy full SHA for 6ef1b28
View code at this point
Browse repository at this point
Commits on Dec 16, 2012
add optional support for socket.getfqdn
Show description for 6c176e7
Jeremy Kitchen
committed
6c176e7
View commit details
Copy full SHA for 6c176e7
View code at this point
Browse repository at this point
Commits on Dec 15, 2012
Add a version number to beaver
josegonzalez
committed
83c5f18
View commit details
Copy full SHA for 83c5f18
View code at this point
Browse repository at this point
Commits on Dec 3, 2012
Making 'mode' option work for zmqtransport. Adding setuptools and tests (use ./setup.py nosetests). Adding .gitignore
Josh Braegger
committed
f63b8a0
View commit details
Copy full SHA for f63b8a0
View code at this point
Browse repository at this point
Commits on Nov 28, 2012
Removed deprecated usage of e.message
rafaelmagu
committed
5de877c
View commit details
Copy full SHA for 5de877c
View code at this point
Browse repository at this point
Added some resiliency code to rabbitmq transport.
rafaelmagu
committed
bd4b865
View commit details
Copy full SHA for bd4b865
View code at this point
Browse repository at this point
Commits on Nov 26, 2012
Fix issue where polling for files was done incorrectly
josegonzalez
committed
c0df17d
View commit details
Copy full SHA for c0df17d
View code at this point
Browse repository at this point
Commits on Nov 6, 2012
adding udp support
Morgan Delagrange
committed
2ebe095
View commit details
Copy full SHA for 2ebe095
View code at this point
Browse repository at this point
Commits on Oct 25, 2012
Release version 2
josegonzalez
committed
015c68e
View commit details
Copy full SHA for 015c68e
View code at this point
Browse repository at this point
fixed a few more import statements
josegonzalez
committed
1dca0c6
View commit details
Copy full SHA for 1dca0c6
View code at this point
Browse repository at this point
Fixed binary call
josegonzalez
committed
83d0760
View commit details
Copy full SHA for 83d0760
View code at this point
Browse repository at this point
refactored logging
josegonzalez
committed
a63fcbf
View commit details
Copy full SHA for a63fcbf
View code at this point
Browse repository at this point
Improve logging
michaeldauria
authored and
josegonzalez
committed
d1d5d37
View commit details
Copy full SHA for d1d5d37
View code at this point
Browse repository at this point
add default stream handler when transport is stdout. Closes #26
bear (Mike Taylor)
authored and
josegonzalez
committed
21483ce
View commit details
Copy full SHA for 21483ce
View code at this point
Browse repository at this point
Commits on Sep 20, 2012
Add support for type reading from INI config file
Show description for 3212dd8
Alexander Fortin
authored and
josegonzalez
committed
3212dd8
View commit details
Copy full SHA for 3212dd8
View code at this point
Browse repository at this point
Commits on Aug 30, 2012
Support globs in file paths
Darren Worrall
committed
5a90322
View commit details
Copy full SHA for 5a90322
View code at this point
Browse repository at this point
Commits on Aug 20, 2012
properly parse BEAVER_FILES env var
josegonzalez
committed
08aac1f
View commit details
Copy full SHA for 08aac1f
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL