aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch
Commit message (Collapse)AuthorAgeFilesLines
* Release 3.0.13.0.1Eric Hartmann2012-05-111-1/+1
|
* [maven-release-plugin] prepare for next development iterationEric Hartmann2012-05-101-1/+1
|
* [maven-release-plugin] prepare release sonar-3.0.1-RC1Eric Hartmann2012-05-101-1/+1
|
* Update to 3.0.1-SNAPSHOTEric Hartmann2012-05-101-1/+1
|
* Change from 3.0.1-SNAPSHOT to 3.0-SNAPSHOT to allow every jobs to still use ↵Eric Hartmann2012-04-181-1/+1
| | | | 3.0-SNAPSHOT version
* Update to SNAPSHOT version for release-3.0 branchEric Hartmann2012-04-181-1/+1
|
* Release 3.03.0Eric Hartmann2012-04-171-1/+1
|
* Upgrade to 3.0-SNAPSHOTEric Hartmann2012-04-111-1/+1
|
* [maven-release-plugin] prepare for next development iterationEric Hartmann2012-04-101-1/+1
|
* [maven-release-plugin] prepare release 2.15-RC2Eric Hartmann2012-04-101-1/+1
|
* [maven-release-plugin] prepare for next development iterationEric Hartmann2012-04-061-1/+1
|
* [maven-release-plugin] prepare release 2.15-RC1Eric Hartmann2012-04-061-1/+1
|
* Consistent size of logger field in logsSimon Brandhof2012-04-051-1/+1
|
* Fix some quality flawsSimon Brandhof2012-04-031-6/+16
|
* SONAR-3125 Add better error message for unknown languageFabrice Bellingard2012-04-022-6/+28
|
* SONAR-3224 API: support Ruby on Rails applicationsSimon Brandhof2012-03-221-2/+2
|
* SONAR-1700 Some links to the projects end up in new sessionFabrice Bellingard2012-03-194-0/+42
|
* SONAR-3072 sonar-diff module is useless for the moment, so remove itEvgeny Mandrikov2012-03-151-5/+0
| | | | Move all code directly into sonar-core-plugin.
* SONAR-3072 Add greedy algorithm to track violations based on blocksEvgeny Mandrikov2012-03-151-0/+5
|
* Do not use deprecated rule categories (column MEASURES.RULES_CATEGORY_ID, ↵Simon Brandhof2012-03-152-4/+0
| | | | table RULES_CATEGORY_ID), but keep them in API for backward-compatibility
* Fix quality flaws in tests: remove unused importsEvgeny Mandrikov2012-03-146-25/+0
|
* Remove picocontainer stackstace from logsSimon Brandhof2012-03-121-2/+1
|
* Log a clean message when an exception is thrown during picocontainer startupSimon Brandhof2012-03-121-0/+4
|
* Remove Hibernate from the component org.sonar.api.config.SettingsSimon Brandhof2012-03-123-22/+32
|
* SONAR-3292 improve messages when database is not up-to-dateSimon Brandhof2012-03-073-2/+120
|
* Typo : upgrade version to 2.15-SNAPSHOTEric Hartmann2012-02-271-1/+1
|
* Upgrade version to 3.0-SNAPSHOTEric Hartmann2012-02-271-1/+1
|
* SONAR-3208 new extension point to declare tree of resource typesSimon Brandhof2012-02-221-0/+2
| | | | | | | * new extension point org.sonar.api.resources.ResourceTypeTree * new component org.sonar.api.resources.ResourceTypes to access resource types * fix compatibility of hotspots, clouds and treemaps with PROJECT_MEASURES.PERSON_ID * ApplicationController share ruby methods to load the selected resource
* SONAR-3208 use PERSON_ID instead of COMMITTER in PROJECT_MEASURES and ↵Simon Brandhof2012-02-159-20/+22
| | | | RULE_FAILURES
* SONAR-3208 complete database tablesSimon Brandhof2012-02-1427-59/+59
| | | | | * add PROJECTS.PERSON_ID * create the table AUTHORS
* Minor improvement for readability of codeEvgeny Mandrikov2012-02-101-2/+2
|
* SONAR-3209 Add new batch component - FileLinesContextFactoryEvgeny Mandrikov2012-02-095-7/+77
| | | | | | | * As was discussed with Simon: better to have new beta class than new beta method. * This also provides ability to use this factory from Decorator.
* SONAR-3209,SONAR-3210 Provide API to save and retrieve measures by lineEvgeny Mandrikov2012-02-093-1/+271
| | | | + Use this API to save LoC in Java files
* SONAR-2747 Verification is now done on period1Fabrice Bellingard2012-02-082-42/+0
| | | And not necessarily 'since last analysis' period.
* Fix some quality flawsSimon Brandhof2012-02-061-1/+1
|
* SONAR-2747 Send email when new violations appear on favourite projectFabrice Bellingard2012-02-032-18/+67
| | | | | | | | The email is sent only if: * the user has set the project as a favourite * this is a "last analysis" (= no 'sonar.projectDate' specified) * 'since last analysis' period was not removed in the admin page * there are new violations (obviously...)
* SONAR-3231 Allow to associate measure with committerEvgeny Mandrikov2012-02-014-9/+22
|
* Add column PROJECT_MEASURES.COMMITTEREvgeny Mandrikov2012-02-015-14/+19
|
* SONAR-2061 add the flag Metric#deleteHistoricalData. Default value is false.Simon Brandhof2012-01-258-18/+18
| | | | | * New column METRICS.DELETE_HISTORICAL_DATA (boolean, nullable) * Hidden core metrics and some data metrics have this new field to true
* SONAR-2757 add the column SNAPSHOTS.PURGE_STATUS (INTEGER)Simon Brandhof2012-01-1931-125/+125
|
* SONAR-1707 feed the column SNAPSHOTS.BUILD_DATE on files and directoriesSimon Brandhof2012-01-181-0/+1
|
* SONAR-1707 Add the column SNAPSHOTS.BUILD_DATESimon Brandhof2012-01-1834-130/+135
|
* SONAR-2907 Fix loading of settings from database, when used property ↵Evgeny Mandrikov2012-01-182-6/+14
| | | | 'sonar.branch'
* Refactor org.sonar.batch.bootstrapper.BatchSimon Brandhof2012-01-162-31/+31
|
* Sanitize batch bootstrapperSimon Brandhof2012-01-136-10/+263
| | | | | - by default Logback is configured by batch, not by bootstrappers - ability to delegate logging to bootstrappers (require a SLF4J implementation)
* SONAR-2959 Add the property sonar.showSqlSimon Brandhof2012-01-124-6/+303
|
* Update copyright header for this new yearSimon Brandhof2012-01-10132-132/+132
|
* Upgrade to 2.14-SNAPSHOTEric Hartmann2012-01-031-1/+1
|
* Fix some quality flawssimonbrandhof2012-01-012-2/+2
|
* Fix some quality flawssimonbrandhof2011-12-311-1/+0
|