aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Collapse)AuthorAgeFilesLines
* Update to 3.3-SNAPSHOTEric Hartmann2012-09-141-1/+1
|
* Update to 3.3-M2Eric Hartmann2012-09-141-1/+1
|
* SONAR-3773 keep the existing default roles of views during migrationSimon Brandhof2012-09-121-0/+12
|
* Reformat POMs according to Maven POM ConventionEvgeny Mandrikov2012-09-101-16/+20
|
* SONAR-3542 refactoring to remove custom activerecord adaptersSimon Brandhof2012-09-0912-22/+6
|
* SONAR-3542 force activerecord to use the connection pool on oraclesimonbrandhof2012-09-092-2/+2
| | | | | | | # remove oracle_enhanced adapter. # fix some date/time issues with activerecord-jdbc-adapter # fix db migrations that forget to set name of indexes # add enforcer to not forget to set index name in the method add_index()
* SONAR-3741 The plugin upgrades that are available in Update Center are not ↵Simon Brandhof2012-08-172-3/+5
| | | | compatible with Sonar Release Candidates
* Upgrade version to 3.3-SNAPSHOTEric Hartmann2012-07-241-1/+1
|
* Automatic merge from branch-3.2Jenkins CI2012-07-241-1/+1
|\
| * Upgrade version to 3.2-SNAPSHOTEric Hartmann2012-07-241-1/+1
| |
* | My bad, fix mergeSimon Brandhof2012-07-241-13/+1
| |
* | Manual merge of branch 3.2Eric Hartmann2012-07-242-24/+69
|\|
| * SONAR-3688 improve messageSimon Brandhof2012-07-242-28/+71
| |
* | 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
|
* Upgrade version to 3.3-SNAPSHOTEric Hartmann2012-07-231-1/+1
|
* Add unit tests for important setingsDavid Gageot2012-07-185-45/+79
|
* 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
| | | | This reverts commit a15e8577ff0f4b9e88cdf78e6aaed3ebd6259c50.
* SONAR-3664 Log sonar/plugins versions and sha1 at startupDavid Gageot2012-07-165-6/+20
|
* Remove warningDavid Gageot2012-07-161-8/+8
|
* Fix database tests to make them behave the same on every database regarding ↵David Gageot2012-07-163-105/+76
| | | | sequences
* Dead codeDavid Gageot2012-07-161-5/+0
|
* Fix postgresql testSimon Brandhof2012-07-162-13/+1
|
* Fix measure data not being evicted anymoreDavid Gageot2012-07-161-0/+3
|
* Try to fix postgresql unit testSimon Brandhof2012-07-167-31/+34
|
* 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
|
* Update Center improvementsSimon Brandhof2012-07-141-1/+1
| | | | | | | | | | * SONAR-3661 API: new component org.sonar.api.utils.UriReader * SONAR-3660 The property sonar.updatecenter.url must support local files * SONAR-3659 Availability of Update Center with non-RELEASE versions of Sonar * SONAR-2008 Enable updates from SNAPSHOT versions for plugins
* SONAR-3633 improve the management of server-side settingsSimon Brandhof2012-07-1311-31/+173
| | | | | | * do not save default resource permissions in a db migration but in a server-side extension * new component to save settings from server-side components. It will have to be used by ruby app later.
* Add method checkTable() with list of columns to ↵Simon Brandhof2012-07-132-5/+41
| | | | AbstractDaoTestCase/AbstractDbUnitTestCase
* Reuse database for faster unit testsDavid Gageot2012-07-123-53/+33
|
* Improve test codeDavid Gageot2012-07-127-190/+177
|
* Add logsDavid Gageot2012-07-121-1/+1
|
* Add ResourceDao#getResource(ResourceQuery query)Simon Brandhof2012-07-122-3/+18
|
* 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
|
* Cleaner codeDavid Gageot2012-07-111-13/+7
|
* SONAR-2965 FIX enforce validation query on DataSourceDavid Gageot2012-07-112-8/+14
|
* 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-118-13/+36
|
* Fix support of sonar.showSqlResults with MyBatis 3.1Simon Brandhof2012-07-114-75/+88
|
* Fix ResourceDao test on OracleDavid Gageot2012-07-106-27/+39
|