| Commit message (Expand) | Author | Age | Files | Lines |
* | SONAR-6717 Mark org.sonar.api.issue.action.Action as deprecated | Simon Brandhof | 2015-08-06 | 2 | -11/+6 |
* | SONAR-6479 WS permissions/users search users with a specific permission | Teryk Bellahsene | 2015-08-06 | 1 | -5/+3 |
* | Draft of WS api/issues/search2 | Simon Brandhof | 2015-08-05 | 1 | -0/+2 |
* | SONAR-6754 Add support of execution flow in Xoo | Julien HENRY | 2015-08-05 | 2 | -4/+16 |
* | Fix some quality flaws | Julien HENRY | 2015-08-05 | 1 | -11/+13 |
* | SONAR-6761 Drop incremental mode | Duarte Meneses | 2015-08-05 | 4 | -16/+3 |
* | Rework new measure API | Julien HENRY | 2015-08-04 | 9 | -117/+58 |
* | Improve quality | Duarte Meneses | 2015-07-31 | 3 | -7/+9 |
* | SONAR-6052 Extract primaryLocation as a special attribute | Julien HENRY | 2015-07-31 | 18 | -129/+289 |
* | Write raw issues directly in protobuf report | Julien HENRY | 2015-07-31 | 2 | -8/+6 |
* | Add org.sonar.api.server.ws.Request#getMediaType() | Simon Brandhof | 2015-07-30 | 3 | -4/+26 |
* | Fix rules handling with duplicated internalKey | Duarte Meneses | 2015-07-29 | 3 | -10/+102 |
* | deprecate RulesProfile | Duarte Meneses | 2015-07-29 | 1 | -0/+8 |
* | Revert "SONAR-6746 Drop Plugin interface + batch cleanup" | Simon Brandhof | 2015-07-29 | 2 | -7/+79 |
* | SONAR-6713 Load rules in global container | Duarte Meneses | 2015-07-28 | 4 | -8/+18 |
* | SONAR-6746 Drop Plugin interface + batch cleanup | Julien HENRY | 2015-07-28 | 2 | -79/+7 |
* | SONAR-6368 Remove deprecated violation API | Julien HENRY | 2015-07-24 | 6 | -567/+7 |
* | SONAR-6577 Offline mode in preview mode | Duarte Meneses | 2015-07-24 | 3 | -0/+17 |
* | Add @deprecated and all formulas api and remove some decorator usage in test | Julien Lancelot | 2015-07-24 | 6 | -4/+14 |
* | SONAR-6695 Remove decorators execution from the batch | Julien Lancelot | 2015-07-23 | 3 | -0/+12 |
* | SONAR-6605 Remove formulas on Metric public_api and public_undocumented_api | Julien Lancelot | 2015-07-23 | 1 | -2/+0 |
* | Remove formula on design metrics | Julien Lancelot | 2015-07-23 | 1 | -4/+0 |
* | SONAR-6605 Move complexity formulas to its own step | Julien Lancelot | 2015-07-23 | 1 | -1/+0 |
* | SONAR-6605 Move sum coverage formulas to CoverageMeasuresStep | Julien Lancelot | 2015-07-23 | 1 | -25/+1 |
* | SONAR-6727 Drop aggregation of RFC, RFC_DISTRIBUTION and LCOM4_DISTRIBUTION m... | Julien Lancelot | 2015-07-23 | 1 | -4/+0 |
* | SONAR-4865, SONAR-6052 Improved issue locations | Julien HENRY | 2015-07-23 | 14 | -238/+472 |
* | SONAR-6605 forgotten Formula in CoreMetrics for Metrics moved to CE | Sébastien Lesaint | 2015-07-23 | 1 | -2/+0 |
* | Revert deletion of CountDistributionBuilder | Julien Lancelot | 2015-07-22 | 2 | -0/+255 |
* | Remove useless usage of BatchReport.Measure.setDescription() and setVariation... | Julien Lancelot | 2015-07-21 | 1 | -8/+7 |
* | Fix quality flaws | Simon Brandhof | 2015-07-21 | 1 | -1/+1 |
* | SONAR-6679 Remove computation of language distribution measures from batch | Julien Lancelot | 2015-07-21 | 2 | -253/+0 |
* | Allow COMMENTED_OUT_CODE_LINES and PACKAGES to be send by the batch | Julien Lancelot | 2015-07-21 | 1 | -2/+0 |
* | Remove unused db classes Snapshot and ResourceModel | Simon Brandhof | 2015-07-20 | 3 | -685/+0 |
* | SONAR-6709 Simplify RulesDefinition API when two plugins define the same repo... | Simon Brandhof | 2015-07-20 | 1 | -2/+2 |
* | SONAR-6682 Move computation comment_lines to CommentMeasuresStep | Julien Lancelot | 2015-07-17 | 1 | -1/+0 |
* | Fix medium tests and improve temp folders | Duarte Meneses | 2015-07-17 | 1 | -35/+13 |
* | Rename remaining variables "sut" to "underTest" in tests | Simon Brandhof | 2015-07-16 | 3 | -34/+32 |
* | Rename variables "sut" to "underTest" in tests | Simon Brandhof | 2015-07-16 | 4 | -116/+116 |
* | Move accessors formula to compute engine | Julien Lancelot | 2015-07-15 | 1 | -1/+0 |
* | SONAR-6709 Simplify RulesDefinition API when two plugins define the same repo... | Simon Brandhof | 2015-07-10 | 2 | -64/+131 |
* | SONAR-6704 Exclude the scm-stats plugin from preview analysis | Simon Brandhof | 2015-07-09 | 1 | -1/+3 |
* | SONAR-6701 - Drop the db table SEMAPHORES | Simon Brandhof | 2015-07-08 | 1 | -0/+2 |
* | Unused imports | David Gageot | 2015-07-07 | 3 | -4/+0 |
* | SONAR-6680 Move computation of measure Quality Profile to Compute Engine | Julien Lancelot | 2015-07-03 | 2 | -19/+8 |
* | Fix quality flaws | Julien Lancelot | 2015-07-03 | 3 | -29/+50 |
* | SONAR-6588 drop db connection from batch | Simon Brandhof | 2015-07-02 | 6 | -294/+1 |
* | Merge branch 'feature/ce_issue_tracking' | Simon Brandhof | 2015-07-02 | 25 | -1574/+95 |
|\ |
|
| * | SONAR-6588 move computation of debt to Compute Engine | Simon Brandhof | 2015-07-02 | 17 | -765/+293 |
| * | SONAR-6588 integrate issues to Compute Engine | Simon Brandhof | 2015-07-02 | 6 | -116/+10 |
| * | SONAR-6623 distribution of issues by debt in Compute Engine | Simon Brandhof | 2015-07-02 | 3 | -52/+10 |