summaryrefslogtreecommitdiff
path: root/app/views/dashboard
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\
| * Merge branch 'fix-todos' into 'master' Rémy Coutable2016-03-311-1/+4
| |\ | | | | | | | | | | | | | | | | | | | | | | | | Destroy related todos when an Issue/MR is deleted Closes #14550 Closes #14598 See merge request !3376
| | * Fix error 500 when target is nil on todo listDouglas Barbosa Alexandre2016-03-301-1/+4
| | |
* | | Get pagination options form the viewAlfredo Sumaran2016-04-011-0/+1
|/ /
* | Make entire todo row clickableAnnabel Dunstone2016-03-301-1/+1
|/
* Fixes inputs width inside .nav-controlsAlfredo Sumaran2016-03-181-0/+2
|
* Refactor colors and listsDmitriy Zaporozhets2016-03-182-2/+2
| | | | | | | | | | * 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>
* Merge branch 'optimistic-todos' into 'master' Jacob Schatz2016-03-182-5/+11
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds small AJAX optimistic functionality to todos. Fixes #13656 <br/> A good first step and boring solution. <br/> Will make ajax call to remove each issue. <br/> If issue is last in group of issues will refresh page. <br/> If issues remain in group will remove row with JS. <br/> Adds loading spinner to button and disables. <br/> ![todos-optimistic](/uploads/c6aec4a688e5125d4df55a2a3a55d4d7/todos-optimistic.gif) <br/> cc @dzaporozhets @JobV @dbalexandre See merge request !2946
| * Mark all as done through AJAXPhil Hughes2016-03-172-3/+5
| |
| * Removed the flash success messagePhil Hughes2016-03-171-1/+3
| | | | | | | | Removes the group if empty
| * Adds small AJAX optimistic functionality to todos.Jacob Schatz2016-03-172-3/+5
| | | | | | | | | | Fixes #13656 A good first step and boring solution.
* | Improve external users featureZeger-Jan van de Weg2016-03-141-1/+1
| |
* | Remove Project#publicishZeger-Jan van de Weg2016-03-131-2/+2
|/
* Avoid error 500 when todo author was removedDouglas Barbosa Alexandre2016-03-091-1/+4
|
* Merge branch 'improve-archived-projects'Dmitriy Zaporozhets2016-03-091-1/+1
|\
| * Make projects sort dropdown shared so it can be reused for other pagesDmitriy Zaporozhets2016-03-041-1/+1
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Updates from last code review.issue_13621_2Rubén Dávila2016-03-062-108/+9
| |
* | Show some stats about Milestone according to the new UI.Rubén Dávila2016-03-041-5/+13
| |
* | Show project name for Issues tab in Group and Dashboard context.Rubén Dávila2016-03-041-3/+3
| |