- 20 Aug, 2018 19 commits
-
-
Grzegorz Bizon authored
#47845 - Propagate failure_reason to job webhook See merge request gitlab-org/gitlab-ce!21143
-
Grzegorz Bizon authored
Disable code_quality check in auto devops QA integration test See merge request gitlab-org/gitlab-ce!21304
-
Dmitriy Zaporozhets authored
Refactor AutocompleteController See merge request gitlab-org/gitlab-ce!20908
-
Kamil Trzciński authored
clarify runners currently online text See merge request gitlab-org/gitlab-ce!21151
-
Ben Bodenmiller authored
-
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
Update CONTRIBUTING.md See merge request gitlab-org/gitlab-ce!21286
-
Rémy Coutable authored
Update README.md See merge request gitlab-org/gitlab-ce!21285
-
Rémy Coutable authored
Fix code quality reports See merge request gitlab-org/gitlab-ce!21275
-
Dylan Griffith authored
This test takes too long and leads to flakiness so we disable it for now until somebody can figure out why it takes longer than 20 minutes to finish.
-
Maciej Sokolowski authored
-
Maciej Sokolowski authored
-
Maciej Sokolowski authored
-
-
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
-
Sean McGivern authored
Remove duplicate nip.io link See merge request gitlab-org/gitlab-ce!20457
-
Achilleas Pipinellis authored
Document Interactive web terminals for CI/CD jobs See merge request gitlab-org/gitlab-ce!20719
-
Rémy Coutable authored
format doc/ reference See merge request gitlab-org/gitlab-ce!21149
-
Rémy Coutable authored
fix hashed storage readiness link See merge request gitlab-org/gitlab-ce!21150
-
- 18 Aug, 2018 2 commits
-
-
Stan Hu authored
Fix typo See merge request gitlab-org/gitlab-ce!21293
-
Michael Kozono authored
-
- 17 Aug, 2018 19 commits
-
-
Ray Paik authored
-
Ray Paik authored
-
Clement Ho authored
Remove more variable reassignments and unused styles See merge request gitlab-org/gitlab-ce!21262
-
Robert Speicher authored
Add documentation about reading query plans See merge request gitlab-org/gitlab-ce!21199
-
Robert Speicher authored
Blacklist the use of destroy_all See merge request gitlab-org/gitlab-ce!21250
-
Alejandro Rodríguez authored
-
Yorick Peterse authored
GitHub importer: Keep track of internal_ids Closes #49754 See merge request gitlab-org/gitlab-ce!20926
-
Stan Hu authored
replace nobootwait with nofail See merge request gitlab-org/gitlab-ce!21269
-
Douwe Maan authored
Bump Gitaly to 0.117.1 for Rouge update See merge request gitlab-org/gitlab-ce!21277
-
Stan Hu authored
-
Yorick Peterse authored
This adds a database guide on how to read the output of "EXPLAIN" and "EXPLAIN ANALYZE", and how to use this output to understand a query's performance and optimise it.
-
Yorick Peterse authored
Fix SiteStatistics wikis_count See merge request gitlab-org/gitlab-ce!21030
-
Douwe Maan authored
Mention how to override CE class methods See merge request gitlab-org/gitlab-ce!21276
-
Phil Hughes authored
Creates vue components for stage dropdowns and job list container for job log view See merge request gitlab-org/gitlab-ce!21255
-
Nick Thomas authored
Resolve "Project deletion may not log audit events during user deletion" Closes #49796 See merge request gitlab-org/gitlab-ce!21248
-
Lin Jen-Shin authored
-
Shinya Maeda authored
-
Filipa Lacerda authored
-
Douwe Maan authored
Remove some duplicate tests and fix some typos See merge request gitlab-org/gitlab-ce!21246
-