aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src/test
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-3755 first draft of issue state machineSimon Brandhof2013-04-223-6/+117
* SONAR-3755 Restore fix of issue tracking, add author login to issueJulien Lancelot2013-04-223-2/+4
* Update copyright headersSimon Brandhof2013-04-22114-457/+469
* SONAR-3755 abbreviate issue descriptionsSimon Brandhof2013-04-221-7/+3
* SONAR-3755 fix INSERT of ISSUES on OracleSimon Brandhof2013-04-221-1/+1
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-21114-342/+342
* SONAR-3755 Renamed some column of issues and issue_changesJulien Lancelot2013-04-1917-321/+98
* SONAR-3755 Fix unit testJulien Lancelot2013-04-191-3/+3
* SONAR-3755 Add unit test to check that ruleKey, repoKey and componentKey are ...Julien Lancelot2013-04-191-4/+20
* SONAR-3755 Fix problem when setting rule key from dbJulien Lancelot2013-04-191-0/+2
* SONAR-3755 Set isNew at false when loading issue from dbJulien Lancelot2013-04-191-1/+1
* SONAR-3755 complete the ability to change issueSimon Brandhof2013-04-192-100/+84
* SONAR-3755 Set issues updated at to the date when issues were loaded from dat...Julien Lancelot2013-04-191-0/+56
* SONAR-3755 rename Issue#message() to description()Simon Brandhof2013-04-195-17/+26
* SONAR-3755 improve support of issue attributes + SQL loading of RULES/PROJECT...Simon Brandhof2013-04-1912-440/+488
* SONAR-3893 Further memory usage optimizationJean-Baptiste Vilain2013-04-181-21/+21
* SONAR-3893 Fixed excessive collection iteration when decorating souceJean-Baptiste Vilain2013-04-181-14/+22
* SONAR-3755 support the parameter "rules" in /api/issues/searchSimon Brandhof2013-04-172-5/+9
* SONAR-3893 Fixed snapshot source and data querying for better performanceJean-Baptiste Vilain2013-04-172-9/+27
* SONAR-4147 Implemented profiling of purgeJulien HENRY2013-04-173-10/+123
* Fix IssuePersisterTestSimon Brandhof2013-04-172-15/+14
* Add missing test fileJulien Lancelot2013-04-171-0/+116
* SONAR-3755 Add IssuesWorkflowDecoratorJulien Lancelot2013-04-171-0/+7
* SONAR-3893 Added symbols class for debug purposeJean-Baptiste Vilain2013-04-172-8/+8
* SONAR-3893 Changed symbols css class separator from period to hyphenJean-Baptiste Vilain2013-04-171-1/+1
* SONAR-3893 Changed symbols css class separator from period to hyphenJean-Baptiste Vilain2013-04-172-8/+8
* SONAR-3893 HTML source decoration using both syntax highlighting and symbol dataJean-Baptiste Vilain2013-04-164-64/+110
* SONAR-3893 Symbol data deserializationJean-Baptiste Vilain2013-04-166-51/+74
* SONAR-3755 Add componentRoots filter to select issues from component and its ...Julien Lancelot2013-04-161-2/+2
* SONAR-3755 the perspective Issuable should not be available on Java classes a...Simon Brandhof2013-04-161-0/+44
* SONAR-3755 Add rule and created at filters on issue query.Julien Lancelot2013-04-162-2/+28
* SONAR-3755 add missing filesSimon Brandhof2013-04-155-0/+162
* SONAR-3755 add authorization to search of issuesSimon Brandhof2013-04-141-7/+31
* SONAR-3755 refactor IssueFinderSimon Brandhof2013-04-123-21/+115
|\
| * SONAR-3755 Fix issue where Issues updated at was not setJulien Lancelot2013-04-121-4/+7
| * SONAR-3893 Added CR EOL supportJean-Baptiste Vilain2013-04-121-0/+26
| * SONAR-3893 Added ampersand encodingJean-Baptiste Vilain2013-04-121-1/+33
| * SONAR-3893 Added HTML markup tags encodingJean-Baptiste Vilain2013-04-121-0/+36
| * SONAR-3755 Add IssueTracking and update IssuePersister to save or update issu...Julien Lancelot2013-04-121-1/+1
* | SONAR-3755 refactor IssueFinderSimon Brandhof2013-04-123-155/+37
|/
* SONAR-3755 fix component key and rename Issuable.IssueBuilder#create()Simon Brandhof2013-04-111-2/+4
* SONAR-3755 complete IssueActionsSimon Brandhof2013-04-111-0/+71
* (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and a...Jean-Baptiste Vilain2013-04-113-175/+0
* (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and a...Jean-Baptiste Vilain2013-04-115-3/+14
* SONAR-3755 refactor the way to persist component perspectivesSimon Brandhof2013-04-1013-74/+789
|\
| * SONAR-3755 Add Issue Web ServiceJulien Lancelot2013-04-104-9/+180
| * (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and a...Jean-Baptiste Vilain2013-04-102-49/+53
| * (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and a...Jean-Baptiste Vilain2013-04-103-1/+91
| * (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and a...Jean-Baptiste Vilain2013-04-103-25/+75
| * SONAR-3755 IssueDAO select query to work on all databasesJulien Lancelot2013-04-102-6/+20