gitlab-org--gitlab-foss/features/project
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
..
builds Replace the 'project/builds/summary.feature' spinach test with an rspec analog 2017-09-12 20:58:16 +11:00
commits Replace the 'project/commits/revert.feature' spinach test with an rspec analog 2017-09-18 16:15:42 +11:00
issues Improve list of sorting options 2017-09-23 11:46:53 +11:00
merge_requests Replace the 'project/merge_requests/revert.feature' spinach test with an rspec analog 2017-09-12 11:52:35 +11:00
source Replace 'source/search_code.feature' spinach test with an rspec analog 2017-08-25 08:54:50 +11:00
active_tab.feature Resolve "Inconsistent location of members page between groups and projects" 2017-07-07 14:40:41 +00:00
deploy_keys.feature Fixed some spinach & rspec tests 2017-04-28 20:59:20 +01:00
ff_merge_requests.feature Backport 'Rebase' feature from EE to CE 2018-01-05 09:34:59 +01:00
find_file.feature Merge branch 'master' of github.com:gitlabhq/gitlabhq 2016-01-07 12:56:18 +01:00
fork.feature updated fix based on MR feedback 2016-02-17 18:05:40 +01:00
forked_merge_requests.feature Except where necessary, use `sign_in` over `login_as` in features 2017-04-19 18:55:36 -04:00
graph.feature Cleaning up navigational order - Project 2017-03-02 17:57:01 +00:00
network_graph.feature Fix spinach test 2016-11-06 12:05:13 +09:00
pages.feature Disable navigation to Pages config if Pages is disabled 2017-05-04 14:11:40 +08:00
project.feature Load tree readme asynchronously 2017-05-10 08:21:58 -05:00
redirects.feature