Robert Speicher and Robert Speicher
7b0466e091
Merge branch '17671-private-forks-list-ui-issues' into 'master'
...
Fixed private forks notice position in forks list
Moves the private forks notification item into the list on the forks page.
Closes #17671 .
See merge request !4573
2016-06-21 14:46:51 -04:00
Josh Frye
6d2a0a6b9b
Remove main_language and tests
2016-05-25 17:16:42 -04:00
Kamil Trzcinski
cb90368a69
Merge remote-tracking branch 'origin/master' into with-pipeline-view
2016-04-26 16:36:17 +02:00
Alfredo Sumaran
c9fe9f59d2
Merge remote-tracking branch 'origin/master' into issue_3799
2016-04-21 16:03:33 -05:00
Alfredo Sumaran
41cee8c38e
Do not display filters if user if there's no current_user
2016-04-21 16:03:14 -05:00
Alfredo Sumaran
ded5efad1f
Allow filtering by Owned projects
2016-04-18 17:32:47 -05:00
Kamil Trzcinski
c351b9f599
Improve rendered CI statuses
2016-04-13 16:51:52 +02:00
Kamil Trzcinski
af7214d0f0
Fix specs
2016-04-11 23:32:55 +02:00
Kamil Trzcinski
5d69f5b46d
Use Ci::Commit as Pipeline
2016-04-11 23:32:54 +02:00
Arinde Eniola
b1a93fffac
fix missing tooltip in project title
2016-03-22 22:54:34 +01:00
Douwe Maan
31266c5be4
Address feedback
2016-03-22 00:09:20 +01:00
Douwe Maan
8db1292139
Tweaks, refactoring, and specs
2016-03-20 21:04:07 +01:00
Dmitriy Zaporozhets
daeed3fdf3
Refactor colors and lists
...
* Introduce 2 color links: black and blue
* Use black color link for UI elements like lists
* Refactor lists to use .title nested under li
* Make all lists (events, todos, activity, projects etc) use style
* List colorschema is now 333 for links and 555 for text
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2016-03-18 19:02:08 +01:00
Dmitriy Zaporozhets
c674ffe0e0
Merge branch 'improve-archived-projects'
2016-03-09 09:51:59 +01:00
tiagonbotelho and Yorick Peterse
73535b80b2
adds language names to projects list github style
2016-03-07 21:59:39 +01:00
Phil Hughes
7a311c2349
Updated project list dropdown to use dropdown classes
2016-03-05 11:51:56 +00:00
Dmitriy Zaporozhets
62067c5b0f
Align projects sort checkbox
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2016-03-04 20:16:13 +01:00
Dmitriy Zaporozhets
38984a59ac
Show active sorting method for projects list
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2016-03-04 19:27:02 +01:00
Dmitriy Zaporozhets
bebf34aa47
Make projects sort dropdown shared so it can be reused for other pages
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2016-03-04 19:26:10 +01:00
Dmitriy Zaporozhets
7455d950bc
Refactor projects list
...
1. Fix double bottom border if pagination
2. Fix broken search on forks page
4. Remove duplicate js logic
4. Remove unused show all link
5. Remove duplicate “no project” message in different views
After this merge request you can easily render shared projects template
with all necessary html/js included to make searchable list with
pagination. All you need to provide is controller that returns
projects list with seach nad pagination and render html form with
project-filter-form id and text field with filter_projects name.
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2016-03-03 13:09:58 +01:00
Jacob Schatz
1fa7671f44
Merge branch 'improve-user-tabs' into 'master'
...
Add routes and actions for dynamic tab loading. Closes #13588 and #13584
See merge request !2961
2016-03-03 00:13:19 +00:00
Rémy Coutable
f9ec33000d
Use the .nothing-here-block class when projects list is empty
2016-03-02 12:11:08 +01:00
Josh Frye
cc9f93f9d2
Add routes and actions for dynamic tab loading
2016-02-29 08:24:07 -05:00
Dmitriy Zaporozhets
012ea64d00
Fix description margin for groups list
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2016-02-26 15:02:34 +01:00
Dmitriy Zaporozhets
5a1afb48fe
Cleanup css for projects list
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2016-02-26 14:44:39 +01:00
Phil Hughes
49a95d9858
Show project visibility level on project list
...
Fixes #3779
2016-02-22 10:08:44 +00:00
James Lopez
f3b6839a4a
update based on feedback
2016-02-19 08:09:20 +01:00
James Lopez
4b650fac76
updated fix based on MR feedback
2016-02-17 18:05:40 +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