An error occurred fetching the project authors.
  1. 23 Aug, 2019 1 commit
    • Scott Hampton's avatar
      Change misleading pipeline status tooltip · f093ceb4
      Scott Hampton authored
      Some pipeline status icon tooltips were showing
      "Commit: ..." which customers found to be
      misleading since it was not the commit that was
      failing but the pipeline.
      
      We are changing all status icon tooltips to say
      "Pipeline: ..." instead of "Commit: ..." now.
      f093ceb4
  2. 07 Aug, 2019 1 commit
  3. 24 Jul, 2019 1 commit
  4. 22 Jul, 2019 1 commit
  5. 18 Jul, 2019 2 commits
  6. 11 Jul, 2019 1 commit
  7. 19 Mar, 2019 1 commit
  8. 26 Feb, 2019 2 commits
  9. 25 Feb, 2019 1 commit
    • Martin Wortschack's avatar
      Style avatars for groups and projects · 12ed4dbf
      Martin Wortschack authored
      - Add rectangular avatar classes
      - Update avatar for groups
      - Update avatar for projects
      - Update avatar for frequent items
      - Update avatar on "Fork project" page
      - Conditionally add rectangular avatar class to autocomplete items
      12ed4dbf
  10. 07 Feb, 2019 1 commit
    • Martin Wortschack's avatar
      Improve project list UX on large screens · a035bef5
      Martin Wortschack authored
      - Remove star button from project list
      - Switch to columns on desktop
      - Hide MR and issues on screens < 1200px
      - Remove not needed utility classes
      - Change avatar size to 48px
      - Set line-height of title row to 20px
      a035bef5
  11. 31 Jan, 2019 1 commit
    • Steve Azzopardi's avatar
      Stop showing ci for guest users · ae793606
      Steve Azzopardi authored
      When a user is a guest user, and the "Public Pipeline" is set to false
      inside of "Settings > CI/CD > General" the commit status in the project
      dashboard should not be shown.
      ae793606
  12. 23 Jan, 2019 1 commit
    • Steve Azzopardi's avatar
      Stop showing ci for guest users · 04d773d8
      Steve Azzopardi authored
      When a user is a guest user, and the "Public Pipeline" is set to false
      inside of "Settings > CI/CD > General" the commit status in the project
      dashboard should not be shown.
      04d773d8
  13. 19 Dec, 2018 1 commit
  14. 13 Dec, 2018 1 commit
  15. 01 Sep, 2018 1 commit
  16. 07 Aug, 2018 1 commit
  17. 06 Jul, 2018 1 commit
  18. 13 Apr, 2018 2 commits
  19. 22 Feb, 2018 1 commit
  20. 13 Feb, 2018 1 commit
  21. 16 Jan, 2018 1 commit
  22. 19 Dec, 2017 1 commit
  23. 07 Dec, 2017 1 commit
  24. 23 Nov, 2017 1 commit
  25. 06 Sep, 2017 1 commit
  26. 28 Jul, 2017 1 commit
  27. 05 Jul, 2017 1 commit
  28. 26 Jun, 2017 1 commit
  29. 04 Jun, 2017 1 commit
  30. 27 Apr, 2017 1 commit
  31. 21 Apr, 2017 1 commit
  32. 19 Apr, 2017 1 commit
  33. 29 Mar, 2017 1 commit
  34. 23 Mar, 2017 1 commit
    • Phil Hughes's avatar
      Fixes project list lines breaking · 068ce7dd
      Phil Hughes authored
      This will only hapen in certain situations ie. when the star count is a
      lot. We were previously fixing it by hard coding a max-width.
      
      This changes it to use flexbox which allows the content to decide when
      it should be truncated. The rows don't always need truncating, so we
      shouldn't hard code a width.
      
      Closes #29018
      068ce7dd
  35. 16 Mar, 2017 3 commits