summaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Expand)AuthorAgeFilesLines
* SONAR-3893 Fixed issue related to coverage data filteringJean-Baptiste Vilain2013-04-243-10/+10
* Move issues db migrationJulien Lancelot2013-04-242-3/+3
* SONAR-3755 Improve IssueFinder paginationJulien Lancelot2013-04-245-14/+23
* SONAR-4210 Add a new "Quality Profile Administrator" roleJulien HENRY2013-04-242-2/+4
* SONAR-3755 Add IssueFinder paginationJulien Lancelot2013-04-247-9/+234
* SONAR-3755 refactor signature of perspective IssuableSimon Brandhof2013-04-233-46/+30
* SONAR-3755 use persistent cacheSimon Brandhof2013-04-232-0/+7
* SONAR-3755 Add methods in IssueFinder Results to get rule by issue and compon...Julien Lancelot2013-04-2328-106/+185
* SONAR-3755 complete issue workflowSimon Brandhof2013-04-238-4/+275
* SONAR-3755 Fix IssueDao#insert() for OracleSimon Brandhof2013-04-221-2/+2
* SONAR-3755 first draft of issue state machineSimon Brandhof2013-04-2214-12/+655
* SONAR-3755 Restore fix of issue tracking, add author login to issueJulien Lancelot2013-04-225-7/+18
* Update copyright headersSimon Brandhof2013-04-22332-1330/+1342
* SONAR-3755 abbreviate issue descriptionsSimon Brandhof2013-04-222-12/+5
* SONAR-3755 fix INSERT of ISSUES on OracleSimon Brandhof2013-04-224-6/+6
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-21332-996/+996
* SONAR-3755 Renamed some column of issues and issue_changesJulien Lancelot2013-04-1922-381/+158
* 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-192-6/+6
* SONAR-3755 Set isNew at false when loading issue from dbJulien Lancelot2013-04-191-0/+1
* SONAR-3755 Set isNew at false when loading issue from dbJulien Lancelot2013-04-192-4/+5
* SONAR-3755 complete the ability to change issueSimon Brandhof2013-04-197-201/+147
* SONAR-3755 Set issues updated at to the date when issues were loaded from dat...Julien Lancelot2013-04-192-2/+61
* SONAR-3755 rename Issue#message() to description()Simon Brandhof2013-04-1911-121/+150
* SONAR-3755 improve support of issue attributes + SQL loading of RULES/PROJECT...Simon Brandhof2013-04-1916-526/+569
* SONAR-3893 Further memory usage optimizationJean-Baptiste Vilain2013-04-183-39/+59
* SONAR-3893 Fixed excessive collection iteration when decorating souceJean-Baptiste Vilain2013-04-181-0/+60
* 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
* 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
* SONAR-3755 the perspective Issuable should not be available on Java classes a...Simon Brandhof2013-04-164-3/+57
* 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