aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade Maven plugins for compatibility with Java 9Simon Brandhof2017-10-102-14/+14
|
* Fix typo in travis.shSimon Brandhof2017-10-101-1/+1
|
* Reduce verbosity of beanshell during Maven buildSimon Brandhof2017-10-101-1/+2
|
* Disable host check in webpack dev serverGrégoire Aubert2017-10-101-0/+1
|
* SONAR-9925 Display a different login page title for SonarCloudGrégoire Aubert2017-10-107-19/+60
|
* SONAR-9500 Enhance cookies caching mechanismeGrégoire Aubert2017-10-102-14/+13
|
* SONAR-9925 Rewrite session to typescriptGrégoire Aubert2017-10-1015-131/+125
|
* fix wrong "ce started" log after ce startup failureSébastien Lesaint2017-10-101-1/+7
|
* SONAR-9929 Filter secondary locations that are in a different file than ↵Julien HENRY2017-10-102-8/+36
| | | | primary location
* remove misleading thread safety commentSébastien Lesaint2017-10-101-3/+0
| | | | thanks to dtrebbien for spotting it
* Fix two logger callsDaniel Trebbien2017-10-103-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 stringDaniel Trebbien2017-10-101-12/+12
| | | | The resulting string concatenation is still a constant expression.
* Utilize parameterized logging rather than String.format()Daniel Trebbien2017-10-103-8/+4
|
* Remove two redundant calls to isTraceEnabled()Daniel Trebbien2017-10-101-2/+2
|
* Utilize parameterized loggingDaniel Trebbien2017-10-107-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 templateStas Vilchik2017-10-102-1/+5
|
* SONAR-7998 Open rule description in a new window from rules pageStas Vilchik2017-10-102-5/+18
|
* SONAR-8371 add tooltips for rule parametersStas Vilchik2017-10-101-1/+1
|
* SONAR-8524 update rule inheritance indicator when rule activation is changedStas Vilchik2017-10-103-1/+17
|
* do not let select date in futureStas Vilchik2017-10-103-1/+9
|
* SONAR-9932 change duplications marker colorStas Vilchik2017-10-103-6/+5
|
* Fix travis.sh with whitespaces in mvn commandTeryk Bellahsene2017-10-101-2/+2
|
* Update to travis-utils 38Teryk Bellahsene2017-10-101-2/+6
|
* Set version to 6.7-SNAPSHOTSimon Brandhof2017-10-0957-57/+57
|
* update wording on branches pageStas Vilchik2017-10-093-5/+4
|
* disable text wrapping on projects pageStas Vilchik2017-10-091-0/+1
|
* Revert "Migrate drop of PR columns for Next"Duarte Meneses2017-10-099-144/+13
| | | | This reverts commit eec858d104870f435a5085324faace11c125690e.
* Use JDK 1.8.0_144 and Maven 3.5 on TravisSimon Brandhof2017-10-081-10/+10
|
* SONAR-9881 complete the list of properties to be purgedSimon Brandhof2017-10-081-5/+10
|
* SONAR-9352 display a message on project dashboardStas Vilchik2017-10-075-2/+96
|
* SONAR-9352 add "ignoredConditions" to response example of ↵Daniel Schwarz2017-10-0713-46/+191
| | | | api/qualitygates/project_status
* SONAR-9352 do not let quality gate fail for very small changesetsDaniel Schwarz2017-10-0721-10/+9480
|
* fix quality flawsDaniel Schwarz2017-10-071-2/+2
|
* add missing message rules.status.REMOVEDStas Vilchik2017-10-051-0/+1
|
* fix displaying organization name on project dashboardStas Vilchik2017-10-052-6/+44
|
* SONAR-9707 Add possibility to reuse an existing token in the onboarding wizardStas Vilchik2017-10-056-81/+278
|
* SONAR-9431 Remove hard-coded SonarCloud home pageStas Vilchik2017-10-0516-764/+22
|
* SONAR-9787 Allow to navigate back to the issue from the last issue locationsGrégoire Aubert2017-10-053-8/+31
|
* SONAR-9526 Display coverage metrics in the right categoriesGrégoire Aubert2017-10-052-0/+3
|
* SONAR-9289 Remove id field from response of api/components/search_projectsTeryk Bellahsene2017-10-053-11/+47
|
* SONAR-9840 Flip sort of 'Lines to Cover' in MeasuresTeryk Bellahsene2017-10-051-1/+1
|
* SONAR-9526 Make coverage metrics visibleTeryk Bellahsene2017-10-051-6/+4
|
* add back message since_xStas Vilchik2017-10-051-0/+1
|
* SONAR-9526 Fix cumulative facets calculation with NO_DATAGrégoire Aubert2017-10-052-3/+64
|
* SONAR-9495 Better rendering of long parameter value in QP changelogGrégoire Aubert2017-10-054-17/+19
|
* SONAR-9792 Fix position of issues sidebar when there is a background task ↵Grégoire Aubert2017-10-051-18/+14
| | | | notification
* Fix bad urls that didn't work with a contextGrégoire Aubert2017-10-053-11/+8
|
* Remove focus after click on system info page download buttonGrégoire Aubert2017-10-052-0/+5
|
* SONAR-9916 Reset notExist component flag when a component is correctly ↵Grégoire Aubert2017-10-051-0/+1
| | | | loading in the issue viewer
* SONAR-9445 Permission 'Administer Quality Gates' is mandatory and sufficient ↵Teryk Bellahsene2017-10-058-59/+211
| | | | to delete a QG condition