Skip to content
Snippets Groups Projects
  1. Jan 04, 2022
  2. Dec 31, 2021
  3. Dec 27, 2021
  4. Dec 23, 2021
    • Emanuele Aina's avatar
      localtest: Avoid recursion! · 00c3d5b5
      Emanuele Aina authored and Walter Lozano's avatar Walter Lozano committed
      
      The `./localtest` script was skipping the `lint` job, not the `lint`
      stage, so when I added the job to exercise `./localtest` itself during
      the `lint` stage I have caused `./localtest` to appear in its own
      output, which means that if you pipe it into a shell it will call
      itself. Luckily recursion will stop there and this is about not doing
      something pointless rather than actually fixing something broken.
      
      Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
      00c3d5b5
  5. Dec 22, 2021
  6. Dec 21, 2021
  7. Dec 20, 2021
  8. Dec 19, 2021
  9. Dec 15, 2021
  10. Dec 06, 2021
  11. Nov 25, 2021
  12. Nov 23, 2021
  13. Nov 22, 2021
  14. Nov 20, 2021
  15. Nov 18, 2021
    • Ryan Gonzalez's avatar
      Add support for computing repository storage statistics · 6f8935c8
      Ryan Gonzalez authored
      This adds a new tool, storage_stats, to gather statistics on the used
      storage, as well as a new dashboard page to display the statistics. Due
      to exceedingly poor performance from attempting to use pure Python to
      parse all the packaging files in over 2000 snapshots (a total of several
      thousand files to parse & process), Rust was used for the storage_stats
      implementation; on my system, it determines the full extent of storage
      usage in under 20 minutes.
      
      On the dashboard's side, the common HTML and styling was moved into a
      single shared template that both the current index/packages page *and*
      the new storage page can use, and navigational links were added to the
      pages.
      
      https://phabricator.apertis.org/T8197
      
      
      
      Signed-off-by: default avatarRyan Gonzalez <ryan.gonzalez@collabora.com>
      6f8935c8
  16. Nov 17, 2021
  17. Nov 05, 2021
  18. Oct 21, 2021
  19. Oct 01, 2021
  20. Sep 30, 2021
Loading