Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-7135 WS api/measures/component_tree navigate through components and ↵ | Teryk Bellahsene | 2016-01-13 | 1 | -17/+9 |
| | | | | display measures | ||||
* | Fix quality flaws5.4-M3 | Simon Brandhof | 2016-01-06 | 1 | -2/+2 |
| | |||||
* | Upgrade to parent 26 and new copyright headers | Simon Brandhof | 2016-01-05 | 718 | -2945/+2872 |
| | |||||
* | SONAR-7129 WS api/components/tree | Teryk Bellahsene | 2015-12-21 | 2 | -1/+20 |
| | |||||
* | Automatic merge from branch-5.3 | Jenkins CI | 2015-12-14 | 4 | -20/+30 |
|\ | | | | | | | | | | | * origin/branch-5.3: Fix quality flaws in PathUtils SONAR-6939 decrease maximum nb of decimal digits to 5 | ||||
| * | Fix quality flaws in PathUtils | Simon Brandhof | 2015-12-14 | 2 | -17/+27 |
| | | |||||
| * | SONAR-6939 decrease maximum nb of decimal digits to 5 | Simon Brandhof | 2015-12-14 | 2 | -3/+3 |
| | | | | | | | | More than 5 breaks the support of big numbers | ||||
* | | Upgrade version to 5.4-SNAPSHOT | Eric Hartmann | 2015-12-09 | 1 | -1/+1 |
|/ | |||||
* | SONAR-6820 document page size limitation in WS | Teryk Bellahsene | 2015-12-08 | 1 | -0/+19 |
| | |||||
* | Revert "SONAR-6820 WS api/rules/search has a page size limit of 500" | Teryk Bellahsene | 2015-12-08 | 1 | -18/+0 |
| | | | | This reverts commit bf7964f6f2776dab0934b7d2768990de4ae6a5c2. | ||||
* | SONAR-6820 WS api/rules/search has a page size limit of 500 | Teryk Bellahsene | 2015-12-07 | 1 | -0/+18 |
| | |||||
* | Revert "SONAR-6820 WS api/rules/search has a page size limit of 500" | Teryk Bellahsene | 2015-12-07 | 1 | -18/+0 |
| | | | | This reverts commit 5aeeedbda63c17fefc7bba99dbf8c718c7bbbd17. | ||||
* | SONAR-6820 WS api/rules/search has a page size limit of 500 | Teryk Bellahsene | 2015-12-07 | 1 | -0/+18 |
| | |||||
* | SONAR-6939 ability for plugins to override the decimal scale of float | Simon Brandhof | 2015-12-07 | 19 | -675/+287 |
| | | | | measures | ||||
* | SONAR-7031 fix Logger.warn(String, Throwable) not logging exception | Sébastien Lesaint | 2015-12-07 | 5 | -4/+32 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-12-04 | 3 | -19/+24 |
| | |||||
* | SONAR-7113 API - Support Markdown descriptions in RulesDefinitionXmlLoader | Simon Brandhof | 2015-12-04 | 3 | -70/+128 |
| | |||||
* | SONAR-7049 check max length of rule/rule param fields | simonbrandhof | 2015-12-04 | 2 | -5/+20 |
| | |||||
* | SONAR-7028 Update default value of sonar.technicalDebt.ratingGrid | Julien Lancelot | 2015-12-03 | 1 | -1/+1 |
| | | | | Default value is now "0.05,0.1,0.2,0.5", it was "0.1,0.2,0.5,1" | ||||
* | SONAR-6933 Drop newDuplication() beta API | Julien HENRY | 2015-12-01 | 11 | -516/+6 |
| | |||||
* | Improve Dateutils code coverage | Teryk Bellahsene | 2015-11-26 | 1 | -0/+6 |
| | |||||
* | SONAR-6591 Add SQALE metadata to XML rule format | Simon Brandhof | 2015-11-25 | 5 | -110/+387 |
| | |||||
* | SONAR-7039 Generate user tokens | Teryk Bellahsene | 2015-11-23 | 2 | -1/+5 |
| | |||||
* | SONAR-7037 Improve logging on authentication failure | Duarte Meneses | 2015-11-20 | 1 | -3/+19 |
| | |||||
* | SONAR-7057 Delete deprecated org.sonar.api.checks.NoSonarFilter | Julien HENRY | 2015-11-20 | 2 | -164/+0 |
| | |||||
* | SONAR-6752 Deprecate org.sonar.batch.issue.IssueFilters extension point and ↵ | Duarte Meneses | 2015-11-18 | 10 | -33/+159 |
| | | | | add new one | ||||
* | SONAR-7023 Restore task API | Julien HENRY | 2015-11-17 | 6 | -17/+27 |
| | |||||
* | SONAR-7025 Move "Public API" metric to the "Documentation" category | Stas Vilchik | 2015-11-17 | 1 | -1/+1 |
| | |||||
* | SONAR-5894 Support symbol references with different length | Duarte Meneses | 2015-11-17 | 1 | -0/+18 |
| | |||||
* | SONAR-6887 Make it clear in SCM API that date and revision are mandatory on ↵ | Duarte Meneses | 2015-11-16 | 3 | -3/+22 |
| | | | | line blame | ||||
* | SONAR-6183 Validate that coverage measures are correct regarding line number ↵ | Duarte Meneses | 2015-11-16 | 2 | -7/+69 |
| | | | | and resource | ||||
* | SONAR-5676 Improve validation of highlighting API | Duarte Meneses | 2015-11-16 | 2 | -0/+13 |
| | |||||
* | Fix some quality flaws | Julien HENRY | 2015-11-10 | 1 | -3/+1 |
| | |||||
* | SONAR-6916 Improve documentation by adding mandatory information on WS | Teryk Bellahsene | 2015-11-09 | 1 | -2/+5 |
| | |||||
* | SONAR-6916 Enforce some mandatory web service metadata | Teryk Bellahsene | 2015-11-09 | 2 | -191/+294 |
| | |||||
* | SONAR-6989 Feed the file duplication index in the batch report | Julien HENRY | 2015-11-09 | 1 | -8/+2 |
| | |||||
* | SONAR-6998 Remove injection of MavenProject in module IoC container | Julien HENRY | 2015-11-05 | 1 | -19/+1 |
| | |||||
* | Revert "SONAR-6916 Enforce some mandatory web service metadata" | Teryk Bellahsene | 2015-11-05 | 2 | -281/+191 |
| | | | | This reverts commit 3608f17625b2c54882ebef237b0bc9525eda7e19. | ||||
* | Revert "SONAR-6916 Improve documentation by adding mandatory information on WS" | Teryk Bellahsene | 2015-11-05 | 1 | -5/+2 |
| | | | | This reverts commit 70b1e1b1539913ff0e5ee8085736419e54eebade. | ||||
* | SONAR-6916 Improve documentation by adding mandatory information on WS | Teryk Bellahsene | 2015-11-05 | 1 | -2/+5 |
| | |||||
* | SONAR-6916 Enforce some mandatory web service metadata | Teryk Bellahsene | 2015-11-05 | 2 | -191/+281 |
| | |||||
* | SONAR-6954 Add 'since' tag to WS parameters | Teryk Bellahsene | 2015-11-05 | 2 | -0/+18 |
| | |||||
* | Don't load Decorators in pico | Julien HENRY | 2015-11-05 | 1 | -3/+0 |
| | |||||
* | SONAR-6658 Remove ProjectClasspath, ProjectFileSystem, sonar.binaries, ↵ | Julien HENRY | 2015-11-05 | 5 | -445/+3 |
| | | | | sonar.libraries | ||||
* | SONAR-6462 Add deprecated flag on WS and WS parameters | Teryk Bellahsene | 2015-11-04 | 2 | -15/+55 |
| | |||||
* | SONAR-6931 Speed up issues mode by scanning only changed files | Duarte Meneses | 2015-11-04 | 1 | -3/+22 |
| | |||||
* | SONAR-6355 Period 1 is now the leak period | Julien Lancelot | 2015-10-30 | 1 | -13/+0 |
| | | | | | | Period 1 is renamed 'Leak Period' and set to 'since previous version' Period 2 is now set to 'since previous analyis' Period 3 is now set to 'over 30 days' | ||||
* | Merge remote-tracking branch 'origin/branch-5.2' | Simon Brandhof | 2015-10-30 | 3 | -13/+46 |
|\ | |||||
| * | Complete javadoc of RulesDefinitionXmlLoader | Simon Brandhof | 2015-10-29 | 3 | -13/+46 |
| | | |||||
| * | [maven-release-plugin] prepare for next development iteration | Thomas Vérin | 2015-10-27 | 1 | -1/+1 |
| | |