aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/main/java/org/sonar/db/metric
Commit message (Expand)AuthorAgeFilesLines
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-175-492/+0
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-105-10/+10
* SONAR-7305 Create WS api/measures/search_historyTeryk Bellahsene2017-01-241-11/+1
* Replace some Guava usages by Java 8 functionsSimon Brandhof2017-01-241-28/+2
* SONAR-8287 Hidden metrics should be allowed in project search actionJulien Lancelot2016-10-241-1/+2
* SONAR-8117 Extract creation of quality gate condition into QualityGateConditi...Julien Lancelot2016-09-221-0/+7
* SONAR-8116 Return rating metrics in api/qualitygates/appJulien Lancelot2016-09-221-1/+3
* fix quality flaw: use method references in DAO rather than lamdbaSébastien Lesaint2016-06-061-2/+2
* fix quality flaws: use lambdas with DatabaseUtils.executeLargeInputsSébastien Lesaint2016-06-021-21/+9
* Fix quality flawsTeryk Bellahsene2016-04-051-1/+1
* SONAR-7372 Too many logs "Disable metric" at server startupSimon Brandhof2016-03-032-3/+7
* SONAR-7134 WS api/measures/componentTeryk Bellahsene2016-01-201-0/+14
* Fix project title in copyright headersSimon Brandhof2016-01-135-5/+5
* SONAR-7135 WS api/measures/component_tree navigate through components and dis...Teryk Bellahsene2016-01-131-0/+58
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-054-19/+16
* SONAR-6939 ability for plugins to override the decimal scale of floatSimon Brandhof2015-12-071-0/+11
* fix RegisterMetrics, duplicated disabled metricsSébastien Lesaint2015-08-062-0/+6
* Improve MetricDao code coverageTeryk Bellahsene2015-07-241-5/+7
* Move RowNotFoundException to org.sonar.dbTeryk Bellahsene2015-07-241-1/+1
* RowNotFoundException is the default Exception at the DAO layerTeryk Bellahsene2015-07-241-2/+3
* Rename MetricDao methods following the new conventionTeryk Bellahsene2015-07-241-2/+3
* Rename methods in DAO layer to follow conventionsTeryk Bellahsene2015-07-231-4/+4
* Move MetricDao to sonar-dbTeryk Bellahsene2015-07-222-2/+157
* Extract module sonar-dbSimon Brandhof2015-07-043-0/+281