Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 7月 18, 2022
  2. 6月 30, 2022
  3. 6月 20, 2022
  4. 6月 18, 2022
  5. 6月 17, 2022
  6. 6月 16, 2022
  7. 6月 15, 2022
  8. 6月 10, 2022
  9. 6月 07, 2022
  10. 6月 06, 2022
  11. 6月 04, 2022
  12. 6月 03, 2022
    • Niklas van Schrick's avatar
      Add Note to Todo GraphQL Type · b7401971
      Niklas van Schrick 创作于
      Changelog: added
      b7401971
    • Imre Farkas's avatar
      Require authentication when enumerating users via GraqhQL · 0efbc0b2
      Imre Farkas 创作于
      Changelog: changed
      0efbc0b2
    • Suraj Tripathi's avatar
      Added count in project_type · c0e12223
      Suraj Tripathi 创作于
      Added Types::CountableConnectionType in Project Type and Compiled docs
      
      Changelog: changed
      c0e12223
    • Jan Provaznik's avatar
      Add Hierarchy widget · b20a8dfb
      Jan Provaznik 创作于
      Exposes Hiearchy widget for work item. This widget allows
      uses ParentLink model to expose parent/child relationship
      between work items.
      b20a8dfb
    • Sarah Yasonik's avatar
      Enable escalations of incidents created manually · 0198a0d0
      Sarah Yasonik 创作于
      Incidents created from alerts are automatically escalated to on-call
      users via the alert. This change allows
      users to escalate incidents which have been created manually by setting
      an escalation policy for the incident. The status of the incident can be
      used to acknowledge the pages from the escalation.
      
      Changelog: added
      0198a0d0
    • Tiger's avatar
      Clean up Terraform state files on deletion · c6b66ef7
      Tiger 创作于 João Cunha's avatarJoão Cunha 提交于
      Previously, deleting a Terraform state did not remove the
      files stored in object storage. Before deleting the state
      itself, each state version must be removed individually.
      
      A Terraform state may have many previous versions associated
      with it, so instead of deleting immediately we must schedule
      a worker to handle removing files from object storage.
      
      Once a state is marked for deletion it can no longer be
      accessed using the REST API, to prevent subsequent Terraform
      operations from modifying it.
      
      Changelog: fixed
      c6b66ef7
  13. 6月 01, 2022
    • Brett Walker's avatar
      Use query_double instead of double(‘query’) · e9d56ab6
      Brett Walker 创作于
      so that it can be constructed properly
      e9d56ab6
    • Brett Walker's avatar
      Minor refactors based on suggestions · 992329d6
      Brett Walker 创作于
      992329d6
    • Brett Walker's avatar
      Remove duplicate fields from logger · 65ec8801
      Brett Walker 创作于
      65ec8801
    • Brett Walker's avatar
      Move to the new GraphQL interpreter · 76171c5f
      Brett Walker 创作于
      - Update to graphql 1.13.12
      - Create the new AST LoggerAnalyzer ported from the original LoggerAnalyzer
      - Create the new AST RecursionAnalyzer ported from the original RecursionAnalyzer
      - Override unauthorized_object(unauthorized_error)
      - Fix arg handlling in GraphQL::Helpers
      - Now some exceptions are being caught much earlier,
        breaking many unit test specs that relied on checking
        for exceptions
      - Must override == in the class itself
      - GraphQL-Ruby's types used to override def ==(other),
        but it doesn't anymore when using the interpreter
      - Procs are no longer supported
      - GraphQL::Pagination::Connections is now a default and
        is no longer needed
      - Check for object in FindClosest
      - Casues a GraphQL::Schema::DuplicateNamesError
      - Add new expect_graphql_error_to_be_created
      - Adjust how args are built for testing
      - Removal of to_graphql
      - Fix signature of get_type
      - Override new complexity calculation to use our own
      - When using `resolve` in GraphqlHelpers, the arguments
      must be passed in a certain way. For this transition, we can
      indicate how we want the arguments handled.
      - BaseInputObject must return super from `prepare`
      This has the correct effect of the entire input object being
      passed through to the resolver in `args`.  Inside there
      you need to call `to_h` to extract the ruby arguments.
      - Remove prepare from NegatedBoardIssueInputType
      - Return nil if TimeType is nil
      Let higher level argument checks do their job.
      Fixes spec/requests/api/graphql/mutations/releases/update_spec.rb
      - DEBUG_GRAPHQL=1 now ignores graphql tracers
      and sets the timeout to 20 mins, to facilitate
      debugging
      - Remove use of metadata[:type_class]
      76171c5f
    • Lee Tickett's avatar
      Fix vanishing design versions · 65730738
      Lee Tickett 创作于
      When switching to older design versions, the later versions
      disappear from the dropdown. Now all versions remain selectable.
      
      Changelog: fixed
      65730738
  14. 5月 31, 2022
  15. 5月 30, 2022
  16. 5月 25, 2022
  17. 5月 24, 2022
加载中