| Commit message (Expand) | Author | Age | Files | Lines |
* | SONAR-9919 obfuscate webhook URL in api/webhooks/list response | Sébastien Lesaint | 2018-12-20 | 2 | -2/+22 |
* | SONAR-9919 fix indent in webhook's ListActionTest | Sébastien Lesaint | 2018-12-20 | 1 | -195/+184 |
* | SONARCLOUD-278 Reduce SQL requests on RegisterQualityProfiles | Eric Hartmann | 2018-12-20 | 2 | -10/+20 |
* | SONAR-11545 Languages should be ordered in documentation of web api | Simon Brandhof | 2018-12-12 | 6 | -21/+66 |
* | SONARCLOUD-213 fix Quality flaws | Simon Brandhof | 2018-12-12 | 10 | -48/+30 |
* | SONARCLOUD-220 refactor the class Credentials | Simon Brandhof | 2018-12-12 | 6 | -19/+41 |
* | SONARCLOUD-220 add WS api/autoscan/github_repository | Simon Brandhof | 2018-12-12 | 1 | -2/+2 |
* | SONARCLOUD-213 add core extension CustomAuthentication | Simon Brandhof | 2018-12-12 | 5 | -19/+100 |
* | SONARCLOUD-213 rename UserIdentityAuthenticator | Simon Brandhof | 2018-12-12 | 14 | -107/+107 |
* | SONARCLOUD-213 rename classes related to auth by credentials | Simon Brandhof | 2018-12-12 | 30 | -148/+165 |
* | SONARCLOUD-213 merge login and password into new class Credentials | Simon Brandhof | 2018-12-12 | 10 | -69/+185 |
* | SONARCLOUD-213 refactor Authenticators to return UserSession | Simon Brandhof | 2018-12-12 | 7 | -84/+86 |
* | SONARCLOUD-213 clarify "scan" in org vs project permissions | Simon Brandhof | 2018-12-12 | 9 | -19/+17 |
* | SONARCLOUD-213 remove useless method in PermissionService | Simon Brandhof | 2018-12-12 | 13 | -67/+25 |
* | SONARCLOUD-211 Return alm info in api/organizations/search only when member i... | Julien Lancelot | 2018-12-07 | 4 | -40/+94 |
* | SONARCLOUD-176 Return subscription in api/organizations/search | Julien Lancelot | 2018-12-07 | 2 | -12/+59 |
* | SONAR-11555 Exclude Security Hotspot from issue count metrics | Benoit | 2018-12-07 | 2 | -3/+17 |
* | SONAR-11457 Fix invalid json in api response example | Benoit | 2018-12-05 | 4 | -12/+12 |
* | SONAR-11514 Backdate issue when rule parameter is updated (#971) | Benoit | 2018-12-03 | 4 | -2/+10 |
* | SONAR-11419 fix NPE introduced by the fix :/ | Sébastien Lesaint | 2018-11-30 | 2 | -3/+24 |
* | SONAR-11419 do not fail with NPE in api/components/suggestions | Sébastien Lesaint | 2018-11-30 | 1 | -5/+6 |
* | SONARCLOUD-172 SONARCLOUD-188 fix access to secured settings | Simon Brandhof | 2018-11-21 | 3 | -19/+86 |
* | Fix Quality flaws | Simon Brandhof | 2018-11-21 | 8 | -353/+102 |
* | SONAR-10770 Store the referenced key of the project in the event | Eric Hartmann | 2018-11-20 | 2 | -4/+4 |
* | SONAR-10770 Send the definition changes of an application | Eric Hartmann | 2018-11-20 | 2 | -30/+333 |
* | SONAR-10763 Add application QG information | Eric Hartmann | 2018-11-20 | 5 | -10/+221 |
* | SONAR-10770 Add DEFINITION_CHANGE category to Event | Eric Hartmann | 2018-11-20 | 1 | -1/+1 |
* | SONAR-11475 Do not redirect to external url when redirecting during OAuth aut... | Julien Lancelot | 2018-11-16 | 2 | -5/+44 |
* | SONAR-11452 Display a warning when analysing a PR on an unbound organization | Julien Lancelot | 2018-11-16 | 1 | -5/+1 |
* | SONARCLOUD-101 Display only organization on which we have correct permissions... | Grégoire Aubert | 2018-11-16 | 6 | -115/+76 |
* | SONAR-11325 Create GET api/alm_integration/list_unbound_installations | Julien Lancelot | 2018-11-16 | 1 | -9/+1 |
* | SONAR-11323 Return personal organization info | Julien Lancelot | 2018-11-16 | 3 | -225/+327 |
* | SONAR-11321 Bind organization to alm installation when creating organization | Julien Lancelot | 2018-11-16 | 16 | -76/+275 |
* | SONAR-11321 Create organization from GitHub organization or BitBucket team | Julien Lancelot | 2018-11-16 | 2 | -16/+24 |
* | SONAR-10361 Handle assigning issue to a user with commas in name (#903) | Benoit | 2018-11-12 | 1 | -4/+6 |
* | SONAR-11394 Apply feedback and fix IT | Duarte Meneses | 2018-11-07 | 3 | -26/+27 |
* | SONAR-11394 Calculate estimated overall duplication in SLB | Duarte Meneses | 2018-11-07 | 5 | -185/+347 |
* | SONAR-11447 Correct api/user_tokens/ documentation (#917) | Benoit | 2018-11-06 | 3 | -3/+3 |
* | SONARCLOUD-161 drop usage of markers when updating live measures | Simon Brandhof | 2018-10-30 | 2 | -3/+3 |
* | SONARCLOUD-161 move db validations to Dialect#init() | Simon Brandhof | 2018-10-30 | 1 | -2/+0 |
* | SONAR-11220 Nb tokens is returned only for logged user or System Administrato... | Benoit | 2018-10-30 | 2 | -7/+33 |
* | SONAR-11400 Quality Profiles updates correctly when it has a child profile (#... | Benoit | 2018-10-30 | 1 | -3/+4 |
* | Add example response for api/security_reports/show | Janos Gyerik | 2018-10-25 | 3 | -2/+3 |
* | Drop unused private method | Janos Gyerik | 2018-10-25 | 1 | -12/+0 |
* | SONAR-11370 Add number of rules and active rules on Security Report | Eric Hartmann | 2018-10-25 | 6 | -85/+283 |
* | SONAR-11370 Extract Owasp, SansTop25 constant to a dedicated helper | Eric Hartmann | 2018-10-25 | 3 | -12/+12 |
* | SONAR-11310 support main branch analysis submitted as a long branch | Sébastien Lesaint | 2018-10-19 | 5 | -58/+130 |
* | Fix bugs, mainly about type casts | Simon Brandhof | 2018-10-18 | 16 | -23/+23 |
* | SONAR-11306 add license type to telemetry | Sébastien Lesaint | 2018-10-18 | 5 | -15/+120 |
* | SONAR-10820 fix api/ce/activity search by name | Sébastien Lesaint | 2018-10-18 | 1 | -1/+1 |