Skip to content
Snippets Groups Projects
  1. Feb 25, 2020
  2. Feb 19, 2020
  3. Nov 25, 2019
  4. Sep 13, 2019
  5. Aug 05, 2019
  6. Jul 23, 2019
  7. May 30, 2019
  8. May 28, 2019
    • Jan Provaznik's avatar
      Fix display of promote to group label · 4df0e259
      Jan Provaznik authored
      Since label presenter is used in label index view, label class
      check doesn't work as expected because the class is now LabelPresenter.
      
      Also `label.subject` doesn't work as expected now because Label's model
      `subject` method is shadowed by Gitlab's presenter's method which uses
      `subject` for referencing the original object.
      
      Instead we use a presenter's method for both checks now.
      
      `label_deletion_confirm_text` is not used anywhere so it's removed
      4df0e259
  9. Apr 24, 2019
  10. Apr 23, 2019
    • Jan Provaznik's avatar
      Move scoped_label into label presenter · 8ce4b609
      Jan Provaznik authored
      When rendering a label we want to check 'scoped_label' feature
      availability on a project/group where label is being used. For
      this reason a label presenter is used in UI and information about
      context project/group is passed to this presenter.
      8ce4b609
  11. Apr 16, 2019
    • Rajat Jain's avatar
      Hide overflow in scoped labels · 17a48fad
      Rajat Jain authored
      Scoped labels overflew in all the places because of
      lack of restriction on `max-width`. This commit introduces
      the same limits on width we have inplace for regular labels
      17a48fad
  12. Apr 04, 2019
  13. Feb 21, 2019
  14. Oct 31, 2018
  15. Oct 04, 2018
  16. Sep 07, 2018
  17. May 29, 2018
  18. Apr 13, 2018
  19. Apr 04, 2018
  20. Mar 12, 2018
  21. Mar 05, 2018
  22. Dec 11, 2017
  23. Aug 28, 2017
  24. Aug 08, 2017
  25. Jul 05, 2017
  26. Jun 26, 2017
  27. May 25, 2017
  28. Dec 02, 2016
  29. Nov 17, 2016
Loading