summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SONAR-3590 Show clean message when the widget fails to render.Fabrice Bellingard2012-07-125-25/+65
* SONAR-2496 Clean the version from snapshots when deleting a versionFabrice Bellingard2012-07-121-0/+9
* SONAR-2496 Support 'previous-version' value for differential viewsFabrice Bellingard2012-07-1215-178/+474
* Add ResourceDao#getResource(ResourceQuery query)Simon Brandhof2012-07-122-3/+18
* Merge PurgeMapper and PurgeVendorMapper with new MyBatis mechanismDavid Gageot2012-07-129-92/+43
* Fix creation of administratorSimon Brandhof2012-07-122-10/+10
* Declare parameters as non-null by default in org.sonar.api.platformSimon Brandhof2012-07-122-2/+25
* Improve and refactor the ResourcePermissions componentSimon Brandhof2012-07-1225-50/+101
* SONAR-3646 do not fail on non-h2 databases when creating administratorSimon Brandhof2012-07-121-1/+5
* SONAR-3646 API : new extension point to be notified on user creationSimon Brandhof2012-07-118-29/+278
* SONAR-3645 Forgot to merge an Oracle mapper and to remove dead codeDavid Gageot2012-07-112-29/+57
* Fix violationsDavid Gageot2012-07-111-6/+6
* Unused importDavid Gageot2012-07-111-2/+6
* Unused codeDavid Gageot2012-07-111-44/+0
* Cleaner codeDavid Gageot2012-07-111-13/+7
* SONAR-2965 FIX enforce validation query on DataSourceDavid Gageot2012-07-114-8/+20
* 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-117-69/+38
* SONAR-2965 enforce validation query on DataSourceDavid Gageot2012-07-1110-19/+36
* Fix support of sonar.showSqlResults with MyBatis 3.1Simon Brandhof2012-07-118-84/+99
* Command env variables are initialized with System.getenv()Simon Brandhof2012-07-113-17/+42
* Use version 1.0 of Sonar Common RulesFabrice Bellingard2012-07-111-1/+1
* SONAR-3437 Improve code coverage and fix measure data updateDavid Gageot2012-07-119-53/+136
* SONAR-3437 Fix Oracle MapperDavid Gageot2012-07-112-2/+2
* SONAR-3437 Simpler codeDavid Gageot2012-07-111-31/+4
* SONAR-3437 Disable batch insert because it cannot workDavid Gageot2012-07-114-35/+5
* SONAR-3531 Allow to use two instances of MultilinesDocTokenizer without subcl...Evgeny Mandrikov2012-07-113-8/+17
* Fix ResourceDao test on OracleDavid Gageot2012-07-106-27/+39
* Improve javadoc of org.sonar.api.utils.command.CommandSimon Brandhof2012-07-101-3/+6
* Allow to mock CommandExecutorSimon Brandhof2012-07-101-1/+1
* Minor improvements on org.sonar.api.utils.commandSimon Brandhof2012-07-103-13/+16
* SONAR-3437 Simplify mapping filesDavid Gageot2012-07-102-32/+30
* Support null values without jdbctypes in MyBatisDavid Gageot2012-07-102-1/+4
* SONAR-3437 fix mapping for OracleDavid Gageot2012-07-102-5/+2
* Make sure MyBatis is not configured to use generated keys in batch insertsDavid Gageot2012-07-101-2/+2
* Make sure MyBatis is not configured to use generated keys in batch insertsDavid Gageot2012-07-101-0/+18
* Fix unit test on PostgresqlSimon Brandhof2012-07-104-9/+8
* Add missing H2 index on PROJECTS.ROOT_IDSimon Brandhof2012-07-101-0/+2
* Remove unused constant in roles_controller.rbSimon Brandhof2012-07-101-1/+1
* H2 add indicesDavid Gageot2012-07-101-0/+98
* SONAR-3437 Fix batch insert on mysqlDavid Gageot2012-07-104-4/+35
* SONAR-3437 Cleaner code and fix Oracle mappingDavid Gageot2012-07-106-220/+68
* Remove useless commentEvgeny Mandrikov2012-07-101-1/+0
* SONAR-3437 Use MyBatis in batch modeDavid Gageot2012-07-108-61/+224
* SONAR-3620 Larger text fieldDavid Gageot2012-07-101-1/+1
* Complete MyBatis ResourceDaoSimon Brandhof2012-07-0912-37/+333
* Add methods checkColumns() to dbunit helpersSimon Brandhof2012-07-092-13/+41
* SONAR-3437 Use MyBatis instead of Hibernate to improve batch insertDavid Gageot2012-07-0915-107/+423
* SONAR-3437 Prepare for refactoring to MyBatisDavid Gageot2012-07-097-280/+119