- 14 Jan, 2019 36 commits
-
-
Mike Greiling authored
Upgrades prettier to 1.15.3 Runs `yarn prettier-save-all` against the codebase Most changes are due to https://github.com/prettier/prettier/pull/5519
-
Marcia Ramos authored
Add Import/Export dev docs Closes #36055 See merge request gitlab-org/gitlab-ce!23835
-
James Lopez authored
-
Rémy Coutable authored
GitLab 11.4.3 "Outbound requests" setting path See merge request gitlab-org/gitlab-ce!22898
-
Rémy Coutable authored
Fix no avatar not showing in user selection box Closes #56268 See merge request gitlab-org/gitlab-ce!24346
-
Achilleas Pipinellis authored
Add 11.7 -> 11.8 update doc See merge request gitlab-org/gitlab-ce!24283
-
Lukas 'Eipi' Eipert authored
-
Dmitriy Zaporozhets authored
Resolve "Add "What's new" menu item in top navigation" Closes #25341 See merge request gitlab-org/gitlab-ce!23186
-
Brandon Labuschagne authored
-
Rémy Coutable authored
Fix Bitbucket Server importer error handling Closes #56154 See merge request gitlab-org/gitlab-ce!24343
-
Lin Jen-Shin authored
Ensure pool participants are linked before GC Closes gitaly#1354 See merge request gitlab-org/gitlab-ce!24230
-
Mike Greiling authored
Bump minimal node version from 6 to 8.10.0 Closes #54065 See merge request gitlab-org/gitlab-ce!24305
-
Achilleas Pipinellis authored
Update Gitaly documentation to indicate which version shipped with Gitaly TLS support See merge request gitlab-org/gitlab-ce!24334
-
Zeger-Jan van de Weg authored
In theory the case could happen that the initial linking of the pool fails and so do all the retries that Sidekiq performs. This could lead to data loss. To prevent that case, linking is done before Gits GC too. This makes sure that case doesn't happen.
-
Drew Blessing authored
-
Douwe Maan authored
Adjust applied suggestion reverting previous changes Closes #56017 See merge request gitlab-org/gitlab-ce!24250
-
Marcia Ramos authored
Fix broken MR coach link See merge request gitlab-org/gitlab-ce!24327
-
Filipa Lacerda authored
Resolve "undefined method `count_of_extra_tags_not_shown'" Closes #56311 See merge request gitlab-org/gitlab-ce!24354
-
Rémy Coutable authored
Fixes several ActionController::Parameters deprecations See merge request gitlab-org/gitlab-ce!24332
-
Lukas Eipert authored
-
Lukas Eipert authored
-
Lukas Eipert authored
-
Lukas Eipert authored
-
Dmitriy Zaporozhets authored
Bump kubectl in Auto DevOps to 1.11.6 See merge request gitlab-org/gitlab-ce!24176
-
Dmitriy Zaporozhets authored
Bump nginx-ingress chart to 1.1.2 See merge request gitlab-org/gitlab-ce!24203
-
Filipa Lacerda authored
web-terminal: Add support for URL to Link parsing See merge request gitlab-org/gitlab-ce!24242
-
Martin Wortschack authored
- Add tests for project topics
-
Lin Jen-Shin authored
Update gitlab-styles to 2.5.1 See merge request gitlab-org/gitlab-ce!24336
-
Filipa Lacerda authored
Move job cancel button Closes #55944 and #54812 See merge request gitlab-org/gitlab-ce!24074
-
Sean McGivern authored
Rename Add style proposal See merge request gitlab-org/gitlab-ce!24353
-
James Lopez authored
-
Evan Read authored
Docs: Update link title, we support more than GKE See merge request gitlab-org/gitlab-ce!24347
-
Evan Read authored
Refactor the API OAuth docs See merge request gitlab-org/gitlab-ce!24295
-
Achilleas Pipinellis authored
-
Evan Read authored
Documentation: In Project Members page, add serial comma See merge request gitlab-org/gitlab-ce!24348
-
Evan Read authored
Fix indentation and markup for Markdown codeblock See merge request gitlab-org/gitlab-ce!24321
-
- 13 Jan, 2019 4 commits
-
-
Mike Lewis authored
-
Mike Lewis authored
docs: emoji cheat sheet with shortcodes Closes #42672 See merge request gitlab-org/gitlab-ce!24320
-
Stan Hu authored
After upgrading to Ruby 2.5.3, we switched `URI.join` in favor of `Gitlab::Utils.append_path`. However, ActionController::Base.helpers.image_path can return a full URL if a CDN host is present. Rails provides a way to generate the full URL using the asset path, but that doesn't appear to work because `request` is nil`. Revert to the previous behavior to handle CDNs and relative URLs. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56268
-
Stan Hu authored
The importer would display a 500 error page if you attempted to import using a non-existent DNS entry. This commit rescues known network issues and consolidates them into BitbucketServer::Connection::ConnectionError`. The previous error handling in the paginator doesn't work because it returns a lazy collection. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56154
-