aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-3893 Fixed excessive collection iteration when decorating souceJean-Baptiste Vilain2013-04-183-38/+70
|
* SONAR-3755 support the parameter "rules" in /api/issues/searchSimon Brandhof2013-04-174-9/+13
|
* SONAR-3893 Fixed snapshot source and data querying for better performanceJean-Baptiste Vilain2013-04-173-19/+46
|
* SONAR-4147 Implemented profiling of purgeJulien HENRY2013-04-176-77/+367
| | | | + minor changes like display of percents
* Fix IssuePersisterTestSimon Brandhof2013-04-176-43/+33
|
* SONAR-3755 Improve IssuesWorkflowDecoratorJulien Lancelot2013-04-171-0/+3
|
* Add missing test fileJulien Lancelot2013-04-171-0/+116
|
* SONAR-3755 Add IssuesWorkflowDecoratorJulien Lancelot2013-04-173-0/+25
|
* SONAR-3893 Added symbols class for debug purposeJean-Baptiste Vilain2013-04-173-9/+9
|
* SONAR-3755 complete ModuleIssues for issue trackingSimon Brandhof2013-04-171-1/+2
|
* 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-173-9/+9
|
* SONAR-3893 Fixed snapshot data persistence issueJean-Baptiste Vilain2013-04-161-5/+12
|
* SONAR-3893 HTML source decoration using both syntax highlighting and symbol dataJean-Baptiste Vilain2013-04-165-66/+112
|
* SONAR-3893 Symbol data deserializationJean-Baptiste Vilain2013-04-1613-79/+148
|
* SONAR-3755 Add componentRoots filter to select issues from component and its ↵Julien Lancelot2013-04-162-6/+16
| | | | children
* SONAR-3755 the perspective Issuable should not be available on Java classes ↵Simon Brandhof2013-04-164-3/+57
| | | | and methods
* SONAR-3755 Add rule and created at filters on issue query.Julien Lancelot2013-04-163-2/+41
|
* SONAR-3893 First symbol API versionJean-Baptiste Vilain2013-04-161-26/+0
|
* Fix quality flawsJulien Lancelot2013-04-161-7/+7
|
* SONAR-3755 fix SQL for mssql and oracleSimon Brandhof2013-04-151-1/+1
|
* SONAR-3755 add missing filesSimon Brandhof2013-04-156-0/+197
|
* SONAR-3755 add authorization to search of issuesSimon Brandhof2013-04-147-50/+178
|
* Merge remote-tracking branch 'origin/master'Julien Lancelot2013-04-122-1/+2
|\
| * SONAR-3755 minor commentsSimon Brandhof2013-04-122-1/+2
| |
* | Fix quality flawJulien Lancelot2013-04-121-32/+9
|/
* SONAR-3755 Add Issues console pageJulien Lancelot2013-04-122-2/+22
|
* SONAR-3755 refactor IssueFinderSimon Brandhof2013-04-129-35/+156
|\
| * SONAR-3755 Fix issue where Issues updated at was not setJulien Lancelot2013-04-123-7/+9
| |
| * SONAR-3893 Added CR EOL supportJean-Baptiste Vilain2013-04-122-2/+32
| |
| * SONAR-3893 Added ampersand encodingJean-Baptiste Vilain2013-04-122-4/+43
| |
| * SONAR-3893 Added HTML markup tags encodingJean-Baptiste Vilain2013-04-123-1/+52
| |
| * SONAR-3755 Add IssueTracking and update IssuePersister to save or update ↵Julien Lancelot2013-04-125-16/+18
| | | | | | | | issue (but without re-loading issue being update during analysis)
* | SONAR-3755 refactor IssueFinderSimon Brandhof2013-04-129-378/+185
|/
* SONAR-3755 fix component key and rename Issuable.IssueBuilder#create()Simon Brandhof2013-04-112-3/+5
|
* SONAR-3893 Removed syntax highlighting support in source REST APIJean-Baptiste Vilain2013-04-111-1/+1
|
* SONAR-3755 complete IssueActionsSimon Brandhof2013-04-112-8/+97
|
* (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and ↵Jean-Baptiste Vilain2013-04-1110-460/+31
| | | | allow to work on multi-line tokens - Added highlighting caching and persistence
* Merge remote-tracking branch 'origin/master'Julien Lancelot2013-04-118-3/+30
|\
| * (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and ↵Jean-Baptiste Vilain2013-04-118-3/+30
| | | | | | | | allow to work on multi-line tokens - Updated snapshot purge and deletion to include snapshot_data entries removal
* | SONAR-3755 Add dates when searching for issuesJulien Lancelot2013-04-111-1/+6
|/
* Fix quality flawsJulien Lancelot2013-04-111-4/+6
|
* SONAR-3755 refactor the way to persist component perspectivesSimon Brandhof2013-04-1036-194/+1529
|\
| * (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and ↵Jean-Baptiste Vilain2013-04-103-11/+7
| | | | | | | | allow to work on multi-line tokens - Full stack integration from RoR API
| * 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 ↵Jean-Baptiste Vilain2013-04-104-71/+88
| | | | | | | | 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-106-7/+157
| | | | | | | | 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-109-92/+272
| | | | | | | | allow to work on multi-line tokens - Implemented rules deserialization and added missing package-info files
| * SONAR-3755 fix IssueDAO select queryJulien Lancelot2013-04-101-2/+2
| |