summaryrefslogtreecommitdiff
path: root/app/views/dashboard
Commit message (Collapse)AuthorAgeFilesLines
* Review comments Nov 11thJosep Llaneras2016-11-111-1/+1
|
* Remove authorJosep Llaneras2016-11-111-2/+2
|
* Issue #13823: random message when all Todos are DoneJosep Llaneras2016-11-111-1/+1
|
* Changed helper method to check for none on paramsPhil Hughes2016-11-081-5/+5
| | | | Moved if statements around in view
* Fixed todos empty state when filteringtodos-filter-empty-statePhil Hughes2016-11-071-8/+12
| | | | Closes #24127
* Fix: Todos Filter Shows All Users22588-todos-filter-shows-all-usersValery Sizov2016-11-041-1/+1
|
* Issues atom feed url reflect filters on dashboard22947-fix_issues_atom_feed_urlLucas Deschamps2016-11-032-3/+3
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Changed where merge request link isPhil Hughes2016-11-011-1/+2
|
* New todos blank statePhil Hughes2016-11-011-61/+85
| | | | Closes #20833
* Replace bootstrap caret with fontawesome caretClement Ho2016-10-051-1/+1
|
* Merge branch 'todo-issue-due-date' into 'master' Robert Speicher2016-10-041-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Todo issue due date ## What does this MR do? Adds the text 'Due today' or 'Due [DATE]' next to issues in todos. This does not add anyway to filter by due date - little steps. ## What are the relevant issue numbers? #18218 See merge request !6351
| * Moved middot into helper methodPhil Hughes2016-10-031-1/+1
| |
| * Moved todo due date to helper methodPhil Hughes2016-10-031-7/+1
| |
| * Moved todo due date text into helper methodPhil Hughes2016-10-031-5/+1
| |
| * Uses variablePhil Hughes2016-10-031-2/+4
| | | | | | | | Added red text if overdue
| * Added issue due date to todos rowPhil Hughes2016-10-031-0/+9
| | | | | | | | Part of #18218
* | Better empty state for Groups view.Fatih Acet2016-10-032-5/+15
|/
* Added full-width new snippet button on mobile and corrected capitalizationfull-width-new-snippet-buttonLuke Bennett2016-09-181-4/+8
| | | | | | | | Altered specs that click capitalised New Snippet button Applied review feedback missed in Changes `.no-comment` `opactiy: 0.5` to `opacity: .5` Added `.btn-wide-on-xs` and applied to snippet buttons
* Review changes, simplified dropdown initLuke Bennett2016-09-011-3/+3
|
* Removed inline JS and improved dropdown labelsLuke Bennett2016-09-011-49/+4
|
* Added type and action dropdowns, need to finalize by removing all inline and ↵Luke Bennett2016-09-011-8/+32
| | | | polishing off the selected dropdown states
* Completed project filter dropdown, still need to move it from inline to ↵Luke Bennett2016-09-011-1/+7
| | | | ProjectSelect.js (or different)
* Swapped out author dropdown and started on swapping out project dropdownLuke Bennett2016-09-011-11/+22
|
* Fix bug where pagination is still displayed despite all todos marked as doneClement Ho2016-08-311-1/+1
|
* Merge branch 'issue_18135' into 'master' Douwe Maan2016-08-191-0/+19
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Todos sorting dropdown Implements #18135 ![todos_sorting](/uploads/bff76827c421628134dfb8b864e47c74/todos_sorting.png) - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - Tests - [x] Added for this feature/bug - [x] All builds are passing - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) See merge request !5691
| * Todos sorting dropdownissue_18135Felipe Artur2016-08-191-0/+19
| |
* | Add hover state to todos (!5361)winniehell2016-08-161-7/+8
|/
* navbar_icon was renamed to custom_icon in:fix-navbar-iconLin Jen-Shin2016-07-151-2/+2
| | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/commit/c57471ddb456c9640f6d77128e1fc56c7a5b35b2 navbar_icon was used in: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4909
* Merge branch 'projects-blank-state' into 'master' Jacob Schatz2016-07-152-48/+42
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Projects blank state ## What does this MR do? Adds a designed blank state to dashboard/projects ## What are the relevant issue numbers? Part of #18519 ## Screenshots (if relevant) ![Screen_Shot_2016-06-24_at_17.14.46](/uploads/593ea1c5efa2310a0f94b2d56d94cf3c/Screen_Shot_2016-06-24_at_17.14.46.png) See merge request !4909
| * Dashboard projects blank stateprojects-blank-statePhil Hughes2016-07-082-48/+42
| |
* | Use number_with_delimiter for Todos pending/done tab countsRobert Speicher2016-07-121-2/+2
|/
* using request dot path insteadbarthc2016-06-171-1/+1
|
* Merge branch 'master' into fix-double-query-string-urlbarthc2016-06-173-4/+2
|\
| * Don't try to count a relation with aliases18446-when-this-merge-request-is-accepted-this-issue-will-be-closed-automatically-rendered-twiceSean McGivern2016-06-101-2/+2
| | | | | | | | | | 98f147e84d2bd8f2278452ac0852118452c76d4a fixed this for issues in HTML, but not MRs or Atom feeds.
| * Remove unnecessary icons from buttonsdz-improve-ui-consistencyDmitriy Zaporozhets2016-06-082-2/+0
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | fix double query string in urlBartholomew2016-06-061-1/+1
|/
* Merge branch 'rs-remove-issue_to_atom' into 'master' Douwe Maan2016-05-251-4/+1
|\ | | | | | | | | | | | | Remove `issue_to_atom` helper See merge request !4265
| * Remove `issue_to_atom` helperrs-remove-issue_to_atomRobert Speicher2016-05-231-4/+1
| |
* | Merge branch 'rs-event-atom-partial' into 'master' Douwe Maan2016-05-251-3/+1
|\ \ | | | | | | | | | | | | | | | | | | Remove `event_to_atom` helper See merge request !4234
| * | Remove `event_to_atom` helperRobert Speicher2016-05-231-3/+1
| |/
* | Remove conditionalAlfredo Sumaran2016-05-251-2/+1
| |
* | Address feedbackAlfredo Sumaran2016-05-251-2/+1
| | | | | | | | Signed-off-by: Alfredo Sumaran <alfredo@gitlab.com>
* | Move conditional to a methodAlfredo Sumaran2016-05-251-1/+1
| |
* | Move todo target state to the top and fix styles on mobileAlfredo Sumaran2016-05-251-4/+4
| |
* | Add target statusAlfredo Sumaran2016-05-251-0/+4
|/
* Create a todo on failing MR buildSean McGivern2016-05-171-6/+6
| | | | | | | | | | | | When a build fails for a commit, create a todo for the author of the merge request that commit is the HEAD of. If the commit isn't the HEAD commit of any MR, don't do anything. If there already is a todo for that user and MR, don't do anything. Current limitations: - This isn't configurable by project. - The author of a merge request might not be the person who pushed the breaking commit.
* Revert counter parentheses back to badges15179-builds-redesignAnnabel Dunstone2016-05-042-12/+12
|
* Builds page redesignAnnabel Dunstone2016-05-042-12/+12
|
* Start builds redesignAnnabel Dunstone2016-05-041-1/+1
|
* Merge branch 'master' into issue_14678Alfredo Sumaran2016-04-071-1/+4
|\