summaryrefslogtreecommitdiff
path: root/app/views/dashboard
Commit message (Collapse)AuthorAgeFilesLines
* Some code and doc improvementsglobal-milestonesDmitriy Zaporozhets2015-11-161-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactor global and group milestones logicDmitriy Zaporozhets2015-11-162-21/+21
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* CI details cleanupKamil Trzcinski2015-11-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - Add page titles to CI settings. - Fix CI admin navigation. - Remove duplicated scope. - Use monospace font for commit sha. - Add page title and header title to build page. - Proper authorization for cancel/retry builds. - Use gitlab pagination theme for builds and group members. - Don't paginate builds widget on build page. - Add badges to commit page Changes/Builds tabs. - Add "Builds" to commit Builds tab page title. - Add and use Ci::Build#retryable? method. - Add CI::Build#retried? method. - Allow all failed commit builds to be retried. - Proper authorization for cancel/retry all builds. - Remove unused param. - Use time_ago_with_tooltip where appropriate. - Tweak builds index text - Remove duplication between builds/build and commit_statuses/commit_status. - Use POST rather than GET for canceling and retrying builds. - Remove redundant URL helpers. - Add build ID to build page. - Link branch name on build page. - Move commit/:sha/ci to commit/:sha/builds.
* Merge branch 'hanloong/gitlab-ce-add-dates-snippets-show' into 'master' Dmitriy Zaporozhets2015-10-221-15/+11
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Update style of snippets pages ![Screen_Shot_2015-10-18_at_13.04.13](/uploads/95d58b64fa81aa4e75568d2d7b4a6b08/Screen_Shot_2015-10-18_at_13.04.13.png) ![Screen_Shot_2015-10-21_at_11.11.10](/uploads/106371d718a07a9ccdad9148812211fd/Screen_Shot_2015-10-21_at_11.11.10.png) Replaces !1567. Fixes #1767 and #2538. See merge request !1637
| * Change dashboard snippet index menu class to match testhanloong/gitlab-ce-add-dates-snippets-showDouwe Maan2015-10-221-1/+1
| |
| * Restyle dashboard snippets visibility level tabs.Douwe Maan2015-10-211-12/+8
| |
| * Restore dashboard snippets tabs.Douwe Maan2015-10-181-0/+22
| |
| * Update style of snippets pagesDouwe Maan2015-10-181-25/+3
| |
* | Make tables full width.Douwe Maan2015-10-191-20/+22
|/
* Re-use User objects for avatar_icon where possibleYorick Peterse2015-10-153-3/+3
| | | | This removes the need for running an extra SQL query in these cases.
* Merge branch 'fix_issue_2906' into 'master' Douwe Maan2015-10-141-1/+2
|\ | | | | | | | | | | | | | | | | + and Titleize New Project button on dashboard Hello there. Its my first merge request in open source world. So please be tolerant to me if i do something wrong. I try to fix https://gitlab.com/gitlab-org/gitlab-ce/issues/2906 See merge request !1564
| * Use css styleЧингиз Ауанасов2015-10-131-1/+2
| |
| * + and Titleize New Project button on dashboardЧингиз Ауанасов2015-10-101-1/+1
| |
* | Small css cleanupcss-cleanupDmitriy Zaporozhets2015-10-131-4/+3
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Add spellcheck=false to certain input fieldsspellcheck_falseValery Sizov2015-10-121-1/+1
|/
* Add last push widget to starred projects dashboardDrew Blessing2015-10-011-0/+3
|
* Merge branch 'projects'Dmitriy Zaporozhets2015-09-281-1/+1
|\ | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Project page UpdateAndrey2015-09-251-1/+1
| | | | | | | | | | refactoring buttons, fixes for projects filter on the dashboard and group page
* | Show CI status on Your projects page and Starred projects pageci-status-projects-pageDmitriy Zaporozhets2015-09-241-1/+1
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'master' into dashboard-titlesdashboard-titlesDouwe Maan2015-09-101-11/+13
|\
| * Style milestonesDmitriy Zaporozhets2015-09-081-11/+13
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Use new routing helperDouwe Maan2015-09-081-1/+1
| |
* | Move partial to right place and fix tests.Douwe Maan2015-09-081-0/+0
| |
* | Clean up overlap between dashboard and explore.Douwe Maan2015-09-089-12/+62
|/ | | | | - Split up SnippetsController into separate dashboard and explore sections. - Use consistent page titles, header titles and sidebars between dashboard and explore sections when signed in or not.
* REmove icons from milestone filtersDmitriy Zaporozhets2015-09-041-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Apply new style for issues, merge requests and milestone pagesDmitriy Zaporozhets2015-09-042-5/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Style dashboard milestones pageDmitriy Zaporozhets2015-09-041-11/+12
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Set page title based on content in dashboard areaDmitriy Zaporozhets2015-09-039-14/+10
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactor colorsDmitriy Zaporozhets2015-09-031-2/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Style groups pageDmitriy Zaporozhets2015-09-031-4/+7
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Redesign activity feed on dashboard and project pagesDmitriy Zaporozhets2015-09-031-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix home page for mobile devicesDmitriy Zaporozhets2015-09-021-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Split starred projects list and activity in same way like we did with your ↵Dmitriy Zaporozhets2015-09-023-17/+10
| | | | | | projects Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Standartize how we render group rowsDmitriy Zaporozhets2015-08-261-27/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactor project list renderingDmitriy Zaporozhets2015-08-262-6/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Increase width of sidebar for several pagesDmitriy Zaporozhets2015-08-261-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix tests and last push widgetseparate-activityDmitriy Zaporozhets2015-08-252-1/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Make some visual improvements to dashboard page after we moved activityDmitriy Zaporozhets2015-08-252-4/+7
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Dashboard activity as separate pageDmitriy Zaporozhets2015-08-252-8/+7
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Cleanup groups pages UI a bittop-menu-improvementsDmitriy Zaporozhets2015-08-201-6/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Rebuild navigation for dashboardDmitriy Zaporozhets2015-08-203-3/+12
| | | | | | | | | | * projects from explore page are available from dashboard * use dashboard sidebar for both logged in and not users * move explroe projects under projects tab * move explore groups under groups tab * move public snippets under snippets tab Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactor sidebar navigation for dashboardDmitriy Zaporozhets2015-08-203-0/+14
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move issuable partials in common directoryDmitriy Zaporozhets2015-06-252-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove text since rss is now to prominent.Sytse Sijbrandij2015-06-121-1/+0
|
* Dont use fixed pixel size if form controls - its bad for mobile devicesDmitriy Zaporozhets2015-06-081-3/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* User should be able to leave group. If not - show him proper messageDmitriy Zaporozhets2015-05-291-4/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add Browse Issues button to Dashboard and Group milestones.Douwe Maan2015-05-272-2/+5
|
* Add Accepted and Rejected tabs to MR lists.Douwe Maan2015-05-252-2/+2
|
* Fix Atom feeds.Douwe Maan2015-05-212-2/+2
|
* Add a page title to every page.Douwe Maan2015-04-306-0/+6
|