Dmitriy Zaporozhets
dba982403b
Merge pull request #6061 from zzet/patch-8
...
Fix deprecation in specs
2014-01-16 02:28:31 -08:00
Dmitriy Zaporozhets
e3f436dc43
Merge branch 'refactoring/issues_filter' into 'master'
...
Refactoring: Issues/MR filtering logic
Move all issues, mr filtering logic into FilteringService
2014-01-16 10:21:21 +00:00
Dmitriy Zaporozhets
a77dfc464b
Remove unnecessary spec
2014-01-15 20:55:23 +02:00
Dmitriy Zaporozhets
4e96b1759c
Merge branch 'refactoring/services' of /home/git/repositories/gitlab/gitlabhq
2014-01-15 18:43:30 +00:00
Dmitriy Zaporozhets
46997c6a89
Remove unnecessary contexts
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-01-15 16:32:56 +02:00
Dmitriy Zaporozhets
4a5e4b18f5
Specs for FilteringService
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-01-15 16:32:07 +02:00
Dmitriy Zaporozhets
8bfc62fb8b
Convert TestHookContext into TestHookService. Added tests
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-01-15 14:38:50 +02:00
Dmitriy Zaporozhets
37ef33cba1
Use instance methods for system_hooks_service
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-01-15 14:26:05 +02:00
Dmitriy Zaporozhets
2e7abbd66c
Move repo rename email to notification service
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-01-15 14:03:52 +02:00
Andrew Kumanyaev
f9780eeeca
Fix deprecation in specs
...
From https://github.com/gitlabhq/gitlabhq/pull/6053
2014-01-15 14:00:11 +03:00
Dmitriy Zaporozhets
38d8d749d7
Merge branch 'feature/merge_commit_message' of /home/git/repositories/gitlab/gitlabhq
2014-01-15 10:36:12 +00:00
Dmitriy Zaporozhets
fb0b932937
Revert "Fix deprecation in specs"
...
This reverts commit 414ead57ee .
2014-01-14 23:55:51 +02:00
Dmitriy Zaporozhets
adf6ee09b0
Merge pull request #6053 from zzet/patch-6
...
Fix deprecation in specs
2014-01-14 10:31:12 -08:00
Andrew Kumanyaev
fe3f7f536d
Remove Debug from tests
2014-01-14 21:05:12 +03:00
Andrew Kumanyaev
414ead57ee
Fix deprecation in specs
...
DEPRECATION: `expect { }.not_to raise_error(SpecificErrorClass)` is deprecated. Use `expect { }.not_to raise_error` (with no args) instead. Called from /home/travis/build/gitlabhq/gitlabhq/spec/tasks/gitlab/backup_rake_spec.rb:42:in `block (4 levels) in <top (required)>'.
2014-01-14 20:57:29 +03:00
Dmitriy Zaporozhets
09d5868c22
Fix mr controller specs
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-01-14 10:47:28 +02:00
Dmitriy Zaporozhets
6a80083294
Use same code for diff and patch inside MergeAction
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-01-13 16:16:45 +02:00
Dmitriy Zaporozhets
0253c949a2
Merge pull request #5933 from dblessing/feature/assignee_changes_in_timeline
...
Add note for assignee changes
2014-01-12 08:10:58 -08:00
Dmitriy Zaporozhets
047a76009a
Remove chosen from tests
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-01-11 15:35:39 +02:00
Dmitriy Zaporozhets
a9d7efa12f
Remove invalid test
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-01-09 15:16:10 +02:00
Dmitriy Zaporozhets
768d21654a
Better search login for global context. Improved tests
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-01-09 14:23:07 +02:00
Dmitriy Zaporozhets
f8f76fdbfd
Merge pull request #5427 from karlhungus/feature_search_code_in_public_repos
...
Allow public repo searching
2014-01-09 00:24:46 -08:00
Drew Blessing
09cbe95b20
Add note for assignee changes
...
Change to username per @PixnBits suggestion
2014-01-06 15:38:13 -06:00
Jason Hollingsworth
7cc2520541
Add support for various archive formats.
...
Used mime-types gem instead of hardcoding content types.
Allow multiple extensions in archive route (.tar.gz, .tar.bz2).
Change content disposition from infile(?) to attachment for api.
Fixed api would return “archive” instead of {project}-{hash}.{ext}
2014-01-02 10:18:56 -06:00
Dmitriy Zaporozhets
6c0c5b5341
Comment failing test
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-01-01 21:43:23 +02:00
Thom Gerdes
27912f9c21
Add api support for raw blob search
...
See issue
http://feedback.gitlab.com/forums/176466-general/suggestions/4566001-expose-raw-object-search-via-the-gitlab-api
2013-12-26 08:54:13 -05:00
Dmitriy Zaporozhets
d4ec23b8b5
fix tests
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2013-12-26 09:39:55 +02:00
Dmitriy Zaporozhets
73af33e4b1
Improve FilterContext tests
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2013-12-25 12:45:54 +02:00
Dmitriy Zaporozhets
62f1c97720
Add User#avatar_type tests
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2013-12-24 10:55:45 +02:00
Dmitriy Zaporozhets
e64c3b2b5c
Fix tests
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2013-12-20 08:56:39 +02:00
Dmitriy Zaporozhets
9728ae854e
Fix broadcast message factory
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2013-12-19 21:06:59 +02:00
Dmitriy Zaporozhets
aef944ba7f
Merge branch 'atomaka/feature/message-colors' of https://github.com/atomaka/gitlabhq into 6-5-dev
2013-12-19 19:58:40 +02:00
Dmitriy Zaporozhets
5405f19bac
Merge branch 'feature-issue-actions' of https://github.com/jasonblanchard/gitlabhq into 6-5-dev
2013-12-19 19:15:19 +02:00
Andrew Tomaka
0760ba3efb
Customization and previewing of broadcast messages
2013-12-18 17:43:45 -05:00
Dmitriy Zaporozhets
fc3878c034
Email on push mailer spec
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2013-12-18 13:30:04 +02:00
Jason Blanchard
65448e2ff7
Added dropdown menus to issue#show page for assignee and milestone
2013-12-17 09:39:50 -05:00
Dmitriy Zaporozhets
26a5695e33
Fix tests
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2013-12-17 11:38:30 +02:00
Steven Thonus
37383966ef
Archiving old projects; archived projects aren't shown on dashboard
...
features for archive projects
abilities for archived project
other abilities for archive projects
only limit commits and merges for archived projects
ability changed to prohibited actions on archived projects
added spec and feature tests for archive projects
changed search bar not to include archived projects
2013-12-16 14:39:14 +01:00
skv
d89527839e
fix most of warnings
2013-12-15 00:05:10 +04:00
Dmitriy Zaporozhets
440f3f384f
Minor version upgrader
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2013-12-13 15:18:57 +02:00
Dmitriy Zaporozhets
8c5aa5e3b1
Fix test
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2013-12-12 14:20:08 +02:00
Dmitriy Zaporozhets
bbd8525d75
Update jasmine gem to work with rails4
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2013-12-10 16:03:24 +02:00
Dmitriy Zaporozhets
5a2ae296fa
fix observer specs
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2013-12-10 15:43:27 +02:00
Dmitriy Zaporozhets
7db71b9476
Fix project models specs
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2013-12-10 13:41:38 +02:00
Dmitriy Zaporozhets
58eca3118a
Fix markdown helper spec
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2013-12-10 13:38:31 +02:00
Dmitriy Zaporozhets
2ab76ca531
Fix UserProject obserse spec
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2013-12-10 13:24:48 +02:00
Dmitriy Zaporozhets
ed82ab4117
Remove some deprecations and fir project helper specs
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2013-12-10 12:11:29 +02:00
Dmitriy Zaporozhets
77febe8f1e
Fixed mistake and mock warning
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2013-12-10 12:11:28 +02:00
Jacob Vosmaer
1af65c96c9
Avoid duplicate group membership emails
2013-12-09 09:22:59 +01:00
Dmitriy Zaporozhets
21f4e5d3ac
ProjectHook API supports new event fields
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2013-12-04 13:37:39 +02:00