aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Expand)AuthorAgeFilesLines
* Allow to insert multiple dtos at the same times for some daosJulien Lancelot2015-06-162-27/+72
* Increase some timeouts in testsSimon Brandhof2015-06-161-1/+1
* SONAR-6507 Redesign the "My Profile" pageStas Vilchik2015-06-151-0/+1
* SONAR-6637 Stop filling db column PROJECT_MEASURES.RULE_PRIORITYSimon Brandhof2015-06-123-40/+2
* SONAR-6557 Drop dependencies tableJulien Lancelot2015-06-1215-298/+13
* SONAR-6557 Remove component and snapshot librariesJulien Lancelot2015-06-123-85/+2
* SONAR-6557 Remove useless migrations on dependenciesJulien Lancelot2015-06-121-4/+0
* MetricDao.selectNullableById should really take a long, not a intSébastien Lesaint2015-06-121-1/+1
* Decrease to DEBUG the log "API compatibility mode is enabled on plugin xxx"Simon Brandhof2015-06-121-1/+1
* SONAR-6260 Fix test on Oracle because snapshots.path is not empty but nullJulien Lancelot2015-06-101-1/+5
* SONAR-6596 Remove database semaphores from batchJulien Lancelot2015-06-101-7/+4
* SONAR-6260 Apply PR feedbackJulien Lancelot2015-06-103-5/+4
* SONAR-6260 Remove snapshot and project persistence form batchJulien Lancelot2015-06-105-353/+12
* SONAR-6260 Create a PeriodsRepositoryJulien Lancelot2015-06-104-5/+235
* SONAR-6260 Persist snapshots without periodsJulien Lancelot2015-06-102-0/+9
* Drop Hibernate model ManualMeasureSimon Brandhof2015-06-102-81/+0
* Refactor the SQL request to select notif propertiesSimon Brandhof2015-06-101-7/+7
* SONAR-6615 add in table 'manual_measures' column 'compunent_uuid'Teryk Bellahsene2015-06-108-11/+27
* SONAR-6567 send notifications on QGate failuresSimon Brandhof2015-06-105-14/+17
* Keep compatibility with deprecated JFreeChartSimon Brandhof2015-06-101-0/+1
* SONAR-5892 apply feedbackStas Vilchik2015-06-091-0/+1
* SONAR-6567 move notifications from sonar-core to sonar-serverSimon Brandhof2015-06-088-865/+0
* SONAR-6570 WS metrics/search count take into account the isCustom propertyTeryk Bellahsene2015-06-082-3/+11
* SONAR-6570 fix metrics search concerning MySql orderTeryk Bellahsene2015-06-081-1/+1
* SONAR-6616 WS custom_measures/deleteTeryk Bellahsene2015-06-083-5/+11
* SONAR-6370 plugins should reuse the provided logging systemSimon Brandhof2015-06-051-4/+5
* Fix compatibility of plugin classloader with some SonarSource internal libsSimon Brandhof2015-06-051-1/+3
* SONAR-6572 ws metrics/update update an existing custom metricTeryk Bellahsene2015-06-052-1/+13
* SONAR-6610 selectByComponentId for Custom MeasuresTeryk Bellahsene2015-06-053-7/+17
* fix bunch a 'Make 'XXX' a static method' issuesTeryk Bellahsene2015-06-051-7/+6
* Fix quality flawsSimon Brandhof2015-06-051-8/+8
* SONAR-6370 fix quality flawsSimon Brandhof2015-06-051-3/+3
* SONAR-6370 remove dependency on sonar-deprecatedSimon Brandhof2015-06-051-0/+3
* SONAR-6370 fix classpath with core libs like SLF4JSimon Brandhof2015-06-051-0/+6
* SONAR-6370 remove concept of core pluginSimon Brandhof2015-06-054-45/+21
* SONAR-6370 isolate plugin classloader from core classesSimon Brandhof2015-06-0518-164/+608
* SONAR-6569 fix QG event computationSébastien Lesaint2015-06-041-0/+2
* SONAR-6606 drop origin column from metrics tableTeryk Bellahsene2015-06-049-37/+15
* SONAR-5892 make it possible to select issues to bulk changeStas Vilchik2015-06-041-0/+3
* SONAR-6571 ws metrics/create change update conditions relating to metric type...Teryk Bellahsene2015-06-042-0/+9
* Fix typo : replace violations by issuesJulien Lancelot2015-06-041-2/+2
* Sanitize SnapshotDaoJulien Lancelot2015-06-032-15/+2
* Fix quality flawsJulien Lancelot2015-06-035-35/+28
* Add missing @Nullable/@CheckForNull in SnapshotDtoJulien Lancelot2015-06-032-12/+23
* SONAR-6571 fix use of Boolean for boolean db column in Metrics tableTeryk Bellahsene2015-06-023-22/+11
* remove unused method Module.getComponentByTypeSébastien Lesaint2015-06-021-4/+0
* fix missing coverage on Module classSébastien Lesaint2015-06-022-1/+86
* SONAR-6571 WS api/metrics/create create or reactivate a custom metricTeryk Bellahsene2015-06-022-0/+13
* Rename SnapshotDto.resourceId to componentIdJulien Lancelot2015-06-024-10/+10
* add tests to PurgeConfigurationTeryk Bellahsene2015-06-021-3/+29