aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch
Commit message (Expand)AuthorAgeFilesLines
* SONAR-3755 rename ISSUES.DESCRIPTION to MESSAGESimon Brandhof2013-05-143-5/+11
* SONAR-3755 Add assignee to Json ReportJulien Lancelot2013-05-142-3/+4
* SONAR-4323 new web service /api/users/searchSimon Brandhof2013-05-131-3/+2
* SONAR-3893 Removed deprecated classes and perspectivesJean-Baptiste Vilain2013-05-0717-1102/+1
* SONAR-3893 Fixed missing perspective builder declaration in IoC containerJean-Baptiste Vilain2013-05-062-1/+4
* SONAR-3755 rename COST to EFFORT_TO_FIXSimon Brandhof2013-05-031-1/+1
* SONAR-3893 Reworked symbols API and changed package for corresponding classesJean-Baptiste Vilain2013-05-0318-1/+1105
* SONAR-3755 fix NPE when file does not exist anymoreSimon Brandhof2013-05-034-4/+127
* Fix some quality flawsSimon Brandhof2013-05-031-1/+2
* SONAR-3755 refactor issue datesSimon Brandhof2013-05-038-29/+36
* 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