Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-6588 integrate issues to Compute Engine | Simon Brandhof | 2015-07-02 | 86 | -3560/+1810 |
* | SONAR-6623 distribution of issues by debt in Compute Engine | Simon Brandhof | 2015-07-02 | 20 | -977/+773 |
* | SONAR-6623 count issues | Simon Brandhof | 2015-07-02 | 17 | -865/+576 |
* | SONAR-6623 extract issue tracking algorithm from batch | Simon Brandhof | 2015-07-02 | 190 | -6278/+3910 |
* | SONAR-6605 Replace some batch formulas by compute formulas | Julien Lancelot | 2015-07-02 | 7 | -49/+169 |
* | SONAR-6605 Create average formula | Julien Lancelot | 2015-07-02 | 3 | -0/+553 |
* | SONAR-6605 Create distribution formula | Julien Lancelot | 2015-07-02 | 6 | -25/+594 |
* | SONAR-6605 Create sum formula | Julien Lancelot | 2015-07-02 | 4 | -0/+326 |
* | SONAR-6605 Create step computing formula measures | Julien Lancelot | 2015-07-02 | 7 | -0/+493 |
* | SONAR-6605 Do not persist FILE_COMPLEXITY_DISTRIBUTION and FUNCTION_COMPLEXIT... | Julien Lancelot | 2015-07-02 | 2 | -18/+121 |
* | SONAR-6588 Send all measures to the report, even the ones that was not marked... | Julien Lancelot | 2015-07-02 | 1 | -2/+1 |
* | Add isHigherThan method | Julien Lancelot | 2015-07-02 | 2 | -0/+38 |
* | add issues saved searches web tests | Stas Vilchik | 2015-07-02 | 6 | -7/+78 |
* | Merge branch 'feature/it' | David Gageot | 2015-07-02 | 88 | -45/+3074 |
|\ | |||||
| * | Fix script name | David Gageot | 2015-06-30 | 1 | -3/+3 |
| * | Use latest version of TravisUtils | David Gageot | 2015-06-29 | 1 | -1/+2 |
| * | Use TravisUtils | David Gageot | 2015-06-29 | 1 | -15/+6 |
| * | More test categories | David Gageot | 2015-06-29 | 2 | -4/+25 |
| * | xvfb | David Gageot | 2015-06-29 | 1 | -0/+3 |
| * | Get rid of Ruby default configuration | David Gageot | 2015-06-29 | 1 | -0/+2 |
| * | Logs | David Gageot | 2015-06-29 | 1 | -0/+2 |
| * | Simplify job | David Gageot | 2015-06-29 | 1 | -4/+0 |
| * | Logs | David Gageot | 2015-06-29 | 1 | -1/+1 |
| * | Fix build script | David Gageot | 2015-06-29 | 1 | -7/+1 |
| * | Build first | David Gageot | 2015-06-29 | 1 | -1/+3 |
| * | Add ITs | David Gageot | 2015-06-29 | 3 | -3/+17 |
| * | Reenable coverage integration tests | Simon Brandhof | 2015-06-29 | 1 | -3/+0 |
| * | Add missing copyright header | Simon Brandhof | 2015-06-29 | 1 | -0/+19 |
| * | Rename artifactId it-parent to it | Simon Brandhof | 2015-06-29 | 3 | -3/+3 |
| * | Add missing directory in integration tests | Simon Brandhof | 2015-06-29 | 35 | -0/+341 |
| * | Add integration tests on updatecenter and testing categories | Simon Brandhof | 2015-06-29 | 33 | -16/+1567 |
| * | Fix execution of integration tests from command-line | Simon Brandhof | 2015-06-29 | 14 | -26/+26 |
| * | Fix category of integration tests | Simon Brandhof | 2015-06-29 | 1 | -3/+3 |
| * | Add QualityGateNotificationTest | Simon Brandhof | 2015-06-29 | 7 | -26/+248 |
| * | First draft of integration tests | Simon Brandhof | 2015-06-29 | 20 | -45/+916 |
* | | Update Travis Tools | David Gageot | 2015-07-02 | 1 | -1/+1 |
* | | Revert "update style of search fields" | Stas Vilchik | 2015-07-01 | 1 | -2/+2 |
* | | update style of search fields | Stas Vilchik | 2015-07-01 | 1 | -2/+2 |
* | | update style of toggles | Stas Vilchik | 2015-07-01 | 1 | -12/+6 |
* | | fix typo in method name in MeasureVariations | Sébastien Lesaint | 2015-07-01 | 4 | -11/+11 |
* | | SONAR-6645 remove computation of new coverage measures from Batch | Sébastien Lesaint | 2015-07-01 | 8 | -965/+0 |
* | | SONAR-6645 move New Coverage computation to Compute Engine | Sébastien Lesaint | 2015-07-01 | 13 | -2/+1510 |
* | | Automatic merge from branch-5.1 | Jenkins CI | 2015-07-01 | 1 | -0/+8 |
|\ \ | |||||
| * | | Fix build with empty local Maven repository | Julien HENRY | 2015-06-30 | 1 | -0/+8 |
* | | | fix coverage of MeasureVariations | Sébastien Lesaint | 2015-06-30 | 1 | -0/+71 |
* | | | add issue web tests | Stas Vilchik | 2015-06-30 | 4 | -2/+119 |
* | | | fix missing provider initialization when no measure has been added to rule | Sébastien Lesaint | 2015-06-30 | 1 | -0/+4 |
* | | | add missing equals() to MeasureVariations | Sébastien Lesaint | 2015-06-30 | 1 | -1/+44 |
* | | | remove dead code (AbstractDivisionDecorator) | Sébastien Lesaint | 2015-06-30 | 2 | -210/+0 |
* | | | Fix some quality flaws | Julien HENRY | 2015-06-30 | 16 | -175/+162 |