summaryrefslogtreecommitdiffstats
path: root/integrations/html_helper.go
Commit message (Collapse)AuthorAgeFilesLines
* Show commit status icon in commits table (#1688)Lauris BH2017-05-071-83/+7
| | | | | | | | | | | | | | | | | | * Show commit status icon in commits table * Add comments * Fix icons * Few more places where commit table is displayed * Change integration test to use goquery for parsing html * Add integration tests for commit table and status icons * Fix status to return lates status correctly on all databases * Rewrote lates commit status selects
* Do not allow commiting to protected branch from online editor (#1502)Lauris BH2017-05-021-0/+110
* Do not allow commiting to protected branch from online editor * Add editor integration tests for adding new file and not allowing to add new file to protected branch