Skip to content
Snippets Groups Projects
  1. Mar 20, 2024
  2. Mar 19, 2024
    • Avielle Wolfe's avatar
      Add `spec` column to `catalog_resource_components` · c7cf6d30
      Avielle Wolfe authored
      When we add CI steps to the CI Catalog, we'll need to store the entire
      `spec` header section in the table. This commit is the first step
      towards migrating from the `inputs` field to a new `spec` field that
      will support the needs of both steps and components.
      
      Changelog: added
      Issue: #443662
      Verified
      c7cf6d30
  3. Mar 18, 2024
  4. Mar 08, 2024
    • Leaminn Ma's avatar
      Add table to track CI component usage · 3372a756
      Leaminn Ma authored
      Adds a new partitioned table p_catalog_resource_component_usages.
      This table will track when a CI component is included in a project's
      pipeline. Only unique records of component-used_by_project-used_date
      are inserted.
      
      This data will be used to display component usage popularity
      aggregated by component or catalog_resource per 30 day rolling window.
      
      This table is partitioned by month. For now, the
      table will drop partitions with data older than 12 months. This
      duration will likely be reduced in a follow up issue.
      
      Changelog: added
      Verified
      3372a756
    • Krasimir Angelov's avatar
      Update structure.sql to correct index position · b8a0b426
      Krasimir Angelov authored
      gitlab-org/gitlab!144882 adds couple
      of indexes, but at the wrong position in `structure.sql`.
      
      This restores the expected order (alphabetical by index name).
      
      See also
      gitlab-org/gitlab!145294 (comment 1805667098).
      
      [skip-db-structure-check]
      b8a0b426
  5. Mar 07, 2024
  6. Mar 06, 2024
  7. Mar 05, 2024
  8. Mar 04, 2024
  9. Mar 03, 2024
  10. Mar 01, 2024
  11. Feb 28, 2024
  12. Feb 27, 2024
  13. Feb 26, 2024
Loading