aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main
Commit message (Expand)AuthorAgeFilesLines
* SONAR-3755 Display status in issue code viewer when issues are not resolvedJulien Lancelot2013-05-232-1/+6
* SONAR-3755 Fix issues param when searching by issuesJulien Lancelot2013-05-231-1/+1
* SONAR-4301 Replace status icon by textJulien Lancelot2013-05-231-3/+3
* Fix quality flaw and add action plans html idJulien Lancelot2013-05-232-4/+6
* SONAR-4301 Set maxResultsReached parameter from IssueDaoJulien Lancelot2013-05-221-128/+14
* SONAR-4301 Add maxResultsReached parameter on Issues WSJulien Lancelot2013-05-221-0/+1
* SONAR-4301 Improve issues sortJulien Lancelot2013-05-223-9/+15
* SONAR-4301 Display message and disable sort when issues results are higher th...Julien Lancelot2013-05-225-9/+17
* SONAR-4290 allow to create an action plan on todaySimon Brandhof2013-05-221-6/+8
* SONAR-4301 Display project on issues search pageJulien Lancelot2013-05-224-11/+48
* SONAR-4290 suppress old console of action plansSimon Brandhof2013-05-229-468/+161
* SONAR-3755 Remove index on issues.project_idJulien Lancelot2013-05-221-1/+0
* SONAR-4301 Replace sql sort on issues by Java sortJulien Lancelot2013-05-222-15/+201
* SONAR-4290 improve admin consoleSimon Brandhof2013-05-222-13/+8
* SONAR-3755 various improvements on plan and assign actionsSimon Brandhof2013-05-224-14/+23
* SONAR-3755 various improvements on plan and assign actionsSimon Brandhof2013-05-227-26/+92
* SONAR-4301 Update IssueFinder to first retreive authorized root projects for ...Julien Lancelot2013-05-223-37/+42
* SONAR-4301 Add project Id on issues tableJulien Lancelot2013-05-225-0/+11
* SONAR-3755 fix quality flawsSimon Brandhof2013-05-221-2/+1
* SONAR-4305 change some logs and commentsSimon Brandhof2013-05-211-2/+2
* SONAR-4305 migrate db tables from violations/reviews to issuesSimon Brandhof2013-05-213-1/+206
* SONAR-4301 Set default sort by severityJulien Lancelot2013-05-211-1/+1
* Revert "SONAR-4301 Replace issues.severity column type from String to Integer"Julien Lancelot2013-05-212-1/+1
* SONAR-4301 Fix issue when sort and asc are nullJulien Lancelot2013-05-211-0/+1
* SONAR-4301 Replace issues.severity column type from String to IntegerJulien Lancelot2013-05-212-1/+1
* SONAR-4301 Add sort on issue search pageJulien Lancelot2013-05-219-16/+75
* SONAR-4310 set updated_at only on changesSimon Brandhof2013-05-201-1/+1
* SONAR-4339 Red background on license server id when invalid valueJulien HENRY2013-05-201-1/+9
* SONAR-4340 Display additional properties on licensesJulien HENRY2013-05-201-0/+6
* SONAR-3755 export the rule status in the WS /api/issues/searchSimon Brandhof2013-05-171-0/+1
* SONAR-4304 remove unused codeSimon Brandhof2013-05-171-96/+0
* SONAR-4304 better exception handling/UISimon Brandhof2013-05-1713-110/+276
* SONAR-3755 slight refactoringSimon Brandhof2013-05-174-26/+40
* SONAR-4304 better form of manual issueSimon Brandhof2013-05-165-37/+63
* Merge remote-tracking branch 'origin/master'Simon Brandhof2013-05-1610-8/+83
|\
| * SONAR-4301 Add project and creation date filters on issues search pageJulien Lancelot2013-05-165-6/+51
| * SONAR-4301 Add status and assignee filters on issues search pageJulien Lancelot2013-05-167-4/+32
| * Fix issue when searching rules from SqaleJulien Lancelot2013-05-161-0/+2
* | SONAR-4304 add form for manual issuesSimon Brandhof2013-05-166-5/+98
|/
* SONAR-3755 rename button of comment editionSimon Brandhof2013-05-161-1/+1
* SONAR-4301 Add severities filter on issues search pageJulien Lancelot2013-05-167-107/+265
* SONAR-3755 fix performance issue when loading transitionsSimon Brandhof2013-05-168-12/+27
* SONAR-4287 Fix issue when loading action plan formJulien Lancelot2013-05-161-2/+1
* SONAR-4287 Fix issue when loading action plan formJulien Lancelot2013-05-163-12/+22
* SONAR-3755 open the select-box of "assignees"Simon Brandhof2013-05-162-2/+6
* SONAR-4285 support the edition and deletion of commentsSimon Brandhof2013-05-1611-17/+139
* SONAR-3755 raise a JS event when changing severitySimon Brandhof2013-05-151-5/+7
* Javascript - allow to programmatically open a modal windowSimon Brandhof2013-05-151-28/+33
* SONAR-3755 raise a JS event for Eclipse when issue is changedSimon Brandhof2013-05-154-4/+23
* SONAR-3755 fix display of several "assignee" select-boxes in the same pageSimon Brandhof2013-05-151-1/+1