Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix medium tests and improve temp folders | Duarte Meneses | 2015-07-17 | 4 | -23/+38 | |
| | ||||||
* | Disable JMX in Persistit | Duarte Meneses | 2015-07-17 | 2 | -2/+1 | |
| | ||||||
* | Merge remote-tracking branch 'origin/branch-5.1' | Simon Brandhof | 2015-07-15 | 1 | -5/+5 | |
|\ | ||||||
| * | SONAR-6685, SONAR-6351 Fix syntax issue when generating HTML report | Julien HENRY | 2015-07-15 | 1 | -5/+5 | |
| | | ||||||
| * | Merge pull request #403 from SonarSource/feature/fix_notif_manager_preview | Julien HENRY | 2015-07-13 | 1 | -1/+1 | |
| |\ | | | | | | | SONAR-6673 Do not try to load DefaultNotificationManager in preview mode | |||||
| | * | SONAR-6673 Do not try to load DefaultNotificationManager in preview mode | Julien HENRY | 2015-06-30 | 1 | -1/+1 | |
| | | | ||||||
* | | | SONAR-6682 Remove computation of comment density measures from the batch | Julien Lancelot | 2015-07-15 | 3 | -169/+1 | |
| | | | ||||||
* | | | fix quality flaw: method can be static | Sébastien Lesaint | 2015-07-10 | 1 | -1/+1 | |
| | | | ||||||
* | | | Automatic merge from branch-5.1 | Jenkins CI | 2015-07-09 | 2 | -12/+25 | |
|\| | | | | | | | | | | | | | | * origin/branch-5.1: SONAR-6706 org.sonar.api.rules.ActiveRule.getRule().getTemplate() is always null on batch | |||||
| * | | SONAR-6706 org.sonar.api.rules.ActiveRule.getRule().getTemplate() is always ↵ | Simon Brandhof | 2015-07-09 | 2 | -12/+25 | |
| |/ | | | | | | | null on batch | |||||
| * | Update version to 5.1.2-SNAPSHOT | Eric Hartmann | 2015-06-02 | 1 | -1/+1 | |
| | | ||||||
| * | Release 5.1.15.1.1 | Eric Hartmann | 2015-06-02 | 1 | -1/+1 | |
| | | ||||||
| * | SONAR-6398 Restore PostJob execution in preview mode | Julien HENRY | 2015-05-25 | 1 | -1/+6 | |
| | | ||||||
| * | Update version to 5.1.1-SNAPSHOT | Sonartech | 2015-04-02 | 1 | -1/+1 | |
| | | ||||||
| * | Release 5.15.1 | Sonartech | 2015-04-02 | 1 | -1/+1 | |
| | | ||||||
| * | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2015-03-23 | 1 | -1/+1 | |
| | | ||||||
| * | [maven-release-plugin] prepare release 5.1-RC25.1-RC2 | Eric Hartmann | 2015-03-23 | 1 | -1/+1 | |
| | | ||||||
* | | SONAR-6677 remove coverage Decorators from batch | Sébastien Lesaint | 2015-07-09 | 20 | -1758/+1 | |
| | | ||||||
* | | FIX Redundant throws clause | David Gageot | 2015-07-07 | 2 | -2/+2 | |
| | | ||||||
* | | Unused imports | David Gageot | 2015-07-07 | 1 | -1/+0 | |
| | | ||||||
* | | SONAR-6680 Remove quality profile decorator from batch | Julien Lancelot | 2015-07-07 | 4 | -163/+2 | |
| | | ||||||
* | | Extract module sonar-db | Simon Brandhof | 2015-07-04 | 16 | -624/+14 | |
| | | ||||||
* | | SONAR-6680 Move computation of measure Quality Profile to Compute Engine | Julien Lancelot | 2015-07-03 | 2 | -27/+2 | |
| | | ||||||
* | | Fix quality flaws | Julien Lancelot | 2015-07-03 | 2 | -26/+31 | |
| | | ||||||
* | | Revert remove of RuleI18n component from batch | Simon Brandhof | 2015-07-03 | 1 | -0/+2 | |
| | | ||||||
* | | SONAR-6588 drop db connection from batch | Simon Brandhof | 2015-07-02 | 49 | -2997/+30 | |
| | | ||||||
* | | Temporarily disable a test of LogListenerTest | Simon Brandhof | 2015-07-02 | 1 | -0/+2 | |
| | | ||||||
* | | Merge branch 'feature/ce_issue_tracking' | Simon Brandhof | 2015-07-02 | 65 | -4355/+267 | |
|\ \ | ||||||
| * | | SONAR-6588 move computation of debt to Compute Engine | Simon Brandhof | 2015-07-02 | 6 | -144/+4 | |
| | | | ||||||
| * | | SONAR-6588 integrate issues to Compute Engine | Simon Brandhof | 2015-07-02 | 23 | -1818/+211 | |
| | | | ||||||
| * | | SONAR-6623 distribution of issues by debt in Compute Engine | Simon Brandhof | 2015-07-02 | 6 | -633/+367 | |
| | | | | | | | | | | | | This allows to deprecate org.sonar.api.measures.RuleMeasure | |||||
| * | | SONAR-6623 count issues | Simon Brandhof | 2015-07-02 | 2 | -67/+1 | |
| | | | ||||||
| * | | SONAR-6623 extract issue tracking algorithm from batch | Simon Brandhof | 2015-07-02 | 52 | -2066/+57 | |
| | | | ||||||
* | | | Support // testing | David Gageot | 2015-07-02 | 1 | -17/+11 | |
| | | | ||||||
* | | | Handle two threads asking for a temp folder at the very same time | David Gageot | 2015-07-02 | 1 | -1/+4 | |
| | | | ||||||
* | | | Avoid additional NPE on test failure | David Gageot | 2015-07-02 | 1 | -4/+8 | |
| | | | ||||||
* | | | Revert "SONAR-6605 Replace some batch formulas by compute formulas" | Julien Lancelot | 2015-07-02 | 2 | -2/+27 | |
| | | | | | | | | | | | | This reverts commit 2f948758eebec934beb54701792cf2d558319251. | |||||
* | | | add ability to dump batch report enabled by sonar.batch.dumpReportDir | Sébastien Lesaint | 2015-07-02 | 1 | -8/+48 | |
| | | | | | | | | | | | | batch report dump are saved in the directory specified by the property sonar.batch.dumpReportDir and the batch is NOT pushed to the server | |||||
* | | | SONAR-6628 fix warning log displaying value, security hole | Sébastien Lesaint | 2015-07-02 | 4 | -9/+6 | |
|/ / | ||||||
* | | SONAR-6605 Replace some batch formulas by compute formulas | Julien Lancelot | 2015-07-02 | 2 | -27/+2 | |
| | | ||||||
* | | SONAR-6588 Send all measures to the report, even the ones that was not ↵ | Julien Lancelot | 2015-07-02 | 1 | -2/+1 | |
| | | | | | | | | | | | | marked to be stored in database Removing this check allow to send all file measures to the report | |||||
* | | SONAR-6645 remove computation of new coverage measures from Batch | Sébastien Lesaint | 2015-07-01 | 8 | -965/+0 | |
| | | ||||||
* | | Fix some quality flaws | Julien HENRY | 2015-06-30 | 6 | -39/+32 | |
| | | ||||||
* | | SONAR-6628 warn log if any sonar.jdbc property is set in Batch | Sébastien Lesaint | 2015-06-30 | 6 | -17/+159 | |
| | | ||||||
* | | SONAR-6621 warn log if sonar.qualitygate set in project properties | Sébastien Lesaint | 2015-06-30 | 2 | -2/+34 | |
| | | ||||||
* | | Fix quality flaws | Simon Brandhof | 2015-06-30 | 1 | -6/+6 | |
| | | ||||||
* | | Quality flaws | Simon Brandhof | 2015-06-29 | 11 | -31/+60 | |
| | | | | | | | | | | - do not declare multiple variables on same line - fix imports | |||||
* | | SONAR-6200 Apply coverage exclusions on new Sensor API | Julien HENRY | 2015-06-29 | 3 | -15/+46 | |
| | | ||||||
* | | SONAR-6664 remove SqaleRatingDecorator from batch | Sébastien Lesaint | 2015-06-26 | 8 | -784/+2 | |
| | | ||||||
* | | SONAR-6664 compute Sqale metrics in CE | Sébastien Lesaint | 2015-06-26 | 1 | -1/+6 | |
| | |