aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/test/java/org/sonar/batch/ProjectConfiguratorTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Rename batch into scannerJulien HENRY2016-03-181-130/+0
|
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
|
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-4/+4
|
* Extract module sonar-dbSimon Brandhof2015-07-041-2/+1
|
* SONAR-6635 Remove check on analysis date from the batchJulien Lancelot2015-06-191-58/+10
|
* Redundant throws clause in testsDavid Gageot2015-05-071-1/+1
|
* Use random timezone when executing tests from mavenSimon Brandhof2015-04-021-1/+4
| | | | This allows to fail-fast if a test is heavily coupled with local timezone.
* SONAR-5183 - analysis unsensitive to timezones - snapshots tableTeryk Bellahsene2015-02-041-2/+1
|
* Replace fest-assert by assertJSimon Brandhof2015-01-101-2/+2
|
* Display DateTime instead of Date to understand ITs failuresJulien Lancelot2014-10-101-15/+30
|
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
|
* SONAR-4334 Add date of the latest snapshot in the error message displayed to ↵Julien Lancelot2013-05-301-2/+2
| | | | user
* Fix some quality flawsSimon Brandhof2013-05-291-1/+1
|
* SONAR-4334 Using the "sonar.projectDate" property must lead to an analysis ↵Julien Lancelot2013-05-291-36/+40
| | | | failure as soon as a more recent quality snapshot exist in the DB
* Update copyright headersSimon Brandhof2013-04-221-4/+4
|
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-211-3/+3
|
* SONAR-3844 Drop the support of the deprecated property sonar.lightSimon Brandhof2012-10-021-10/+0
|
* SONAR-3529 Get rid of property sets. Use PropertyFields insteadDavid Gageot2012-09-281-1/+0
|
* SONAR-2602 support project modules with different languagesSimon Brandhof2012-09-271-19/+0
|
* Update copyright header for this new yearSimon Brandhof2012-01-101-1/+1
|
* Fix loading of file exclusions - do not cache exclusions in Projectsimonbrandhof2011-11-111-38/+0
|
* SONAR-801 Events on Dashboard confused for same project datesFabrice Bellingard2011-10-251-0/+10
| | | | | It is now possible to specify 'sonar.projectDate' as a standard ISO time. (ex. "2011-10-25T10:45:42+0100")
* SONAR-2861 New Configuration APIsimonbrandhof2011-10-071-49/+38
| | | | | | | | The component org.apache.commons.Configuration is still available but plugins should use org.sonar.api.config.Settings. It also implies the following issues : SONAR-2870 do not rebuild the WAR file when editing sonar.properties SONAR-2869 allow to use the annotations @Properties/@Property on extensions
* SONAR-2468 new extension point org.sonar.api.bootstrap.ProjectBuildersimonbrandhof2011-05-271-0/+227