- 20 Aug, 2018 19 commits
-
-
Rémy Coutable authored
Rails5: fix mysql milliseconds problem in project registry spec See merge request gitlab-org/gitlab-ee!6943
-
Rémy Coutable authored
Update README.md See merge request gitlab-org/gitlab-ee!6950
-
Ray Paik authored
-
Dmitriy Zaporozhets authored
EE: Refactor AutocompleteController See merge request gitlab-org/gitlab-ee!6840
-
Rémy Coutable authored
Fix incorrect syntax on `code_quality` CI step See merge request gitlab-org/gitlab-ee!6933
-
Rémy Coutable authored
formatting fix See merge request gitlab-org/gitlab-ee!6920
-
Rémy Coutable authored
Trivial fix: variable names in error message See merge request gitlab-org/gitlab-ee!3638
-
Rémy Coutable authored
fix typo See merge request gitlab-org/gitlab-ee!5211
-
Rémy Coutable authored
Change approvals_missing to approvals_left. See merge request gitlab-org/gitlab-ee!5494
-
Rémy Coutable authored
Fix `warn_user_is_not_gitlab` Closes #5896 See merge request gitlab-org/gitlab-ee!5736
-
Rémy Coutable authored
Actually create the job in the `test` stage See merge request gitlab-org/gitlab-ee!6256
-
Rémy Coutable authored
Documentation: Fix API doc link from MR approval to MR acceptance See merge request gitlab-org/gitlab-ee!6598
-
Rémy Coutable authored
Rails5: Fix audit event spec See merge request gitlab-org/gitlab-ee!6940
-
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".
-
Rémy Coutable authored
Rails5 fix duplicate gpg signature in path lock spec See merge request gitlab-org/gitlab-ee!6939
-
Rémy Coutable authored
Rails5: fix mysql milliseconds problem in project_spec See merge request gitlab-org/gitlab-ee!6880
-
Rémy Coutable authored
Rails5: fix mysql milliseconds problem in project_import_state_spec See merge request gitlab-org/gitlab-ee!6874
-
Grzegorz Bizon authored
Resolve "Extract EE specific files/lines for Discussion app/helpers" Closes #6676 See merge request gitlab-org/gitlab-ee!6891
-
Achilleas Pipinellis authored
Ee 25990 interactive web terminals for ci cd jobs docs See merge request gitlab-org/gitlab-ee!6700
-
- 19 Aug, 2018 7 commits
- 18 Aug, 2018 4 commits
-
-
Jasper Maes authored
-
Jasper Maes authored
-
Stan Hu authored
Remove duplicate test See merge request gitlab-org/gitlab-ee!6937
-
Michael Kozono authored
-
- 17 Aug, 2018 10 commits
-
-
Clement Ho authored
Remove more variable reassignments and unused styles See merge request gitlab-org/gitlab-ee!6935
-
Robert Speicher authored
Double the concurrency of rspec-*-ee* jobs See merge request gitlab-org/gitlab-ee!6929
-
Annabel Dunstone Gray authored
-
Robert Speicher authored
EE: blacklist the use of destroy_all See merge request gitlab-org/gitlab-ee!6914
-
Filipa Lacerda authored
-
Filipa Lacerda authored
-
João Sardinha authored
-
Yorick Peterse authored
EE-port of " GitHub importer: Keep track of internal_ids " See merge request gitlab-org/gitlab-ee!6925
-
Yorick Peterse authored
[EE] Fix SiteStatistics wikis_count See merge request gitlab-org/gitlab-ee!6919
-
Gabriel Mazetto authored
-