Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 2月 16, 2022
  2. 2月 15, 2022
  3. 2月 14, 2022
    • Eugie Limpin's avatar
      Use gl_tabs_nav in Project Usage Quota index page · ce77e904
      Eugie Limpin 创作于
      ce77e904
    • Stanislav Lashmanov's avatar
      b824b9ac
    • Ammar Alakkad's avatar
      Change file input on upload license page to a dropzone · ce1c426d
      Ammar Alakkad 创作于
      Substitutes a Rails-rendered file input with a Vue dropzone component on upload
      license page. Now the user can use file picker window or drag-n-drop a file
      onto the form.
      
      Because the dropzone is used inside a Ruby form (not inside a Vue form), some
      changes were made to upload_dropzone component to support this: Allow
      upload_dropzone to use dynamic input name and to modify its input files
      property when files are droppped on it.
      
      Changelog: changed
      EE: true
      ce1c426d
    • Vijay Hawoldar's avatar
      Move UpdateStatistics service/worker from EE · 9fa1c70c
      Vijay Hawoldar 创作于
      To make it available in CE now that we have CE statistics at the group
      level
      9fa1c70c
    • Doug Stull's avatar
      Stop browser from caching learn gitlab · b0260a7f
      Doug Stull 创作于 Vitaly Slobodin's avatarVitaly Slobodin 提交于
      - so we can better control the modal popup
        on browser back button.
      
      Changelog: fixed
      EE: true
      b0260a7f
    • Pedro Pombeiro's avatar
      Extract logic to UnregisterRunnerService · ae0af665
      Pedro Pombeiro 创作于
      From current endpoints which destroy a Ci::Runner
      ae0af665
    • Lukas 'Eipi' Eipert's avatar
      Update to ApolloClient@3 · f07ac8a5
      Lukas 'Eipi' Eipert 创作于
      This is an attempt to update to ApolloClient@3. Multiple packages have
      been replaced by a single one. This will likely result in a red pipeline
      because Caches are now immutable. But it should be a good starting point
      to explore what goes wrong:
      
      TODOs:
      1. Check that caching works correctly
      2. Check that startup graphql works correctly
      3. Update documentation with correct links
      4. Link against importing from `@apollo/client`, we should always import
      from `@apollo/client/core` as we otherwise pull in React related
      dependencies.
      
      Map `@apollo/client` to `@apollo/client/core`
      
      Fix vendor dll
      
      Migrate remaining apollo-link uses
      
      Fixed Introspection fragment matcher
      
      Added merge policies
      
      Fixed more fragment matchers
      
      Fixed dataIdFromObject imports
      
      Fixed gql imports
      
      Fixed apollo-link imports
      
      Remove change to upload link
      
      Removed duplicated ids
      
      Fixed MR widget type policies
      
      Fixed structure
      Fixed incidents app
      
      Added id to alert management
      
      Added ids to pipeline editor
      
      Add a resolution for subscriptions-transport-ws
      
      Note: This is needed because @apollo/client has a peer dependency and
      some other dependency pulls in a newer version. Both are functionally
      equivalent.
      Replaced fragmentMatcher with possible types
      
      Removed id from type Repository
      
      Added a few basic type policies
      
      Fixed unit tests to pass
      
      Added typenames to unit tests to make them pass
      Cleaned up data checks in components
      
      Apollo 3 doesn't return data property with result on error; thus, we need to check on result hooks if data exists before doing any operations with it
      Fixed stylelint errors
      
      Add missing typename in spec
      
      Removed check for data
      
      Cleaning up changes
      
      Removed some unnecessary changes like imports order
      Apply 1 suggestion(s) to 1 file(s)
      Manually set error policy to 'none'
      
      Removed unnecessary guards from result hook in queries
      Revert "Manually set error policy to 'none'"
      
      This reverts commit 657eac6727c563555dcbe8a3013801ae710b80db.
      Apply 1 suggestion(s) to 1 file(s)
      Fixed stripTypenames to be used on widget
      
      Fixed specs after review
      
      Add comment about pendingApolloRequests
      
      - https://gitlab.com/gitlab-org/gitlab/-/merge_requests/55062#note_838943715
      
      Reverted subsriptions transport change
      f07ac8a5
    • Brandon Labuschagne's avatar
      Apply PJs styling to Pages DNS badge · 034336c4
      Brandon Labuschagne 创作于
      This commit makes the badge within the
      pages DNS configuration PJs compliant.
      
      Changelog: fixed
      034336c4
    • Kushal Pandya's avatar
      Use copy based on issuableType · 4143aa47
      Kushal Pandya 创作于
      Update copy usages throughout the app to
      determine correct text based on issuableType.
      4143aa47
    • Phil Hughes's avatar
      Attention attention requested filter · 964d8c1d
      Phil Hughes 创作于
      Adds a new filter option `Attention requested` that takes a username
      and then filters merge requests that have that user as an assignee
      or reviewer with their attention requested.
      
      Changelog: added
      
      Closes https://gitlab.com/gitlab-org/gitlab/-/issues/324854
      未验证
      964d8c1d
    • Rajat Jain's avatar
      Fix pipelines jest tests · f07cbee3
      Rajat Jain 创作于
      f07cbee3
    • Rajat Jain's avatar
      Change opened to created · 9f4979dc
      Rajat Jain 创作于
      9f4979dc
    • Scott Stern's avatar
    • Doug Stull's avatar
      Allows invite modal to re-invite single users · 0ce00442
      Doug Stull 创作于
      - regression from original invite with non-modal
      
      Changelog: fixed
      0ce00442
加载中