Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-6395 Remove measure filter extension point | Julien Lancelot | 2017-02-01 | 5 | -452/+0 | |
| | ||||||
* | SONAR-7762 Remove allow to signup feature | Julien Lancelot | 2017-02-01 | 1 | -0/+7 | |
| | ||||||
* | SONAR-8087 Deprecate no more used types in PropertyType API | Julien Lancelot | 2017-02-01 | 1 | -1/+10 | |
| | ||||||
* | SONAR-6393 Remove quality model extension point | Julien Lancelot | 2017-02-01 | 2 | -96/+0 | |
| | ||||||
* | SONAR-8470 Allow rendering some static files from root | Julien Lancelot | 2017-02-01 | 2 | -4/+8 | |
| | ||||||
* | SONAR-7946 Fail with IllegalStateException on errors | Julien Lancelot | 2017-02-01 | 2 | -34/+32 | |
| | ||||||
* | SONAR-7300 Display a proper message when id is missing | Julien Lancelot | 2017-01-30 | 1 | -3/+1 | |
| | ||||||
* | Improve quality and javadoc | Duarte Meneses | 2017-01-30 | 6 | -10/+37 | |
| | ||||||
* | SONAR-8622 Lazily generate metadata for input files | Duarte Meneses | 2017-01-27 | 10 | -36/+77 | |
| | ||||||
* | SONAR-8630 query by filename and ext (#1555) | Janos Gyerik | 2017-01-27 | 9 | -0/+304 | |
| | ||||||
* | SONAR-8631 Only publish input files used by sensors | Duarte Meneses | 2017-01-27 | 24 | -79/+76 | |
| | ||||||
* | Refactor resources API | Duarte Meneses | 2017-01-27 | 21 | -268/+252 | |
| | ||||||
* | Improve quality | Duarte Meneses | 2017-01-27 | 1 | -1/+0 | |
| | ||||||
* | SONAR-8622 Lazily generate metadata for input files | Duarte Meneses | 2017-01-27 | 40 | -458/+799 | |
| | ||||||
* | SONAR-8684 Cleanup code related to rails | Julien Lancelot | 2017-01-26 | 2 | -3/+2 | |
| | | | | Signed-off-by: Julien Lancelot <julien.lancelot@sonarsource.com> | |||||
* | SONAR-8684 Remove RailsHandler | Julien Lancelot | 2017-01-24 | 2 | -70/+0 | |
| | ||||||
* | SONAR-7298 Deprecate and rewrite WS api/projects/index in Java | Julien Lancelot | 2017-01-24 | 1 | -23/+0 | |
| | ||||||
* | SONAR-8684 Remove Java classes related to rails | Julien Lancelot | 2017-01-24 | 2 | -85/+0 | |
| | ||||||
* | Remove Internal.durations in Ruby | Simon Brandhof | 2017-01-18 | 1 | -2/+0 | |
| | ||||||
* | SONAR-8652 Pass value of sonar.organization in the scanner report | Julien HENRY | 2017-01-16 | 1 | -0/+5 | |
| | ||||||
* | SONAR-8429 add organization parameter to api/ce/submit | Sébastien Lesaint | 2017-01-16 | 1 | -1/+1 | |
| | | | | remove hardcode to default organization from ComponentService | |||||
* | SONAR-8582 Deprecate old Page API and related classes | Teryk Bellahsene | 2017-01-13 | 12 | -41/+42 | |
| | ||||||
* | SONAR-8581 Create new PagesDefinition API to create a new page in a plugin | Teryk Bellahsene | 2017-01-13 | 7 | -0/+572 | |
| | ||||||
* | SONAR-8458 store semantic version in sq-version.txt | David Rautureau | 2017-01-11 | 1 | -1/+1 | |
| | | | | | | | | | | Scanners load the file sq-version.txt to get the version of SonarQube. Some scanners, for example Maven, do not correctly support the new format on 4 fields. For this reason a 3-digits format must be kept for backward-compatibility. The complete version in the new format is available in the new file sonar-api-version.txt | |||||
* | SONAR-8458 add SonarQube buildNumber to plugin API | Simon Brandhof | 2017-01-11 | 8 | -48/+120 | |
| | ||||||
* | SONAR-7300 Deprecate and rewrite api/properties/index in Java | Julien Lancelot | 2017-01-10 | 1 | -2/+3 | |
| | ||||||
* | SONAR-8592 Reverse order of locations in flows of issues | Duarte Meneses | 2017-01-06 | 1 | -1/+2 | |
| | ||||||
* | Fix some quality flaws | Julien HENRY | 2017-01-03 | 1 | -1/+1 | |
| | ||||||
* | SONAR-8567 Improve logging API to accept a lambda as argument | Julien HENRY | 2017-01-03 | 2 | -1/+89 | |
| | ||||||
* | Fix Quality flaws | Simon Brandhof | 2017-01-02 | 2 | -7/+10 | |
| | | | | Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com> | |||||
* | Fix quality flaws | Julien Lancelot | 2017-01-02 | 1 | -1/+1 | |
| | ||||||
* | Fix Request tests | Teryk Bellahsene | 2016-12-30 | 1 | -3/+3 | |
| | ||||||
* | SONAR-7297 Replace Ruby WS api/issues/bulk_change by Java WS | Julien Lancelot | 2016-12-30 | 1 | -6/+9 | |
| | ||||||
* | Fix quality flaws | Teryk Bellahsene | 2016-12-22 | 1 | -4/+3 | |
| | ||||||
* | Fix quality flaws | Julien HENRY | 2016-12-16 | 6 | -56/+13 | |
| | ||||||
* | Typo: "componet" instead of "component" (#1463) | Oliver Trosien | 2016-12-14 | 1 | -2/+2 | |
| | ||||||
* | SONAR-7291 Rename IssueUpdater to IssueFieldsSetter | Julien Lancelot | 2016-12-12 | 1 | -1/+2 | |
| | | | | A new IssueUpdater used to update issue in db needs to be created | |||||
* | Automatic merge from branch-6.2 | ssjenka | 2016-12-05 | 2 | -21/+35 | |
|\ | | | | | | | | | * origin/branch-6.2: Fix duplicated logs in LogTester | |||||
| * | Fix duplicated logs in LogTester | Simon Brandhof | 2016-12-05 | 2 | -21/+35 | |
| | | ||||||
* | | SONAR-8416 move handling logic out from UnauthorizedException | Sébastien Lesaint | 2016-12-01 | 1 | -21/+0 | |
|/ | | | | and to AuthenticationError | |||||
* | SONAR-8329 Get rid of 'Documentation' category in the measures page | Teryk Bellahsene | 2016-11-11 | 1 | -9/+19 | |
| | ||||||
* | SONAR-8328 SONAR-4872 Deprecate and Hide metrics public_api, ↵ | Teryk Bellahsene | 2016-11-11 | 1 | -0/+18 | |
| | | | | public_documented_api_density and public_undocumented_api | |||||
* | Fix Quality flaws about complexity | Simon Brandhof | 2016-11-11 | 2 | -39/+44 | |
| | ||||||
* | fix quality flaws | Teryk Bellahsene | 2016-11-10 | 4 | -49/+73 | |
| | ||||||
* | SONAR-8352 add the scanner properties sonar.analysis.* to payload | Simon Brandhof | 2016-11-09 | 2 | -6/+10 | |
| | ||||||
* | SONAR-8354 Complete javadoc on deprecated class related to dashboards | Julien Lancelot | 2016-11-09 | 12 | -12/+12 | |
| | ||||||
* | SONAR-8355 Remove property 'supportsMeasureFilters' from ResourceType API | Julien Lancelot | 2016-11-09 | 2 | -29/+10 | |
| | ||||||
* | SONAR-8354 Deprecate API related to dashboards | Julien Lancelot | 2016-11-09 | 12 | -0/+31 | |
| | ||||||
* | Fix some Quality flaws about nullability of variables | Simon Brandhof | 2016-11-09 | 7 | -40/+34 | |
| | ||||||
* | SONAR-8172 add steroid support for optional parameters in Request | Sébastien Lesaint | 2016-11-08 | 2 | -1/+456 | |
| | | | | | also adds support for validation of parameter parameter value when it is retrieved from request also adds support for customized extraction and validation parameter value from the request |