Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | remove misleading thread safety comment | Sébastien Lesaint | 2017-10-10 | 1 | -3/+0 | |
| | | | | | | | | thanks to dtrebbien for spotting it | |||||
* | | Fix two logger calls | Daniel Trebbien | 2017-10-10 | 3 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | One logger call was using incorrect syntax for a formatting anchor ('%s' should be '{}'). The other logger call had three formatting anchors, but only passed two values. These issues were found by SLF4J Helper for NetBeans IDE: http://plugins.netbeans.org/plugin/72557/ | |||||
* | | Incorporate the constant property names into the logger format string | Daniel Trebbien | 2017-10-10 | 1 | -12/+12 | |
| | | | | | | | | The resulting string concatenation is still a constant expression. | |||||
* | | Utilize parameterized logging rather than String.format() | Daniel Trebbien | 2017-10-10 | 3 | -8/+4 | |
| | | ||||||
* | | Remove two redundant calls to isTraceEnabled() | Daniel Trebbien | 2017-10-10 | 1 | -2/+2 | |
| | | ||||||
* | | Utilize parameterized logging | Daniel Trebbien | 2017-10-10 | 7 | -8/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | As suggested in the SLF4J FAQ: https://www.slf4j.org/faq.html#logging_performance .. parameterized logging can improve the efficiency of logger calls when logging at the specified level is disabled. In addition, per the FAQ: https://www.slf4j.org/faq.html#paramException since SLF4J 1.6.0 it is possible to use parameterized logging and also log an exception/throwable. These changes were suggested by SLF4J Helper for NetBeans IDE: http://plugins.netbeans.org/plugin/72557/ | |||||
* | | SONAR-8513 Show visual indicator that a rule is a template | Stas Vilchik | 2017-10-10 | 2 | -1/+5 | |
| | | ||||||
* | | SONAR-7998 Open rule description in a new window from rules page | Stas Vilchik | 2017-10-10 | 2 | -5/+18 | |
| | | ||||||
* | | SONAR-8371 add tooltips for rule parameters | Stas Vilchik | 2017-10-10 | 1 | -1/+1 | |
| | | ||||||
* | | SONAR-8524 update rule inheritance indicator when rule activation is changed | Stas Vilchik | 2017-10-10 | 3 | -1/+17 | |
| | | ||||||
* | | do not let select date in future | Stas Vilchik | 2017-10-10 | 3 | -1/+9 | |
| | | ||||||
* | | SONAR-9932 change duplications marker color | Stas Vilchik | 2017-10-10 | 3 | -6/+5 | |
| | | ||||||
* | | Fix travis.sh with whitespaces in mvn command | Teryk Bellahsene | 2017-10-10 | 1 | -2/+2 | |
| | | ||||||
* | | Update to travis-utils 38 | Teryk Bellahsene | 2017-10-10 | 1 | -2/+6 | |
| | | ||||||
* | | Set version to 6.7-SNAPSHOT | Simon Brandhof | 2017-10-09 | 57 | -57/+57 | |
|/ | ||||||
* | update wording on branches page | Stas Vilchik | 2017-10-09 | 3 | -5/+4 | |
| | ||||||
* | disable text wrapping on projects page | Stas Vilchik | 2017-10-09 | 1 | -0/+1 | |
| | ||||||
* | Revert "Migrate drop of PR columns for Next" | Duarte Meneses | 2017-10-09 | 9 | -144/+13 | |
| | | | | This reverts commit eec858d104870f435a5085324faace11c125690e. | |||||
* | Use JDK 1.8.0_144 and Maven 3.5 on Travis | Simon Brandhof | 2017-10-08 | 1 | -10/+10 | |
| | ||||||
* | SONAR-9881 complete the list of properties to be purged | Simon Brandhof | 2017-10-08 | 1 | -5/+10 | |
| | ||||||
* | SONAR-9352 display a message on project dashboard | Stas Vilchik | 2017-10-07 | 5 | -2/+96 | |
| | ||||||
* | SONAR-9352 add "ignoredConditions" to response example of ↵ | Daniel Schwarz | 2017-10-07 | 13 | -46/+191 | |
| | | | | api/qualitygates/project_status | |||||
* | SONAR-9352 do not let quality gate fail for very small changesets | Daniel Schwarz | 2017-10-07 | 21 | -10/+9480 | |
| | ||||||
* | fix quality flaws | Daniel Schwarz | 2017-10-07 | 1 | -2/+2 | |
| | ||||||
* | add missing message rules.status.REMOVED | Stas Vilchik | 2017-10-05 | 1 | -0/+1 | |
| | ||||||
* | fix displaying organization name on project dashboard | Stas Vilchik | 2017-10-05 | 2 | -6/+44 | |
| | ||||||
* | SONAR-9707 Add possibility to reuse an existing token in the onboarding wizard | Stas Vilchik | 2017-10-05 | 6 | -81/+278 | |
| | ||||||
* | SONAR-9431 Remove hard-coded SonarCloud home page | Stas Vilchik | 2017-10-05 | 16 | -764/+22 | |
| | ||||||
* | SONAR-9787 Allow to navigate back to the issue from the last issue locations | Grégoire Aubert | 2017-10-05 | 3 | -8/+31 | |
| | ||||||
* | SONAR-9526 Display coverage metrics in the right categories | Grégoire Aubert | 2017-10-05 | 2 | -0/+3 | |
| | ||||||
* | SONAR-9289 Remove id field from response of api/components/search_projects | Teryk Bellahsene | 2017-10-05 | 3 | -11/+47 | |
| | ||||||
* | SONAR-9840 Flip sort of 'Lines to Cover' in Measures | Teryk Bellahsene | 2017-10-05 | 1 | -1/+1 | |
| | ||||||
* | SONAR-9526 Make coverage metrics visible | Teryk Bellahsene | 2017-10-05 | 1 | -6/+4 | |
| | ||||||
* | add back message since_x | Stas Vilchik | 2017-10-05 | 1 | -0/+1 | |
| | ||||||
* | SONAR-9526 Fix cumulative facets calculation with NO_DATA | Grégoire Aubert | 2017-10-05 | 2 | -3/+64 | |
| | ||||||
* | SONAR-9495 Better rendering of long parameter value in QP changelog | Grégoire Aubert | 2017-10-05 | 4 | -17/+19 | |
| | ||||||
* | SONAR-9792 Fix position of issues sidebar when there is a background task ↵ | Grégoire Aubert | 2017-10-05 | 1 | -18/+14 | |
| | | | | notification | |||||
* | Fix bad urls that didn't work with a context | Grégoire Aubert | 2017-10-05 | 3 | -11/+8 | |
| | ||||||
* | Remove focus after click on system info page download button | Grégoire Aubert | 2017-10-05 | 2 | -0/+5 | |
| | ||||||
* | SONAR-9916 Reset notExist component flag when a component is correctly ↵ | Grégoire Aubert | 2017-10-05 | 1 | -0/+1 | |
| | | | | loading in the issue viewer | |||||
* | SONAR-9445 Permission 'Administer Quality Gates' is mandatory and sufficient ↵ | Teryk Bellahsene | 2017-10-05 | 8 | -59/+211 | |
| | | | | to delete a QG condition | |||||
* | SONAR-9378 Drop support of deprecated sonar.lf.sonarqube.com.enabled | Julien HENRY | 2017-10-04 | 1 | -1/+0 | |
| | ||||||
* | Always 'fetch --unshallow' in Travis builds | Duarte Meneses | 2017-10-04 | 1 | -8/+9 | |
| | ||||||
* | WIP SONAR-9814 make ThreadLocalSettings support DB connectivity issues | Sébastien Lesaint | 2017-10-04 | 2 | -7/+139 | |
| | ||||||
* | SONAR-9263 Drop unused property sonar.web.dev | Simon Brandhof | 2017-10-04 | 14 | -191/+34 | |
| | ||||||
* | SONAR-9909 Slow indexing of portfolios at server startup | Simon Brandhof | 2017-10-04 | 1 | -5/+7 | |
| | | | | | | | | The inner join is super slow because there's no index on column copy_component_uuid. The join is a safeguard to ensure presence of project reference. Dropping it is acceptable as long as the model is supposed to be consistent. Any potential inconsistent states will have to be fixed at the root. | |||||
* | SONAR-9881 Purge unused settings in database | Simon Brandhof | 2017-10-04 | 5 | -2/+173 | |
| | ||||||
* | SONAR-9802 add hostname to ES nodes in clustered System Info | Simon Brandhof | 2017-10-04 | 2 | -0/+2 | |
| | ||||||
* | SONAR-9685 Better handle when a plugin returns null from Metrics::getMetrics ↵ | Janos Gyerik | 2017-10-04 | 2 | -10/+25 | |
| | | | | (#2622) | |||||
* | SONAR-9111 Remove Guava dependency from sonar-duplications | Julien HENRY | 2017-10-04 | 10 | -127/+123 | |
| |