Skip to content
Snippets Groups Projects
  1. Aug 08, 2015
  2. Aug 04, 2015
  3. Jul 16, 2015
  4. Jul 14, 2015
    • Lukas Fleischer's avatar
      stats.inc.php: Improve definition of "added" · 29bffe64
      Lukas Fleischer authored
      
      Until now, a package is listed under "Packages added in the past 7 days"
      if it was added at most one week ago and if the last modification time
      matches the submission time stamp. A package is considered "updated" if
      it was modified at most one week ago and the modification time stamp
      differs from the submission time stamp.
      
      Since we are using Git to store packages now, there always is a delay
      between package creation (which is handled in git-serve) and last
      modification (which is handled by git-update). Thus, by the above
      definitions, almost every package is considered "updated".
      
      Since there is no reason for excluding packages that were both added and
      updated within the past seven days from the "Packages added in the past
      7 days" counter, we can drop the check whether the last modification
      time matches the submission time stamp. Also, to identify packages that
      were actually updated, we now only count packages that were modified at
      least one hour after the initial submission.
      
      Signed-off-by: default avatarLukas Fleischer <lfleischer@archlinux.org>
      29bffe64
  5. Jul 12, 2015
  6. Jul 04, 2015
  7. Jun 29, 2015
  8. Jun 28, 2015
  9. Jun 27, 2015
  10. Jun 20, 2015
Loading