aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Expand)AuthorAgeFilesLines
...
| * SONAR-3755 Add Issue Web Service ClientJulien Lancelot2013-04-101-1/+1
| * SONAR-3755 Add Issue Web ServiceJulien Lancelot2013-04-108-26/+332
| * (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and a...Jean-Baptiste Vilain2013-04-104-71/+88
| * (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and a...Jean-Baptiste Vilain2013-04-106-7/+157
| * (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and a...Jean-Baptiste Vilain2013-04-109-92/+272
| * SONAR-3755 fix IssueDAO select queryJulien Lancelot2013-04-101-2/+2
| * SONAR-3755 fix IssueDAO select query for mssqlJulien Lancelot2013-04-101-1/+1
| * SONAR-3755 fix IssueDAO select queryJulien Lancelot2013-04-101-6/+9
| * SONAR-3755 IssueDAO select query : fix boolean valueJulien Lancelot2013-04-101-2/+2
| * SONAR-3755 IssueDAO select query to work on all databasesJulien Lancelot2013-04-103-10/+31
| * Reactivate unit testsJulien Lancelot2013-04-101-2/+0
| * Improve IssueDao select queryJulien Lancelot2013-04-092-3/+6
| * Temporary disable failing unit testsJulien Lancelot2013-04-091-0/+2
| * SONAR-3755 improve IssueDAO in order to select all issues from the resource treeJulien Lancelot2013-04-095-7/+272
| * (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and a...Jean-Baptiste Vilain2013-04-092-45/+0
| * (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and a...Jean-Baptiste Vilain2013-04-0912-51/+210
| * (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and a...Jean-Baptiste Vilain2013-04-098-11/+293
* | SONAR-3755 refactor the way to persist component perspectivesSimon Brandhof2013-04-1012-298/+500
|/
* (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and a...Jean-Baptiste Vilain2013-04-0911-1/+298
* (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and a...Jean-Baptiste Vilain2013-04-094-1/+15
* SONAR-3755 Fix IssueDao and add title property in IssueJulien Lancelot2013-04-093-10/+4
* (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and a...Jean-Baptiste Vilain2013-04-083-26/+17
* SONAR-3755 Rename IssueChangelog in IssueChange and rename uuid to key in Iss...Julien Lancelot2013-04-0813-58/+58
* (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and a...Jean-Baptiste Vilain2013-04-083-50/+201
* SONAR-3755 Add Issue FinderJulien Lancelot2013-04-082-0/+153
* SONAR-3755 Replace userId and assigneeUserId by userLogin and by assigneeLogi...Julien Lancelot2013-04-0812-96/+172
* SONAR-3755 Move Issuable implementaiton to sonar-coreJulien Lancelot2013-04-082-0/+161
* SONAR-3755 Add Issues DTO + DAOJulien Lancelot2013-04-0821-31/+1328
* (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and a...Jean-Baptiste Vilain2013-04-081-3/+3
* (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and a...Jean-Baptiste Vilain2013-04-082-28/+70
* Fixed critical violation - Review #7233Jean-Baptiste Vilain2013-04-081-8/+10
* Merge remote-tracking branch 'origin/master'Jean-Baptiste Vilain2013-04-054-481/+0
|\
| * SONAR-3755 Move all Issues API to plugin apiJulien Lancelot2013-04-054-481/+0
* | (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and a...Jean-Baptiste Vilain2013-04-052-0/+203
|/
* SONAR-3755 Issues tables creation and first API draftJulien Lancelot2013-04-058-2/+526
* (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and a...Jean-Baptiste Vilain2013-04-054-12/+117
* Add missing copyrightJulien Lancelot2013-04-053-0/+57
* (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and a...Jean-Baptiste Vilain2013-04-0411-65/+118
* (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and a...Jean-Baptiste Vilain2013-04-0413-110/+333
* SONAR-4103 The dates displayed in the dropdown list allowing to select a diff...Julien Lancelot2013-04-021-7/+14
* SONAR-4212 It should be possible to edit/remove the pre-defined manual metricsJulien Lancelot2013-03-281-2/+8
* Fix quality flawsJulien Lancelot2013-03-271-2/+2
* SONAR-4156 Avoid unnecessary select when registering metrics at startupJulien HENRY2013-03-261-2/+6
* Fix quality flawJulien Lancelot2013-03-261-1/+1
* SONAR-4206 Insert a null user on rules notification when rules are removed fr...Julien Lancelot2013-03-253-2/+3
* Fix quality flawJulien Lancelot2013-03-251-2/+2
* SONAR-4044 move to Java 6Simon Brandhof2013-03-251-3/+2
* SONAR-3879 Moved status constant to Rule. Removed Rule status enumeration.Julien Lancelot2013-03-255-89/+9
* SONAR-3879 Replace rule status enumeration in the annotation by a stringJulien Lancelot2013-03-222-2/+54
* SONAR-4083 The WS metrics should allow to create or delete only manual metricsJulien Lancelot2013-03-212-1/+2