Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-8466 Create WS api/project_analyses/update_event | Teryk Bellahsene | 2016-12-09 | 10 | -13/+494 |
| | |||||
* | return "id" instead of "uuid" from api/navigation/component | Stas Vilchik | 2016-12-09 | 6 | -6/+6 |
| | |||||
* | do not return "isComparable" from api/navigation/component | Stas Vilchik | 2016-12-09 | 6 | -7/+0 |
| | |||||
* | do not use "canBeFavorite" from api/navigation/component | Stas Vilchik | 2016-12-09 | 6 | -6/+0 |
| | |||||
* | Fix quality flaws | Julien Lancelot | 2016-12-09 | 1 | -1/+2 |
| | |||||
* | SONAR-8465 Create WS api/project_analyses/delete_event | Teryk Bellahsene | 2016-12-08 | 6 | -9/+286 |
| | |||||
* | SONAR-8464 Create WS api/project_analyses/create_event | Teryk Bellahsene | 2016-12-07 | 11 | -3/+776 |
| | |||||
* | SONAR-8498 Make WS api/l10n/index accessible without authentication or migration | Julien Lancelot | 2016-12-07 | 8 | -208/+244 |
| | |||||
* | SONAR-8503 Make WS api/users/identity_providers accessible without ↵ | Julien Lancelot | 2016-12-07 | 2 | -0/+2 |
| | | | | authentication | ||||
* | SONAR-8448 Provide a unique HTML page for every url except statics files and WS | Julien Lancelot | 2016-12-07 | 5 | -0/+307 |
| | |||||
* | SONAR-8450 Add test on WS example | Julien Lancelot | 2016-12-06 | 2 | -25/+49 |
| | |||||
* | SONAR-8450 Return quality gate in api/navigation/component WS | Julien Lancelot | 2016-12-06 | 5 | -12/+96 |
| | |||||
* | SONAR-8450 Extract logic to get qgate from project in QualityGateFinder | Julien Lancelot | 2016-12-06 | 6 | -33/+223 |
| | |||||
* | SONAR-8450 Use Java8 in QgateProjectFinder | Julien Lancelot | 2016-12-05 | 2 | -44/+5 |
| | |||||
* | SONAR-8450 Return quality profiles in api/navigation/component WS | Julien Lancelot | 2016-12-05 | 5 | -0/+95 |
| | |||||
* | SONAR-8450 Return project description in api/navigation/component WS | Julien Lancelot | 2016-12-05 | 6 | -7/+15 |
| | |||||
* | SONAR-8450 Move QPMeasureData as it'll be used by api/navigation/component WS | Julien Lancelot | 2016-12-05 | 16 | -60/+46 |
| | |||||
* | SONAR-8450 Cleanup ComponentNavigationActionTest | Julien Lancelot | 2016-12-05 | 19 | -380/+192 |
| | |||||
* | SONAR-8464 Make column UUID of Events unique and non null | Teryk Bellahsene | 2016-12-05 | 2 | -0/+5 |
| | |||||
* | SONAR-8464 Populate UUID column of table EVENTS | Teryk Bellahsene | 2016-12-05 | 2 | -2/+9 |
| | |||||
* | SONAR-8467 Add UUID column to db table EVENTS | Teryk Bellahsene | 2016-12-05 | 7 | -15/+28 |
| | |||||
* | SONAR-7774 Create AuthenticationWsAction marker interface | Julien Lancelot | 2016-12-05 | 7 | -57/+104 |
| | |||||
* | SONAR-8493 Add auth event in /api/authentication/logout WS | Julien Lancelot | 2016-12-05 | 6 | -11/+229 |
| | |||||
* | SONAR-8493 Rename login and failure to loginSuccess and loginFailure | Julien Lancelot | 2016-12-05 | 19 | -89/+89 |
| | | | | As the logout method will be added, renaming these 2 methods will make contracts more clear | ||||
* | SONAR-8416 Update UTs to check auth events in LoginActionTest | Julien Lancelot | 2016-12-05 | 1 | -1/+12 |
| | |||||
* | SONAR-7774 Create /api/authentication/logout WS | Julien Lancelot | 2016-12-05 | 10 | -8/+220 |
| | |||||
* | SONAR-8416 fix quality flaws (duplicated code and other) | Sébastien Lesaint | 2016-12-02 | 5 | -77/+81 |
| | |||||
* | SONAR-8416 restore error message displayed to user | Sébastien Lesaint | 2016-12-01 | 5 | -33/+53 |
| | |||||
* | SONAR-8417 control auth event log with sonar.log.level.web.auth.event | Sébastien Lesaint | 2016-12-01 | 1 | -0/+1 |
| | |||||
* | SONAR-8416 AuthenticationEventImpl now log at DEBUG | Sébastien Lesaint | 2016-12-01 | 2 | -8/+56 |
| | |||||
* | SONAR-8416 prevent log flooding with über long login | Sébastien Lesaint | 2016-12-01 | 2 | -18/+50 |
| | |||||
* | SONAR-8416 add event log on error in OAuth2 and Base authent | Sébastien Lesaint | 2016-12-01 | 20 | -173/+339 |
| | |||||
* | SONAR-8416 move handling logic out from UnauthorizedException | Sébastien Lesaint | 2016-12-01 | 1 | -2/+18 |
| | | | | and to AuthenticationError | ||||
* | SONAR-8416 add event log in case of error for basic, realm, jwt | Sébastien Lesaint | 2016-12-01 | 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-01 | 19 | -144/+802 |
| | |||||
* | Merge branch 'branch-6.2' | Sébastien Lesaint | 2016-12-01 | 5 | -5/+81 |
|\ | |||||
| * | SONAR-8422 add visible error in sonar.log when DB is not ok | Sébastien Lesaint | 2016-12-01 | 5 | -5/+81 |
| | | |||||
* | | Automatic merge from branch-6.2 | ssjenka | 2016-12-01 | 4 | -10/+44 |
|\| | | | | | | | | | | | * origin/branch-6.2: SONAR-8462 escape param "q" in WS api/rules/repositories" SONAR-8461 escape param "q" in WS api/languages/list | ||||
| * | 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 |
| | | |||||
* | | Automatic merge from branch-6.2 | ssjenka | 2016-12-01 | 13 | -132/+378 |
|\| | | | | | | | | | | | | | | | | | | | | | * origin/branch-6.2: SONAR-8335 rename LogDomain#ES_CLIENT to LogDomain#ES SONAR-8335 add IT on dynamic log level change SONAR-8335 make changing root level change level of all loggers SONAR-8335 add missing coverage on jmx log property SONAR-8335 drop dead code ServerLogging#getCurrentLogFile SONAR-8335 move RootLoggerConfig out of LogbackHelper SONAR-8335 move LogBackHelper to subpackage logging | ||||
| * | SONAR-8335 rename LogDomain#ES_CLIENT to LogDomain#ES | Sébastien Lesaint | 2016-12-01 | 2 | -2/+2 |
| | | |||||
| * | SONAR-8335 make changing root level change level of all loggers | Sébastien Lesaint | 2016-12-01 | 10 | -104/+193 |
| | | |||||
| * | 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 | 1 | -2/+3 |
| | | |||||
| * | SONAR-8335 move LogBackHelper to subpackage logging | Sébastien Lesaint | 2016-12-01 | 12 | -15/+15 |
| | | |||||
* | | Merge branch 'branch-6.2' | Sébastien Lesaint | 2016-12-01 | 1 | -6/+4 |
|\| | |||||
| * | Merge branch 'branch-5.6' into branch-6.2 | Sébastien Lesaint | 2016-12-01 | 1 | -6/+4 |
| |\ | |||||
| | * | SONAR-8421 fix ConcurrentModificationException | Sébastien Lesaint | 2016-11-30 | 1 | -6/+4 |
| | | |