Skip to content
Snippets Groups Projects
  1. Nov 23, 2021
  2. Nov 22, 2021
  3. Nov 20, 2021
  4. 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
  5. Nov 17, 2021
  6. Nov 05, 2021
  7. Oct 21, 2021
  8. Oct 01, 2021
  9. Sep 30, 2021
  10. Sep 24, 2021
  11. Sep 20, 2021
    • Emanuele Aina's avatar
      updates: Do not fail on updatable branches with no base · 261823c2
      Emanuele Aina authored
      
      The `golang-k8s-sigs-yaml` update in `apertis/v2021-updates` broke the
      rendering for downstream instances since it does not have a base branch:
      
          golang-k8s-sigs-yaml:
            git:
              path_with_namespace: pkg/golang-k8s-sigs-yaml
            updates:
            - branch:
                name: apertis/v2021-updates
                version: 1.2.0-2+apertis1
              upstream:
                component: development
                name: golang-k8s-sigs-yaml
                source: apertis/v2021-updates
                version: 1.2.0-3+apertis1
      
      This is due to the fact that `golang-k8s-sigs-yaml` is a new dependency
      introduced by a package that got updated in `apertis/v2021-updates` and
      has not been folded into `apertis/v2021` yet: no `golang-k8s-sigs-yaml`
      exists in `apertis/v2021`, and for this reason there's no `base` object.
      
      In this case it is enough to trigger the pipeline directly on the
      `apertis/v2021-updates` branch.
      
      Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
      261823c2
  12. Sep 17, 2021
  13. Sep 16, 2021
  14. Sep 04, 2021
  15. Sep 02, 2021
  16. Aug 31, 2021
  17. Aug 30, 2021
  18. Aug 12, 2021
  19. Jul 14, 2021
  20. Jul 07, 2021
    • Emanuele Aina's avatar
      check-invariants: Ignore some v2020 issues · a9ace028
      Emanuele Aina authored
      
      We never backported the commits adding `debian/apertis/component` files
      to v2020 to avoid unnecessary churn in a stable release but this had two
      drawbacks:
      
      1. pipelines that got re-triggered for any reason would fail
      1. almost all v2020 package lag compared to v2021
      
      Since we're not going to address these issues, explicitly ignore them to
      reduce the amount of noise on the dashboard.
      
      Ignoring lagging packages may cause us to miss some backports, but at
      the moment they'd get drowned in the noise anyway.
      
      Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
      a9ace028
  21. Jul 05, 2021
  22. Jul 04, 2021
  23. Jun 22, 2021
Loading