| Commit message (Expand) | Author | Age | Files | Lines |
* | Code smell fix: remove unused code | Zipeng WU | 2020-12-11 | 4 | -7/+0 |
* | Code smells test fixes | Jacek | 2020-12-09 | 24 | -110/+128 |
* | Assertions should not compare an object to itself | Philippe Perrin | 2020-12-09 | 1 | -23/+30 |
* | remove use of Stream.peek() | Pierre | 2020-12-09 | 6 | -79/+59 |
* | fix floating point equality | Zipeng WU | 2020-12-09 | 1 | -1/+1 |
* | should not assign null when using Optional | Zipeng WU | 2020-12-09 | 1 | -3/+3 |
* | simplify email validation | Zipeng WU | 2020-12-09 | 2 | -7/+12 |
* | fix assertions on incompatible types on overall code | Pierre | 2020-12-09 | 3 | -13/+5 |
* | SONAR-8427 Add a timeZone param to api/issues/search | Julien HENRY | 2020-12-03 | 4 | -13/+23 |
* | SONAR-13793 improve ncloc count performance by using projects instead of comp... | Pierre Guillot | 2020-12-02 | 2 | -5/+2 |
* | SONAR-14175 SONAR-14176 Detect usage of admin account with default credential | Julien Lancelot | 2020-12-02 | 1 | -3/+3 |
* | SONAR-14175 Prevent using same password as before in api/users/change_password | Julien Lancelot | 2020-12-02 | 2 | -77/+108 |
* | Speed up unit tests by improving indexing in unit tests | Duarte Meneses | 2020-11-30 | 17 | -96/+137 |
* | SONAR-14033 Refactor storage of applications | Duarte Meneses | 2020-11-28 | 7 | -27/+82 |
* | SONAR-14113 Make hotspot show WS public, add line hash of primary location | Jean-Baptiste Lievremont | 2020-11-26 | 3 | -4/+7 |
* | clean code smells (unused import) | Pierre Guillot | 2020-11-26 | 1 | -3/+0 |
* | SONAR-14159 enforce user authentication by default | Jacek | 2020-11-26 | 2 | -1/+13 |
* | Fix tag filtering docs for the WS api/components/search_projects | Antoine Vigneau | 2020-11-09 | 1 | -3/+3 |
* | SONAR-12686 upgrade es client to 7.9.3 and move to HTTP | Jacek | 2020-11-05 | 7 | -19/+30 |
* | SONAR-13941 Move and adapt application CE processor | Zipeng WU | 2020-10-23 | 4 | -8/+40 |
* | SONAR-13941 move api/views/app endpoint to DE and rename to api/metrics/user_... | Duarte Meneses | 2020-10-23 | 6 | -1/+150 |
* | SONAR-13941 Make applications WS available in developer edition | Duarte Meneses | 2020-10-23 | 2 | -3/+3 |
* | SONAR-13936 Fix quality flaws after merge to master | Julien Lancelot | 2020-10-19 | 33 | -114/+46 |
* | SONAR-13936 cleanup | Michal Duda | 2020-10-16 | 25 | -192/+193 |
* | SONAR-13936 Rename OrganizationPermission to GlobalPermission | Julien Lancelot | 2020-10-16 | 133 | -303/+293 |
* | SONAR-13936 Move default permission templates to internal properties | Julien Lancelot | 2020-10-16 | 17 | -505/+246 |
* | SONAR-13936 Remove use of organizations in Groups | Michal Duda | 2020-10-16 | 22 | -283/+191 |
* | SONAR-13936 Remove use of organizations in Permissions WS and DB | Julien Lancelot | 2020-10-16 | 46 | -351/+179 |
* | SONAR-13936 Remove organization parameter from Users | Julien Lancelot | 2020-10-16 | 3 | -31/+2 |
* | SONAR-13936 Drop some Organization code related to Users/Groups/Permission | Duarte Meneses | 2020-10-16 | 210 | -6568/+1746 |
* | SONAR-13566 Add security standards filters to hotspot search WS | Michal Duda | 2020-10-07 | 2 | -60/+189 |
* | SONAR-13903 Remove use of organizations in Quality Profiles and Active Rules | Pierre | 2020-10-05 | 121 | -3184/+950 |
* | SONAR-13861 Remove column 'key_type" from the table 'project_branches' | Duarte Meneses | 2020-09-30 | 1 | -0/+2 |
* | SONAR-13862 Do not display dismissed warnings in api/ce/analysis_status | Michal Duda | 2020-09-29 | 2 | -17/+39 |
* | SONAR-13862 Add a WS for dismissing analysis warning by the current user | Michal Duda | 2020-09-29 | 11 | -24/+377 |
* | SONAR-13862 Add dismiss information to 'api/ce/analysis_status' WS | Julien Lancelot | 2020-09-29 | 3 | -70/+111 |
* | SONAR-13592 add facet to filter by file paths | Jacek | 2020-09-24 | 4 | -38/+38 |
* | SONAR-13450 Deprecate 'id' parameter in `api/user_groups/update` | Duarte Meneses | 2020-09-22 | 2 | -26/+106 |
* | Use protobuf instead JsonWriter for plugins apis | Jacek | 2020-09-18 | 8 | -571/+239 |
* | SONAR-13643 Save plugins with type | Duarte Meneses | 2020-09-18 | 22 | -281/+260 |
* | SONAR-13825 Make 'branch' and 'pullRequest' parameters public in 'measures/co... | Duarte Meneses | 2020-09-11 | 2 | -5/+3 |
* | SONAR-13770 Fix user group update | Jeremy Davis | 2020-09-09 | 3 | -8/+8 |
* | [DOCS] improved documentation about api endpoints | Tobias Trabelsi | 2020-09-09 | 2 | -3/+5 |
* | SONAR-12692 add project_uuid to issues_changes | Pierre | 2020-09-08 | 1 | -0/+4 |
* | SONAR-13597 Add new 'Scope' facet to list of issue facets | Michal Duda | 2020-09-03 | 7 | -9/+361 |
* | SONAR-13826 Fix api/qualityprofiles/backup to correctly handle errors | Julien Lancelot | 2020-08-28 | 2 | -25/+30 |
* | SONAR-12459 Security Category filters vulnerability issues only | Jacek | 2020-08-26 | 1 | -2/+106 |
* | SONAR-13802 Fix NPE when component favorite orphan selected | Jacek | 2020-08-26 | 3 | -4/+27 |
* | SONAR-13791 Matching a scanner report to an existing project is not resilient | Duarte Meneses | 2020-08-24 | 4 | -93/+51 |
* | SONAR-13507 filter out duplicated tasks both in progress and done | Pierre | 2020-08-20 | 2 | -2/+29 |