Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copy custom measures in compute engine | Simon Brandhof | 2015-06-19 | 7 | -10/+308 |
| | |||||
* | Computation of quality gate must be done after computation of differential ↵ | Julien Lancelot | 2015-06-19 | 2 | -1/+3 |
| | | | | measures | ||||
* | SONAR-6582 Fix reporter serialization in issues search | Jean-Baptiste Lievremont | 2015-06-19 | 7 | -16/+8 |
| | |||||
* | SONAR-6635 Check analysis date is after latest analysis | Julien Lancelot | 2015-06-19 | 2 | -14/+89 |
| | |||||
* | Rename variables to comply with usage of 'raw' and 'base' nomenclature | Julien Lancelot | 2015-06-19 | 1 | -43/+68 |
| | |||||
* | Merge pull request #366 from gliptak/warnings1 | Sébastien Lesaint | 2015-06-19 | 10 | -35/+40 |
|\ | | | | | Cleanup warnings | ||||
| * | Cleanup warnings | Gabor Liptak | 2015-06-17 | 10 | -35/+40 |
| | | |||||
* | | Fix MeasureDao on PostgreSQL and Oracle | Julien Lancelot | 2015-06-19 | 5 | -101/+67 |
| | | |||||
* | | add support for Optional<Measure> to MeasureAssert | Sébastien Lesaint | 2015-06-19 | 1 | -1/+6 |
| | | |||||
* | | add QualityGateHolderRule | Sébastien Lesaint | 2015-06-19 | 2 | -3/+52 |
| | | |||||
* | | fix default QG property not updated in server Settings object | Sébastien Lesaint | 2015-06-19 | 2 | -11/+26 |
| | | |||||
* | | SONAR-6620 current project can actually have no QualityGate at all | Sébastien Lesaint | 2015-06-19 | 9 | -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 measures | Sébastien Lesaint | 2015-06-19 | 18 | -3/+1664 |
| | | |||||
* | | add custom AssertJ Assert class for Measure | Sébastien Lesaint | 2015-06-19 | 1 | -0/+333 |
| | | |||||
* | | SONAR-6620 add PeriodHolder.getPeriod(int) and hasPeriod(int) | Sébastien Lesaint | 2015-06-19 | 6 | -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 value | Sébastien Lesaint | 2015-06-19 | 3 | -29/+74 |
| | | |||||
* | | fix quality flaws | Teryk Bellahsene | 2015-06-19 | 12 | -113/+137 |
| | | | | | | | | | | | | - add static inner class - make methods static - declare one field by line | ||||
* | | SONAR-6582 Fix issue with manual issue creation response | Jean-Baptiste Lievremont | 2015-06-19 | 1 | -3/+5 |
| | | |||||
* | | SONAR-6582 update web | Stas Vilchik | 2015-06-19 | 6 | -12/+68 |
| | | |||||
* | | SONAR-6582 Revert to old serialization format for search, start putting ↵ | Jean-Baptiste Lievremont | 2015-06-19 | 13 | -52/+42 |
| | | | | | | | | referential data in write action responses | ||||
* | | SONAR-6643 Fill measures with variations | Julien Lancelot | 2015-06-19 | 16 | -19/+1127 |
| | | |||||
* | | SONAR-6643 Add snapshot date in period | Julien Lancelot | 2015-06-19 | 6 | -16/+42 |
| | | |||||
* | | SONAR-2922 Do not display stacktrace when validation is faling | Julien Lancelot | 2015-06-19 | 2 | -7/+9 |
| | | |||||
* | | Revert "Fix quality flaws" | Sébastien Lesaint | 2015-06-18 | 1 | -2/+2 |
| | | | | | | | | This reverts commit 47bad47ae07d3ffc895f3e76261d637073c57981 which breaks the compiltation of SQ | ||||
* | | Fix quality flaws | Simon Brandhof | 2015-06-18 | 1 | -2/+2 |
| | | |||||
* | | fix quality flaws | Teryk Bellahsene | 2015-06-18 | 2 | -4/+8 |
| | | |||||
* | | make bootstrappers of js apps more consistent | Stas Vilchik | 2015-06-18 | 39 | -278/+259 |
| | | |||||
* | | Metric.deleteHistoricalData is badly persisted during server startup | Simon Brandhof | 2015-06-18 | 1 | -0/+1 |
| | | |||||
* | | fix js imports | Stas Vilchik | 2015-06-18 | 2 | -2/+0 |
| | | |||||
* | | make the action buttons position more consistent | Stas Vilchik | 2015-06-18 | 5 | -21/+26 |
| | | |||||
* | | SONAR-6640 apply feedback | Stas Vilchik | 2015-06-18 | 7 | -113/+75 |
| | | |||||
* | | SONAR-6507 apply feedback | Stas Vilchik | 2015-06-18 | 2 | -7/+7 |
| | | |||||
* | | SONAR-6616 WS custom_measures/delete fix MySql unit test... | Teryk Bellahsene | 2015-06-18 | 1 | -2/+0 |
| | | |||||
* | | Fix compatibility of DefaultMetricFinderTest with Oracle | Simon Brandhof | 2015-06-18 | 1 | -5/+5 |
| | | |||||
* | | SONAR-6610 WS custom_measures/create add metric type in response | Teryk Bellahsene | 2015-06-18 | 3 | -6/+19 |
| | | |||||
* | | SONAR-6610 WS custom_measures/create work duration sends the raw data ↵ | Teryk Bellahsene | 2015-06-18 | 5 | -31/+76 |
| | | | | | | | | (number of minutes) | ||||
* | | fix quality flaws | Stas Vilchik | 2015-06-18 | 1 | -1/+1 |
| | | |||||
* | | Drop Hibernate from server | Simon Brandhof | 2015-06-18 | 8 | -103/+22 |
| | | |||||
* | | Refactor registration of metrics at server startup | Simon Brandhof | 2015-06-18 | 24 | -180/+445 |
| | | | | | | | | Replace Hibernate by MyBatis | ||||
* | | add web tests for maintenance app | Stas Vilchik | 2015-06-18 | 6 | -24/+83 |
| | | |||||
* | | fix quality flaws | Stas Vilchik | 2015-06-18 | 2 | -29/+0 |
| | | |||||
* | | SONAR-6616 WS custom_measures/delete add category DbTests | Teryk Bellahsene | 2015-06-18 | 1 | -1/+4 |
| | | |||||
* | | SONAR-6610 WS custom_measures/create create a custom measure | Teryk Bellahsene | 2015-06-18 | 10 | -9/+855 |
| | | |||||
* | | update web | Stas Vilchik | 2015-06-18 | 14 | -109/+156 |
| | | |||||
* | | SONAR-6582 Fix bug with permission checks in ServerUserSession | Jean-Baptiste Lievremont | 2015-06-18 | 7 | -23/+21 |
| | | |||||
* | | SONAR-6582 Extract issue serialization class | Jean-Baptiste Lievremont | 2015-06-18 | 9 | -225/+448 |
| | | | | | | | | Use common issue JSON representation for most actions on issues. | ||||
* | | SONAR-6582 Refactor serialization of users out of user search WS | Jean-Baptiste Lievremont | 2015-06-18 | 17 | -111/+219 |
| | | |||||
* | | rename PlatformLanguageRepository to LanguageRepositoryImpl | Sébastien Lesaint | 2015-06-18 | 3 | -10/+10 |
| | | | | | | | | renaming for consistency | ||||
* | | fix PlatformLanguageRepository injection error when there is no language | Sébastien Lesaint | 2015-06-18 | 1 | -3/+6 |
| | | |||||
* | | MeasureRepository must enforce consistency of Measure and Metric | Sébastien Lesaint | 2015-06-18 | 2 | -11/+98 |
| | |