Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 2月 16, 2022
  2. 2月 15, 2022
  3. 2月 14, 2022
    • 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
    • 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
    • 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
    • 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
  4. 2月 12, 2022
  5. 2月 11, 2022
    • Sri's avatar
      Enable Cloud Run deploys · 9778f115
      Sri 创作于
      This commit enables the Cloud Run deployment method in
      the `Project :: Infra :: Google Cloud` section.
      
      Minimal frontend changes that rename props and flip the
      disabled switch.
      
      Backend changes introduces a service to enable the underlying
      Google Cloud services via their API. Then of course there's a
      controller method that responds to the user clicking the now
      enabled button.
      
      Detailed changelist:
      
      - Frontend
          - Enable the relevant button in deployment service table
          - Rename the necessary props
          - Specs / tests
      - Backend
          - Rename @js_data attributes
          - Enable Cloud Run service
              - Service that enables cloud run, artifacts registry
                and cloud build for the logged in user's
                Google Cloud account
          - Google API -> Client
              - Methods that make the underlying calls to enable
                cloud run, artifacts registry and cloud build
          - Controller method to handle user selecting the
            `Deploy Cloud Run` button
              - Calls the newly created `EnableCloudRunService`
              - Calls the `GeneratePipelineService`
              - Redirects the user appropriately based on
                service responses
          - Specs / tests
      9778f115
    • Sri's avatar
      Include secret manager tip in service accounts list · 285dfef5
      Sri 创作于
      `Project :: Infra :: Google Cloud` contains a component that
      lists out service accounts for the user.
      
      Let's include a tip that encourages users to learn more
      about storing and maintaining secrets with a dedicated secret
      manager.
      
      This commit also refactors strings and introduces a component
      level `i18n` object.
      285dfef5
    • Stanislav Lashmanov's avatar
    • Jacques's avatar
      Fix load anyway button · 2c5e5881
      Jacques 创作于
      Fixes the load anyway button on the refactored blob viewer
      2c5e5881
    • Frédéric Caplette's avatar
      Refactor child/parent pipeline cards to use flexbox · 172823da
      Frédéric Caplette 创作于
      Instead of moving the expand button with an absolute positioning,
      we rely on flex box row and reverse row to control the direction
      of the elements for downstreams and upstreams expand button. This
      is more stable and will serve as a baseline to introduce better
      tooltips.
      172823da
    • Rajendra Kadam's avatar
      Add warning for deprecation notice on logs page · 524b57fe
      Rajendra Kadam 创作于
      Add warning for deprecation on tracing and metrics page
      
      Update snapshot and translations
      
      Changelog: deprecated
      MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/79506
      524b57fe
    • Mark Florian's avatar
      Add gl_redirect_listbox_tag helper · b33050c4
      Mark Florian 创作于
      This adds a `gl_redirect_listbox_tag` helper which generates the markup
      for a Pajamas-compliant listbox, and injects a script tag into the page
      to implement its behaviour.
      
      It will mostly be used to reimplement sorting dropdowns in HAML that use
      Bootstrap.
      
      Addresses https://gitlab.com/gitlab-org/gitlab/-/issues/348737.
      b33050c4
  6. 2月 10, 2022
加载中