aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix quality flawsSimon Brandhof2015-06-2118-64/+55
* Fix Q flawsSimon Brandhof2015-06-1922-53/+87
* Creation of notifications on quality gate must be executed after computation ...Julien Lancelot2015-06-192-2/+12
* Copy custom measures in compute engineSimon Brandhof2015-06-199-13/+311
* Computation of quality gate must be done after computation of differential me...Julien Lancelot2015-06-192-1/+3
* SONAR-6582 Fix reporter serialization in issues searchJean-Baptiste Lievremont2015-06-197-16/+8
* SONAR-6635 Check analysis date is after latest analysisJulien Lancelot2015-06-192-14/+89
* SONAR-6635 Remove check on analysis date from the batchJulien Lancelot2015-06-192-94/+13
* Rename variables to comply with usage of 'raw' and 'base' nomenclatureJulien Lancelot2015-06-191-43/+68
* Add PR analysis to travis-ciThomas Vérin2015-06-192-5/+21
* Merge pull request #366 from gliptak/warnings1Sébastien Lesaint2015-06-1927-104/+117
|\
| * Cleanup warningsGabor Liptak2015-06-1727-104/+117
* | Fix MeasureDao on PostgreSQL and OracleJulien Lancelot2015-06-198-102/+80
* | add support for Optional<Measure> to MeasureAssertSébastien Lesaint2015-06-191-1/+6
* | add QualityGateHolderRuleSébastien Lesaint2015-06-192-3/+52
* | SONAR-6620 remove QualityGate measures computation from batchSébastien Lesaint2015-06-1912-1652/+0
* | fix default QG property not updated in server Settings objectSébastien Lesaint2015-06-192-11/+26
* | SONAR-6620 current project can actually have no QualityGate at allSébastien Lesaint2015-06-199-56/+101
* | SONAR-6620 step to set QualityGate on measures and create QG measuresSébastien Lesaint2015-06-1918-3/+1664
* | add custom AssertJ Assert class for MeasureSébastien Lesaint2015-06-191-0/+333
* | SONAR-6620 add PeriodHolder.getPeriod(int) and hasPeriod(int)Sébastien Lesaint2015-06-196-45/+238
* | SONAR-6620 make Period immutable + add check on index valueSébastien Lesaint2015-06-193-29/+74
* | add missing unit test for LT and GT operators when value is equalSébastien Lesaint2015-06-191-0/+6
* | fix quality flawsTeryk Bellahsene2015-06-1915-135/+156
* | SONAR-6582 Fix issue with manual issue creation responseJean-Baptiste Lievremont2015-06-191-3/+5
* | SONAR-6582 update webStas Vilchik2015-06-196-12/+68
* | SONAR-6582 Revert to old serialization format for search, start putting refer...Jean-Baptiste Lievremont2015-06-1913-52/+42
* | SONAR-6643 Fill measures with variationsJulien Lancelot2015-06-1920-23/+1284
* | SONAR-6643 Remove VariationDecorator from the batchJulien Lancelot2015-06-193-356/+0
* | SONAR-6643 Add snapshot date in periodJulien Lancelot2015-06-196-16/+42
* | SONAR-6463 Improve loggingJulien HENRY2015-06-194-30/+22
* | SONAR-2922 Do not display stacktrace when validation is falingJulien Lancelot2015-06-192-7/+9
* | Revert "Fix quality flaws"Sébastien Lesaint2015-06-186-19/+59
* | Fix quality flawsSimon Brandhof2015-06-186-59/+19
* | fix quality flawsTeryk Bellahsene2015-06-185-21/+44
* | make bootstrappers of js apps more consistentStas Vilchik2015-06-1839-278/+259
* | Metric.deleteHistoricalData is badly persisted during server startupSimon Brandhof2015-06-181-0/+1
* | fix js importsStas Vilchik2015-06-182-2/+0
* | make the action buttons position more consistentStas Vilchik2015-06-185-21/+26
* | SONAR-6640 apply feedbackStas Vilchik2015-06-187-113/+75
* | fix shortcut help labelStas Vilchik2015-06-181-1/+1
* | SONAR-6507 apply feedbackStas Vilchik2015-06-182-7/+7
* | SONAR-6616 WS custom_measures/delete fix MySql unit test...Teryk Bellahsene2015-06-181-2/+0
* | Fix compatibility of DefaultMetricFinderTest with OracleSimon Brandhof2015-06-181-5/+5
* | SONAR-6610 WS custom_measures/create add metric type in responseTeryk Bellahsene2015-06-183-6/+19
* | SONAR-6610 WS custom_measures/create work duration sends the raw data (number...Teryk Bellahsene2015-06-187-34/+79
* | fix quality flawsStas Vilchik2015-06-181-1/+1
* | Drop Hibernate from serverSimon Brandhof2015-06-1812-190/+54
* | Refactor registration of metrics at server startupSimon Brandhof2015-06-1831-429/+397
* | add web tests for maintenance appStas Vilchik2015-06-186-24/+83