- 15 May, 2019 14 commits
-
-
Kushal Pandya authored
i18n JS files starting with m See merge request gitlab-org/gitlab-ce!28068
-
Rémy Coutable authored
Refactor RoutableActions to allow additional not_found checks See merge request gitlab-org/gitlab-ce!28243
-
Phil Hughes authored
Resolve CE/EE diffs in new proj member import See merge request gitlab-org/gitlab-ce!28254
-
Phil Hughes authored
Resolve CE/EE diffs in project branches See merge request gitlab-org/gitlab-ce!28261
-
Phil Hughes authored
Resolve CE/EE diffs in app/views/layouts view Closes gitlab-ee#6647 See merge request gitlab-org/gitlab-ce!28197
-
Phil Hughes authored
Resolve CE/EE diffs in health check See merge request gitlab-org/gitlab-ce!28270
-
James Edwards-Jones authored
Since this needs to be called on every find_routable!(Project, ... we can instead move it to a RoutableActions check.
-
Phil Hughes authored
Remove unused h-3 and w-3 classes Closes #57239 See merge request gitlab-org/gitlab-ce!28297
-
Phil Hughes authored
Resolve CE/EE diffs in _clone_panel See merge request gitlab-org/gitlab-ce!28309
-
Phil Hughes authored
Resolve CE/EE diffs in zero_authorized_projects See merge request gitlab-org/gitlab-ce!28260
-
Phil Hughes authored
Resolve CE/EE diffs in devise ldap tabs See merge request gitlab-org/gitlab-ce!28252
-
James Edwards-Jones authored
-
James Edwards-Jones authored
-
Kushal Pandya authored
Add link to next badge Closes #61503 See merge request gitlab-org/gitlab-ce!28162
-
- 14 May, 2019 15 commits
-
-
Douglas Barbosa Alexandre authored
Add correlation id to all sentry errors Closes #61699 See merge request gitlab-org/gitlab-ce!28253
-
Evan Read authored
Fix typo See merge request gitlab-org/gitlab-ce!28276
-
Nicholas Bishop authored
-
Stan Hu authored
Optimise upload path calls See merge request gitlab-org/gitlab-ce!28264
-
Sean McGivern authored
String#underscore isn't particularly slow, but it's possible for us to call it many times in a users autocomplete request, with mostly-static values ('User', 'Group', etc.). We can memoise this and save a surprising amount of time (around 10% of the total request time in some cases).
-
Luke Bennett authored
Part of single codebase changes.
-
Sean McGivern authored
Fix hiding of quick action prompt in specs See merge request gitlab-org/gitlab-ce!28285
-
Stan Hu authored
delete feature flag when disabling Rugged See merge request gitlab-org/gitlab-ce!28289
-
Rémy Coutable authored
EE Backport to CE of EE!12404 See merge request gitlab-org/gitlab-ce!28292
-
Stan Hu authored
Fix project visibility level validation Closes #59379 See merge request gitlab-org/gitlab-ce!28305
-
Jan Provaznik authored
Rename methods that conflict in Rails 5.2 Closes #55583 See merge request gitlab-org/gitlab-ce!28281
-
Peter Marko authored
-
Heinrich Lee Yu authored
-
Achilleas Pipinellis authored
Use real mermaid for mermaid result See merge request gitlab-org/gitlab-ce!28300
-
Evan Read authored
-
- 13 May, 2019 11 commits
-
-
Mark Lapierre authored
First iteration of documentation for writing end-to-end tests See merge request gitlab-org/gitlab-ce!27603
-
Walmyr authored
framework that intends to make easier for every engineer to contribute with the end-to-end tests creation, edition, and improvements.
-
Evan Read authored
Improve installation from source Closes #47483, #61549, and #50937 See merge request gitlab-org/gitlab-ce!28201
-
Dmitriy Zaporozhets authored
* Add a solution for JavaScript heap out of memory error when compiling assets * Add note about postgres database config * Start gitaly before gitlab:setup as it won't work otherwise Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Marcel van Remmerden authored
-
Evan Read authored
Merge branch '9228-geo-how-to-reconcile-differences-with-geo-checksum-mismatches-docs' into 'master' Document how to reconcile differences with Geo checksum mismatches Closes gitlab-ee#9228 See merge request gitlab-org/gitlab-ce!28183
-
Douglas Barbosa Alexandre authored
-
Stan Hu authored
Update ruby_parser for ruby 2.6 See merge request gitlab-org/gitlab-ce!28295
-
Marcel van Remmerden authored
-
Marcel van Remmerden authored
-
Bob Van Landuyt authored
Before this, we were only adding the correlation id to the "acceptable exceptions" which we handle in code. But we need to add it to the default raven context so the information would be available for uncaught exceptions.
-