summaryrefslogtreecommitdiff
path: root/spec/controllers/dashboard
Commit message (Collapse)AuthorAgeFilesLines
* Fixed dashboard milestone tabs not loadingdashboard-milestone-tabs-loading-asyncPhil Hughes2017-06-091-0/+38
| | | | Closes #33477
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-1/+1
|
* Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-2/+0
| | | | | Removed all the unnecessary include of `WaitForAjax` and `ApiHelpers` in the specs. Removed unnecessary usage of `api:true`
* Merge branch 'open-redirect-host-fix' into 'security' Sean McGivern2017-04-051-0/+7
| | | | | Fix for three open redirect vulns using redirect_to url_for(params.merge))) See merge request !2082
* Add 'Undo mark all as done' to TodosJacopo2017-03-161-0/+14
| | | | | | Added the ability to 'Undo mark all as done' todos marked as complete with 'Mark all as done' in the 'Todo' tab of the Todo dashboard. The operation undos only the todo previously marked as done with the 'Mark al as done' button.
* fix rspec issue after delimiter fixNur Rony2017-02-221-1/+1
|
* Todo done clicking is kind of unusable.Jacopo2017-02-171-5/+20
| | | | | | The Done button will change to an Undo button and the line item will be greyed out. Bold links will be unbolded. The user can undo the task by clicking the Undo button.
* Use `empty_project` where possible in controller specsrs-empty_project-controllersRobert Speicher2017-01-251-1/+1
|
* fixes the issueTiago Botelho2017-01-121-1/+1
|
* applies url_for so that we dont lose filters when redirecting19988-prevent-empty-pagination-when-list-not-emptyTiago Botelho2016-12-231-1/+2
|
* adds specs for respective behaviourTiago Botelho2016-12-211-0/+36