Commit Graph
952 Commits
Author SHA1 Message Date
Izaak Alpert 09112dbb1d Rebase on master
Trying to retrigger travis
Change-Id: Ifd86fb4c6b2791ad176230254fbf69a9ade979fb
2013-07-17 22:45:03 -04:00
Izaak Alpert bbef8bb589 MR on fork validation error
Wasn't setting fields so validations would fail

Change-Id: I0363c57bf6c8b9937cc1b4140d09071d7c5168c2
2013-07-17 22:45:03 -04:00
Izaak Alpert 5d56da6bdd MR on fork: Some cleanup, test updates
-The forked merge request test now tests it's componenets again, and seems to work every time (did this by reordering the branch updates so their is more time for update_branches to run) -- this could still technically fail, but after several runs it doesn't seem to.
-Removed todo in merge_request, pushed wrapping of grit down to the satellite
-updated action test to check flock status, made it nolonger pending
-moved all logging on failure to helper method in satellite
GITLAB-592

Change-Id: If0554ca35eedc3d3e8461f7d93d4b3939fa2cd75
2013-07-17 22:42:51 -04:00
Izaak Alpert 489fa5d726 MR on Fork multiple fixes
-Disable observers post test run
-Allow db:seed_fu RAILS_ENV=test to be run more than once without error
-fix diffs_in_between, was passing in the default_options for grit, but grit in this case doesn't take options, fixed the test to actually fail if the incorrect diffs are returned
-make notes/commits render against proper project
-MR discussion file links should reference note's project
-Added tests for commit links on edit merge request
-fixes edit issues (canceling an edited mr, updating an edited mr)
-updates tests with checks for source code updates
-still forked_merge_requests.feature (project_forked_merge_requests) test not passing (commented out -- "stable" not being set)

MR API: error on bad target_project

-If the target project id is specified and it is not the same as the project the request is being made on (the source), and the it isn't a fork of that project, error out, otherwise use it as the target
-Fixes some busted (but hidden) test cases

Conflicts:
	app/views/merge_requests/show/_diffs.html.haml
	spec/features/notes_on_merge_requests_spec.rb

Change-Id: I20e595c156d0e8a63048baaead7be6330c738a05
2013-07-17 22:42:51 -04:00
Izaak AlpertandIzaak Alpert 3d7194f011 Merge Request on forked projects
The good:

 - You can do a merge request for a forked commit and it will merge properly (i.e. it does work).
 - Push events take into account merge requests on forked projects
 - Tests around merge_actions now present, spinach, and other rspec tests
 - Satellites now clean themselves up rather then recreate

The questionable:

 - Events only know about target projects
 - Project's merge requests only hold on to MR's where they are the target
 - All operations performed in the satellite

The bad:

  -  Duplication between project's repositories and satellites (e.g. commits_between)

(for reference: http://feedback.gitlab.com/forums/176466-general/suggestions/3456722-merge-requests-between-projects-repos)

Fixes:

Make test repos/satellites only create when needed
-Spinach/Rspec now only initialize test directory, and setup stubs (things that are relatively cheap)
-project_with_code, source_project_with_code, and target_project_with_code now create/destroy their repos individually
-fixed remote removal
-How to merge renders properly
-Update emails to show project/branches
-Edit MR doesn't set target branch
-Fix some failures on editing/creating merge requests, added a test
-Added back a test around merge request observer
-Clean up project_transfer_spec, Remove duplicate enable/disable observers
-Ensure satellite lock files are cleaned up, Attempted to add some testing around these as well
-Signifant speed ups for tests
-Update formatting ordering in notes_on_merge_requests
-Remove wiki schema update
Fixes for search/search results
-Search results was using by_project for a list of projects, updated this to use in_projects
-updated search results to reference the correct (target) project
-udpated search results to print both sides of the merge request

Change-Id: I19407990a0950945cc95d62089cbcc6262dab1a8
2013-07-17 22:41:30 -04:00
Dmitriy Zaporozhets c4301ce049 update tests with new routing 2013-07-16 23:14:22 +03:00
Dmitriy Zaporozhets d207a31fc9 Fix tests and tab highlight 2013-07-16 22:25:59 +03:00
Dmitriy Zaporozhets a6cfb54c88 Fixed network tests 2013-07-15 16:18:47 +03:00
Dmitriy Zaporozhets 2a07390104 Remove unnecessary title. Fix graphs width for less then 1214px resolution 2013-07-15 10:01:15 +03:00
Dmitriy Zaporozhets d8fc0c3bb9 fix tests. improve ui-box title 2013-07-13 20:53:46 +03:00
Dmitriy Zaporozhets dc038a7108 Rename Group#people to Group#members 2013-07-12 19:01:39 +03:00
Dmitriy Zaporozhets 49fcbdbd1e Test user page with spinach 2013-06-26 21:50:47 +03:00
Dmitriy Zaporozhets 6c0fd9f29a Add scenario for expired password 2013-06-26 21:34:20 +03:00
Dmitriy Zaporozhets 318b50a0b3 Add profile notification spinach 2013-06-26 20:54:51 +03:00
Dmitriy Zaporozhets a064060096 Test admin:group#index 2013-06-26 15:09:17 +03:00
Dmitriy Zaporozhets 89a1e7e1f5 Fix ssh key test 2013-06-24 21:00:33 +03:00
Dmitriy Zaporozhets b4a9cab7f0 Fix ssh key test 2013-06-24 20:47:59 +03:00
Dmitriy Zaporozhets 3e09e6f7b8 Move Profile related controllers under Profiles:: module 2013-06-24 18:24:14 +03:00
Dmitriy Zaporozhets 95791316f4 Lets fix tests 2013-06-22 23:57:29 +03:00
Dmitriy Zaporozhets e45179c9b4 remove useless routing tests. Added symlink creation for project with code 2013-06-22 18:57:34 +03:00
Dmitriy Zaporozhets 2864aca48c Fix admin:groups test 2013-06-20 13:29:17 +03:00
Dmitriy Zaporozhets cc2145da80 Fixed sub navs spinach tests for project 2013-06-19 22:52:57 +03:00
Dmitriy Zaporozhets 4a53e0285c Merge branch 'improve/dash_projects_page' of /home/git/repositories/gitlab/gitlabhq into 6-0-dev 2013-06-19 16:50:28 +00:00
Dmitriy Zaporozhets d274ca3888 Fix random failing tests with project teams 2013-06-19 19:38:43 +03:00
Dmitriy Zaporozhets a3b42b6fa1 Remove dash projects search test 2013-06-19 18:24:18 +03:00
Dmitriy Zaporozhets e1882b535c More userteam links removed. Removed teams spinach tests 2013-06-18 21:54:31 +03:00
Dmitriy Zaporozhets 439f399bec Remove all team resources except models. Move models to deprecated directory 2013-06-18 21:22:34 +03:00
Dmitriy Zaporozhets 4e5b3d9aae Fixin tests 2013-06-18 18:39:18 +03:00
Dmitriy Zaporozhets a0b6c964c5 Proper naming for project members page 2013-06-18 17:47:52 +03:00
Dmitriy Zaporozhets fcc1ba5bf2 Fix spinach group 2013-06-18 17:47:52 +03:00
Dmitriy Zaporozhets 2e839cee93 Fixed tests. Fixed overrided scope. Better usability for milestone view 2013-06-17 11:57:37 +03:00
Dmitriy Zaporozhets b1bdd82992 Merge pull request #4269 from dosire/scrum-view-for-milestone
Scrum view style milestone view.
2013-06-16 23:32:09 -07:00
Dmitriy Zaporozhets 593dfc40df FIx userteams tests 2013-06-15 13:10:43 +03:00
Dmitriy Zaporozhets 48e5dff99c Fix MR feature 2013-06-14 19:58:16 +03:00
Dmitriy Zaporozhets 1cbfc8d0af Fix tab tests. Prevent 500 if user.last_sign_in_at is nil 2013-06-14 08:37:55 +03:00
Sytse Sijbrandij 6637c1e475 Incorporated the two suggestions (h5 and named variables) and fixed the Spinach test. 2013-06-12 09:59:00 +02:00
Dmitriy Zaporozhets 4daf68b57f Style page for project assign to team. Fix test for admin:teams 2013-06-11 15:50:25 +03:00
Dmitriy Zaporozhets 52f312a8a8 fix group:people tests after prev commit 2013-06-11 13:54:58 +03:00
Dmitriy Zaporozhets 038d40f0f5 Solve inconsistency between network graph & stat graphs 2013-06-11 09:54:01 +03:00
Dmitriy Zaporozhets f23d25bb4f Fix admin:group spinach. Remove selecting .all projects for admin user at teams page 2013-06-10 17:09:30 +03:00
Dmitriy Zaporozhets 8da7c3bfbc Merge pull request #4178 from docwhat/use-COLOR_SCHEMES
design pages now uses the COLOR_SCHEMES
2013-06-06 08:24:10 -07:00
Dmitriy Zaporozhets 4a344c1683 Move search to separate layout 2013-06-06 13:38:13 +03:00
Dmitriy Zaporozhets 0fbaf95f13 Merge pull request #4155 from babatakao/selectable_master_project_deploy_keys
Selectable deploy keys contain master projects
2013-06-05 23:05:58 -07:00
Dmitriy Zaporozhets 6cf6b45adc Fix snippets test 2013-06-06 09:04:25 +03:00
Christian Höltje 15d54b2964 design pages now uses the COLOR_SCHEMES
This unifies the code color-scheme code and makes
adding new schemes a little easier.
2013-06-05 11:17:13 -04:00
Dmitriy Zaporozhets f1e0d37b15 Its better to load graph with ajax since it requires ~10 seconds for bigger projects to finish up 2013-06-05 15:50:11 +03:00
babatakaoandbaba 37a90d5f76 Selectable deploy keys contain master projects 2013-06-05 02:59:30 +09:00
Dmitriy Zaporozhets bcc4e4dc7e Merge branch 'gist' of https://github.com/Andrew8xx8/gitlabhq into Andrew8xx8-gist
Conflicts:
	Gemfile.lock
	app/models/ability.rb
	app/models/project.rb
	app/views/snippets/_form.html.haml
	db/schema.rb
	features/steps/shared/paths.rb
	spec/factories.rb
	spec/models/project_spec.rb
2013-06-04 18:36:22 +03:00
Dmitriy Zaporozhets f375adcb96 Fix project.show spinach test 2013-06-04 17:01:41 +03:00
Dmitriy Zaporozhets 132575faa0 Fix routiong specs after rename of resque controller 2013-05-30 11:44:35 +03:00