summaryrefslogtreecommitdiff
path: root/app/views/dashboard
Commit message (Collapse)AuthorAgeFilesLines
* Dashboard projects blank stateprojects-blank-statePhil Hughes2016-07-082-48/+42
|
* 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
| |
* | Refactor Milestone view for Dashboard.Rubén Dávila2016-03-045-70/+10
| |
* | Refactor GlobalMilestone queries.Rubén Dávila2016-03-042-2/+2
|/ | | | Make methods return ActiveRecord Relations instead of Arrays.
* Added tabindex to filter fielddashboard-search-field-tabindexPhil Hughes2016-03-041-1/+1
| | | | | Based on however I changed the tabindex of the search field so that it goes search field -> filter field & then back to browser default. I dont think we should override the default tabindex of the page too much Closes #3706
* Refactor projects listDmitriy Zaporozhets2016-03-031-6/+1
| | | | | | | | | | | | | | | | 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>
* Don't show "Welcome to GitLab" when the search didn't return any projectsRémy Coutable2016-03-021-1/+1
|
* Small css cleanup for todos featureimprove-todos-cssDmitriy Zaporozhets2016-02-271-3/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* "X assigned you Y" instead of "X assigned Y"Douwe Maan2016-02-201-1/+1
|
* Add "Mark all as done" buttonDouwe Maan2016-02-201-4/+8
|
* Include 'issue'/'merge request' in linkDouwe Maan2016-02-201-2/+2
|
* Rename tab from 'Todos' to 'To do'Douwe Maan2016-02-201-1/+1
|
* Rename Tasks to TodosDouglas Barbosa Alexandre2016-02-203-35/+35
|
* Refactoring TasksHelperDouglas Barbosa Alexandre2016-02-201-1/+1
|