Dmitriy Zaporozhets
073a269831
Refactor search autocomplete. Use ajax for source
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-01-18 14:16:46 +02:00
Dmitriy Zaporozhets
1d2bdb4d58
Move all Context classes into Services
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-01-16 19:03:42 +02:00
Dmitriy Zaporozhets
de68dd2601
Merge pull request #6062 from skv-headless/fix_n+1_user_page
...
fix n+1 problem for namespaces
2014-01-16 02:28:01 -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
234b86c97f
Use FilteringService for project issuus, mrs
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-01-15 16:32:44 +02:00
Dmitriy Zaporozhets
6153aa1360
Use FilteringService for Dashboard, Group pages
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-01-15 16:16:45 +02:00
Dmitriy Zaporozhets
7bcd112a29
Fix commit page
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-01-15 15:31:49 +02:00
Dmitriy Zaporozhets
f19cdee8cc
Remove commit_load_context.rb
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-01-15 15:06:12 +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
skv
2f55d0b6be
fix n+1 problem for namespaces
2014-01-15 15:23:47 +04: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
2940785c17
Add sort dropdown to merge requests list
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-01-14 20:55:59 +02:00
Dmitriy Zaporozhets
0c637acb69
Add login and remember_me to devise permit list
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-01-14 20:28:41 +02:00
Dmitriy Zaporozhets
8781459124
Use params[:merge_commit_message] in MergeRequestController for automerge
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-01-13 17:21:59 +02:00
Dmitriy Zaporozhets
b49ebf5737
Use new context for search
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-01-09 12:37:12 +02:00
Dmitriy Zaporozhets
cb589d231a
Fix public project search
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-01-09 10:29:55 +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
Dmitriy Zaporozhets
d25b5d029d
Merge pull request #5891 from jhollingsworth/feature/zip-archive
...
Add support for various archive formats.
2014-01-04 12:45:48 -08:00
Marin Jankovski
8a0bfa4998
Do not include subtomains in STS header.
2014-01-03 16:02:57 +01: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
Marin Jankovski
94c96cd445
HTTP headers protect against MIME-sniffing, force https if enabled.
2013-12-30 09:41:05 +01:00
Dmitriy Zaporozhets
611c5f1d7c
Sort dropdown for Dashboard#projects page
...
Be default it sorts by name now
Respect filters like scope, label, visibility when do sort or another
filter
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2013-12-29 12:58:00 +02:00
xyb
498ec08da3
Force IE use latest engine to render.
2013-12-27 19:38:29 +08:00
Dmitriy Zaporozhets
7458437ed9
Improve sorting for public projects page
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2013-12-26 11:24:43 +02:00
Dmitriy Zaporozhets
6a0c0f3f3f
Add sorting to public projects page
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2013-12-26 11:16:30 +02:00
Dmitriy Zaporozhets
19c2c90cca
Merge pull request #5928 from skv-headless/master
...
Fix warnings
2013-12-26 00:40:30 -08:00
Dmitriy Zaporozhets
7bf0add0d1
Merge branch 'refactor/notes' of /home/git/repositories/gitlab/gitlabhq
2013-12-26 08:23:08 +00:00
Dmitriy Zaporozhets
4cd7a56333
Add User#email uniq validation. Fixed confirmation for admin/users form
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2013-12-26 10:20:36 +02:00
Dmitriy Zaporozhets
f554aa38d5
Update commentable controllers with new note vars
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2013-12-25 22:32:48 +02:00
Dmitriy Zaporozhets
48c682b52f
Switch Notes controller to use json
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2013-12-25 22:32:23 +02:00
skv
a443a19862
fix warnings
2013-12-25 23:29:40 +04:00
Dmitriy Zaporozhets
f7e7dc7ebb
Make note anchors actually work
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2013-12-25 13:32:43 +02:00
Dmitriy Zaporozhets
1e64333c5f
Refactor FilterContext
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2013-12-25 09:45:53 +02:00
Dmitriy Zaporozhets
5953582b65
Show Assigned/Authored/All filter for dashboard issues and mr pages
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2013-12-24 14:53:52 +02:00
Dmitriy Zaporozhets
1231a3678a
Dont allow change of MR target or source projects after it was created
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2013-12-20 09:48:43 +02:00
Jacob Carlborg
f811495429
Add button for removing source branch for merged MR's.
2013-12-19 14:02:54 +01:00
Dmitriy Zaporozhets
f40ad6ce40
Merge pull request #5841 from Popl7/archiving_old_projects
...
Archiving old projects for feature request
2013-12-16 10:06:26 -08:00
Dmitriy Zaporozhets
ca29617d54
Merge pull request #5843 from bke-drewb/fix/dashboard_event_updates
...
Fix dashboard event caching
2013-12-16 10:03:52 -08: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
Dmitriy Zaporozhets
d46dba5830
Merge pull request #5847 from skv-headless/fix_deprecation_warnings
...
fix most of warnings
2013-12-16 03:22:55 -08:00
Takuya Nishigori
e78b90ab1d
Fix messages typo
2013-12-16 17:57:50 +09:00
skv
d89527839e
fix most of warnings
2013-12-15 00:05:10 +04:00
Drew Blessing
63723ef6df
Fix dashboard event caching
2013-12-13 13:40:45 -06:00
Dmitriy Zaporozhets
cb599a09be
Allow close of broken MR
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2013-12-12 12:20:54 +02:00
Dmitriy Zaporozhets
6c3459978d
Add new methods to MR to check if source or target branch exists
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2013-12-12 11:34:42 +02:00
Drew Blessing
c26d392b1a
Expire event cache on avatar creation/removal
2013-12-11 09:30:22 -06:00
Dmitriy Zaporozhets
f088c867a4
Fix signup for rails4
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2013-12-10 13:35:10 +02:00
Dmitriy Zaporozhets
b3c1d0d8df
Added allow_blank to model validations
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2013-12-10 12:11:27 +02:00
Dmitriy Zaporozhets
3b20c89005
Add visibility filter to Dashboard#projects
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2013-12-05 20:26:21 +02:00
Jason Hollingsworth
c099074fcc
Fix 404 on project page for unauthenticated user
...
Eliminate a 404 error when user is not logged in and attempts to visit
a project page.
The 404 page will still show up when user is logged in and the project
doesn’t exist or the user doesn’t have access.
2013-12-04 13:10:20 -06:00