Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 2月 16, 2021
  2. 2月 15, 2021
  3. 2月 10, 2021
  4. 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
  5. 10月 07, 2020
  6. 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
  7. 9月 07, 2020
  8. 8月 20, 2020
  9. 7月 27, 2020
  10. 7月 22, 2020
  11. 4月 03, 2020
  12. 3月 24, 2020
  13. 3月 23, 2020
  14. 12月 23, 2019
  15. 9月 11, 2019
    • Filipa Lacerda's avatar
      Enables Run Pipeline button to be rendered · 4faccf96
      Filipa Lacerda 创作于
      In the Merge Request view, under pipelines tab
      the user can see a run pipeline button
      
      Adds axios post request to button click
      
      Adds the logic to handle the user click,
      refresh the table and disable the button while thee
      request is being made
      
      Updates UI for desktop and mobile
      
      Adds specs
      Regenerates potfile
      
      Follow-up after review
      
      Uses .finally to avoid code repetition
      4faccf96
    • Filipa Lacerda's avatar
      Enables Run Pipeline button to be rendered · 48b98b58
      Filipa Lacerda 创作于
      In the Merge Request view, under pipelines tab
      the user can see a run pipeline button
      
      Adds axios post request to button click
      
      Adds the logic to handle the user click,
      refresh the table and disable the button while thee
      request is being made
      
      Updates UI for desktop and mobile
      
      Adds specs
      Regenerates potfile
      
      Follow-up after review
      
      Uses .finally to avoid code repetition
      48b98b58
  16. 6月 12, 2019
  17. 11月 20, 2018
  18. 11月 01, 2018
  19. 10月 25, 2018
  20. 9月 12, 2018
  21. 6月 11, 2018
  22. 4月 10, 2018
  23. 3月 06, 2018
  24. 3月 05, 2018
  25. 2月 22, 2018
  26. 1月 11, 2018
  27. 1月 10, 2018
  28. 1月 05, 2018
  29. 10月 19, 2017
  30. 9月 22, 2017
加载中