Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enabled plugin for Ubuntu/Debian | Louis Bouchard | 2013-04-15 | 1 | -2/+2 |
| | |||||
* | Enabled plugin for Ubuntu/Debian | Louis Bouchard | 2013-04-15 | 1 | -4/+26 |
| | |||||
* | Enabled plugin for Ubuntu/Debian | Louis Bouchard | 2013-04-15 | 1 | -2/+24 |
| | |||||
* | Enabled plugin for Ubuntu/Debian | Louis Bouchard | 2013-04-15 | 1 | -2/+23 |
| | |||||
* | Enabled plugin for Ubuntu/Debian | Louis Bouchard | 2013-04-15 | 1 | -4/+38 |
| | |||||
* | Merge branch 'fix_packages_gh126' to stay current with upstream | Louis Bouchard | 2013-04-15 | 1 | -4/+4 |
|\ | |||||
| * | Fixes the packages() statement that was no working for Ubuntu/Debian | Louis Bouchard | 2013-04-12 | 1 | -4/+4 |
| | | |||||
* | | fix get_dns_dir which backtraces if regex is not found | Louis Bouchard | 2013-04-15 | 1 | -1/+4 |
| | | |||||
* | | Enabled plugin for Ubuntu/Debian | Louis Bouchard | 2013-04-12 | 3 | -8/+45 |
| | | |||||
* | | Fix more reformat typos | Louis Bouchard | 2013-04-12 | 2 | -4/+4 |
| | | |||||
* | | Enabled plugin for Ubuntu/Debian | Louis Bouchard | 2013-04-12 | 1 | -3/+23 |
|/ | |||||
* | Fix typo and new format miss | Louis Bouchard | 2013-04-11 | 1 | -2/+2 |
| | |||||
* | Fix main class missing setup | Louis Bouchard | 2013-04-11 | 1 | -0/+1 |
| | |||||
* | Fix new format misses | Louis Bouchard | 2013-04-11 | 2 | -3/+3 |
| | |||||
* | Removed ufw bits which is now in networking | Louis Bouchard | 2013-04-05 | 1 | -2/+0 |
| | |||||
* | Enabled new Debian plugins & adapted to new format | Louis Bouchard | 2013-04-05 | 1 | -2/+20 |
| | |||||
* | Enabled new Debian plugins & adapted to new format | Louis Bouchard | 2013-04-05 | 1 | -5/+43 |
| | |||||
* | Enabled new Debian plugins & adapted to new format | Louis Bouchard | 2013-04-05 | 1 | -2/+26 |
| | |||||
* | Enabled new Debian plugins & adapted to new format | Louis Bouchard | 2013-04-05 | 6 | -13/+94 |
| | |||||
* | More fixes for general.py specific to Ubuntu/Debian | Louis Bouchard | 2013-04-05 | 1 | -2/+1 |
| | |||||
* | Fix optionList anomaly | Louis Bouchard | 2013-04-05 | 1 | -2/+2 |
| | |||||
* | Merge branch 'bmr-pep8ify-names' | Bryn M. Reeves | 2013-04-04 | 121 | -1154/+1154 |
|\ | | | | | | | | | | | Conflicts: sos/plugins/general.py sos/plugins/juju.py | ||||
| * | Make more names pep8 compliant across the tree | Bryn M. Reeves | 2013-03-28 | 51 | -268/+268 |
| | | | | | | | | | | | | | | | | | | Fix policy and utility function, method and variable names to use lower case underscored style instead of camelCase. Related to Issue #112. Signed-off-by: Bryn M. Reeves <bmr@redhat.com> | ||||
| * | Rename copy_stuff() to collect() | Bryn M. Reeves | 2013-03-28 | 3 | -6/+6 |
| | | | | | | | | | | | | | | | | The name copy_stuff() isn't as descriptive now that the data may be being streamed into an archive without being copied into a temporary directory. Calling it collect covers both equally well. Signed-off-by: Bryn M. Reeves <bmr@redhat.com> | ||||
| * | Rename functions and methods in plugins to comply with pep8 | Bryn M. Reeves | 2013-03-28 | 114 | -896/+896 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | There are lots of historical camelCase function and method names in the plugin directory even though pep8 very clearly recommends against these other than for external backwards compatibility. Rename all the camelCased functions and methods and fix up the main sosreport code, examples and tests to use the new names. Fixes Issue #112. Signed-off-by: Bryn M. Reeves <bmr@redhat.com> | ||||
* | | Merge pull request #113 from karibou/master | Bryn M. Reeves | 2013-04-03 | 0 | -0/+0 |
|\ \ | | | | | | | Fix for classname inversion in general.py | ||||
| * | | Fixed Class name inversion | Louis Bouchard | 2013-04-02 | 1 | -2/+2 |
| |/ | |||||
* | | Merge pull request #111 from rubeon/master | Bryn M. Reeves | 2013-04-03 | 1 | -0/+72 |
|\ \ | | | | | | | Added plugin for landscape client on Ubuntu. | ||||
| * | | Changed classname to match style guidelines. | Eric Williams | 2013-03-29 | 1 | -1/+1 |
| | | | |||||
| * | | Renamed landscape_client to landscape so it looks better in the plugin list. | Eric Williams | 2013-03-28 | 1 | -2/+3 |
| | | | |||||
| * | | Added landscape plugin, which gathers logs and configuration files for the ↵ | Eric Williams | 2013-03-28 | 1 | -0/+71 |
| |/ | | | | | | | Ubuntu Advantage landscape client. | ||||
* | | Merge pull request #109 from battlemidget/patch-1 | Bryn M. Reeves | 2013-04-03 | 1 | -6/+6 |
|\ \ | | | | | | | Fix super call to proper general plugin name | ||||
| * | | Fix super call to proper general plugin name | Adam Stokes | 2013-03-28 | 1 | -6/+6 |
| |/ | | | | | | | | | | | | | | | We were calling super on incorrect plugin class. This was a result of the conforming name patch applied. Also went ahead and capitalized general plugin for pep8 spec. Signed-off-by: Adam Stokes <hackr@cypherbook.com> | ||||
* | | Merge pull request #107 from battlemidget/patch-1 | Bryn M. Reeves | 2013-04-03 | 1 | -1/+1 |
|\ \ | |/ |/| | Only specify the var/log/juju dir | ||||
| * | Only specify the var/log/juju dir | Adam Stokes | 2013-03-28 | 1 | -1/+1 |
|/ | | | Only the juju directory exists in /var/log/ so grab that rather than globbing for the files. | ||||
* | Merge pull request #103 from battlemidget/patch-1 | Bryn M. Reeves | 2013-03-26 | 14 | -21/+93 |
|\ | | | | | Port several plugins to Debian/Ubuntu | ||||
| * | Update man page date to reflect recent changes to the information | Adam Stokes | 2013-03-25 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Adam Stokes <hackr@cypherbook.com> | ||||
| * | Merge git://github.com/sosreport/sosreport into patch-1 | Adam Stokes | 2013-03-25 | 3 | -48/+89 |
| |\ | |/ |/| | |||||
* | | Clean up command line option handling | Bryn M. Reeves | 2013-03-25 | 1 | -12/+12 |
| | | | | | | | | | | | | | | | | Clean up variable names and description strings in the command line parsing ahead of splitting up the SoSReport class into interface and back-end components. Signed-off-by: Bryn M. Reeves <bmr@redhat.com> | ||||
* | | Man page updates | Bryn M. Reeves | 2013-03-25 | 1 | -26/+64 |
| | | |||||
* | | Rename --silent to --quiet | Bryn M. Reeves | 2013-03-25 | 3 | -8/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'silent' is a poort name for an option that admits to not being silent: --silent Only display FATAL errors on stdout Rename the option to '--quiet' instead and document it in the man page. It's probably also worth either documenting the fact that UI text is still printed when --quiet is given in non-batch mode or changing interactive mode to only print essential prompts when run with --quiet. Signed-off-by: Bryn M. Reeves <bmr@redhat.com> | ||||
* | | Improve UI text readability | Bryn M. Reeves | 2013-03-25 | 1 | -2/+2 |
| | | | | | | | | Indent paragraphs in the UI text to improve readability. | ||||
| * | Conforming naming scheme in a few plugins | Adam Stokes | 2013-03-25 | 6 | -11/+13 |
| | | | | | | | | | | | | | | Went through a few plugins to make sure inherit distro plugins were keeping same naming scheme as the rest. Signed-off-by: Adam Stokes <hackr@cypherbook.com> | ||||
| * | Merge branch 'patch-1' of github.com:battlemidget/sosreport into patch-1 | Adam Stokes | 2013-03-25 | 1 | -1/+0 |
| |\ | |||||
| | * | Update __init__.py | Adam Stokes | 2013-03-25 | 1 | -1/+0 |
| | | | | | | | | | Remove debugging pprint | ||||
| * | | Inherit system within DebianSystem plugin | Adam Stokes | 2013-03-25 | 1 | -1/+1 |
| |/ | | | | | | | Signed-off-by: Adam Stokes <hackr@cypherbook.com> | ||||
| * | Fixes #104 | Adam Stokes | 2013-03-25 | 1 | -1/+3 |
| | | | | | | | | Signed-off-by: Adam Stokes <hackr@cypherbook.com> | ||||
| * | Port several plugins to Debian/Ubuntu | Adam Stokes | 2013-03-25 | 10 | -15/+84 |
|/ | | | | | | | | [ Louis Bouchard ] - Ported several plugins to work across Red Hat, Debian and Ubuntu. Signed-off-by: Adam Stokes <hackr@cypherbook.com> | ||||
* | Merge pull request #102 from sosreport/bmr-template-text-fixes | Bryn M. Reeves | 2013-03-25 | 5 | -29/+111 |
|\ | | | | | Fix UI text templating | ||||
| * | Fix Fedora policy detection | Bryn M. Reeves | 2013-03-22 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | Make sure that the Fedora policy gets a chance to run by checking for the absence of /etc/fedora-release in the RHEL policy and fix the inheritance of FedoraPolicy. Signed-off-by: Bryn M. Reeves <bmr@redhat.com> |