aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src/test
Commit message (Collapse)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
| | | | set when selecting issues from db
* 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 ↵Julien Lancelot2013-04-191-0/+56
| | | | | | database Update wrong copyright headers
* SONAR-3755 rename Issue#message() to description()Simon Brandhof2013-04-195-17/+26
|
* SONAR-3755 improve support of issue attributes + SQL loading of ↵Simon Brandhof2013-04-1912-440/+488
| | | | RULES/PROJECTS through joins
* 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
| | | | + minor changes like display of percents
* 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
| | | | children
* SONAR-3755 the perspective Issuable should not be available on Java classes ↵Simon Brandhof2013-04-161-0/+44
| | | | and methods
* 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 ↵Julien Lancelot2013-04-121-1/+1
| | | | | | | | issue (but without re-loading issue being update during analysis)
* | 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 ↵Jean-Baptiste Vilain2013-04-113-175/+0
| | | | allow to work on multi-line tokens - Added highlighting caching and persistence
* (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and ↵Jean-Baptiste Vilain2013-04-115-3/+14
| | | | allow to work on multi-line tokens - Updated snapshot purge and deletion to include snapshot_data entries removal
* 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 ↵Jean-Baptiste Vilain2013-04-102-49/+53
| | | | | | | | allow to work on multi-line tokens - Updated highlighted html to return a list of html lines
| * (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and ↵Jean-Baptiste Vilain2013-04-103-1/+91
| | | | | | | | allow to work on multi-line tokens - Added main access point for syntax highlighting
| * (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and ↵Jean-Baptiste Vilain2013-04-103-25/+75
| | | | | | | | allow to work on multi-line tokens - Implemented rules deserialization and added missing package-info files
| * SONAR-3755 IssueDAO select query to work on all databasesJulien Lancelot2013-04-102-6/+20
| |