aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/components/issue
Commit message (Expand)AuthorAgeFilesLines
* SONAR-6742 fix issue refreshing after the custom actionStas Vilchik2015-10-091-1/+4
* revert SONAR-6742 Stop displaying plugin actions for issuesStas Vilchik2015-10-095-8/+65
* use nvm to install node.js 4, add mocha testsStas Vilchik2015-09-301-2/+2
* ensure textRange for every issueStas Vilchik2015-09-292-0/+28
* migrate js components to es2015 modulesStas Vilchik2015-09-2915-1136/+1108
* SONAR-6654 When a user flags an issue as "False Positive" or "Won't Fix", enc...Stas Vilchik2015-09-154-7/+29
* fix for SONAR-6766Stas Vilchik2015-09-101-4/+2
* SONAR-6766 migrate to "flows"Stas Vilchik2015-09-102-3/+2
* Revert "use single web app"Stas Vilchik2015-09-109-27/+16
* use the single web appStas Vilchik2015-08-269-16/+27
* fix displaying of issue commentsStas Vilchik2015-08-193-3/+33
* do not use /api/issues/showStas Vilchik2015-08-191-5/+9
* SONAR-6576 do not show secondary locations and execution flows of closed issuesStas Vilchik2015-08-192-0/+20
* fix quality flawsStas Vilchik2015-08-181-1/+1
* SONAR-6766 show issue execution flowStas Vilchik2015-08-143-3/+11
* SONAR-6765 SONAR-6766 show multiple issue locations and execution flowsStas Vilchik2015-08-132-3/+17
* SONAR-6764 show precise issue locationsStas Vilchik2015-08-111-0/+15
* SONAR-6582 do not rely on "projects" and "actionPlanName"Stas Vilchik2015-08-032-26/+11
* SONAR-6742 Stop displaying plugin actions for issuesStas Vilchik2015-07-293-41/+0
* fix issue reloadingStas Vilchik2015-06-301-0/+2
* fix search of issue tagsStas Vilchik2015-06-291-3/+3
* SONAR-6582 Fix reporter serialization in issues searchJean-Baptiste Lievremont2015-06-192-1/+4
* SONAR-6582 update webStas Vilchik2015-06-194-9/+47
* fix quality flawsStas Vilchik2015-06-181-1/+1
* update webStas Vilchik2015-06-187-95/+99
* unify actions dropdownsStas Vilchik2015-06-1013-175/+82
* upgrade backbone.marionetteStas Vilchik2015-06-097-16/+16
* remove unused issues codeStas Vilchik2015-06-032-91/+10
* disable issue actions form during requestStas Vilchik2015-06-034-56/+74
* SONAR-6449 disable issues comment form during requestStas Vilchik2015-06-031-3/+15
* refactor creation of manual issuesStas Vilchik2015-06-023-84/+58
* SONAR-6579 apply feedbackStas Vilchik2015-06-021-1/+3
* fix quality flawsStas Vilchik2015-06-012-14/+14
* move issue component from coffee to jsStas Vilchik2015-05-2928-0/+1631