aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Collapse)AuthorAgeFilesLines
...
* improve the "max results reached" message in issues filter widgetStas Vilchik2015-06-221-0/+1
|
* SONAR-5851 remove "all rules" exporterStas Vilchik2015-06-221-1/+0
|
* Fix Q flawsSimon Brandhof2015-06-193-6/+15
|
* Copy custom measures in compute engineSimon Brandhof2015-06-192-3/+3
|
* Merge pull request #366 from gliptak/warnings1Sébastien Lesaint2015-06-196-11/+13
|\ | | | | Cleanup warnings
| * Cleanup warningsGabor Liptak2015-06-176-11/+13
| |
* | Fix MeasureDao on PostgreSQL and OracleJulien Lancelot2015-06-193-1/+13
| |
* | fix quality flawsTeryk Bellahsene2015-06-192-16/+18
| | | | | | | | | | | | - add static inner class - make methods static - declare one field by line
* | SONAR-6643 Fill measures with variationsJulien Lancelot2015-06-194-4/+157
| |
* | Revert "Fix quality flaws"Sébastien Lesaint2015-06-182-0/+46
| | | | | | | | This reverts commit 47bad47ae07d3ffc895f3e76261d637073c57981 which breaks the compiltation of SQ
* | Fix quality flawsSimon Brandhof2015-06-182-46/+0
| |
* | fix quality flawsTeryk Bellahsene2015-06-181-1/+5
| |
* | fix shortcut help labelStas Vilchik2015-06-181-1/+1
| |
* | SONAR-6610 WS custom_measures/create work duration sends the raw data ↵Teryk Bellahsene2015-06-181-1/+1
| | | | | | | | (number of minutes)
* | Drop Hibernate from serverSimon Brandhof2015-06-183-87/+10
| |
* | Refactor registration of metrics at server startupSimon Brandhof2015-06-189-316/+19
| | | | | | | | Replace Hibernate by MyBatis
* | SONAR-6610 WS custom_measures/create create a custom measureTeryk Bellahsene2015-06-183-0/+10
| |
* | Merge pull request #381 from Bananeweizen/patch-1Simon Brandhof2015-06-171-1/+1
|\ \ | | | | | | Fix typo in English bundle
| * | Update core.propertiesMichael Keppler2015-06-171-1/+1
| |/ | | | | typo in "overridden"
* | SONAR-6588 Remove RuleFinder from batch bootstrap phaseSimon Brandhof2015-06-174-234/+0
| | | | | | | | | | That allows to drop CacheRuleFinder and the Hibernate entities Rule/RuleParam
* | Remove ability to get users from batchSimon Brandhof2015-06-174-26/+38
| | | | | | | | + drop Hibernate model "User"
* | Remove Hibernate entity "MeasureModel"Simon Brandhof2015-06-173-33/+8
|/
* 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
| | | | The goal is to copy behaviour of PeriodsDefinition and TimeMachineConfiguration from batch in the Compute Engin
* 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
| | | | It should restore the compatibility with all supported dbs.
* 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
| | | | SLF4J bridges for log4j and commons-logging are provided by SQ
* 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
|