aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch
Commit message (Expand)AuthorAgeFilesLines
* Fix merge of release 2.8simonbrandhof2011-05-192-27/+14
* Upgrade to version 2.9-SNAPSHOTsimonbrandhof2011-05-131-1/+1
* Temporarily downgrade version to 2.8-SNAPSHOTsimonbrandhof2011-05-101-1/+1
* Upgrade version to 2.9-SNAPSHOTsimonbrandhof2011-05-091-1/+1
* Release 2.8-RC2simonbrandhof2011-05-091-1/+1
* Fix compatibility with Oraclesimonbrandhof2011-05-091-3/+6
* SONAR-2298 Fix bug, when root project not a first one in Maven reactorEvgeny Mandrikov2011-05-063-7/+10
* SONAR-2409 Remove ability to use deprecated property 'branch'Evgeny Mandrikov2011-05-043-24/+1
* SONAR-2346 Failing with Current container state was: CONSTRUCTEDsimonbrandhof2011-05-041-1/+7
* Prepare for next development iterationEvgeny Mandrikov2011-05-031-1/+1
* Prepare 2.8-RC1Evgeny Mandrikov2011-05-031-1/+1
* Fix portential hibernate errorsimonbrandhof2011-04-291-2/+2
* SONAR-2261 Exclusion patterns must be trimmedEvgeny Mandrikov2011-04-292-6/+26
* Force creation of project workDirEvgeny Mandrikov2011-04-281-9/+9
* Set project description to empty string if property was not specifiedEvgeny Mandrikov2011-04-281-1/+1
* SONAR-2202 Calculate variations on quality model measuressimonbrandhof2011-04-282-26/+46
* SONAR-2299 Show Hibernate SQL only if debug logging level enabled, but not in...Evgeny Mandrikov2011-04-271-1/+1
* SONAR-2266 ProjectFileSystem should return only existing source and test dire...Evgeny Mandrikov2011-04-271-4/+10
* Fix violationsEvgeny Mandrikov2011-04-272-3/+2
* SONAR-2298 Rename MavenProjectBuilder to ProjectBuilderEvgeny Mandrikov2011-04-268-12/+11
* SONAR-2298 Add support for multi-modules for non-Maven projectsEvgeny Mandrikov2011-04-2616-527/+654
* SONAR-2380 The "violations" web service API must not returnFabrice Bellingard2011-04-212-11/+26
* Fix crlfEvgeny Mandrikov2011-04-209-1248/+1248
* [SONAR-1957] Add ViolationQuery on SonarIndex and DecoratorContextFabrice Bellingard2011-04-203-885/+962
* [SONAR-1957] Adds "switched off" attribute on Violation class and makeFabrice Bellingard2011-04-206-159/+200
* [SONAR-2347] Close a review when its corresponding violation does notFabrice Bellingard2011-04-201-82/+87
* SONAR-2278 Improve exception handling of decoratorssimonbrandhof2011-04-192-8/+46
* SONAR-2329 NonUniqueResultException occurs when analyzing both a maven module...simonbrandhof2011-04-124-9/+22
* SONAR-1957 add the column RULE_FAILURES.SWITCHED_OFF (boolean)simonbrandhof2011-04-126-24/+24
* SONAR-2347 Add the column RULE_FAILURES.PERMANENT_IDsimonbrandhof2011-04-128-30/+76
* Improve ProjectFileSystemEvgeny Mandrikov2011-04-122-2/+119
* SONAR-2322 Filter unit tests files listed in surefire reportssimonbrandhof2011-04-081-1/+0
* Fix some violationssimonbrandhof2011-04-011-1/+1
* SONAR-2279 Fix injectionEvgeny Mandrikov2011-03-311-0/+1
* SONAR-2279 API : new extension points to handle lifecycle eventsEvgeny Mandrikov2011-03-3117-208/+126
* SONAR-2107 Fix NPE when saving a violation on a null ruleEvgeny Mandrikov2011-03-302-10/+26
* Upgrade master to version 2.8-SNAPSHOTsimonbrandhof2011-03-291-1/+1
* Fix execution of PhasesTimeProfilerEvgeny Mandrikov2011-03-292-31/+9
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-03-281-1/+1
* [maven-release-plugin] prepare release 2.7-RC3simonbrandhof2011-03-281-1/+1
* Fix coding violationssimonbrandhof2011-03-274-6/+3
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-03-221-1/+1
* [maven-release-plugin] prepare release 2.7-RC1simonbrandhof2011-03-221-1/+1
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-03-181-1/+1
* [maven-release-plugin] prepare release 2.7-RC2simonbrandhof2011-03-181-1/+1
* SONAR-2251 Unstable state of violations when stopping a buildsimonbrandhof2011-03-143-55/+13
* SONAR-2272 Modify log level for EventBusEvgeny Mandrikov2011-03-121-3/+3
* Add license headersEvgeny Mandrikov2011-03-124-0/+76
* Reduce dependencies on databaseEvgeny Mandrikov2011-03-124-33/+20
* SONAR-2272 Add EventBusEvgeny Mandrikov2011-03-1219-105/+689