Skip to content
Snippets Groups Projects
  1. Mar 18, 2024
  2. 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
      !144882 adds couple
      of indexes, but at the wrong position in `structure.sql`.
      
      This restores the expected order (alphabetical by index name).
      
      See also
      !145294 (comment 1805667098).
      
      [skip-db-structure-check]
      b8a0b426
  3. Mar 07, 2024
  4. Mar 06, 2024
  5. Mar 05, 2024
  6. Mar 04, 2024
  7. Mar 03, 2024
  8. Mar 01, 2024
  9. Feb 28, 2024
  10. Feb 27, 2024
  11. Feb 26, 2024
  12. Feb 23, 2024
  13. Feb 22, 2024
    • Max Orefice's avatar
      Create routing table for ci_stages · ba231802
      Max Orefice authored
      This commit creates the routing table for ci_stages.
      
      Changelog: other
      Verified
      ba231802
    • Vasilii Iakliushin's avatar
      Remove duplicated indexes for source code · 927cdb8b
      Vasilii Iakliushin authored
      Contributes to #428548
      
      Remove duplicates indexes:
      
      * Remove "index_protected_tags_on_project_id" duplicated by
      "index_protected_tags_on_project_id_and_name"
      * Remove duplicated "index_project_repositories_on_shard_id" index
      * Remove duplicated "index_approvals_on_merge_request_id" index
      * Remove index_approval_project_rules_users_on_approval_project_rule_id
      
      Changelog: performance
      927cdb8b
Loading