Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare for next development iterationbranch-6.2 | Tom | 2017-01-17 | 52 | -52/+52 |
| | |||||
* | Release 6.2.16.2.1 | Tom | 2017-01-16 | 52 | -52/+52 |
| | |||||
* | remove hardcoded dates in ITs (#1485) | Stas Vilchik | 2017-01-05 | 3 | -11/+26 |
| | |||||
* | SONAR-8416 AuthenticationException message start with upper case | Sébastien Lesaint | 2017-01-05 | 8 | -16/+16 |
| | |||||
* | Removed broken link to 'sonarqube.org/development' | bartfastiel | 2017-01-04 | 1 | -2/+0 |
| | |||||
* | SONAR-8416 fix login failure log at OAuth2 successful authent | Sébastien Lesaint | 2016-12-16 | 2 | -1/+3 |
| | |||||
* | Use local SonarQube ZIP in performance and upgrade tests | Simon Brandhof | 2016-12-14 | 4 | -40/+94 |
| | |||||
* | SONAR-8416 fix login failure log on logout from the UI | Sébastien Lesaint | 2016-12-14 | 1 | -1/+5 |
| | |||||
* | SONAR-8417 control auth event log with sonar.log.level.web.auth.event | Sébastien Lesaint | 2016-12-14 | 2 | -1/+3 |
| | |||||
* | SONAR-8416 Update UTs to check auth events in LoginActionTest | Julien Lancelot | 2016-12-14 | 1 | -1/+12 |
| | |||||
* | SONAR-8416 fix quality flaws (duplicated code and other) | Sébastien Lesaint | 2016-12-14 | 5 | -77/+81 |
| | |||||
* | SONAR-8416 restore error message displayed to user | Sébastien Lesaint | 2016-12-14 | 5 | -33/+53 |
| | |||||
* | SONAR-8416 Add IT in SSO authentication | Julien Lancelot | 2016-12-14 | 1 | -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 authentication | Julien Lancelot | 2016-12-14 | 12 | -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 DEBUG | Sébastien Lesaint | 2016-12-14 | 2 | -8/+56 |
| | |||||
* | SONAR-8416 prevent log flooding with über long login | Sébastien Lesaint | 2016-12-14 | 2 | -18/+50 |
| | |||||
* | SONAR-8416 add event log on error in OAuth2 and Base authent | Sébastien Lesaint | 2016-12-14 | 20 | -173/+339 |
| | |||||
* | SONAR-8416 move handling logic out from UnauthorizedException | Sébastien Lesaint | 2016-12-14 | 2 | -23/+18 |
| | | | | and to AuthenticationError | ||||
* | SONAR-8416 add event log in case of error for basic, realm, jwt | Sébastien Lesaint | 2016-12-14 | 36 | -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 in | Sébastien Lesaint | 2016-12-14 | 19 | -144/+802 |
| | |||||
* | Fix IssueNotificationsTest | Simon Brandhof | 2016-12-14 | 1 | -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 iteration | Tom | 2016-12-13 | 52 | -52/+52 |
| | |||||
* | release 6.26.2 | Tom | 2016-12-13 | 52 | -52/+52 |
| | |||||
* | fix type of INTEGER columns on Oracle | Simon Brandhof | 2016-12-13 | 3 | -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 version | Julien Lancelot | 2016-12-12 | 1 | -3/+3 |
| | |||||
* | Prepare for next development iteration | Tom | 2016-12-09 | 52 | -52/+52 |
| | |||||
* | release 6.2-RC36.2-RC3 | Tom | 2016-12-09 | 52 | -52/+52 |
| | |||||
* | build: generate empty sources and javadoc jars for shaded artifact to comply ↵ | Tom | 2016-12-09 | 1 | -0/+26 |
| | | | | with maven central deploy | ||||
* | Disable UpgradeTests | Julien Lancelot | 2016-12-08 | 1 | -4/+4 |
| | |||||
* | Disable css plugin as it's currently incompatible with web plugin | Julien Lancelot | 2016-12-08 | 1 | -2/+5 |
| | |||||
* | SONAR-8332 fix broken thread safety of UUID generation | Sébastien Lesaint | 2016-12-06 | 2 | -8/+71 |
| | |||||
* | SONAR-8442 do not do a select to keep ce_activity.is_key up to date | Sébastien Lesaint | 2016-12-06 | 3 | -28/+5 |
| | |||||
* | Merge branch 'branch-5.6' into branch-6.2 | Sébastien Lesaint | 2016-12-06 | 0 | -0/+0 |
|\ | | | | | | | strategy applied to this merge: ours | ||||
| * | SONAR-8447 avoid select to key ce_activity.is_key up to date | Sébastien Lesaint | 2016-12-05 | 1 | -8/+5 |
| | | |||||
| * | SONAR-8462 WS api/rules/repositories does not escape the parameter "q" | Simon Brandhof | 2016-12-01 | 2 | -4/+23 |
| | | |||||
| * | SONAR-8461 WS api/languages/list does escape the parameter "q" | Simon Brandhof | 2016-12-01 | 2 | -4/+25 |
| | | |||||
* | | Fix duplicated logs in LogTester | Simon Brandhof | 2016-12-05 | 2 | -21/+35 |
| | | |||||
* | | Prepare for next development iteration | Tom | 2016-12-02 | 52 | -52/+52 |
| | | |||||
* | | Release 6.2-RC26.2-RC2 | Tom | 2016-12-02 | 52 | -52/+52 |
| | | |||||
* | | SONAR-8333 log must be ERROR when process start fails | Sébastien Lesaint | 2016-12-01 | 1 | -1/+1 |
| | | |||||
* | | SONAR-8422 add visible error in sonar.log when DB is not ok | Sébastien Lesaint | 2016-12-01 | 6 | -5/+84 |
| | | |||||
* | | SONAR-8462 escape param "q" in WS api/rules/repositories" | Simon Brandhof | 2016-12-01 | 2 | -6/+19 |
| | | |||||
* | | SONAR-8461 escape param "q" in WS api/languages/list | Simon Brandhof | 2016-12-01 | 2 | -4/+25 |
| | | |||||
* | | SONAR-8335 rename LogDomain#ES_CLIENT to LogDomain#ES | Sébastien Lesaint | 2016-12-01 | 4 | -7/+7 |
| | | |||||
* | | SONAR-8335 add IT on dynamic log level change | Sébastien Lesaint | 2016-12-01 | 2 | -1/+54 |
| | | |||||
* | | SONAR-8335 make changing root level change level of all loggers | Sébastien Lesaint | 2016-12-01 | 21 | -215/+798 |
| | | |||||
* | | SONAR-8335 add missing coverage on jmx log property | Sébastien Lesaint | 2016-12-01 | 2 | -0/+174 |
| | | |||||
* | | SONAR-8335 drop dead code ServerLogging#getCurrentLogFile | Sébastien Lesaint | 2016-12-01 | 2 | -19/+1 |
| | | |||||
* | | SONAR-8335 move RootLoggerConfig out of LogbackHelper | Sébastien Lesaint | 2016-12-01 | 5 | -55/+82 |
| | | |||||
* | | SONAR-8335 move LogBackHelper to subpackage logging | Sébastien Lesaint | 2016-12-01 | 22 | -27/+34 |
| | |