gitlab-org--gitlab-foss/app/controllers/projects
Jan Provaznik 27a75ea175 Backport 'Rebase' feature from EE to CE
When a project uses fast-forward merging strategy user has
to rebase MRs to target branch before it can be merged.
Now user can do rebase in UI by clicking 'Rebase' button
instead of doing rebase locally.

This feature was already present in EE, this is only backport
of the feature to CE. Couple of changes:
* removed rebase license check
* renamed migration (changed timestamp)

Closes #40301
2018-01-05 09:34:59 +01:00
..
clusters Allow environment_scope in cluster controllers 2017-12-16 17:28:59 +01:00
cycle_analytics Enable Layout/TrailingWhitespace cop and auto-correct offenses 2017-08-15 13:44:37 -04:00
merge_requests Migrate Gitlab::Git::Repository#merge_base_commit to Gitaly 2017-12-13 17:40:19 +01:00
registry Add serializer matchers 2017-10-02 23:17:31 +02:00
settings Deduplicate protected ref human_access_levels 2017-11-24 13:47:03 +00:00
application_controller.rb Merge branch 'security-10-1' into '10-1-stable' 2017-10-17 15:58:58 -07:00
artifacts_controller.rb Test against public projects 2017-10-05 12:41:22 +02:00
autocomplete_sources_controller.rb Limit autocomplete menu to applied labels 2017-11-28 14:51:03 +11:00
avatars_controller.rb
badges_controller.rb
blame_controller.rb
blob_controller.rb Remove a redundant InvalidPathError definition 2017-12-20 16:02:36 -06:00
boards_controller.rb Use path helper instead of url helper 2017-12-03 18:46:07 +00:00
branches_controller.rb Refactor success status in branch controller 2017-12-27 18:58:46 +01:00
build_artifacts_controller.rb
builds_controller.rb
clusters_controller.rb Allow environment_scope in cluster controllers 2017-12-16 17:28:59 +01:00
commit_controller.rb Allow commenting on individual commits inside an MR 2017-12-07 09:01:19 -05:00
commits_controller.rb Fix 404 on empty branch 2017-11-27 13:36:02 +00:00
compare_controller.rb Detect n+1 issues involving Gitaly 2017-09-19 10:55:37 +00:00
cycle_analytics_controller.rb
deploy_keys_controller.rb created services for keys 2017-09-15 15:35:24 +00:00
deployments_controller.rb Adds Rubocop rule for line break after guard clause 2017-11-16 17:58:29 +01:00
discussions_controller.rb
environments_controller.rb Improve environments performance 2017-11-23 12:04:03 +00:00
find_file_controller.rb
forks_controller.rb Employ ForkProjectsFinder in ForksController 2017-09-20 08:27:16 +10:00
git_http_client_controller.rb Consistently use PersonalAccessToken instead of PersonalToken 2017-11-02 11:39:02 +01:00
git_http_controller.rb
graphs_controller.rb
group_links_controller.rb Adds Rubocop rule for line break after guard clause 2017-11-16 17:58:29 +01:00
hook_logs_controller.rb
hooks_controller.rb
imports_controller.rb
issues_controller.rb Add an ability to use a custom branch name on creation from issues 2017-11-25 22:33:05 +11:00
jobs_controller.rb Change text from build to job in flash notice 2017-12-14 16:10:11 -07:00
labels_controller.rb Adds Rubocop rule for line break after guard clause 2017-11-16 17:58:29 +01:00
lfs_api_controller.rb Create idea of read-only database 2017-10-06 22:37:40 +02:00
lfs_storage_controller.rb Adds Rubocop rule for line break after guard clause 2017-11-16 17:58:29 +01:00
mattermosts_controller.rb
merge_requests_controller.rb Backport 'Rebase' feature from EE to CE 2018-01-05 09:34:59 +01:00
milestones_controller.rb Allow promoting project milestones to group milestones 2017-10-31 15:03:52 +00:00
network_controller.rb Detect n+1 issues involving Gitaly 2017-09-19 10:55:37 +00:00
notes_controller.rb Replace factory_girl_rails with factory_bot_rails 2017-12-14 15:01:55 +01:00
pages_controller.rb
pages_domains_controller.rb
pipeline_schedules_controller.rb Address review comments with playing pipeline scheduler 2017-12-12 17:12:45 -08:00
pipelines_controller.rb Load commit in batches for pipelines#index 2017-12-19 10:05:40 +01:00
pipelines_settings_controller.rb Remove Auto DevOps checkboxes - backend 2017-12-04 17:47:38 +01:00
project_members_controller.rb Present member collection at the controller level 2017-12-12 18:14:58 +01:00
prometheus_controller.rb
protected_branches_controller.rb
protected_refs_controller.rb
protected_tags_controller.rb
raw_controller.rb
refs_controller.rb fixed karma test 2017-11-06 10:52:04 +00:00
releases_controller.rb
repositories_controller.rb
runner_projects_controller.rb
runners_controller.rb Add pause/resume button to specific project runners 2017-12-27 09:23:09 -06:00
services_controller.rb Fix inability to test some project integrations 2017-08-22 11:05:02 -05:00
snippets_controller.rb WIP: refactor the first-contributor to Issuable 2017-09-06 09:00:57 -04:00
tags_controller.rb
templates_controller.rb
todos_controller.rb
tree_controller.rb moved lfs_blob_ids method into ExtractsPath module 2017-12-14 11:59:01 +00:00
triggers_controller.rb
uploads_controller.rb Support uploads for groups 2017-12-07 12:27:52 +01:00
variables_controller.rb
wikis_controller.rb Merge branch '18040-rubocop-line-break-after-guard-clause' into 'master' 2017-11-20 09:22:14 +00:00