aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorsconklin <sconklin@ef72aa8b-4018-0410-8976-d6e080ef94d8>2006-07-12 19:17:06 +0000
committersconklin <sconklin@ef72aa8b-4018-0410-8976-d6e080ef94d8>2006-07-12 19:17:06 +0000
commitb7e0351d69f561d2c25878dc5269bdeb290ed059 (patch)
tree35910635986055e7ca9cf7632158b9e205a7dc00 /src/ChangeLog
parent8521ca3b4db9775c09ae29af336abba99e939a2b (diff)
downloadsos-b7e0351d69f561d2c25878dc5269bdeb290ed059.tar.gz
Initial import, moved project from internal server to 108
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@5 ef72aa8b-4018-0410-8976-d6e080ef94d8
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog155
1 files changed, 155 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
new file mode 100644
index 00000000..b59ce737
--- /dev/null
+++ b/src/ChangeLog
@@ -0,0 +1,155 @@
+2006-06-19 Steve Conklin <sconklin@tintin>
+
+ * ChangeLog, LICENSE, setup.py, sos.spec:
+ Added License file and bumped release
+
+2006-06-08 dlehman <dlehman@tintin>
+
+ * example_plugins/example.py, example_plugins/fsusage.py, example_plugins/release.py, example_plugins/template.py, lib/sos/helpers.py, lib/sos/plugins/apache.py, lib/sos/plugins/bootloader.py, lib/sos/plugins/cluster.py, lib/sos/plugins/filesys.py, lib/sos/plugins/ftp.py, lib/sos/plugins/general.py, lib/sos/plugins/hardware.py, lib/sos/plugins/kernel.py, lib/sos/plugins/ldap.py, lib/sos/plugins/libraries.py, lib/sos/plugins/mail.py, lib/sos/plugins/memory.py, lib/sos/plugins/named.py, lib/sos/plugins/networking.py, lib/sos/plugins/pam.py, lib/sos/plugins/process.py, lib/sos/plugins/rhn.py, lib/sos/plugins/rpm.py, lib/sos/plugins/samba.py, lib/sos/plugins/selinux.py, lib/sos/plugins/squid.py, lib/sos/plugins/startup.py, lib/sos/plugins/system.py, lib/sos/plugins/tarball.py, lib/sos/plugins/x11.py, lib/sos/plugintools.py, lib/sos/policyredhat.py, setup.py, sosreport:
+ - Flesh out rhn plugin to handle Proxy or Satellite
+ - Add package queries to policyredhat.py (allPkgsByName, pkgByName, pkgNVRA)
+ - Add policy instance to the commons dict for access from plugins
+ - Use string objects' methods instead of the string module where possible
+ - Remove imports of unused string module
+ - Cleanup some typos, redundant initializations, &c
+
+2006-06-08 dlehman <dlehman@tintin>
+
+ * example_plugins/example.py, example_plugins/fsusage.py, example_plugins/release.py, example_plugins/template.py, lib/sos/helpers.py, lib/sos/plugins/apache.py, lib/sos/plugins/bootloader.py, lib/sos/plugins/cluster.py, lib/sos/plugins/filesys.py, lib/sos/plugins/ftp.py, lib/sos/plugins/general.py, lib/sos/plugins/hardware.py, lib/sos/plugins/kernel.py, lib/sos/plugins/ldap.py, lib/sos/plugins/libraries.py, lib/sos/plugins/mail.py, lib/sos/plugins/memory.py, lib/sos/plugins/named.py, lib/sos/plugins/networking.py, lib/sos/plugins/pam.py, lib/sos/plugins/process.py, lib/sos/plugins/rhn.py, lib/sos/plugins/rpm.py, lib/sos/plugins/samba.py, lib/sos/plugins/selinux.py, lib/sos/plugins/squid.py, lib/sos/plugins/startup.py, lib/sos/plugins/system.py, lib/sos/plugins/tarball.py, lib/sos/plugins/x11.py, lib/sos/plugintools.py, lib/sos/policyredhat.py, setup.py, sosreport:
+ - Flesh out rhn plugin to handle Proxy or Satellite
+ - Add package queries to policyredhat.py (allPkgsByName, pkgByName, pkgNVRA)
+ - Add policy instance to the commons dict for access from plugins
+ - Use string objects' methods instead of the string module where possible
+ - Remove imports of unused string module
+ - Cleanup some typos, redundant initializations, &c
+
+2006-06-05 jwhiter <jwhiter@tintin>
+
+ * lib/sos/plugins/system.py:
+ adding the abilit to capture the autofs maps to system.py
+
+2006-05-31 Steve Conklin <sconklin@tintin>
+
+ * ChangeLog, Makefile: New Makefile and ChangeLog (autogenerated)
+
+ * Changelog, setup.py, sos.spec:
+ Removed old Changelog file and sync'd version and Changelog in spec file
+
+ * lib/sos/plugins/networking.py, TODO, setup.py, sos.spec:
+ Final patches and version change before submission to Fedora
+
+2006-05-31 Steve Conklin <sconklin@tintin>
+
+ * Changelog, setup.py, sos.spec:
+ Removed old Changelog file and sync'd version and Changelog in spec file
+
+ * lib/sos/plugins/networking.py, TODO, setup.py, sos.spec:
+ Final patches and version change before submission to Fedora
+
+2006-05-26 Steve Conklin <sconklin@tintin>
+
+ * Changelog, lib/sos/helpers.py, lib/sos/plugintools.py, setup.py, sosreport:
+ Added pamadio's curses UI for selecting plugin options
+ Added flushing stdout after informational messages
+
+2006-05-26 jwhiter <jwhiter@tintin>
+
+ * lib/sos/plugins/filesys.py:
+ - making the filesys.py plugin call 'blkid' when running at the request of L1, this will allow us to map labels with actual devices.
+
+ * lib/sos/plugins/tarball.py, lib/sos/plugintools.py, sosreport:
+ - Adding tarball.py to create a tarball of the report after it is run
+ - Updated sosreport to call postproc() in all the plugins, which handles the post run
+ - Added runExeInd() which will just run the exe and return the status to plugintools.py
+ - Added postproc() to plugintools.py so that plugins can implement it
+
+2006-05-25 Steve Conklin <sconklin@tintin>
+
+ * lib/sos/plugintools.py, sosreport:
+ Fixed file naming for commands to eliminate special chars and prevent
+ name collisions. Added sorting of plugins by name before reporting.
+
+ * TODO, lib/sos/plugins/kernel.py, lib/sos/plugintools.py, setup.py:
+ Fixed option handling
+
+2006-05-23 jwhiter <jwhiter@tintin>
+
+ * Changelog, lib/sos/plugins/kernel.py, setup.py:
+ Adding jwb's patch to have sosreport grab sysrq data.
+
+2006-05-22 Steve Conklin <sconklin@tintin>
+
+ * lib/sos/plugins/apache.py: oops, forgot this file
+
+ * lib/sos/plugins/bootloader.py, lib/sos/plugins/filesys.py, lib/sos/plugins/ftp.py, lib/sos/plugins/general.py, lib/sos/plugins/hardware.py, lib/sos/plugins/kernel.py, lib/sos/plugins/ldap.py, lib/sos/plugins/mail.py, lib/sos/plugins/memory.py, lib/sos/plugins/named.py, lib/sos/plugins/samba.py, lib/sos/plugins/squid.py, lib/sos/plugins/x11.py, sos.spec:
+ Patch from jwb
+
+ * lib/sos/plugins/filesys.py, lib/sos/plugins/kernel.py:
+ jwb's patches for kernel.py and filesys.py
+
+ * sosreport: minor fix to the dir perms patch
+
+ * lib/sos/plugins/bootloader.py, lib/sos/plugins/cluster.py, lib/sos/plugins/filesys.py, lib/sos/plugins/general.py, lib/sos/plugins/hardware.py, lib/sos/plugins/kernel.py, lib/sos/plugins/libraries.py, lib/sos/plugins/memory.py, lib/sos/plugins/networking.py, lib/sos/plugins/pam.py, lib/sos/plugins/process.py, lib/sos/plugins/rhn.py, lib/sos/plugins/rpm.py, lib/sos/plugins/selinux.py, lib/sos/plugins/startup.py, lib/sos/plugins/system.py, lib/sos/plugins/template.py, lib/sos/plugins/x11.py, Changelog, example_plugins/template.py, lib/sos/plugintools.py, setup.py, sosreport:
+ Merged all of jwb's weekend patches. Make output dirs world readable, check before
+ executing executables, and added a lot of plugins.
+
+2006-05-19 Steve Conklin <sconklin@tintin>
+
+ * lib/sos/plugins/template.py: Removed unneeded variabled from plugin.
+
+ * Changelog, TODO, example_plugins/example.py, example_plugins/fsusage.py, example_plugins/release.py, example_plugins/runcommand.py, lib/sos/plugins/template.py, lib/sos/plugintools.py, setup.py, sosreport:
+ Applied jwb's fix, added his examples, improved html output
+
+2006-05-18 Steve Conklin <sconklin@tintin>
+
+ * example_plugins/example.py, example_plugins/runcommand.py, lib/sos/plugins/template.py:
+ Put instance variables in plugins in addition to base class
+
+ * example_plugins/example.py, example_plugins/runcommand.py, lib/sos/plugins/template.py, lib/sos/plugintools.py, setup.py, sosreport:
+ Removed separate pit class, and put everything having to do with the plugin in
+ pluginBase. Still incorrectly aggregates data across all plugins.
+
+ * README: Added Jwb as a contributor
+
+ * Changelog, TODO, lib/sos/plugins/template.py, lib/sos/plugintools.py, sosreport:
+ Implemented a base class for plugins
+
+2006-05-17 Steve Conklin <sconklin@tintin>
+
+ * Changelog, TODO, lib/sos/helpers.py, lib/sos/plugins/template.py, lib/sos/plugintools.py, sosreport, tests/maketesttree.sh:
+ Cleaned up code, added comments, fixed dir copying bug, changed option
+ handling. See Changelog
+
+2006-05-16 Steve Conklin <sconklin@tintin>
+
+ * lib/sos/helpers.py, lib/sos/plugintools.py:
+ Missed an edit to change log file descriptor to the dictionary. Fixed.
+
+ * TODO: Added documentation to list
+
+ * TODO: Added need for example plugin
+
+2006-05-15 Steve Conklin <sconklin@tintin>
+
+ * README, TODO, lib/sos/plugins/template.py, lib/sos/plugintools.py, setup.py, sosreport:
+ Added a dictionary of things that need to be known to all, like paths for
+ reports.
+
+ Added Pierre Amadio's command line arg handling
+
+ Fixed incorrect handling of command completion status
+
+ Added html generation
+
+2006-05-09 Steve Conklin <sconklin@tintin>
+
+ * TODO: changed it
+
+ * setup.cfg: removed RFC file
+
+ * MANIFEST.in, Notes.txt, README, TODO, lib/sos/__init__.py, lib/sos/helpers.py, lib/sos/plugins/__init__.py, lib/sos/plugins/template.py, lib/sos/plugintools.py, lib/sos/policyredhat.py, setup.cfg, setup.py, sosreport:
+ Initial checkin of the sos project
+
+ * MANIFEST.in, Notes.txt, README, TODO, lib/sos/__init__.py, lib/sos/helpers.py, lib/sos/plugins/__init__.py, lib/sos/plugins/template.py, lib/sos/plugintools.py, lib/sos/policyredhat.py, setup.cfg, setup.py, sosreport:
+ New file.
+