Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 2月 19, 2025
  2. 2月 17, 2025
  3. 2月 16, 2025
  4. 2月 15, 2025
  5. 2月 14, 2025
  6. 2月 13, 2025
  7. 2月 12, 2025
  8. 2月 11, 2025
    • GitLab Renovate Bot's avatar
      Update dependency vite_rails to v3.0.19 · 6bb2d2d4
      GitLab Renovate Bot 创作于
      6bb2d2d4
    • GitLab Renovate Bot's avatar
      Update dependency ruby-lsp to "~> 0.23.0" · 5ba7a6bd
      GitLab Renovate Bot 创作于
      5ba7a6bd
    • Dmitry Gruzd's avatar
      Add ActiveContext migration framework · e004730b
      Dmitry Gruzd 创作于
      This introduces a comprehensive migration framework for Active Context
      and adds collection management capabilities through database-specific executors.
      These changes enable systematic database schema management and provide a unified
      way to create and manage collections across different database backends.
      
      Key changes:
      - Introduce migration framework with version tracking and batch operation support
      - Add database-specific executors for managing collections (PostgreSQL, Elasticsearch, OpenSearch)
      - Implement partition strategy for handling sharded collections
      - Move prefix configuration from Client to Adapter level
      - Add migrations path configuration support
      
      Technical details:
      - Add Migration base class with versioning support (V1_0)
      - Implement BatchOperationResult for tracking long-running operations
      - Add collection creation with field type support (bigint, prefix, vector)
      - Add partition management with naming strategy
      - Add support for creating indices on fields based on database capabilities
      - Implement database-specific collection creation logic:
        * PostgreSQL: Partitioned tables with vector support
        * Elasticsearch: Index templates and aliases
        * OpenSearch: Base executor structure (implementation pending)
      
      The migration framework follows a similar pattern to ActiveRecord migrations,
      with timestamped migration files and version tracking. Collections can be
      created with specific field types and indexing options, which are translated
      to the appropriate database-specific implementations.
      
      Migration files should be placed in ee/db/active_context/migrate/ by default,
      but this path can be configured through ActiveContext::Config.
      未验证
      e004730b
    • Nick Ilieskou's avatar
      Update semver_dialects to 3.6.0 · 7d3d65f8
      Nick Ilieskou 创作于
      Updates semver_dialect from 3.4.5 to 3.6.0.
      This version supports swift versions.
      Changelog: added
      未验证
      7d3d65f8
    • ddieulivol's avatar
      Remove fuubar gem from the project · 94496ae4
      ddieulivol 创作于
      The gem was introduced 10 years ago in
      https://gitlab.com/gitlab-org/gitlab/-/commit/07ac873037f8daf8b5368a5dfe4299d07420f6d4.
      
      Its latest update was in 2020. We still use a 2016 version.
      
      If people want to use that gem, they can install it locally.
      未验证
      94496ae4
    • GitLab Renovate Bot's avatar
      Update Testing gems · 73bf29a9
      GitLab Renovate Bot 创作于
      73bf29a9
  9. 2月 10, 2025
  10. 2月 08, 2025
  11. 2月 07, 2025
  12. 2月 06, 2025
  13. 2月 05, 2025
  14. 2月 04, 2025
  15. 2月 03, 2025
  16. 2月 02, 2025
  17. 1月 31, 2025
加载中