aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-3755 implement changelogSimon Brandhof2013-05-029-164/+66
* SONAR-3755 fix issue creation dateSimon Brandhof2013-04-304-8/+12
* SONAR-3755 keep state changesSimon Brandhof2013-04-304-78/+54
* SONAR-4239 Improvement: use sonar.host.url instead of default valueJulien HENRY2013-04-291-2/+5
* SONAR-3755 Export Issues json report for DryRun modeJulien Lancelot2013-04-296-4/+442
* SONAR-3755 move db stuff to org.sonar.core.issue.dbSimon Brandhof2013-04-264-6/+7
* Fix Cache#clear(String)Simon Brandhof2013-04-262-4/+4
* SONAR-3755 new concept of automatic transitions in issue workflowSimon Brandhof2013-04-269-97/+43
* SONAR-3893 Renamed column in SNAPSHOT_DATA from value to snapshot_dataJean-Baptiste Vilain2013-04-262-3/+3
* SONAR-3893 Renamed column in SNAPSHOT_DATA from data to valueJean-Baptiste Vilain2013-04-262-3/+3
* SONAR-4221 Restore settings between each consecutive project analysisJulien HENRY2013-04-253-40/+104
* Revert Rename PropertyDefinitions to PropertyDefs and PropertyFieldDefinition...Julien Lancelot2013-04-253-14/+14
* SONAR-3893 Naming adjustments and SnapshotDataDao updated to include data_typ...Jean-Baptiste Vilain2013-04-244-14/+10
* Rename PropertyDefinitions to PropertyDefs and PropertyFieldDefinition to Pro...Julien Lancelot2013-04-243-14/+14
* SONAR-4066 Show contextual infos during persist error of measuresJulien HENRY2013-04-242-11/+79
* SONAR-4221 Delay loading of project propertiesJulien HENRY2013-04-243-46/+53
* SONAR-3755 refactor signature of perspective IssuableSimon Brandhof2013-04-233-15/+19
* SONAR-3755 use persistent cacheSimon Brandhof2013-04-236-51/+33
* SONAR-3755 Add methods in IssueFinder Results to get rule by issue and compon...Julien Lancelot2013-04-233-3/+3
* SONAR-3755 fix declaration of properties declared in issues componentsSimon Brandhof2013-04-2314-1446/+7
* SONAR-3755 complete issue workflowSimon Brandhof2013-04-2315-262/+180
* SONAR-3755 first draft of issue state machineSimon Brandhof2013-04-222-22/+14
* Fix some quality flawsJulien HENRY2013-04-222-2/+6
* Update copyright headersSimon Brandhof2013-04-22272-1088/+1088
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-21272-816/+816
* SONAR-3755 Renamed some column of issues and issue_changesJulien Lancelot2013-04-193-9/+9
* SONAR-3755 complete the ability to change issueSimon Brandhof2013-04-191-25/+2
* SONAR-3755 Set issues updated at to the date when issues were loaded from dat...Julien Lancelot2013-04-194-6/+22
* SONAR-3755 rename Issue#message() to description()Simon Brandhof2013-04-196-37/+9
* SONAR-3755 improve support of issue attributes + SQL loading of RULES/PROJECT...Simon Brandhof2013-04-194-6/+5
* SONAR-4147 Add breakdown by module to profilingJulien HENRY2013-04-184-27/+54
* SONAR-4188 Validate branch tooJulien HENRY2013-04-184-22/+75
* SONAR-4188 Refactore all issues decorator in one and add false positive and u...Julien Lancelot2013-04-186-627/+444
* SONAR-3755 use Persistit temporary volumeSimon Brandhof2013-04-182-7/+20
* SONAR-4188 Properly escape dash in regexpJulien HENRY2013-04-182-1/+11
* SONAR-3755 fix creation of Caches when starting several ProjectContainersSimon Brandhof2013-04-182-17/+3
* SONAR-4188 Close issues when resource has been moved or has been deletedJulien Lancelot2013-04-181-3/+1
* SONAR-3755 ability to change issues during batch (first step)Simon Brandhof2013-04-176-132/+178
* SONAR-4188 Fix Regex to validate project keyJulien Lancelot2013-04-172-1/+31
* SONAR-4188 Validate project/module key with a regexpJulien HENRY2013-04-174-5/+131
* SONAR-3755 Improve IssuesWorkflowDecoratorJulien Lancelot2013-04-175-19/+157
* SONAR-4147 Implemented profiling of purgeJulien HENRY2013-04-175-29/+29
* SONAR-4223 Remove or depreciate property "sonar.enableFileVariation"Simon Brandhof2013-04-171-4/+0
* Fix IssuePersisterTestSimon Brandhof2013-04-1714-53/+79
* SONAR-3755 Add IssuesWorkflowDecoratorJulien Lancelot2013-04-172-0/+109
* Replace wrong copyright headerJulien Lancelot2013-04-171-18/+18
* SONAR-3755 complete ModuleIssues for issue trackingSimon Brandhof2013-04-1711-134/+194
* SONAR-4147 Refactored UT to not depends on System.currentTimeMillis()Julien HENRY2013-04-177-41/+106
* Add batch logs on db storeSimon Brandhof2013-04-173-9/+15
* Merge remote-tracking branch 'origin/master'Julien Lancelot2013-04-1730-326/+599
|\