Commit graph

10 commits

Author SHA1 Message Date
Colin Kuskie
b6c4adc8e0 Fix bucket name truncation in the bucket log, and don't forget to check the delta interval when summarizing. 2011-10-20 20:25:16 -07:00
Colin Kuskie
a9cac3bdd9 Restore remembering the count from time to time while doing PA. 2011-10-06 15:24:50 -07:00
Colin Kuskie
6ed275b133 Rework PA again to not try and sort the passiveLog. Instead, we iterate and store "last" data in a new database table. 2011-10-06 10:22:39 -07:00
Colin Kuskie
45b5370469 Allow Passive Analytics to scale to analyzing millions of log entries without nuking MySQL in the process. More thorough test cleanup. 2011-09-25 18:45:19 -07:00
Colin Kuskie
aa65b6ca22 Fix a common misspelling of the word definition, in POD. 2009-07-10 21:04:41 +00:00
Patrick Donelan
e93f02c16b Merge branch 'passive_analytics_without_flux' into master
* passive_analytics_without_flux:
  Added Passive Analytics to upgrade script
  Removed DataTable edits from this topic branch
  Merge branch 'master' into passive_analytics_without_flux
  Added Passive Analytics icon
  Added PASSIVE_ANALYTICS_README.txt
  Added some screenshots
  Optimize the Bucket analysis for speed.
  Test for running benchmarking.
  If userId=0, then do not send emails when the workflow is done.
  And add the logging class.
  Add an enable button, to disable Logging.
  Provide CVS data for all logs.
  Generalized the CSV creation routine, then made wrappers for all log types.
  Remove 45 second sleep used for testing.
  Real PA status, as described in the RFE.
  Tweak the display a little more to make it nice.
  Passive Analytics Workflow status checks.
  Label for regular expression errors on rule save.
  Basic regexp checking for submitted rules.
  Patch HTMLForm to make dynamically generated forms sticky.
  Bucket activity now clears deltaLog based on settings.
  Add admin settings for interval and table cleanup.
  Bug fixes: sticky delta time and dropped 1st entry.
  Must use stringy GUIDs to compare in Summarizer.
  passiveLog entry should land in the first bucket that matches, not all buckets that match.
  Perl code for user selectable columns in the data table.
  Let the user choose which columns get sorted in a DataTable, js changes.
  Log the complete URI, with query fragment.
  Fix the name of the SummarizePassizeAnalytics workflow.
  Minor changes to sbin/installPassiveAnalytics.pl so that script would run.
  Add Passive Analytics modules, Workflow Activites, i18n and content handler.
  Add logging to the Asset Content handler.
  Add file to install Passive Analytics in the db and config file.
2009-05-27 14:47:17 -05:00
Colin Kuskie
aa6367d459 Bug fixes: sticky delta time and dropped 1st entry.
Make the delta time interval sticky in the form where the
workflow is launched.  Also, fix a bug where the first line
of data is dropped because the statement handle was read
twice.
2009-03-04 13:24:23 +11:00
Colin Kuskie
92841f2bf5 Must use stringy GUIDs to compare in Summarizer. 2009-03-04 13:24:23 +11:00
Colin Kuskie
3de4e4ac87 Fix the name of the SummarizePassizeAnalytics workflow. 2009-03-04 13:24:23 +11:00
Colin Kuskie
eb844fd26e Add Passive Analytics modules, Workflow Activites, i18n and content
handler.
2009-03-04 13:24:23 +11:00