Skip to content
Snippets Groups Projects
  1. Feb 24, 2020
  2. Feb 17, 2020
  3. Feb 05, 2020
  4. Jan 21, 2020
  5. Jan 16, 2020
  6. Dec 05, 2019
  7. Nov 21, 2019
  8. Oct 16, 2019
  9. Sep 16, 2019
  10. Aug 14, 2019
    • Nathan Friend's avatar
      Add merge train helper text to MR widget (CE) · 896af1ac
      Nathan Friend authored
      This commit adds a helper text that describes what will happen when a
      user clicks the "Start/Add to merge train when pipeline succeeds"
      button.  This text appears at the bottom of the merge request widget.
      
      In addition, this commit renames the "merge_train_info" component to
      "merge_train_position_indicator" to avoid ambiguity with the
      "merge_train_helper_text" component.
      Unverified
      896af1ac
  11. Aug 07, 2019
    • David Pisek's avatar
      Adjust size and align MR-widget loading icon · 87364047
      David Pisek authored
      A recent change within gitlab-ui introduced a new size (24x24)
      and changed also some of the existing sizes.
      
      This commit uses the loading-icon's new size (24x24) to bring it to the
      same dimensions as the status-icon and applies some styling to
      vertically align them.
      87364047
  12. Aug 05, 2019
  13. Jul 16, 2019
    • Jarek Ostrowski's avatar
      Align merge request icons and text · 7a796c76
      Jarek Ostrowski authored
      Align icons left
      Align text left
      Adjust padding to be consistent
      Make icons same 24 size
      Add changelog mr number
      Add right margin to widget status container
      Add left margin inside widget icon container
      Prepend left padding for error message
      Only give button left margin, some have buttons
      Prettify
      Adjust test summary icons
      Prettify
      Fix empty line before lint
      Remove author
      Switch to use gl-padding
      Use utility classes instead
      Prettify
      Change loading icon size to md
      Update summary_row.vue
      7a796c76
  14. Jun 17, 2019
  15. Jun 06, 2019
  16. May 31, 2019
  17. May 20, 2019
  18. Apr 08, 2019
  19. Apr 05, 2019
    • Sam Bigelow's avatar
      Improve diff navigation header · bf47270e
      Sam Bigelow authored
      - Compare versions header is full width except in the unified diff mode
      with no tree sidebar
        - Bar is always full width, but the content within stays centered when
      unified and no tree sidebar
      - File header is the same height as the "Compare versions header"
      - aligns with the design system grid guidelines => 56px
      - Diff file headers use a button group, switch icon order to open file
      externally being the last option, all buttons will become icon buttons
      (icon delivery by @dimitrieh)
      - If a file header becomes sticky no rounded corner/double border
      problem is visible anymore
      bf47270e
  20. Apr 04, 2019
  21. Mar 20, 2019
    • Tiger Watson's avatar
      Add :preparing status to HasStatus · 42ca9c6f
      Tiger Watson authored
      Introduces a new status for builds between :created and :pending
      that will be used when builds require one or more prerequisite
      actions to be completed before being picked up by a runner
      (such as creating Kubernetes resources before deploying).
      
      The existing :created > :pending transition is unchanged, so
      only builds that require preparation will use the :preparing
      status.
      42ca9c6f
  22. Mar 18, 2019
    • Nathan Friend's avatar
      Fix z-index issue · 9b777688
      Nathan Friend authored
      This commit lowers the z-index of the .merge-request-tabs-holder class
      to avoid rendering conflicts with the mini pipeline status dropdown
      on the merge request page.
      Unverified
      9b777688
  23. Mar 12, 2019
  24. Mar 08, 2019
  25. Feb 25, 2019
    • Tim Zallmann's avatar
      Added Stylelint Setup · 46a1ca28
      Tim Zallmann authored
      Added stylelint to static-analysis
      Updated yarn dependencies
      CSS Fixes and rule adoptions of stylelint
      Added stylelint-scss
      Deduplicated yarn.lock to clear dependencies
      
      First round of advanced stylelint rules
      
      Mainly Vendor prefix updates related to flex
      
      Updates to more webkit specific vendor prefixes
      
      Finished all vendor specific fixes
      
      Moved now 4 rules to warning
      
      Fixed the new scss lint problems
      
      More stylelint adaptions after rebase
      46a1ca28
  26. Feb 21, 2019
    • Paul Slaughter's avatar
      Remove padding for mr-widget-section · 7bd65593
      Paul Slaughter authored
      This class is used in:
      
      - `group_test_reports_app.vue` where the padding is overruled by
        `.mr-report`
      - `mr_widget_options.vue` where the padding is overruled by `p-0`
      - `ee/mr_widget_options.vue` where there is a bug because the padding
        is not overruled.
      Unverified
      7bd65593
  27. Feb 15, 2019
  28. Feb 14, 2019
  29. Feb 13, 2019
  30. Feb 07, 2019
  31. Feb 05, 2019
  32. Jan 22, 2019
  33. Jan 14, 2019
  34. Nov 30, 2018
  35. Nov 22, 2018
  36. Oct 23, 2018
  37. Oct 22, 2018
  38. Oct 11, 2018
    • Filipa Lacerda's avatar
      Fixes styling issues in test reports · 2fa9b1fe
      Filipa Lacerda authored
      In the Merge Request widget, the reports for tests
      had an extra border.
      The loading icon in the mr widget used in all
      report sections had an extra margin causing text
      to be misaligned.
      This commit fixes both issues
      
      Closes #52147
      2fa9b1fe
  39. Oct 03, 2018
    • Phil Hughes's avatar
      Added file tree to merge request diffs · 33c4c5b8
      Phil Hughes authored
      This file tree displays all the diff files in a tree like format
      Each file is taken and converted into a tree with folders
      Each folder can be toggled open & closed
      Clicking a file will scroll to the diff file & highlight with a glow affect
      
      Searching the tree list will search only files & return a list of the
      files without any folders
      
      Each file row contains an icon to show changed, new file or deleted
      Each row will also contain the added & removed lines count
      
      Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14249
      Unverified
      33c4c5b8
Loading