aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for next development iterationbranch-6.2Tom2017-01-1752-52/+52
|
* Release 6.2.16.2.1Tom2017-01-1652-52/+52
|
* remove hardcoded dates in ITs (#1485)Stas Vilchik2017-01-053-11/+26
|
* SONAR-8416 AuthenticationException message start with upper caseSébastien Lesaint2017-01-058-16/+16
|
* Removed broken link to 'sonarqube.org/development'bartfastiel2017-01-041-2/+0
|
* SONAR-8416 fix login failure log at OAuth2 successful authentSébastien Lesaint2016-12-162-1/+3
|
* Use local SonarQube ZIP in performance and upgrade testsSimon Brandhof2016-12-144-40/+94
|
* SONAR-8416 fix login failure log on logout from the UISébastien Lesaint2016-12-141-1/+5
|
* SONAR-8417 control auth event log with sonar.log.level.web.auth.eventSébastien Lesaint2016-12-142-1/+3
|
* SONAR-8416 Update UTs to check auth events in LoginActionTestJulien Lancelot2016-12-141-1/+12
|
* SONAR-8416 fix quality flaws (duplicated code and other)Sébastien Lesaint2016-12-145-77/+81
|
* SONAR-8416 restore error message displayed to userSébastien Lesaint2016-12-145-33/+53
|
* SONAR-8416 Add IT in SSO authenticationJulien Lancelot2016-12-141-0/+12
| | | | This test is checking that the ui is displaying an explicit message when a user try to authenticate with the same email than an existing one
* SONAR-8416 improve ITs on authenticationJulien Lancelot2016-12-1412-16/+394
| | | | | Complete check on message displayed in ui when functional authentication errors are generated Add ITs when errors are generated during callback of OAuth2 authentication plugins
* SONAR-8416 AuthenticationEventImpl now log at DEBUGSébastien Lesaint2016-12-142-8/+56
|
* SONAR-8416 prevent log flooding with über long loginSébastien Lesaint2016-12-142-18/+50
|
* SONAR-8416 add event log on error in OAuth2 and Base authentSébastien Lesaint2016-12-1420-173/+339
|
* SONAR-8416 move handling logic out from UnauthorizedExceptionSébastien Lesaint2016-12-142-23/+18
| | | | and to AuthenticationError
* SONAR-8416 add event log in case of error for basic, realm, jwtSébastien Lesaint2016-12-1436-265/+986
| | | | generic UnauthorizedException thrown in case of login failure is replaced by specific AuthenticationException which includes context information to generate details failure logs
* SONAR-8416 add log (INFO) when user successfuly log inSébastien Lesaint2016-12-1419-144/+802
|
* Fix IssueNotificationsTestSimon Brandhof2016-12-141-3/+3
| | | | | | | Fail because the analysis date is hardcoded to 2012-12-15, so 5 years ago. Issues are created and purged in a row ! Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com>
* Prepare for next development iterationTom2016-12-1352-52/+52
|
* release 6.26.2Tom2016-12-1352-52/+52
|
* fix type of INTEGER columns on OracleSimon Brandhof2016-12-133-3/+4
| | | | | | Correct type is NUMBER(38,0) but not INTEGER Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com>
* SONAR-8532 Upgrade embedded plugins to latest versionJulien Lancelot2016-12-121-3/+3
|
* Prepare for next development iterationTom2016-12-0952-52/+52
|
* release 6.2-RC36.2-RC3Tom2016-12-0952-52/+52
|
* build: generate empty sources and javadoc jars for shaded artifact to comply ↵Tom2016-12-091-0/+26
| | | | with maven central deploy
* Disable UpgradeTestsJulien Lancelot2016-12-081-4/+4
|
* Disable css plugin as it's currently incompatible with web pluginJulien Lancelot2016-12-081-2/+5
|
* SONAR-8332 fix broken thread safety of UUID generationSébastien Lesaint2016-12-062-8/+71
|
* SONAR-8442 do not do a select to keep ce_activity.is_key up to dateSébastien Lesaint2016-12-063-28/+5
|
* Merge branch 'branch-5.6' into branch-6.2Sébastien Lesaint2016-12-060-0/+0
|\ | | | | | | strategy applied to this merge: ours
| * SONAR-8447 avoid select to key ce_activity.is_key up to dateSébastien Lesaint2016-12-051-8/+5
| |
| * SONAR-8462 WS api/rules/repositories does not escape the parameter "q"Simon Brandhof2016-12-012-4/+23
| |
| * SONAR-8461 WS api/languages/list does escape the parameter "q"Simon Brandhof2016-12-012-4/+25
| |
* | Fix duplicated logs in LogTesterSimon Brandhof2016-12-052-21/+35
| |
* | Prepare for next development iterationTom2016-12-0252-52/+52
| |
* | Release 6.2-RC26.2-RC2Tom2016-12-0252-52/+52
| |
* | SONAR-8333 log must be ERROR when process start failsSébastien Lesaint2016-12-011-1/+1
| |
* | SONAR-8422 add visible error in sonar.log when DB is not okSébastien Lesaint2016-12-016-5/+84
| |
* | SONAR-8462 escape param "q" in WS api/rules/repositories"Simon Brandhof2016-12-012-6/+19
| |
* | SONAR-8461 escape param "q" in WS api/languages/listSimon Brandhof2016-12-012-4/+25
| |
* | SONAR-8335 rename LogDomain#ES_CLIENT to LogDomain#ESSébastien Lesaint2016-12-014-7/+7
| |
* | SONAR-8335 add IT on dynamic log level changeSébastien Lesaint2016-12-012-1/+54
| |
* | SONAR-8335 make changing root level change level of all loggersSébastien Lesaint2016-12-0121-215/+798
| |
* | SONAR-8335 add missing coverage on jmx log propertySébastien Lesaint2016-12-012-0/+174
| |
* | SONAR-8335 drop dead code ServerLogging#getCurrentLogFileSébastien Lesaint2016-12-012-19/+1
| |
* | SONAR-8335 move RootLoggerConfig out of LogbackHelperSébastien Lesaint2016-12-015-55/+82
| |
* | SONAR-8335 move LogBackHelper to subpackage loggingSébastien Lesaint2016-12-0122-27/+34
| |