aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-4503 ORA-01400 when migrating to 3.6.1 on OracleSimon Brandhof2013-07-151-4/+5
|
* SONAR-4470 Performance issue when migrating the Sonar DB from version 3.5 to ↵Simon Brandhof2013-07-055-3/+494
| | | | version 3.6 (mainly with Oracle)
* SONAR-4449 Issue display should not fail on deleted action planJulien Lancelot2013-06-282-11/+40
|
* SONAR-3879 Template rules status should not updated to their parent statusJulien Lancelot2013-06-191-2/+3
|
* SONAR-3879 Template rules have to be registered after all rules have been ↵Julien Lancelot2013-06-191-4/+5
| | | | registered
* SONAR-3879 Template rules are now updated when there parent are updatedJulien Lancelot2013-06-191-44/+42
|
* SONAR-4315 Inject project settings when executing an actionJulien Lancelot2013-06-171-1/+2
|
* Fix some quality flawsSimon Brandhof2013-06-121-0/+1
|
* Fix quality flawSimon Brandhof2013-06-091-1/+1
|
* SONAR-3755 Role required to find issues should be USER instead of CODE VIEWERJulien Lancelot2013-06-071-21/+29
|
* SONAR-3755 Use RubyUtils to parse deadline when creating action planJulien Lancelot2013-06-071-2/+1
|
* SONAR-3755 Improve creation of manual issueJulien Lancelot2013-06-061-22/+16
|
* SONAR-3755 Removed useless security checkJulien Lancelot2013-06-063-20/+13
|
* SONAR-3755 Removed check on logged user in action plan serviceJulien Lancelot2013-06-051-4/+0
|
* SONAR-3755 Fix issue on SQL to retrieve root projectJulien Lancelot2013-06-051-2/+2
|
* SONAR-3755 to list transitions available on an issue, user role on the issue ↵Julien Lancelot2013-06-052-5/+6
| | | | project is needed
* Fix unit testJulien Lancelot2013-06-041-4/+0
|
* SONAR-3755 Add security check on issues actionJulien Lancelot2013-06-042-28/+60
|
* SONAR-4284 Display a changelog in the Issue detail pageSimon Brandhof2013-06-045-21/+134
|
* SONAR-3755 Fix issue on action planJulien Lancelot2013-06-041-10/+20
|
* SONAR-3755 Improve action plan rightsJulien Lancelot2013-06-041-1/+1
|
* SONAR-3755 Add security on action planJulien Lancelot2013-06-045-53/+77
|
* SONAR-3755 Fix twice error generationJulien Lancelot2013-06-031-1/+0
|
* SONAR-3755 Add forgotten Actions in platformJulien Lancelot2013-06-031-0/+2
|
* SONAR-3755 Remove Action builder and replace it by ActionsJulien Lancelot2013-06-031-9/+5
|
* SONAR-3755 Manage errors from actions and transitionsJulien Lancelot2013-06-031-14/+54
|
* SONAR-4315 Add projectSettings in Action APIJulien Lancelot2013-06-031-5/+29
|
* SONAR-4315 Add Issue Action WS and add Action links to Issue detailJulien Lancelot2013-06-035-138/+32
|
* SONAR-4315 Improve Actions API but using directly Action without using ActionsJulien Lancelot2013-06-032-5/+33
|
* Fix some quality flawsSimon Brandhof2013-06-031-1/+6
|
* Fix quality flawSimon Brandhof2013-06-031-1/+5
|
* SONAR-3755 refactor rendering of issuesSimon Brandhof2013-06-033-10/+22
|
* SONAR-4315 Improve ActionServiceJulien Lancelot2013-06-022-15/+5
|
* SONAR-4315 Migrate the Workflow API extending Reviews to a new API extending ↵Julien Lancelot2013-05-319-11/+275
| | | | Issues
* SONAR-4301 Load componentRoot, assignee and reporter from db instead of ↵Julien Lancelot2013-05-312-0/+42
| | | | getting it from issues results
* SONAR-4282 Change action plan deadline format to YYYY-MM-DD, change link ↵Julien Lancelot2013-05-311-6/+6
| | | | from action plan widget, removed option "unplanned" in code viewer
* Fix some quality flawsSimon Brandhof2013-05-314-7/+11
|
* SONAR-4283 Add notification on new comment, and change emails subjectJulien Lancelot2013-05-301-6/+16
|
* Fix quality flawsJulien Lancelot2013-05-301-2/+3
|
* Fix some quality flawsSimon Brandhof2013-05-308-8/+16
|
* SONAR-3755 replace the enum IssueQuery.Sort by String constantsSimon Brandhof2013-05-292-18/+21
|
* SONAR-4290 Execute sort of ActionPlanStats the same way as ActionPlanJulien Lancelot2013-05-291-2/+4
|
* SONAR-3755 fix regression on severitySimon Brandhof2013-05-291-1/+3
|
* SONAR-3755 Set creation and update date when creating manual issuesJulien Lancelot2013-05-281-0/+4
|
* Fix quality flawJulien Lancelot2013-05-281-24/+20
|
* SONAR-3755 move and delete some classes related to issuesSimon Brandhof2013-05-273-89/+0
|
* Fix conflictsSimon Brandhof2013-05-272-171/+1
|
* SONAR-4283 notifications on new issues and issue changesSimon Brandhof2013-05-274-17/+36
|
* SONAR-4292 Create a IssueStatsFinder to be used by ↵Julien Lancelot2013-05-276-8/+270
| | | | UnresolvedIssuesPerAssigneeWidget
* Fix quality flawJulien Lancelot2013-05-271-1/+1
|