aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch
Commit message (Expand)AuthorAgeFilesLines
* Add properties "sonar.projectName" and "sonar.projectDescription"Evgeny Mandrikov2011-01-312-0/+18
* SONAR-1800: Fix issue with ClassLoader for Maven 3.x and Java 1.5Evgeny Mandrikov2011-01-292-0/+93
* Add workDir to ProjectDefinitionEvgeny Mandrikov2011-01-283-32/+18
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-01-281-1/+1
* [maven-release-plugin] prepare release 2.6-M1simonbrandhof2011-01-281-1/+1
* SONAR-2149 Resource filters are ignored in complexity distributions of Java p...simonbrandhof2011-01-284-25/+256
* SONAR-2151: Add new property to manage source encodingEvgeny Mandrikov2011-01-281-6/+12
* SONAR-2148: Add new properties to manage level of Java languageEvgeny Mandrikov2011-01-281-2/+14
* SONAR-2126: Change API to work with file system of a projectEvgeny Mandrikov2011-01-272-22/+13
* SONAR-2130 Fix backward-compatibility: resources can be automatically indexed...simonbrandhof2011-01-261-11/+10
* Add the method ResourceUtils#isPersistable(Resource)simonbrandhof2011-01-262-61/+8
* Improve backward-compatibility when adding data to a non-indexed resourcesimonbrandhof2011-01-254-29/+75
* Fix unit test for WindowsEvgeny Mandrikov2011-01-251-1/+1
* Use default value for property "project.build.directory"Evgeny Mandrikov2011-01-252-27/+44
* Add new property "sonar.projectBinaries"Evgeny Mandrikov2011-01-254-123/+235
* SONAR-791 When the source directory is not exactly the java package root, Son...simonbrandhof2011-01-243-6/+62
* Use CoreProperties for in-memory POM constructionEvgeny Mandrikov2011-01-242-9/+94
* Use Properties in ProjectDefinition instead of ConfigurationEvgeny Mandrikov2011-01-242-6/+8
* Fix bug in construction of in-memory POMEvgeny Mandrikov2011-01-241-1/+1
* SONAR-2106: Improve batch bootstrapEvgeny Mandrikov2011-01-244-28/+50
* SONAR-2126: Partially revert previous changesEvgeny Mandrikov2011-01-241-7/+0
* SONAR-2106: New Java library to bootstrap project analysisEvgeny Mandrikov2011-01-248-107/+206
* SONAR-2126: Change api to work with project file systemEvgeny Mandrikov2011-01-231-1/+3
* SONAR-2126: Change api to work with project file systemEvgeny Mandrikov2011-01-231-0/+2
* SONAR-2126: Change api to work with project file systemEvgeny Mandrikov2011-01-231-6/+20
* improve exception when saving a measure twice on the same resourcesimonbrandhof2011-01-211-1/+1
* Merge branch 'master' of github.com:SonarSource/sonarsimonbrandhof2011-01-213-163/+95
|\
| * SONAR-2126: Rename ProjectDirectory to FileSystemDirectoryEvgeny Mandrikov2011-01-201-4/+4
| * SONAR-2126: Change API to work with projectEvgeny Mandrikov2011-01-203-163/+95
* | SONAR-2127 API: do not automatically create hierarchy of resource treesimonbrandhof2011-01-2119-243/+567
|/
* Add new structure to define project in a form suitable for bootstrapping Sona...Evgeny Mandrikov2011-01-192-0/+163
* SONAR-1514: Add support for a new Ant task to analyze projectsEvgeny Mandrikov2011-01-184-6/+96
* fix tracking of violations when message starts or ends with whitespacessimonbrandhof2011-01-131-0/+1
* do not log timemachine messages 'Compare to ...' on viewssimonbrandhof2011-01-101-1/+16
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-01-051-1/+1
* [maven-release-plugin] prepare release 2.5-RC1simonbrandhof2011-01-051-1/+1
* exclude library snapshots from timemachine servicessimonbrandhof2011-01-045-5/+16
* period by number of days : search for the nearest snapshot, even if it's olde...simonbrandhof2011-01-034-10/+115
* improve batch logs : more details on the comparison periodssimonbrandhof2011-01-034-6/+76
* revert trunk version to 2.5-SNAPSHOTsimonbrandhof2010-12-271-1/+1
* Move timemachine components from core plugin to batch + do not depend on Snap...simonbrandhof2010-12-2727-2/+1533
* [maven-release-plugin] prepare release 2.5simonbrandhof2010-12-241-1/+1
* do not persist measures with null value, null variations and "best-value" metricsimonbrandhof2010-12-213-4/+10
* fix deletion of batch temp directories on MS Windowssimonbrandhof2010-12-211-4/+24
* add a commentsimonbrandhof2010-12-211-0/+2
* SONAR-2016 remove some debug logssimonbrandhof2010-12-161-4/+1
* SONAR-2016 Sonar plugins and so extensions are not accessible from the Sonar ...simonbrandhof2010-12-1612-92/+392
* SONAR-249 rename the SNAPSHOTS.VARIATION_xxx columns + add SNAPSHOTS.PERIODx_...simonbrandhof2010-12-1552-135/+135
* SONAR-1937 violations tab : display violation age in days to current datesimonbrandhof2010-12-081-0/+1
* SONAR-1829: Use severity instead of priorityGodin2010-12-072-4/+4