aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src
Commit message (Expand)AuthorAgeFilesLines
* 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-247-106/+205
* 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-2118-243/+561
|/
* 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
* 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
* Move timemachine components from core plugin to batch + do not depend on Snap...simonbrandhof2010-12-2727-2/+1533
* 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
* SONAR-1829: Use severity instead of priorityGodin2010-12-072-2/+2
* SONAR-1829: Rename the term "Priority" by "Severity" for rules - add setSever...Godin2010-12-061-1/+1
* SONAR-249 add 2 periods for variation values + rename SNAPSHOT.VAR_xxx column...simonbrandhof2010-12-0657-206/+208
* * check excluded resources in DefaultIndex#getChildren()simonbrandhof2010-12-065-21/+24
* SONAR-1450: Add checksum to RuleFailureModel and use it in ViolationPersister...Godin2010-12-035-19/+20
* SONAR-1450: Compare violations using checksumsGodin2010-12-021-0/+1
* SONAR-1450: Extract ViolationPersisterDecorator from ViolationPersisterGodin2010-12-024-50/+9
* SONAR-249 save configuration used for measure variations and new violations i...simonbrandhof2010-12-013-11/+11
* SONAR-2007 Remove the useless ISO Categories + fix components pagesimonbrandhof2010-12-019-28/+27
* SONAR-1450: Add createdAt to Violation classGodin2010-11-302-0/+2
* SONAR-249 add the columns SNAPSHOT.VAR_MODE_x and VAR_LABEL_x (x=1, 2 or 3)simonbrandhof2010-11-3052-135/+135
* SONAR-1450: Add support for incremental review of incoming violationsGodin2010-11-305-9/+20
* SONAR-1450: Add the column RULE_FAILURES.CREATED_ATGodin2010-11-305-10/+14
* SONAR-1450: Add support for incremental review of incoming violationsGodin2010-11-305-45/+52
* SONAR-1450: Revert some changes made yesterdayGodin2010-11-304-35/+13
* SONAR-249 fix detection of "best value measures" in delayed mode - add unit t...simonbrandhof2010-11-306-11/+76