server
/
bcfg2
1.1.0-stable
debian
main
maint
maint-1.2
master
packages-dummy
py3-server
py3k
spline
spline-bookworm
spline-old
upstream/master
yum-helper-bug
Custom fork of bcfg2 (configuration management)
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
Bcfg2
/
Reporting
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'maint'
Alexander Sulfrian
2014-11-12
6
-64
/
+79
|
\
|
*
Merge branch 'cleanup_pidfile' of https://github.com/mattikus/bcfg2 into maint
Sol Jerome
2014-10-23
1
-16
/
+22
|
|
\
|
|
*
Remove PIDFileError as it does not always exist in the package and is rarely ...
Matt Kemp
2014-10-02
1
-5
/
+0
|
|
*
Catch possible typeerror resulting from None being returned when reading the ...
Matt Kemp
2014-10-02
1
-1
/
+1
|
|
*
Fixes to ensure pidfile can be opened or broken if stale.
Matt Kemp
2014-10-01
1
-18
/
+11
|
|
*
Attempt to break the pid lock during startup.
Matt Kemp
2014-10-01
1
-8
/
+26
|
*
|
Reporting: better exception handling
Alexander Sulfrian
2014-10-20
1
-33
/
+44
|
*
|
Reporting: fix filter urls
Alexander Sulfrian
2014-10-12
1
-6
/
+6
|
*
|
Use older nested try syntax for finally for python 2.4 compat
Michael Fenn
2014-09-10
1
-4
/
+5
|
*
|
Version bump to 1.3.5
v1.3.5
Sol Jerome
2014-09-05
1
-1
/
+1
|
*
|
Reporting: Remove duplicate method
Sol Jerome
2014-08-14
1
-3
/
+0
|
*
|
Reporting: Fix prune items import and display
Sol Jerome
2014-07-15
2
-2
/
+2
|
|
/
*
|
Reporting/Collector: fix semaphore initialization
Alexander Sulfrian
2014-11-11
1
-1
/
+2
*
|
testsuite: Added unit tests for new option parsing
Chris St. Pierre
2014-11-10
1
-1
/
+2
*
|
Reporting/Collector: fix python2.4 compatibility
Alexander Sulfrian
2014-10-27
1
-9
/
+11
*
|
Reporting/Collector: add max-children argument
Alexander Sulfrian
2014-10-27
1
-3
/
+19
*
|
Reporting: do not duplicate isstale functionality
Alexander Sulfrian
2014-08-01
2
-15
/
+2
*
|
Merge branch 'more-highlights-in-gridview' of https://github.com/AlexanderS/b...
Sol Jerome
2014-06-19
1
-0
/
+4
|
\
\
|
*
|
Reports/templatetags: mark special hosts in grid view
Alexander Sulfrian
2014-06-18
1
-0
/
+4
*
|
|
Merge branch 'reports-add-stale-col' of https://github.com/AlexanderS/bcfg2
Sol Jerome
2014-06-18
1
-0
/
+2
|
\
\
\
|
*
|
|
Reporting: add column stale
Alexander Sulfrian
2014-06-18
1
-0
/
+2
|
|
/
/
*
/
/
Version bump to 1.4.0pre1
v1.4.0pre1
Sol Jerome
2014-06-16
1
-1
/
+1
|
/
/
*
|
DjangoORM: Add missing import
Sol Jerome
2014-04-25
1
-0
/
+1
*
|
Merge branch 'maint'
Chris St. Pierre
2014-04-25
1
-2
/
+2
|
\
|
|
*
Reporting: Log to debug to prevent spam in logs
Sol Jerome
2014-04-16
1
-2
/
+2
*
|
Merge branch 'maint' into master
Sol Jerome
2014-04-16
3
-2
/
+43
|
\
|
|
*
bcfg2-report-collector: better error messages when failing to daemonize
Chris St. Pierre
2014-03-04
1
-0
/
+13
|
*
Reporting: properly close db connection
Chris St. Pierre
2014-02-28
2
-4
/
+6
|
*
Version bump to 1.3.4
Sol Jerome
2014-02-25
1
-1
/
+1
|
*
ensure that DB connections are always closed at thread/process exit
Chris St. Pierre
2014-02-18
1
-3
/
+6
|
*
Reporting: occasionally reap child threads
Michael Fenn
2014-01-10
1
-0
/
+23
*
|
Reporting: update non-ORM bits to know about separate database
Michael Fenn
2014-04-09
1
-4
/
+6
*
|
Remove unused import
Michael Fenn
2014-04-09
1
-1
/
+1
*
|
Preliminary support for seperate reporting database
Michael Fenn
2014-03-21
1
-3
/
+3
*
|
Merge branch 'maint'
Chris St. Pierre
2013-12-09
3
-6
/
+3
|
\
|
|
*
Reporting: Remove wildcard imports
Sol Jerome
2013-11-16
3
-6
/
+3
*
|
Merge branch 'maint'
Chris St. Pierre
2013-11-12
4
-4
/
+22
|
\
|
|
*
Reports: Add missing ImportError
Sol Jerome
2013-11-11
1
-1
/
+1
|
*
Fix compatibility with Django 1.6.
Simon Ruderich
2013-11-11
4
-4
/
+22
*
|
Merge branch 'maint'
Chris St. Pierre
2013-11-11
1
-1
/
+1
|
\
|
|
*
Version bump to 1.3.3
v1.3.3
Sol Jerome
2013-11-07
1
-1
/
+1
*
|
Reporting: fixed error reporting
Chris St. Pierre
2013-10-31
1
-1
/
+1
*
|
bcfg2-reports: rewrote with new option parser
Chris St. Pierre
2013-10-30
2
-1
/
+277
*
|
DB: fixed how Django settings are loaded
Chris St. Pierre
2013-10-30
2
-14
/
+5
*
|
Merge branch 'maint'
Chris St. Pierre
2013-10-28
1
-9
/
+29
|
\
|
|
*
Revert "Reporting: Simple sanity check to avoid creating too many threads"
Michael Fenn
2013-10-14
1
-3
/
+0
|
*
Reporting: misc improvements to collector threading
Michael Fenn
2013-10-10
1
-4
/
+6
|
*
Reporting: Simple sanity check to avoid creating too many threads
Michael Fenn
2013-10-09
1
-0
/
+3
|
*
Reporting: start a new thread for each import
Michael Fenn
2013-10-09
1
-10
/
+29
*
|
Merge branch 'maint'
Sol Jerome
2013-09-01
1
-1
/
+1
|
\
|
[next]