An error occurred fetching the project authors.
  1. 30 Sep, 2021 1 commit
    • Miguel Rincon's avatar
      Removes unnecessary quick-links class · 9739c18d
      Miguel Rincon authored
      This change removes the nav-links class from the project home. The
      quick-links class is also removed as the class was used to override
      those styles.
      
      Additionally quick-links is removed entirely.
      9739c18d
  2. 16 Sep, 2021 1 commit
  3. 25 Aug, 2021 1 commit
  4. 09 Aug, 2021 1 commit
  5. 19 Jul, 2021 1 commit
    • Robert May's avatar
      Remove badge cache · 19e12bea
      Robert May authored
      Removes the badge cache from home panel as it is more
      expensive to expire the cache than the time saved by
      implementing it.
      
      Changelog: changed
      19e12bea
  6. 30 Jun, 2021 1 commit
  7. 25 May, 2021 1 commit
  8. 29 Apr, 2021 2 commits
  9. 29 Mar, 2021 1 commit
  10. 23 Mar, 2021 1 commit
  11. 03 Mar, 2021 1 commit
  12. 02 Mar, 2021 1 commit
  13. 26 Feb, 2021 1 commit
  14. 12 Feb, 2021 1 commit
  15. 29 Jan, 2021 1 commit
  16. 19 Jan, 2021 1 commit
  17. 07 Jan, 2021 1 commit
  18. 19 Nov, 2020 1 commit
  19. 18 Nov, 2020 1 commit
  20. 13 Nov, 2020 1 commit
  21. 12 Nov, 2020 1 commit
  22. 10 Nov, 2020 1 commit
  23. 13 Oct, 2020 1 commit
  24. 08 Oct, 2020 1 commit
  25. 10 Aug, 2020 1 commit
  26. 29 Jul, 2020 1 commit
    • Justin Ho's avatar
      Fix visibility icon on project overview page · d9f7ae79
      Justin Ho authored
      - Change `vertical-align: text-bottom` to `-3px` which
      works better with text that has larger font size
      - Fix `visibility_level_icon` to properly accept the `class`
      property
      - Fix visibility icon on project overview page
      d9f7ae79
  27. 22 Jul, 2020 1 commit
  28. 07 Jul, 2020 1 commit
  29. 03 Jul, 2020 1 commit
  30. 29 Jun, 2020 1 commit
  31. 26 Jun, 2020 1 commit
  32. 24 Jun, 2020 1 commit
  33. 15 Jun, 2020 1 commit
  34. 29 May, 2020 1 commit
  35. 27 May, 2020 1 commit
  36. 26 May, 2020 2 commits
  37. 17 Apr, 2020 1 commit
  38. 14 Feb, 2020 1 commit
    • Mark Lapierre's avatar
      Add QA test of fork creation after storage change · d578616c
      Mark Lapierre authored
      Tests that if a fork is created and then the parent project is moved
      to a new gitaly storage/shard, another fork can be created after the
      move.
      
      See https://gitlab.com/gitlab-org/gitlab/issues/38264
      
      Add the ability to create a fork via the API, check import status (to
      confirm when the fork is complete), and change repository storage.
      
      Resource::Fork needed to be updated, which also required updating
      Resource::MergeRequestFromFork and the test that uses it so that that
      test can still fabricate a fork via the UI.
      d578616c