An error occurred fetching the project authors.
  1. 27 Dec, 2018 1 commit
  2. 25 Dec, 2018 1 commit
  3. 24 Dec, 2018 1 commit
  4. 21 Dec, 2018 1 commit
  5. 19 Dec, 2018 7 commits
  6. 18 Dec, 2018 3 commits
  7. 16 Dec, 2018 5 commits
    • Thong Kuah's avatar
      Use finder to decide to show note to user · f82c9dbe
      Thong Kuah authored
      Given the note is about how to interpret ancestor clusters, use the
      finder which actually knows if there are any ancestor clusters to find
      out if the note should be shown, rather than passing the same info via a
      view to a helper
      
      Added note about Kaminari.paginate_array
      
      Link to followup issue too
      f82c9dbe
    • Thong Kuah's avatar
      Move code to presenter · 0e78834b
      Thong Kuah authored
      Part of the code such as #show_path is already present on the presenter.
      Also avoid having code in two places (helper and presenter)
      
      Sanitize and assert html_safe. Additional layer of defense - on top of
      GitLab already requiring group names to be composed of small set of
      chars A-Z, - and spaces.
      
      Only link to cluster if user can read cluster
      
      Make clear that arg is a GroupClusterablePresenter
      
      Add more specs for completeness
      0e78834b
    • Mayra Cabrera's avatar
      Refactor methods on ClusterHelper · 0369e759
      Mayra Cabrera authored
      - Use sprite_icon instead of hardcoded html
      - Use a more descriptive method name
      - Changes specs to use html_safe matcher
      0369e759
    • Mayra Cabrera's avatar
      Cleans cluster views a bit · aa86223a
      Mayra Cabrera authored
      - Moves logic into ClustersHelp
      - Add CSS to ensure compatibility with EE view.
      aa86223a
    • Thong Kuah's avatar
      Move group path display logic to helper · 9dc67bf1
      Thong Kuah authored
      Add specs
      9dc67bf1
  8. 14 Dec, 2018 2 commits
  9. 13 Dec, 2018 2 commits
  10. 11 Dec, 2018 1 commit
  11. 10 Dec, 2018 2 commits
    • Gabriel Mazetto's avatar
      Reduce N+1 from Activity Dashboard and Banzai · 4f5abe43
      Gabriel Mazetto authored
      There is a combination of few strategies implemented here:
      
      1. Few relations were eager loaded
      2. Changed few polymorphic routes to specific ones so we don't have to
         use `#becomes(Namespace)` which doesn't preserve association cache
      4f5abe43
    • Dennis Tang's avatar
      Resolve main nav clipping in certain breakpoints · 883d7b5c
      Dennis Tang authored
      Makes the following changes in order to have all the
      items of the top nav fit within all of the new Bootstrap 4 breakpoints:
      
      - Change GitLab logo to show only on desktop breakpoint (lg and up)
        - Move margin from logo to logo text, saving 8px
      - Move the following icon links to the "More" nav dropdown
        - Instance Statistics (ConDev Index)
        - Admin area (if Admin)
        - Sherlock Transactions (if enabled)
      - Removed separator between Admin icons
      - Change search input width from 240px to 200px
      - Move "Activity", "Milestone", and "Snippets" into "More" menu on lg breakpoints
      - Show "More" menu of lg breakpoints
      883d7b5c
  12. 08 Dec, 2018 2 commits
  13. 07 Dec, 2018 1 commit
    • Dennis Tang's avatar
      Further design iteration on project overview · 75496059
      Dennis Tang authored
      Continues the iteration on the project overview UI:
      
      - moved star, fork and new clone button
      (copy SSH/HTTPS URLs) to top right,
        made them smaller
      - avatar is now larger (64px)
      - 'Request access' is now a link instead
        of a button
      - overview comes before the description +
        changed styling and added icons
      - description font-size is now 16px (large-paragraph)
      - quick links to files are moved downwards
        below the commit/pipeline info
      - margins changed to group content into
        4 groups to clean up the interface
      - visibility info reduced to icon-only and
        moved to the right of the title
      75496059
  14. 06 Dec, 2018 7 commits
  15. 05 Dec, 2018 1 commit
  16. 04 Dec, 2018 3 commits