aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src/main
Commit message (Expand)AuthorAgeFilesLines
* Fix quality flawSimon Brandhof2012-10-091-1/+17
* Remove System.outSimon Brandhof2012-10-091-1/+0
* SONAR_3621 add missing support of key regexpSimon Brandhof2012-10-094-0/+20
* SONAR-3621 use JSON format between rails and java componentsSimon Brandhof2012-10-098-108/+356
* SONAR-3621 improve the SQL request of measure filtersSimon Brandhof2012-10-0810-0/+790
* SONAR-3783 Fix regression on fallbackFabrice Bellingard2012-10-081-24/+30
* SONAR-3765 Better fixDavid Gageot2012-10-081-1/+1
* SONAR-3641 Fix DBCleaner when there are 2000+ characteristicsDavid Gageot2012-10-061-1/+7
* SONAR-3833 ability to edit/delete the profiles provided by pluginsSimon Brandhof2012-10-015-7/+4
* SONAR-2203 Increase the size of language key from 5 to 20Fabrice Bellingard2012-09-283-3/+4
* SONAR-2602 remove the unused column RULES_PROFILES.ENABLEDSimon Brandhof2012-09-273-2/+2
* SONAR-2602 support project modules with different languagesSimon Brandhof2012-09-276-26/+10
* SONAR-3636 Update MyBatis DTO method nameFabrice Bellingard2012-09-273-9/+9
* SONAR-3636 Add and feed a new column projects.created_atFabrice Bellingard2012-09-273-4/+19
* SONAR-3636 Add and feed a new column projects.created_atFabrice Bellingard2012-09-273-2/+4
* SONAR-3783 Core plugin not able to have his own l10n bundleFabrice Bellingard2012-09-181-8/+3
* SONAR-3773 keep the existing default roles of views during migrationSimon Brandhof2012-09-121-0/+12
* SONAR-3542 refactoring to remove custom activerecord adaptersSimon Brandhof2012-09-097-17/+6
* SONAR-3542 force activerecord to use the connection pool on oraclesimonbrandhof2012-09-091-1/+1
* SONAR-3741 The plugin upgrades that are available in Update Center are not co...Simon Brandhof2012-08-171-2/+2
* My bad, fix mergeSimon Brandhof2012-07-241-13/+1
* Manual merge of branch 3.2Eric Hartmann2012-07-241-5/+22
|\
| * SONAR-3688 improve messageSimon Brandhof2012-07-241-9/+24
* | Add some commentsSimon Brandhof2012-07-241-2/+12
|/
* SONAR-3688 Improve log when loading a plugin that is not compiled for Java 5Simon Brandhof2012-07-231-5/+7
* Fix Oracle ActiveRecord adapterSimon Brandhof2012-07-171-1/+1
* Remove more duplicationDavid Gageot2012-07-176-86/+31
* Remove some duplicationDavid Gageot2012-07-176-55/+62
* Fix sonar.showSqlSimon Brandhof2012-07-171-39/+11
* Fix warnings.David Gageot2012-07-171-10/+10
* Revert "Remove warning"David Gageot2012-07-171-8/+8
* SONAR-3664 Log sonar/plugins versions and sha1 at startupDavid Gageot2012-07-162-0/+11
* Remove warningDavid Gageot2012-07-161-8/+8
* Dead codeDavid Gageot2012-07-161-5/+0
* Fix measure data not being evicted anymoreDavid Gageot2012-07-161-0/+3
* Try to fix postgresql unit testSimon Brandhof2012-07-161-1/+0
* Try to fix support of bulk insert of properties with postgresqlSimon Brandhof2012-07-151-0/+1
* Fix some quality flawsSimon Brandhof2012-07-151-9/+5
* SONAR-3633 improve the management of server-side settingsSimon Brandhof2012-07-134-25/+54
* Add logsDavid Gageot2012-07-121-1/+1
* Add ResourceDao#getResource(ResourceQuery query)Simon Brandhof2012-07-121-1/+13
* Merge PurgeMapper and PurgeVendorMapper with new MyBatis mechanismDavid Gageot2012-07-129-92/+43
* Improve and refactor the ResourcePermissions componentSimon Brandhof2012-07-122-0/+20
* SONAR-3645 Forgot to merge an Oracle mapper and to remove dead codeDavid Gageot2012-07-112-29/+57
* SONAR-2965 FIX enforce validation query on DataSourceDavid Gageot2012-07-111-1/+1
* SONAR-3645 merge mapper xml files for oracleDavid Gageot2012-07-1127-457/+136
* SONAR-3645 remove useless jdbc types in MyBatis mappersDavid Gageot2012-07-1128-72/+72
* SONAR-3437 merge MappersDavid Gageot2012-07-111-0/+1
* SONAR-2965 enforce validation query on DataSourceDavid Gageot2012-07-117-0/+29
* Fix support of sonar.showSqlResults with MyBatis 3.1Simon Brandhof2012-07-112-71/+51