Jacob Schatz
f2b7cd4435
Revert "Merge branch 'new-navigation-prototype' into 'master'"
...
This reverts merge request !3494
2016-04-07 21:20:16 +00:00
Dmitriy Zaporozhets
31b27adeb8
Fix milestones tab active state and tests
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2016-04-02 11:26:46 +02:00
Dmitriy Zaporozhets
847940516b
Fix some active tab tests that are broken because of 2 level sidebar
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2016-04-01 22:35:49 +02:00
Rubén Dávila
95b06a62c0
Updates from last code review.
2016-03-06 23:07:19 -05:00
Rubén Dávila
baa782ac9a
Add some spinach specs.
2016-03-04 22:37:03 -05:00
Robert Speicher
09dbe3752c
Fix feature step
2016-01-07 20:23:13 -05:00
Dmitriy Zaporozhets
acad9d67c7
Fix rubocop complain
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-11-25 12:27:34 +01:00
Dmitriy Zaporozhets
d262daa4f0
Split group feature tests
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-11-25 11:44:39 +01:00
Ciro Santilli
64d7761e28
Move group feature step to match test location
2014-10-01 11:44:40 +02:00
Dmitriy Zaporozhets
c31c8c55a4
Merge branch 'spinach-step' of https://github.com/cirosantilli/gitlabhq into cirosantilli-spinach-step
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
Conflicts:
features/steps/project/markdown_render.rb
2014-09-22 20:56:12 +03:00
Dmitriy Zaporozhets
fbdf34d7ab
Merge pull request #7821 from cirosantilli/factor-spinach-classes
...
[factor] Prefix Spinach features with Spinach::Features::.
2014-09-22 20:54:37 +03:00
Ciro Santilli
de6c8778f7
Prefix Spinach features with Spinach::Features::.
2014-09-22 16:30:25 +02:00
Ciro Santilli
ef6e94e37e
Replace old spinach step definitions with step.
2014-09-22 10:01:50 +02:00
Dmitriy Zaporozhets
4f1bb91a75
Fix finder and tests for new membership models
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-09-15 16:45:28 +03:00
Marin Jankovski
7f8460159f
Make sure the test fails in year 2114.
2014-08-21 10:49:12 +02:00
Marin Jankovski
b916bf4368
Fix test for no milestone description.
2014-07-15 12:27:29 +02:00
Marin Jankovski
4a505f38ac
Update the tests with milestones descriptions.
2014-07-10 08:46:52 +02:00
Marin Jankovski
3e52517da1
Add feature tests for group milestone.
2014-06-30 16:18:26 +02:00
Dmitriy Zaporozhets
e6f1eef478
Fix group tests
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-05-29 21:30:07 +03:00
Dmitriy Zaporozhets
696b9903f0
Fix spinach tests
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-05-23 09:47:58 +03:00
Dmitriy Zaporozhets
85cecc0b2e
Fix 500 error on group members search
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-05-16 13:28:35 +03:00
Dmitriy Zaporozhets
0f134e54dd
Fix group test for new member add procedure
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-02-13 11:06:35 +02:00
Ciro Santillli
439a61783d
User can leave group from group page.
2014-02-12 15:52:53 +01:00
Ciro Santillli
91571c078d
User pages are visible to users without login
...
... if the user is authorized to at least one public project.
2014-02-11 15:45:30 +01:00
Steven Thonus
251df827a5
added group avatars
2014-01-28 08:38:00 +01:00
skv
a3f645ef51
Remove deprecated finders
2014-01-19 23:39:56 +04:00
Dmitriy Zaporozhets
a6da154ed3
Fix group test
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-01-05 22:12:03 +02:00
Dmitriy Zaporozhets
0a2a34a4d1
Ignore owner_id for Group in tests
2013-09-26 14:52:17 +03:00
Hiroyuki Sato
df9cbbc924
Drop support of root namespace in routing
2013-09-13 07:00:24 +09:00
Dmitriy Zaporozhets
c2f1040006
Few fixes to spinach tests
2013-08-27 13:49:29 +03:00
Izaak Alpert and Izaak 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
fcc1ba5bf2
Fix spinach group
2013-06-18 17:47:52 +03:00
Dmitriy Zaporozhets
52f312a8a8
fix group:people tests after prev commit
2013-06-11 13:54:58 +03:00
Andrey Kumanyaev
67ccc8b52a
Replace old hashes with new 1.9 ruby hashes (rebase)
2013-05-05 18:01:10 +04:00
Dmitriy Zaporozhets
5c3cb47c16
Merge branch 'team-and-group-descriptions' of https://github.com/Undev/gitlabhq into Undev-team-and-group-descriptions
...
Conflicts:
db/schema.rb
2013-03-01 16:05:51 +02:00
Andrew8xx8
2f1f05d431
Fixed notes from randx
2013-02-28 18:55:35 +04:00
Dmitriy Zaporozhets
e8ff9ad2f2
Merge pull request #2249 from jouve/fix_possible_spec_failure
...
fix one of the possible causes of build failures
2013-02-28 06:45:16 -08:00
Andrew8xx8
cf6d9a2222
Tests for team and group descriptions added
2013-02-28 17:15:22 +04:00
Dmitriy Zaporozhets
e6002bdaff
Ability to manage and remove group as owner outside of admin area
2013-02-01 19:04:11 +02:00
Dmitriy Zaporozhets
f6c482c06f
User can create group
2013-01-24 17:47:09 +02:00
Cyril
4d19a4fbeb
fix build failure
...
(https://travis-ci.org/gitlabhq/gitlabhq/builds/3593153 )
2013-01-17 12:24:26 +01:00
Dmitriy Zaporozhets
dccd8b6eaa
Continue refactoring. Use repostory and team
2013-01-04 08:43:25 +02:00
Dmitriy Zaporozhets
ce484fa9da
Fixed admin -> group -> show
2013-01-02 20:45:11 +02:00
Dmitriy Zaporozhets
6a9e7dc55b
Fixed spinach
2013-01-02 19:56:22 +02:00
Andrey Kumanyaev
655b836b2a
test reanimated
2012-12-26 20:31:47 +04:00
Andrey Kumanyaev
25c5763780
Add functional in user section
2012-12-26 19:52:15 +04:00
Vincent Bonmalais
80fb38de7a
Remove backward compatibility of factories.
2012-11-13 22:27:45 +11:00
randx
42abdf69d5
More group tests with spinach
2012-10-22 21:42:06 +03:00
Dmitriy Zaporozhets
8b76e30656
Spianch test for group dashboard
2012-10-03 13:42:17 +03:00