Skip to content
Snippets Groups Projects
  1. Sep 04, 2019
  2. Aug 30, 2019
  3. Aug 28, 2019
  4. Aug 27, 2019
    • Thomas Randolph's avatar
      Round the file title; Add top border to conflict diffs · 98949a13
      Thomas Randolph authored
      The file title sometimes overflows its container, which has the same
      border-radius. By always rounding the file title, the overflow never
      happens, so the corners always look correct.
      
      Everywhere else there are file diffs, there is a top border to complete
      the full border around the file.
      98949a13
  5. Aug 23, 2019
  6. Aug 21, 2019
  7. Aug 20, 2019
  8. Aug 19, 2019
  9. Aug 17, 2019
  10. Aug 16, 2019
  11. 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
    • Himanshu Kapoor's avatar
      Fix style-lint errors in wiki.scss · 0290d979
      Himanshu Kapoor authored and Filipa Lacerda's avatar Filipa Lacerda committed
      There were two errors: duplicate styles and @extend used with a class
      name. I added `.top-area` class to all the instances where
      `.wiki-page-header` is used since %top-area didn't really make a lot of
      sense as a placeholder selector. This is also consistent with behaviour
      on other pages where the `.top-area` class is used alongside the other
      classes for the specific header styling.
      0290d979
  12. Aug 13, 2019
  13. Aug 12, 2019
  14. Aug 10, 2019
  15. Aug 09, 2019
  16. Aug 08, 2019
  17. Aug 07, 2019
  18. Aug 06, 2019
  19. Aug 05, 2019
  20. Aug 02, 2019
    • Lukas Eipert's avatar
      Prevent empty classes in ansi2html conversion · fc9f0998
      Lukas Eipert authored
      Currently we write out empty CSS classes (`class=""`) every time we
      create a new tag. This adds 9 unnecessary bytes per span element. In a
      recent trace, I have counted 11950 span elements. So we transported 105
      unnecessary kilobytes!
      fc9f0998
  21. Jul 30, 2019
    • Nick Kipling's avatar
      Reworked how deletion works with multi vs single · 918e7d43
      Nick Kipling authored
      Single deletion no longer requires a prop
      Modal description is now generated on demand
      Added dedicated functions for deleting
      Updated tests to match new function naming
      Updated css class name to be more specific
      Unverified
      918e7d43
    • Nick Kipling's avatar
      Applying feedback changes · a37d672f
      Nick Kipling authored
      Updated table registry to remove singleItemToBeDeleted
      Renamed usages of idx to index
      Tidied and simplified css styling
      Added clarification comment to test regex
      Updated pot file
      Unverified
      a37d672f
    • Nick Kipling's avatar
      Implement multi select deletion for container registry · 51b04b5f
      Nick Kipling authored
      Added checkboxes to each image row
      Added delete selected images button
      Changed row delete button to appear on row hover
      Changed confirmation modal message
      Changed delete logic to support multi
      Added tests for multi select
      Updated pot file
      Updated rspec test for new functionality
      Unverified
      51b04b5f
  22. Jul 23, 2019
  23. Jul 22, 2019
Loading