- 13 Mar, 2019 40 commits
-
-
Takuya Noguchi authored
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-
Mark Lapierre authored
Quarantine failing test See merge request gitlab-org/gitlab-ce!26119
-
Mike Greiling authored
Hide 404 errors in Karma locally See merge request gitlab-org/gitlab-ce!26073
-
Mark Lapierre authored
-
Marcia Ramos authored
Docs: Cleaning up the merge request workflow Closes #51355 See merge request gitlab-org/gitlab-ce!24559
-
Marcel Amirault authored
-
Marcia Ramos authored
Fix bug "Fatal: Could not parse object {COMMIT_HASH}" See merge request gitlab-org/gitlab-ce!25860
-
Stan Hu authored
Update rubocop target ruby version See merge request gitlab-org/gitlab-ce!24804
-
Marcia Ramos authored
Fix incorrect link format in docs See merge request gitlab-org/gitlab-ce!26103
-
Phil Hughes authored
Removes EE differences for folder_view Closes gitlab-ee#10026 See merge request gitlab-org/gitlab-ce!26053
-
Lin Jen-Shin authored
Fix false positive specs See merge request gitlab-org/gitlab-ce!26031
-
Kamil Trzciński authored
Add merge request pipeline flag to pipeline entity See merge request gitlab-org/gitlab-ce!25846
-
Dan Davison authored
CE port of "e2e test for creating a project from instance template" See merge request gitlab-org/gitlab-ce!25760
-
Phil Hughes authored
Allow modifying squash commit message for fast-forward only merge method Closes #48324, #58805, and #58631 See merge request gitlab-org/gitlab-ce!26017
-
Natalia Tepluhina authored
- fixed tests for edit components
-
Phil Hughes authored
Resolve differences in Webpack config between CE and EE See merge request gitlab-org/gitlab-ce!26100
-
Douwe Maan authored
Use project name and ID in Review App environment URLs instead of the project path slug Closes #52990 See merge request gitlab-org/gitlab-ce!25990
-
Marcia Ramos authored
Fix some 404ing links See merge request gitlab-org/gitlab-ce!25789
-
Evan Read authored
-
Rémy Coutable authored
Update recaptcha gem from 3.x to 4.11 See merge request gitlab-org/gitlab-ce!25921
-
Shinya Maeda authored
Add spec Fix Fix Add changelog Drop attached Remove attached Update changelog ok
-
Robert Speicher authored
Allow filtering labels by a single character Closes #58795 See merge request gitlab-org/gitlab-ce!26012
-
Marcia Ramos authored
Docs: Bring Javascript Style Guide in line with docs standards See merge request gitlab-org/gitlab-ce!25026
-
Marcel Amirault authored
-
Clement Ho authored
Resolve "Remove jquery-atwho-rails gem" Closes #58876 See merge request gitlab-org/gitlab-ce!26058
-
Mike Greiling authored
Remove references to the vendored copies of At.js and jquery.carat as well as the legacy rails wrapper gem.
-
Kamil Trzciński authored
Refactor all_pipelines in Merge request in order to support all pipelines for merge request See merge request gitlab-org/gitlab-ce!25676
-
Nick Thomas authored
-
Rémy Coutable authored
Fix 500 error caused by CODEOWNERS with no matches Closes gitlab-ee#10282 See merge request gitlab-org/gitlab-ce!26072
-
Filipa Lacerda authored
Removes the CDN loading for emojis.json See merge request gitlab-org/gitlab-ce!26102
-
Tim Zallmann authored
-
Nick Thomas authored
-
Rémy Coutable authored
Update group policy to reflect all the requirements See merge request gitlab-org/gitlab-ce!25854
-
Małgorzata Ksionek authored
-
Shinya Maeda authored
Make it sane Include merge ref head Fix union Improve a bit Add spec remove add spec Add changelog fix coding offence Apply suggestion to spec/models/merge_request_spec.rb ok ok Fix Fix spec Fix spec fix Simplify the things Memoize OK a
-
Winnie Hellmann authored
-
James Ramsay authored
-
Mark Lapierre authored
Ignore user status emoji in assertion Closes gitlab-org/quality/staging#45 See merge request gitlab-org/gitlab-ce!26085
-
Sean McGivern authored
When we use Gitlab::SQL::Pattern, this typically relates to a trigram index. As the 'tri' indicates, we need at least three characters to be able to use that index. Labels don't have a trigram index, because we never allow you to search for them globally: it's always in the context of a project or a group. In that context, it's just as fast to search for a single character (in general) because there is already a pretty specific index being used.
-
Małgorzata Ksionek authored
-