BuzzSaw

 view release on metacpan or  search on metacpan

BuzzSaw.spec  view on Meta::CPAN

* Fri Jul 06 2012 15:38 squinney@INF.ED.AC.UK
- lib/BuzzSaw/DateTime.pm.in: fixed timezone handling

* Fri Jul 06 2012 15:08 squinney@INF.ED.AC.UK
- lib/BuzzSaw/Report.pm.in: Do not prefetch tags for each event as
  it messes things up at a later stage

* Fri Jul 06 2012 14:49 squinney@INF.ED.AC.UK
- lib/BuzzSaw/Report/Kernel.pm.in: process the events into separate
  sets based on the tag names

* Fri Jul 06 2012 14:28 squinney@INF.ED.AC.UK
- lib/BuzzSaw/Report.pm.in: Need to load the BuzzSaw::DB module

* Fri Jul 06 2012 14:23 squinney@INF.ED.AC.UK
- t/00_use.t: Now 10 tests

* Fri Jul 06 2012 14:22 squinney@INF.ED.AC.UK
- lib/BuzzSaw/Report.pm.in: Need to use references to vars hash

* Fri Jul 06 2012 14:21 squinney@INF.ED.AC.UK
- lib/BuzzSaw/Report.pm.in, t/00_use.t: Fixed typo, added basic
  compilation tests for new modules

* Fri Jul 06 2012 14:19 squinney@INF.ED.AC.UK
- lib/BuzzSaw/Report.pm.in, lib/BuzzSaw/Report/Kernel.pm.in:
  Further work on the report generation process

* Fri Jul 06 2012 12:05 squinney@INF.ED.AC.UK
- lcfg.yml, lib/BuzzSaw/Report, lib/BuzzSaw/Report.pm.in,
  lib/BuzzSaw/Report/Kernel.pm.in: Made a start on a report
  generator framework

* Fri Jul 06 2012 12:05 squinney@INF.ED.AC.UK
- lib/BuzzSaw/DateTime.pm.in: Added new module to handle dates.
  This is a sub-class of the DateTime module with one extra method,
  named from_date_string, which can parse various extra date
  strings which are supported by the Linux audit framework

* Fri Jul 06 2012 12:04 squinney@INF.ED.AC.UK
- lib/BuzzSaw/DB.pm.in: Added support for setting attributes from a
  configuration file using MooseX::SimpleConfig

* Wed Jul 04 2012 15:40 squinney@INF.ED.AC.UK
- lib/BuzzSaw/DataSource/Files.pm.in: Removed debug code to make
  things quieter

* Wed Jul 04 2012 15:37 squinney@INF.ED.AC.UK
- lib/BuzzSaw/DB.pm.in: Removed debug code to make things quieter

* Wed Jul 04 2012 15:25 squinney@INF.ED.AC.UK
- lib/BuzzSaw/DB.pm.in: Added missing schema variable

* Wed Jul 04 2012 15:24 squinney@INF.ED.AC.UK
- lib/BuzzSaw/DB.pm.in: Reworked check_log_seen to work directly
  with the DBI layer. This should make things quicker

* Wed Jul 04 2012 15:18 squinney@INF.ED.AC.UK
- lcfg.yml, lib/BuzzSaw/Parser/RFC3339.pm.in: Completely reworked
  the parser. This should be correct more of the time and it's
  better at guessing the name/pid for programs. It should also be
  slightly faster as the regular expressions are no longer
  recompiled on every call to the subroutine.

* Mon Jul 02 2012 16:32 squinney@INF.ED.AC.UK
- lib/BuzzSaw/DB.pm.in: Adjusted some debugging so it is clearer
  why a file is not going to be processed

* Mon Jul 02 2012 16:25 squinney@INF.ED.AC.UK
- lcfg.yml, lib/BuzzSaw/DB.pm.in,
  lib/BuzzSaw/DataSource/Files.pm.in: Fixed scoping issue in the
  _next_filename method

* Mon Jul 02 2012 16:14 squinney@INF.ED.AC.UK
- lib/BuzzSaw/DataSource/Files.pm.in: changed order in BUILD to
  avoid files list being unnecessarily calculated twice

* Mon Jul 02 2012 16:04 squinney@INF.ED.AC.UK
- lib/BuzzSaw/DataSource/Files.pm.in: Reworked the way the next
  filename in the list is selected so that more work is done in a
  single query in the DB. This is cleaner and should be more
  efficient

* Mon Jul 02 2012 16:01 squinney@INF.ED.AC.UK
- lib/BuzzSaw/DB.pm.in: reworked the start_processing method to use
  the new version of the register_current_processing DB function

* Mon Jul 02 2012 15:58 squinney@INF.ED.AC.UK
- buzzsaw.sql: altered the register_current_processing function so
  that it also does the checking of the previously seen logs table,
  this should be safer and more efficient

* Mon Jul 02 2012 15:10 squinney@INF.ED.AC.UK
- lib/BuzzSaw/DataSource/Files.pm.in: Randomised the order of the
  files found to try and make things slightly more efficient

* Mon Jul 02 2012 14:48 squinney@INF.ED.AC.UK
- lib/BuzzSaw/DataSource/Files.pm.in: Allow perl regexps to be used
  for matching the file names

* Mon Jul 02 2012 10:20 squinney@INF.ED.AC.UK
- ChangeLog, lcfg.yml: BuzzSaw release: 0.2.1

* Mon Jul 02 2012 10:20 squinney@INF.ED.AC.UK
- lib/BuzzSaw/Parser/RFC3339.pm.in: Handle an empty message string

* Mon Jul 02 2012 10:15 squinney@INF.ED.AC.UK
- lib/BuzzSaw/Filter/Auth.pm.in, t, t/00_use.t: Added basic
  compilation tests

* Mon Jul 02 2012 09:55 squinney@INF.ED.AC.UK
- lib/BuzzSaw/Filter/Auth.pm.in, lib/BuzzSaw/Filter/Kernel.pm.in:
  Added 'o' flag to some regular expressions to hopefully make them
  a little bit faster

* Mon Jul 02 2012 09:15 squinney@INF.ED.AC.UK
- ChangeLog, lcfg.yml: BuzzSaw release: 0.2.0

* Mon Jul 02 2012 09:07 squinney@INF.ED.AC.UK
- lib/BuzzSaw/DataSource/Files.pm.in: Reworked slightly how we
  check if the next filename is already being processed



( run in 2.325 seconds using v1.01-cache-2.11-cpan-5b529ec07f3 )