1. 20 Aug, 2018 6 commits
    • Yorick Peterse's avatar
      Refactor AutocompleteController · 6f3c4901
      Yorick Peterse authored
      This refactors the AutocompleteController according to the guidelines
      and boundaries discussed in
      https://gitlab.com/gitlab-org/gitlab-ce/issues/49653. Specifically,
      ActiveRecord logic is moved to different finders, which are then used in
      the controller. View logic in turn is moved to presenters, instead of
      directly using ActiveRecord's "to_json" method.
      
      The finder MoveToProjectFinder is also adjusted according to the
      abstraction guidelines and boundaries, resulting in a much more simple
      finder.
      
      By using finders (and other abstractions) more actively, we can push a
      lot of logic out of the controller. We also remove the need for various
      "before_action" hooks, though this could be achieved without using
      finders as well.
      
      The various finders related to AutcompleteController have also been
      moved into a namespace. This removes the need for calling everything
      "AutocompleteSmurfFinder", instead you can use
      "Autocomplete::SmurfFinder".
      6f3c4901
    • Sean McGivern's avatar
      Merge branch... · 0a73c1c5
      Sean McGivern authored
      Merge branch '49907-commits-and-merge-requests-does-not-list-all-files-when-one-file-exceeds-size-limits' into 'master'
      
      Resolve "Commits and Merge Requests does not list all files when one file exceeds size limits"
      
      Closes #49907
      
      See merge request gitlab-org/gitlab-ce!21125
      0a73c1c5
    • Sean McGivern's avatar
      Merge branch 'docs/remove-dupe-link' into 'master' · 80252926
      Sean McGivern authored
      Remove duplicate nip.io link
      
      See merge request gitlab-org/gitlab-ce!20457
      80252926
    • Achilleas Pipinellis's avatar
      Merge branch '25990-interactive-web-terminals-for-ci-cd-jobs-docs' into 'master' · 7c5b4669
      Achilleas Pipinellis authored
      Document Interactive web terminals for CI/CD jobs
      
      See merge request gitlab-org/gitlab-ce!20719
      7c5b4669
    • Rémy Coutable's avatar
      Merge branch 'patch-19' into 'master' · 0a630e5e
      Rémy Coutable authored
      format doc/ reference
      
      See merge request gitlab-org/gitlab-ce!21149
      0a630e5e
    • Rémy Coutable's avatar
      Merge branch 'patch-20' into 'master' · 494cd50c
      Rémy Coutable authored
      fix hashed storage readiness link
      
      See merge request gitlab-org/gitlab-ce!21150
      494cd50c
  2. 18 Aug, 2018 2 commits
  3. 17 Aug, 2018 29 commits
  4. 16 Aug, 2018 3 commits