Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 2月 06, 2025
  2. 2月 03, 2025
  3. 1月 31, 2025
  4. 1月 29, 2025
  5. 1月 27, 2025
  6. 1月 24, 2025
    • Dmitry Gruzd's avatar
      Add production-ready Elasticsearch query processor · 10c91bc9
      Dmitry Gruzd 创作于
      Implement a comprehensive Elasticsearch query processor that transforms
      ActiveContext::Query AST nodes into Elasticsearch DSL queries. This
      implementation provides proper handling of all query types and follows
      best practices for query composition.
      
      Key changes:
      - Add Processor class with support for filter, prefix, knn, and boolean queries
      - Implement helper methods for consistent query building
      - Add comprehensive test coverage
      - Add YARD documentation for all methods
      
      Details:
      * Processor changes:
        - Implement transform method following concern contract
        - Add build_bool_query helper for consistent query construction
        - Add proper handling of KNN queries with other conditions
        - Implement proper query composition for nested structures
      
      * Test improvements:
        - Add comprehensive test suite with all query types
        - Add test cases for complex nested queries
        - Add edge case coverage
        - Use shared examples for common query patterns
      
      * Documentation:
        - Add YARD documentation for all public methods
        - Add usage examples
        - Document query composition patterns
        - Add type specifications for parameters
      
      This implementation provides a production-ready solution for transforming
      query AST nodes into Elasticsearch queries, with proper handling of all
      supported query types and edge cases.
      未验证
      10c91bc9
  7. 1月 17, 2025
  8. 1月 16, 2025
  9. 1月 15, 2025
  10. 1月 14, 2025
  11. 1月 07, 2025
    • Dominic Couture's avatar
      Update rails to 7.0.8.7 · ed8267b6
      Dominic Couture 创作于
      This update fixes CVE-2024-54133. We are not vulnerable to it
      at the moment but this prevents a regression in the future.
      
      Changelog: security
      ed8267b6
  12. 1月 03, 2025
  13. 12月 25, 2024
  14. 12月 19, 2024
  15. 12月 18, 2024
  16. 12月 17, 2024
  17. 12月 12, 2024
加载中