- 13 Mar, 2019 28 commits
-
-
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
-
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
-
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 12 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
-
Stan Hu authored
Seed tablesample strategy Closes #58791 See merge request gitlab-org/gitlab-ce!25966
-
Stan Hu authored
The change in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24199 caused requests coming from a load balancer to arrive as 127.0.0.1 instead of the actual IP. `Rack::Request#ip` behaves slightly differently different than `ActionDispatch::Request#remote_ip`: the former will return the first X-Forwarded-For IP if all of the IPs are trusted proxies, while the second one filters out all proxies and falls back to REMOTE_ADDR, which is 127.0.0.1. For now, we can revert back to using `Rack::Request` because these middlewares don't manipulate parameters. The actual fix problem involves fixing Rails: https://github.com/rails/rails/issues/28436. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58573
-
Andreas Brandl authored
This produces stable approximate counts among invocations unless the table changed. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58791.
-
Douglas Barbosa Alexandre authored
Merge branch '58739-hashed-storage-prevent-a-migration-and-rollback-running-at-the-same-time' into 'master' Hashed Storage: Prevent a migration and rollback running at the same time Closes #58739 See merge request gitlab-org/gitlab-ce!25976
-
Annabel Dunstone Gray authored
-
Kamil Trzciński authored
Backports EE change for expanded pipelines See merge request gitlab-org/gitlab-ce!26043
-
Clement Ho authored
Allow gitlab:ui:visual to fail See merge request gitlab-org/gitlab-ce!26042
-
Douwe Maan authored
Cache Repository#root_ref within a request Closes #58684 See merge request gitlab-org/gitlab-ce!25903
-