gitlab-org--gitlab-foss/app/controllers
Rémy Coutable b2d142c4a0 Merge branch 'fix/ha-mode-import-issue' into 'master'
Fix Import/Export not working in HA mode

Use a shared path instead of `Tempfile` default `/tmp` so the import file is accessible by any GitLab instance.

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/20506

- [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added
- Tests
  - [x] All builds are passing
- [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [x] Branch has no merge conflicts with `master` (if you do - rebase it please)
- [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)

See merge request !5618
2016-08-04 12:21:53 +00:00
..
admin Profile requests when a header is passed 2016-07-26 20:06:09 +02:00
ci Enable Style/SpaceAfterColon Rubocop cops 2016-06-29 15:16:04 +02:00
concerns Cache highlighted diff lines for merge requests 2016-08-03 07:00:19 +02:00
dashboard Cache todos pending/done dashboard query counts 2016-07-12 18:57:52 +02:00
explore Replace reject_blocked with reject_blocked! in callbacks. 2016-07-27 13:56:30 -06:00
groups Exclude requesters from Project#members, Group#members and User#members 2016-07-01 17:44:46 +02:00
import using shared path for project import uploads and refactored gitlab remove export worker 2016-08-04 12:51:55 +02:00
oauth Fix endless redirections when accessing user OAuth applications when they are disabled 2016-06-08 05:52:04 -07:00
profiles Load Javascript U2F library selectively. 2016-07-14 08:19:09 +05:30
projects Make Compare#diffs diff_options a regular argument 2016-08-03 09:32:01 -07:00
sherlock
abuse_reports_controller.rb
application_controller.rb State specific default sort order for issuables 2016-08-01 11:28:56 +02:00
autocomplete_controller.rb Allow skipping users in autocomplete 2016-07-27 14:10:49 +01:00
confirmations_controller.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
dashboard_controller.rb
emojis_controller.rb
groups_controller.rb Allow to disable user request access to groups/projects 2016-07-20 14:38:21 +02:00
health_check_controller.rb
help_controller.rb Replace reject_blocked with reject_blocked! in callbacks. 2016-07-27 13:56:30 -06:00
invites_controller.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
jwt_controller.rb Improve Gitlab::Auth method names 2016-06-10 14:51:16 +02:00
namespaces_controller.rb
notification_settings_controller.rb merge master into issue_3359_3 2016-06-29 11:04:18 -03:00
omniauth_callbacks_controller.rb Added tests for 2FA check on OAuth request 2016-07-04 11:00:34 -05:00
passwords_controller.rb
profiles_controller.rb
projects_controller.rb Clarify which project is deleted to avoid alarm 2016-07-29 16:23:13 -07:00
registrations_controller.rb current_user.confirmed_at.present? => current_user.confirmed? 2016-05-20 13:52:42 -04:00
root_controller.rb
search_controller.rb Replace reject_blocked with reject_blocked! in callbacks. 2016-07-27 13:56:30 -06:00
sent_notifications_controller.rb
sessions_controller.rb Remove provider path, replace with dynamic path. 2016-08-03 11:50:38 -06:00
snippets_controller.rb
uploads_controller.rb
users_controller.rb Group the contributing calendar by day 2016-05-16 12:22:17 +01:00