Skip to content
Extraits de code Groupes Projets
  1. jan. 10, 2015
  2. déc. 15, 2014
    • diosmosis's avatar
      Adding support for parsing amazon cloudfront log files in log importer &... · 04f64ac0
      diosmosis a rédigé
      Adding support for parsing amazon cloudfront log files in log importer & making W3cExtendedFormat treat time-taken field as seconds by default (since that is what the W3C format specifies). Also add support for event tracking and cloudfront RTMP logs (which provide event logs). Also allow multiple spaces in between W3C extended log files. Allow derived classes of W3cExtendedFormat to define new custom field regexes.
      04f64ac0
  3. déc. 08, 2014
  4. nov. 10, 2014
  5. nov. 07, 2014
  6. oct. 13, 2014
  7. oct. 06, 2014
  8. oct. 05, 2014
  9. juil. 23, 2014
  10. juil. 10, 2014
  11. juil. 09, 2014
  12. juin 10, 2014
  13. mai 08, 2014
  14. mars 14, 2014
  15. mars 13, 2014
  16. jan. 23, 2014
  17. oct. 29, 2013
  18. oct. 15, 2013
  19. août 22, 2013
  20. août 02, 2013
  21. juil. 20, 2013
  22. juil. 07, 2013
    • Benaka Moorthi's avatar
      Added new integration test for archive.php cron script. · 7723d37c
      Benaka Moorthi a rédigé
      Notes:
        - Modified ManySitesImportedLogs fixture to add segments if desired.
        - Switch to synchronous execution of curl requests until deadlocking issue in archive processing is dealt with.
        - Fixed bug in LogAggregator where if a segment required a subquery, archiving would failed.
      7723d37c
  23. juil. 06, 2013
  24. mars 27, 2013
  25. mars 26, 2013
    • Timo Besenreuther's avatar
      refs #1700 basic performance analytics: handle server generation time for each page and page title · 65458d09
      Timo Besenreuther a rédigé
      CORE
      
       * formatting sub-second times
       * getColumn() method on data table array (in order to behave the same as the regular data table class)
       * data tables can store in their meta data, which columns are empty (this is used in order to dynamically hide the new "generation time" column)
       * ViewDataTable and Api.getProcessedReport act according to the empty column meta data
      
      
      SCHEMA
      
       * new column custom_float_1 in log_link_visit_action
       * new version to apply the change
      
      
      TRACKER
      
       * Piwik_Tracker::setGenerationTime
       * tracking parameter "generation_time_me"
       * value is stored in new custom_float_1 column
       * the log importer can handle a group "generation_time_micro" which can be used in a custom log format. _micro is used because apache can log the time in microseconds but piwik processes milliseconds.
       * note: extension of JS tracker still missing
      
      
      ACTIONS PLUGIN
      
       * for pages and page titles, add new columns sum_time_generation and nb_hits_with_time_generation to the blob archives
       * if they are set, compute avg_time_generation on the API level. if not, remove the columns and mark them as empty in the data table meta data.
       * show new column "avg. generation time" in the pages and page titles reports
      
      
      plus TESTS for everything
      65458d09
  26. mars 11, 2013
  27. mars 01, 2013
  28. fév. 27, 2013
  29. fév. 05, 2013
  30. jan. 19, 2013
  31. jan. 04, 2013
  32. déc. 04, 2012
Chargement en cours