| Commit message (Expand) | Author | Age | Files | Lines |
* | SONAR-9277 WS api/issues/edit_comment deprecate components.uuid field and dro... | Teryk Bellahsene | 2017-05-23 | 2 | -3/+3 |
* | SONAR-9277 WS api/issues/edit_comment replace part of description with changelog | Teryk Bellahsene | 2017-05-23 | 1 | -3/+6 |
* | SONAR-9269 WS api/issues/add_comment check json example is not empty | Teryk Bellahsene | 2017-05-23 | 1 | -1/+1 |
* | SONAR-9269 WS api/issues/add_comment deprecate components.uuid field in response | Teryk Bellahsene | 2017-05-23 | 1 | -1/+2 |
* | SONAR-9269 Drop database ids of component in api/issues/* WS responses | Teryk Bellahsene | 2017-05-23 | 16 | -72/+32 |
* | SONAR-9269 WS api/issues/add_comment change description to changelog | Teryk Bellahsene | 2017-05-23 | 1 | -2/+3 |
* | Automatic merge from branch-6.4 | ssjenka | 2017-05-19 | 1 | -0/+6 |
|\ |
|
| * | SONAR-9286 Fix ES error at startup | Eric Hartmann | 2017-05-19 | 1 | -0/+6 |
* | | Automatic merge from branch-6.4 | ssjenka | 2017-05-19 | 7 | -64/+102 |
|\| |
|
| * | SONAR-8748 fix typo in UnauthorizedException message | Sébastien Lesaint | 2017-05-19 | 1 | -1/+1 |
| * | SONAR-8888 use DefinedQProfileInsert when creating an organization | Sébastien Lesaint | 2017-05-19 | 6 | -63/+101 |
* | | Merge remote-tracking branch 'origin/branch-6.4' | Simon Brandhof | 2017-05-18 | 1 | -2/+15 |
|\| |
|
| * | Fix stability of integration tests on Oracle | Simon Brandhof | 2017-05-18 | 1 | -2/+15 |
| * | Reuse version 6.4-SNAPSHOT | Simon Brandhof | 2017-05-18 | 1 | -1/+1 |
| * | 6.4-RC16.4-RC1 | Simon Brandhof | 2017-05-16 | 1 | -1/+1 |
* | | Prepare for next development version 6.5-SNAPSHOT | Simon Brandhof | 2017-05-16 | 1 | -1/+1 |
|/ |
|
* | SONAR-3915 Give the admin a way to send users issue reports on non favorite p... | Teryk Bellahsene | 2017-05-12 | 7 | -172/+337 |
* | SONAR-9132 don't remove template rules at every startup | Sébastien Lesaint | 2017-05-12 | 1 | -2/+9 |
* | Consistent safeguard timeouts in JUnit tests | Simon Brandhof | 2017-05-12 | 2 | -2/+2 |
* | Fix Quality flaws | Simon Brandhof | 2017-05-12 | 1 | -0/+2 |
* | Remove dead code in CE notifications | Simon Brandhof | 2017-05-12 | 6 | -42/+10 |
* | SONAR-9220 Update OkHttp to v3.7 | Julien HENRY | 2017-05-12 | 1 | -3/+2 |
* | SONAR-9056 WS api/components/suggestion filter allowed qualifiers | Teryk Bellahsene | 2017-05-12 | 2 | -9/+58 |
* | SONAR-9194 Add canAdmin flag to WS api/navigation/global | Teryk Bellahsene | 2017-05-12 | 3 | -4/+21 |
* | SONAR-9193 WS api/l10n/index returns the effective BCP47 language tag used | Teryk Bellahsene | 2017-05-12 | 3 | -110/+119 |
* | SONAR-6315 no indexing active rules in MassRegisterQualityProfiles | Sébastien Lesaint | 2017-05-12 | 3 | -23/+10 |
* | SONAR-6315 add debug logs in RegisterRules for active rules ops | Sébastien Lesaint | 2017-05-12 | 1 | -2/+11 |
* | SONAR-6315 index changes per quality profile to avoid OOM | Sébastien Lesaint | 2017-05-12 | 1 | -1/+5 |
* | SONAR-6315 use batch SQL session to insert change log | Sébastien Lesaint | 2017-05-12 | 3 | -14/+15 |
* | SONAR-6315 use new RegisterQualityProfile code only if property is set | Sébastien Lesaint | 2017-05-12 | 10 | -179/+493 |
* | SONAR-6315 use an insert only code for RegisterQualityProfiles | Sébastien Lesaint | 2017-05-12 | 12 | -319/+381 |
* | SONAR-6315 support parent in DefinedQProfileRepository | Sébastien Lesaint | 2017-05-12 | 2 | -3/+82 |
* | SONAR-9072 for api/components/suggestions use all valid search tokens | Daniel Schwarz | 2017-05-12 | 4 | -28/+83 |
* | SONAR-9078 only include attr. "project" for certain types of suggestions | Daniel Schwarz | 2017-05-12 | 2 | -6/+42 |
* | SONAR-9219 Deprecate parameters "developer{Id|Key}" in web services api/measu... | Simon Brandhof | 2017-05-12 | 3 | -14/+24 |
* | SONAR-9073 fix response example of api/components/suggestions | Daniel Schwarz | 2017-05-11 | 2 | -12/+84 |
* | SONAR-9217 if two suggestions have the same relevancy, prefer A over Z | Daniel Schwarz | 2017-05-11 | 2 | -1/+12 |
* | SONAR-9186 fix number of “more” in api/components/suggestions | Daniel Schwarz | 2017-05-11 | 2 | -26/+81 |
* | SONAR-9186 fix performance hotspot when verifying authorization | Simon Brandhof | 2017-05-11 | 1 | -8/+8 |
* | SONAR-9075 “more” skips first 6 results, in api/components/suggestions | Daniel Schwarz | 2017-05-11 | 6 | -55/+88 |
* | SONAR-9079 let favorites not be found as suggestion, if they don’t match | Daniel Schwarz | 2017-05-11 | 16 | -174/+267 |
* | SONAR-9077 let api/components/suggestions return name instead longName | Daniel Schwarz | 2017-05-11 | 2 | -6/+25 |
* | SONAR-9186 make "query" optional for api/components/suggestions | Daniel Schwarz | 2017-05-11 | 3 | -76/+359 |
* | Remove most usages of AuthorizationDao#keepAuthorizedProjectIds() | Simon Brandhof | 2017-05-10 | 9 | -94/+20 |
* | Add method UserSession#keepAuthorizedComponents() | Simon Brandhof | 2017-05-10 | 7 | -3/+98 |
* | SONAR-9170 do not allow to create custom rules of removed templates | Daniel Schwarz | 2017-05-10 | 2 | -0/+40 |
* | SONAR-9156 fail persisting components if project is not persisted | Daniel Schwarz | 2017-05-09 | 3 | -70/+105 |
* | SONAR-9084 auto issue assignment should deal with case sensitivity | Simon Brandhof | 2017-05-09 | 3 | -8/+12 |
* | SONAR-9084 simplify IssueIndexTest | Simon Brandhof | 2017-05-09 | 1 | -17/+17 |
* | SONAR-9084 refactor tests of UserIndex#getAtMostThreeActiveUsersForScmAccount() | Simon Brandhof | 2017-05-09 | 1 | -13/+52 |