aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Copy custom measures in compute engineSimon Brandhof2015-06-197-10/+308
|
* Computation of quality gate must be done after computation of differential ↵Julien Lancelot2015-06-192-1/+3
| | | | measures
* 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
|
* Rename variables to comply with usage of 'raw' and 'base' nomenclatureJulien Lancelot2015-06-191-43/+68
|
* Merge pull request #366 from gliptak/warnings1Sébastien Lesaint2015-06-1910-35/+40
|\ | | | | Cleanup warnings
| * Cleanup warningsGabor Liptak2015-06-1710-35/+40
| |
* | Fix MeasureDao on PostgreSQL and OracleJulien Lancelot2015-06-195-101/+67
| |
* | add support for Optional<Measure> to MeasureAssertSébastien Lesaint2015-06-191-1/+6
| |
* | add QualityGateHolderRuleSébastien Lesaint2015-06-192-3/+52
| |
* | 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
| | | | | | | | in which case, no QualityGate measure must be created nor any measure have its QualityGateStatus be updated
* | 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
| | | | | | | | also make PeriodsHolderRule wrap a PeriodHolderImpl instance so that PeriodHolder contract is easily complied with by the rule
* | SONAR-6620 make Period immutable + add check on index valueSébastien Lesaint2015-06-193-29/+74
| |
* | fix quality flawsTeryk Bellahsene2015-06-1912-113/+137
| | | | | | | | | | | | - add static inner class - make methods static - declare one field by line
* | 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 ↵Jean-Baptiste Lievremont2015-06-1913-52/+42
| | | | | | | | referential data in write action responses
* | SONAR-6643 Fill measures with variationsJulien Lancelot2015-06-1916-19/+1127
| |
* | SONAR-6643 Add snapshot date in periodJulien Lancelot2015-06-196-16/+42
| |
* | SONAR-2922 Do not display stacktrace when validation is falingJulien Lancelot2015-06-192-7/+9
| |
* | Revert "Fix quality flaws"Sébastien Lesaint2015-06-181-2/+2
| | | | | | | | This reverts commit 47bad47ae07d3ffc895f3e76261d637073c57981 which breaks the compiltation of SQ
* | Fix quality flawsSimon Brandhof2015-06-181-2/+2
| |
* | fix quality flawsTeryk Bellahsene2015-06-182-4/+8
| |
* | 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
| |
* | 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 ↵Teryk Bellahsene2015-06-185-31/+76
| | | | | | | | (number of minutes)
* | fix quality flawsStas Vilchik2015-06-181-1/+1
| |
* | Drop Hibernate from serverSimon Brandhof2015-06-188-103/+22
| |
* | Refactor registration of metrics at server startupSimon Brandhof2015-06-1824-180/+445
| | | | | | | | Replace Hibernate by MyBatis
* | add web tests for maintenance appStas Vilchik2015-06-186-24/+83
| |
* | fix quality flawsStas Vilchik2015-06-182-29/+0
| |
* | SONAR-6616 WS custom_measures/delete add category DbTestsTeryk Bellahsene2015-06-181-1/+4
| |
* | SONAR-6610 WS custom_measures/create create a custom measureTeryk Bellahsene2015-06-1810-9/+855
| |
* | update webStas Vilchik2015-06-1814-109/+156
| |
* | SONAR-6582 Fix bug with permission checks in ServerUserSessionJean-Baptiste Lievremont2015-06-187-23/+21
| |
* | SONAR-6582 Extract issue serialization classJean-Baptiste Lievremont2015-06-189-225/+448
| | | | | | | | Use common issue JSON representation for most actions on issues.
* | SONAR-6582 Refactor serialization of users out of user search WSJean-Baptiste Lievremont2015-06-1817-111/+219
| |
* | rename PlatformLanguageRepository to LanguageRepositoryImplSébastien Lesaint2015-06-183-10/+10
| | | | | | | | renaming for consistency
* | fix PlatformLanguageRepository injection error when there is no languageSébastien Lesaint2015-06-181-3/+6
| |
* | MeasureRepository must enforce consistency of Measure and MetricSébastien Lesaint2015-06-182-11/+98
| |