Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-9148 fix partition size for large inputs in MySQL | Daniel Schwarz | 2017-05-11 | 4 | -13/+108 | |
| | | | | | | * reproduce issues with large inputs in MySQL * fix chunk size of #keepAuthorizedProjectIds * fix chunk size of #keepAuthorizedUsersForRoleAndProject | |||||
* | SONAR-9174 Display issue box on the last line of its primary location (#2047) | Stas Vilchik | 2017-05-11 | 9 | -12/+39 | |
| | ||||||
* | SONAR-9186 fix performance hotspot when verifying authorization | Simon Brandhof | 2017-05-11 | 1 | -8/+8 | |
| | | | | by reducing the number of SQL requests. | |||||
* | 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 | |
| | | | | The component text query is divided into two parts: one part generates results, the other part boosts certain results for the correct ordering. | |||||
* | 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 | 10 | -94/+24 | |
| | | | | replaced by UserSession#keepAuthorizedComponents() | |||||
* | Fix bug in AuthorizationDao#keepAuthorizedProjectIds() | Simon Brandhof | 2017-05-10 | 1 | -3/+3 | |
| | | | | | | Input of ids is not correctly partitioned. The SQL request may fail on some databases (Oracle at least) if the input list of ids is greater than 1'000 elements. | |||||
* | Add method UserSession#keepAuthorizedComponents() | Simon Brandhof | 2017-05-10 | 14 | -27/+263 | |
| | | | | to be able to fix authorization performance hotspot | |||||
* | SONAR-9170 do not allow to create custom rules of removed templates | Daniel Schwarz | 2017-05-10 | 2 | -0/+40 | |
| | ||||||
* | Apply review comments | Grégoire Aubert | 2017-05-10 | 8 | -16/+17 | |
| | ||||||
* | SONAR-8369 SONAR-8722 Sanitize page titles | Grégoire Aubert | 2017-05-10 | 63 | -157/+365 | |
| | ||||||
* | Fix component breadcrumb path collapsing | Grégoire Aubert | 2017-05-10 | 2 | -7/+4 | |
| | ||||||
* | SONAR-8911 Fix timeline error on project page | Grégoire Aubert | 2017-05-10 | 3 | -3/+128 | |
| | ||||||
* | SONAR-9175 Remember the last selection for My Issues / All filter | Stas Vilchik | 2017-05-10 | 3 | -2/+28 | |
| | ||||||
* | fix quality gate link for new_maintainability_rating | Stas Vilchik | 2017-05-10 | 3 | -56/+56 | |
| | ||||||
* | change styles of inactive facet items | Stas Vilchik | 2017-05-10 | 1 | -1/+2 | |
| | ||||||
* | clean quality gates styles | Stas Vilchik | 2017-05-10 | 6 | -165/+10 | |
| | ||||||
* | remove unused handlebars helpers | Stas Vilchik | 2017-05-10 | 45 | -1184/+0 | |
| | ||||||
* | SONAR-9156 fail persisting components if project is not persisted | Daniel Schwarz | 2017-05-09 | 3 | -70/+105 | |
| | | | | When an analysis is processed, we expect the analysis’ project to be already stored in the database. | |||||
* | SONAR-9204 File with BOM are not correctly parsed by the CPD tokenizer | Julien HENRY | 2017-05-09 | 11 | -74/+80 | |
| | ||||||
* | SONAR-9199 InputFile::content() and InputFile::inputStream() should filter BOM | Julien HENRY | 2017-05-09 | 6 | -46/+92 | |
| | ||||||
* | MMF-661 rework search (#2030) | Stas Vilchik | 2017-05-09 | 75 | -819/+2105 | |
| | ||||||
* | SONAR-9135 Fix incorrect detection when port is set | Eric Hartmann | 2017-05-09 | 2 | -99/+135 | |
| | ||||||
* | fix IssueNotificationsTest | Stas Vilchik | 2017-05-09 | 1 | -2/+3 | |
| | ||||||
* | SONAR-9084 auto issue assignment should deal with case sensitivity | Simon Brandhof | 2017-05-09 | 8 | -36/+98 | |
| | | | | | - login is case sensitive - email and scm accounts match whatever the case | |||||
* | 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 | |
| | ||||||
* | SONAR-9084 drop some coupling on Guava | Simon Brandhof | 2017-05-09 | 7 | -79/+23 | |
| | ||||||
* | SONAR-8092 use BulkProcessor for es indexing | Daniel Schwarz | 2017-05-09 | 13 | -163/+237 | |
| | ||||||
* | SONAR-8718 Allow HTML for WS domain description | Grégoire Aubert | 2017-05-09 | 2 | -4/+10 | |
| | ||||||
* | SONAR-9183 Do not collapse setting descriptions | Grégoire Aubert | 2017-05-09 | 2 | -31/+1 | |
| | ||||||
* | SONAR-9118 Fix issue project facet and organization name in front of issue | Grégoire Aubert | 2017-05-09 | 3 | -10/+31 | |
| | ||||||
* | SONAR-9177 Show a warning when accessing a removed file | Grégoire Aubert | 2017-05-09 | 2 | -5/+17 | |
| | ||||||
* | SONAR-9145 Show the maximum allowed values in the web services page | Grégoire Aubert | 2017-05-09 | 1 | -1/+6 | |
| | ||||||
* | SONAR-8836 Always display categories in installed plugins page | Grégoire Aubert | 2017-05-09 | 1 | -1/+1 | |
| | ||||||
* | SONAR-8767 Now use sinceLeakPeriod instead of a periodDate | Grégoire Aubert | 2017-05-09 | 10 | -82/+109 | |
| | ||||||
* | SONAR-9176 Remove useless request of organization list at app loading | Grégoire Aubert | 2017-05-09 | 1 | -11/+3 | |
| | ||||||
* | Remove unused ListItems | Grégoire Aubert | 2017-05-09 | 5 | -236/+0 | |
| | ||||||
* | Fix bad api call with organization members | Grégoire Aubert | 2017-05-09 | 4 | -15/+37 | |
| | ||||||
* | SONAR-8886 Collapse directory path in component header | Grégoire Aubert | 2017-05-09 | 2 | -2/+6 | |
| | ||||||
* | SONAR-9165 hide tooltips on permissions page, update message | Stas Vilchik | 2017-05-09 | 4 | -5/+11 | |
| | ||||||
* | use prettier-css (#2035) | Stas Vilchik | 2017-05-09 | 21 | -64/+69 | |
| | ||||||
* | SONAR-8908 Check permissions when displaying an issue permalink | Stas Vilchik | 2017-05-09 | 10 | -22/+31 | |
| | ||||||
* | SONAR-9045 Add a color legend to projects bubble charts | Stas Vilchik | 2017-05-09 | 4 | -2/+74 | |
| | ||||||
* | SONAR-8641 Update severity icons | Stas Vilchik | 2017-05-09 | 1 | -6/+6 | |
| | ||||||
* | SONAR-6315 fix missing rule caching in DefinedQProfileCreation | Sébastien Lesaint | 2017-05-09 | 3 | -0/+53 | |
| | ||||||
* | SONAR-9168 do not fail when indexing measure with unexpected text value | Simon Brandhof | 2017-05-09 | 2 | -6/+24 | |
| | ||||||
* | SONAR-9182 Add visibility to WS api/projects/search | Teryk Bellahsene | 2017-05-08 | 6 | -6/+103 | |
| |