Douwe Maan and Rémy Coutable
e75989db43
Merge branch 'fix/13785-dashboard-projects-display-welcome-after-search' into 'master'
...
Don't show "Welcome to GitLab" when the search didn't return any projects
Fixes #13785 . /cc @pixdrift
### Before

### After

See merge request !3059
2016-03-02 14:06:00 +01:00
Douwe Maan and Rémy Coutable
f30004819a
Merge branch 'fix/project-forks-page' into 'master'
...
workaround for forks with an invalid repo
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/13465
The error occurs when a project returns a `nil` commit for a variety of reasons, I assume the repository is corrupt - perhaps as a result of a failed fork.
With this MR, we do not show forks with corrupted repos in the list of forks, as this does not seem to work anyway. A better solution is to fix the cause of the issue and/or any data integrity problem...
Also fixing Sentry issue: 1180
`undefined method 'already_forked?' for nil:NilClass `
See merge request !2836
2016-02-19 16:29:41 +01:00
Josh Frye
8b4e9720d9
Extract events rendering to own action.
2016-02-09 10:10:41 -05:00
Josh Frye
30e022a2fe
Starred, All, and Trending on explore are paged also group projects. Need ajax filter.
2016-02-09 10:10:41 -05:00
Dmitriy Zaporozhets
9bf85c01a9
Merge branch 'paginate-dashboard-projects' into 'master'
...
Page project list on dashboard
See merge request !2689
2016-02-05 15:02:47 +00:00
Josh Frye
3f1bd844f1
Implement changes from MR feedback
2016-02-04 14:02:19 -05:00
Dmitriy Zaporozhets
34096bf349
New padding for lists
...
* improve consistency for list padding
* reduce padding for project/group/events lists
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2016-02-04 19:57:07 +01:00
Josh Frye
2ad094132d
Various filter fixes
2016-02-04 13:03:41 -05:00
Josh Frye
7522ac0b3c
Paginate + ajax filter dashboard projects
2016-02-04 11:40:19 -05:00
Dmitriy Zaporozhets
6f8ae85567
Fix missing space between fork and star icons
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2016-02-03 18:05:58 +01:00
Rubén Dávila
a091483b7a
Some fixes from last code review.
2016-01-20 00:17:21 -05:00
Rubén Dávila
b6170d2d8b
Show last commit as description. #2406
2016-01-20 00:14:58 -05:00
Rubén Dávila
3b75d65bd3
Show forks counter on listing. #2406
2016-01-20 00:14:58 -05:00
Rubén Dávila
2b05bf4be5
Use Project creator's avatar in fork listing. #2406
2016-01-20 00:14:58 -05:00
Stan Hu
d5c8f1fdde
Fix caching issue where build status was not updating in project dashboard
...
Closes #3268
2016-01-08 16:08:10 -08:00
Stan Hu
2802d4992d
Expire view caches when application settings change
...
Closes #5728
2016-01-03 11:20:14 -08:00
Jason Lee
18cb430f79
Replace CoffeeScript block into JavaScript in Views.
...
For example view: shared/issuable/_context
CoffeeScript: 190ms
JavaScript: 19.7ms
2015-11-10 19:17:37 +08:00
Dmitriy Zaporozhets
696a708401
Move rendering CI status to helper
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-10-23 17:32:52 +02:00
Valery Sizov
0e34154d21
Project names are not fully shown if group name is too big, even on group page view
2015-10-13 11:37:57 +03:00
Stan Hu
04de85a994
Fix Error 500 occuring with repositories that have a bad HEAD
...
A repository could have objects but no valid HEAD, causing
`project.commit` to be `nil`.
2015-09-24 22:48:50 -07:00
Dmitriy Zaporozhets
353d426e4e
Show CI status on Your projects page and Starred projects page
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-09-24 14:00:23 +02:00
Dmitriy Zaporozhets
b6de7ad49e
Fix 500 on trending projects if isntance has 100k+ projects
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-09-18 10:45:42 +02:00
Dmitriy Zaporozhets
c13ef89862
Make UI more compact
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-09-04 11:17:25 +02:00
Dmitriy Zaporozhets
4406aeff05
Implement new design for projects page
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-09-02 21:57:32 +02:00
Dmitriy Zaporozhets
b54358b457
Refactor project list rendering
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-08-26 22:44:02 +02:00