- 13 Mar, 2019 36 commits
-
-
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
-
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
-
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
-
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
-
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.
-
Sean McGivern authored
Filter Jira shared secret from logs See merge request gitlab-org/gitlab-ce!26077
-
Sean McGivern authored
Improve precision of group docs Closes #58635 See merge request gitlab-org/gitlab-ce!25950
-
Evan Read authored
-
Achilleas Pipinellis authored
Reduce dangerbot message to the essentials Closes #58231 See merge request gitlab-org/gitlab-ce!25585
-
Evan Read authored
-
Filipa Lacerda authored
Remove icon in activity only message on smaller screen widths See merge request gitlab-org/gitlab-ce!26032
-
Bob Van Landuyt authored
-
Phil Hughes authored
Removes EE differences for environments_app Closes gitlab-ee#10079 See merge request gitlab-org/gitlab-ce!26030
-
Phil Hughes authored
Update spacers to increment 1 unit at a time See merge request gitlab-org/gitlab-ce!26033
-
Sanad Liaquat authored
-
Heinrich Lee Yu authored
-
Dan Davison authored
Refactor AutoDevOps test to one test with two expectations See merge request gitlab-org/gitlab-ce!25836
-
walkafwalka authored
-
Stan Hu authored
Including a CODEOWNERS file with lines without any matching username or e-mail regular expressions would cause an Error 500. Don't attempt a database query if there is nothing to query. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/10282
-
- 12 Mar, 2019 4 commits
-
-
Mike Lewis authored
Add table entries from EE docs See merge request gitlab-org/gitlab-ce!25995
-
Evan Read authored
-
Mike Greiling authored
Add core-js polyfill for Promise.finally() See merge request gitlab-org/gitlab-ce!25925
-
Douglas Barbosa Alexandre authored
Fix health checks not working behind load balancers Closes #58573 See merge request gitlab-org/gitlab-ce!26055
-