Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 2月 06, 2024
  2. 10月 13, 2023
  3. 9月 26, 2023
  4. 9月 21, 2023
  5. 9月 14, 2023
  6. 9月 13, 2023
  7. 9月 07, 2023
  8. 9月 01, 2023
  9. 6月 02, 2023
  10. 5月 13, 2023
  11. 9月 20, 2022
  12. 8月 25, 2022
  13. 7月 27, 2022
  14. 6月 08, 2022
  15. 5月 02, 2022
  16. 8月 07, 2021
    • Jose Vargas's avatar
      Add pipeline iid dropdown · 0052c811
      Jose Vargas 创作于
      This adds a pipeline key selection dropdown that
      allows to change the pipeline column to display
      either the Pipeline ID or the Pipeline IID in
      the pipelines table
      
      Changelog: added
      0052c811
  17. 7月 09, 2021
  18. 7月 06, 2021
  19. 6月 29, 2021
  20. 4月 14, 2021
  21. 4月 09, 2021
  22. 3月 15, 2021
    • Miguel Rincon's avatar
      Replace blank state component with gitlab-ui · a64be11d
      Miguel Rincon 创作于
      This change removes the custom blank state component for pipelines
      in favor of using the empty state from gitlab-ui.
      
      This change preserves the text style but it changes the svg image sizes.
      a64be11d
  23. 3月 12, 2021
  24. 3月 10, 2021
    • pburdette's avatar
      Add margin bottom · 8c84f788
      pburdette 创作于
      Add margin bottom for
      mobile run pipeline button
      on MR pipelines tab.
      8c84f788
  25. 2月 18, 2021
    • Miguel Rincon's avatar
      Remove empty state CI help page props · 5b1514fd
      Miguel Rincon 创作于
      This change removes unnecessary props that take to the following help
      page path in the empty state:
      
      help/ci/quick_start/index.md
      
      From the backend. This path can be generated in the frontend.
      
      It also updated the path to the correct location of the page.
      5b1514fd
  26. 2月 17, 2021
  27. 2月 16, 2021
  28. 2月 15, 2021
  29. 2月 10, 2021
  30. 1月 25, 2021
    • Paul Gascou-Vaillancourt's avatar
      Rename responsive display utilities · 1b81ebac
      Paul Gascou-Vaillancourt 创作于
      All usages of display CSS utilities have been updated to reflect their
      new names. Here's a summary of those updates:
      
      - gl-display-sm-none -> gl-sm-display-none
      - gl-display-md-none -> gl-md-display-none
      - gl-display-lg-none -> gl-lg-display-none
      - gl-display-sm-flex -> gl-sm-display-flex
      - gl-display-md-flex -> gl-md-display-flex
      - gl-display-lg-flex -> gl-lg-display-flex
      - gl-display-sm-inline-flex -> gl-sm-display-inline-flex
      - gl-display-lg-inline-flex -> gl-lg-display-inline-flex
      - gl-display-sm-block -> gl-sm-display-block
      - gl-display-md-block -> gl-md-display-block
      - gl-display-lg-block -> gl-lg-display-block
      - gl-display-lg-inline-block -> gl-lg-display-inline-block
      - gl-display-lg-table-cell -> gl-lg-display-table-cell
      1b81ebac
  31. 10月 07, 2020
  32. 10月 01, 2020
    • Miguel Rincon's avatar
      Remove negative-margin-top class · 7e33776a
      Miguel Rincon 创作于
      Users can click on "Run Pipeline" to start their pipelines on
      merge requests.
      
      The layout was achieved by repurposing the "Run pipeline" button
      so it shows in the right place in mobile and desktop by adding
      some negative margins.
      
      Now this is done by adding a slot to place the button inside the table.
      7e33776a
  33. 9月 07, 2020
  34. 8月 20, 2020
  35. 7月 27, 2020
  36. 7月 22, 2020
  37. 4月 03, 2020
加载中