Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 7月 24, 2024
  2. 7月 18, 2024
  3. 6月 19, 2024
  4. 6月 12, 2024
    • Leonardo Rosa's avatar
      Remove duplicated index from boards_epic_board_recent_visits · a3e02ea4
      Leonardo Rosa 创作于
      ## What does this MR do and why?
      
      Remove duplicated index from `boards_epic_board_recent_visits` table.
      
      ### It removes:
      
      Drop `index_boards_epic_board_recent_visits_on_user_id` as it's already covered by:
      | Index | Columns |
      | ----- | ------ |
      | `index_epic_board_recent_visits_on_user_group_and_board` | `user_id asc`, `group_id asc`, `epic_board_id asc` |
      
      It is possible that this MR will still need some changes to drop the index from the database.
      Currently, the `gitlab-housekeeper` is not always capable of removing all references, so you must check the diff and pipeline failures to confirm if there are any issues.
      Ensure that the index exists in the production database by checking Joe Bot trough https://console.postgres.ai/gitlab.
      If the index was already removed or if the index it's being removed in another merge request, consider closing this merge request.
      
      This change was generated by
      [gitlab-housekeeper](https://gitlab.com/gitlab-org/gitlab/-/tree/master/gems/gitlab-housekeeper)
      using the Keeps::RemoveDuplicatedIndexes keep.
      
      To provide feedback on your experience with `gitlab-housekeeper` please comment in
      <https://gitlab.com/gitlab-org/gitlab/-/issues/442003>.
      
      Changelog: other
      a3e02ea4
  5. 6月 06, 2024
    • Leonardo Rosa's avatar
      Remove duplicated index from boards_epic_user_preferences · bc9b9e66
      Leonardo Rosa 创作于
      ## What does this MR do and why?
      
      Remove duplicated index from `boards_epic_user_preferences` table.
      
      ### It removes:
      
      Drop `index_boards_epic_user_preferences_on_board_id` as it's already covered by:
      | Index | Columns |
      | ----- | ------ |
      | `index_boards_epic_user_preferences_on_board_user_epic_unique` | `board_id asc`, `user_id asc`, `epic_id asc` |
      
      It is possible that this MR will still need some changes to drop the index from the database.
      Currently, the `gitlab-housekeeper` is not always capable of removing all references, so you must check the diff and pipeline failures to confirm if there are any issues.
      Ensure that the index exists in the production database by checking Joe Bot trough https://console.postgres.ai/gitlab.
      If the index was already removed or if the index it's being removed in another merge request, consider closing this merge request.
      
      This change was generated by
      [gitlab-housekeeper](https://gitlab.com/gitlab-org/gitlab/-/tree/master/gems/gitlab-housekeeper)
      using the Keeps::RemoveDuplicatedIndexes keep.
      
      To provide feedback on your experience with `gitlab-housekeeper` please comment in
      <https://gitlab.com/gitlab-org/gitlab/-/issues/442003>.
      
      Changelog: other
      bc9b9e66
    • Leonardo Rosa's avatar
      Remove duplicated index from board_user_preferences · eebb49df
      Leonardo Rosa 创作于
      ## What does this MR do and why?
      
      Remove duplicated index from `board_user_preferences` table.
      
      ### It removes:
      
      Drop `index_board_user_preferences_on_user_id` as it's already covered by:
      | Index | Columns |
      | ----- | ------ |
      | `index_board_user_preferences_on_user_id_and_board_id` | `user_id asc`, `board_id asc` |
      
      It is possible that this MR will still need some changes to drop the index from the database.
      Currently, the `gitlab-housekeeper` is not always capable of removing all references, so you must check the diff and pipeline failures to confirm if there are any issues.
      Ensure that the index exists in the production database by checking Joe Bot trough https://console.postgres.ai/gitlab.
      If the index was already removed or if the index it's being removed in another merge request, consider closing this merge request.
      
      This change was generated by
      [gitlab-housekeeper](https://gitlab.com/gitlab-org/gitlab/-/tree/master/gems/gitlab-housekeeper)
      using the Keeps::RemoveDuplicatedIndexes keep.
      
      To provide feedback on your experience with `gitlab-housekeeper` please comment in
      <https://gitlab.com/gitlab-org/gitlab/-/issues/442003>.
      
      Changelog: other
      eebb49df
  6. 5月 29, 2024
    • Leonardo Rosa's avatar
      Remove duplicated index from board_project_recent_visits · 0983c14b
      Leonardo Rosa 创作于
      ## What does this MR do and why?
      
      Remove duplicated index from `board_project_recent_visits` table.
      
      ### It removes:
      
      Drop `index_board_project_recent_visits_on_user_id` as it's already covered by:
      | Index | Columns |
      | ----- | ------ |
      | `index_board_project_recent_visits_on_user_project_and_board` | `user_id asc`, `project_id asc`, `board_id asc` |
      
      It is possible that this MR will still need some changes to drop the index from the database.
      Currently, the `gitlab-housekeeper` is not always capable of removing all references, so you must check the diff and pipeline failures to confirm if there are any issues.
      Ensure that the index exists in the production database by checking Joe Bot trough https://console.postgres.ai/gitlab.
      If the index was already removed or if the index it's being removed in another merge request, consider closing this merge request.
      
      This change was generated by
      [gitlab-housekeeper](https://gitlab.com/gitlab-org/gitlab/-/tree/master/gems/gitlab-housekeeper)
      using the Keeps::RemoveDuplicatedIndexes keep.
      
      To provide feedback on your experience with `gitlab-housekeeper` please comment in
      <https://gitlab.com/gitlab-org/gitlab/-/issues/442003>.
      
      Changelog: other
      0983c14b
  7. 5月 21, 2024
    • Brian Williams's avatar
      Add dependency aggregations finder · 3f8f4308
      Brian Williams 创作于
      This finder implements a more performance version of the query used for
      `Group#sbom_occurrences`. Is able to perform aggregations one page at a
      time, while the current implementation of `Group#sbom_occurrences` must
      read all the records in the group before aggregating them and then
      finally applying the limit.
      3f8f4308
  8. 5月 14, 2024
  9. 5月 10, 2024
  10. 5月 09, 2024
  11. 5月 08, 2024
  12. 5月 03, 2024
  13. 5月 02, 2024
  14. 5月 01, 2024
  15. 4月 11, 2024
  16. 2月 22, 2024
  17. 2月 09, 2024
  18. 1月 30, 2024
  19. 1月 23, 2024
  20. 1月 22, 2024
  21. 1月 19, 2024
  22. 1月 11, 2024
  23. 1月 09, 2024
  24. 12月 28, 2023
  25. 12月 20, 2023
  26. 12月 14, 2023
  27. 12月 05, 2023
  28. 11月 24, 2023
  29. 11月 23, 2023
  30. 11月 22, 2023
加载中