Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused db classes Snapshot and ResourceModel | Simon Brandhof | 2015-07-20 | 1 | -63/+0 |
| | |||||
* | 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 |
| | |||||
* | SONAR-6709 Simplify RulesDefinition API when two plugins define the same ↵ | Simon Brandhof | 2015-07-10 | 1 | -22/+46 |
| | | | | repository | ||||
* | Unused imports | David Gageot | 2015-07-07 | 3 | -4/+0 |
| | |||||
* | SONAR-6588 move computation of debt to Compute Engine | Simon Brandhof | 2015-07-02 | 9 | -737/+235 |
| | |||||
* | SONAR-6588 integrate issues to Compute Engine | Simon Brandhof | 2015-07-02 | 1 | -4/+0 |
| | |||||
* | SONAR-6623 distribution of issues by debt in Compute Engine | Simon Brandhof | 2015-07-02 | 1 | -52/+0 |
| | | | | This allows to deprecate org.sonar.api.measures.RuleMeasure | ||||
* | SONAR-6623 extract issue tracking algorithm from batch | Simon Brandhof | 2015-07-02 | 8 | -542/+694 |
| | |||||
* | remove dead code (AbstractDivisionDecorator) | Sébastien Lesaint | 2015-06-30 | 1 | -116/+0 |
| | |||||
* | Quality flaws | Simon Brandhof | 2015-06-29 | 3 | -4/+10 |
| | | | | | - do not declare multiple variables on same line - fix imports | ||||
* | SONAR-6635 Parsing of date should not be lenient | Julien HENRY | 2015-06-29 | 1 | -0/+6 |
| | |||||
* | SONAR-6582 Extract class to serialize components | Jean-Baptiste Lievremont | 2015-06-22 | 1 | -1/+1 |
| | |||||
* | Merge pull request #366 from gliptak/warnings1 | Sébastien Lesaint | 2015-06-19 | 1 | -2/+2 |
|\ | | | | | Cleanup warnings | ||||
| * | Cleanup warnings | Gabor Liptak | 2015-06-17 | 1 | -2/+2 |
| | | |||||
* | | Remove Hibernate entity "MeasureModel" | Simon Brandhof | 2015-06-17 | 2 | -63/+3 |
|/ | |||||
* | Drop support of org.sonar.api.batch.TimeMachine | Simon Brandhof | 2015-06-12 | 1 | -43/+0 |
| | | | | It can't be supported anymore by design. Analyzers do not connect to database anymore. | ||||
* | SONAR-6370 fix quality flaws | Simon Brandhof | 2015-06-05 | 2 | -29/+26 |
| | |||||
* | SONAR-6370 remove support of KeyValueFormat#format(Multiset) | Simon Brandhof | 2015-06-05 | 1 | -37/+15 |
| | | | | guava is not exposed in API | ||||
* | SONAR-6606 drop origin column from metrics table | Teryk Bellahsene | 2015-06-04 | 1 | -1/+0 |
| | |||||
* | SONAR-3821 Drop any Maven dependency | Julien HENRY | 2015-06-03 | 22 | -742/+0 |
| | |||||
* | Replace references to jira.codehaus.org by jira.sonarsource.com | Simon Brandhof | 2015-05-29 | 3 | -3/+3 |
| | |||||
* | Enable CommandExecutor tests | Julien HENRY | 2015-05-28 | 1 | -7/+4 |
| | |||||
* | Disable two failing tests | Julien HENRY | 2015-05-27 | 1 | -0/+3 |
| | |||||
* | Add test for CommandExecutor timeout with new shell | Julien HENRY | 2015-05-27 | 1 | -4/+14 |
| | |||||
* | SONAR-6567 disable extension point NotificationDispatcher in batch | Simon Brandhof | 2015-05-22 | 3 | -187/+0 |
| | | | | Currently it's only removed from API. Will be removed from batch after that events are in Compute Engine (for change of quality gate status) | ||||
* | SONAR-6555 Drop design related features on batch side | Julien HENRY | 2015-05-19 | 4 | -69/+0 |
| | |||||
* | SONAR-6517 merge sonar-deprecated into sonar-plugin-api | Simon Brandhof | 2015-05-19 | 18 | -0/+1154 |
| | | | | It allows to use the shaded and relocated dependencies of sonar-plugin-api | ||||
* | Fix quality flaws | Simon Brandhof | 2015-05-15 | 1 | -10/+39 |
| | |||||
* | rename web services with the xxxWs form | Teryk Bellahsene | 2015-05-15 | 2 | -7/+7 |
| | |||||
* | SONAR-6548 Restore support of deprecated org.sonar.api.resources.InputFile | Julien HENRY | 2015-05-13 | 1 | -1/+5 |
| | |||||
* | Tests should use ExpectedException | David Gageot | 2015-05-13 | 4 | -52/+51 |
| | |||||
* | SONAR-6548 Remove resource key migration introduced in 4.2 | Julien HENRY | 2015-05-13 | 1 | -79/+0 |
| | |||||
* | Use StandardCharsets instead of guava/commons-io | Julien HENRY | 2015-05-12 | 5 | -59/+56 |
| | |||||
* | Useless code | David Gageot | 2015-05-12 | 2 | -5/+5 |
| | |||||
* | SONAR-6370 isolate plugin classloader from core | Simon Brandhof | 2015-05-11 | 3 | -573/+0 |
| | |||||
* | Redundant imports | David Gageot | 2015-05-07 | 7 | -11/+0 |
| | |||||
* | Redundant throws clause in tests | David Gageot | 2015-05-07 | 65 | -227/+227 |
| | |||||
* | SONAR-6200 New Sensor API to report UT/IT/Overall coverage | Julien HENRY | 2015-04-22 | 2 | -0/+38 |
| | |||||
* | SONAR-3676 add flag to not serialize empty strings to JSON | Sébastien Lesaint | 2015-04-17 | 1 | -0/+24 |
| | |||||
* | Remove coupling of sonar-plugin-api on Guava 10 | Simon Brandhof | 2015-04-16 | 3 | -341/+2 |
| | | | | in order to prepare upgrade to Guava 18 in core codebase | ||||
* | SONAR-6408 Restore PostJob execution in preview mode | Julien HENRY | 2015-04-14 | 1 | -1/+1 |
| | |||||
* | Restore old behavior for InputFile::lines() -> returns 1 for empty files | Julien HENRY | 2015-04-13 | 1 | -2/+10 |
| | |||||
* | Fix regression during local issue tracking on empty files | Julien HENRY | 2015-04-08 | 1 | -0/+18 |
| | |||||
* | SONAR-6253 Add lines count in report | Julien HENRY | 2015-04-07 | 1 | -4/+1 |
| | |||||
* | Use random timezone when executing tests from maven | Simon Brandhof | 2015-04-02 | 1 | -1/+1 |
| | | | | This allows to fail-fast if a test is heavily coupled with local timezone. | ||||
* | SONAR-6319 Fix perf regression for highlighting | Julien HENRY | 2015-04-01 | 1 | -1/+3 |
| | |||||
* | SONAR-6319 SONAR-6321 Feed highlighting and symbols in compute report | Julien HENRY | 2015-03-31 | 5 | -46/+409 |
| | |||||
* | Revert "Remove all deprecated Violation APIs" | Julien Lancelot | 2015-03-27 | 2 | -0/+142 |
| | | | | This reverts commit 5446d877b4e67f2f32ac869e76d9ad02ca226773. | ||||
* | Remove all deprecated Violation APIs | Julien HENRY | 2015-03-27 | 2 | -142/+0 |
| |