aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-7729 Improve display of issue changelog entries of type 'FILE'Stas Vilchik2016-12-192-2/+2
|
* SONAR-7288 Use api/favorites/remove in the UITeryk Bellahsene2016-12-193-17/+9
|
* SONAR-7288 Create WS api/favorites/removeTeryk Bellahsene2016-12-1911-8/+328
|
* SONAR-7287 Use api/favorites/add in the UITeryk Bellahsene2016-12-194-30/+3
|
* SONAR-7287 Rename FavoriteUpdater#put to addTeryk Bellahsene2016-12-197-10/+10
|
* SONAR-7287 Rename FavoriteService to FavoriteUpdaterTeryk Bellahsene2016-12-1910-35/+35
|
* SONAR-7287 Move FavoriteService to favorite packageTeryk Bellahsene2016-12-1914-16/+58
|
* SONAR-7287 Create WS api/favorites/addTeryk Bellahsene2016-12-1916-17/+622
|
* Merge branch 'branch-6.2'Sébastien Lesaint2016-12-162-1/+3
|\
| * SONAR-8416 fix login failure log at OAuth2 successful authentSébastien Lesaint2016-12-162-1/+3
| |
* | SONAR-8547 Get MSSQL driver from Maven centralSimon Brandhof2016-12-167-28/+28
| | | | | | | | MSSQL driver has been deployed by Microsoft on Maven central. This artifact is used now instead of copying it in Git sources.
* | SONAR-8445 drop field DatabaseVersion.LAST_VERSIONSébastien Lesaint2016-12-1622-204/+276
| | | | | | | | | | | | replace usages of this field by either MigrationSteps.getMaxMigrationNumber() or DatabaseVersion.getStatus() also, change return type of DatabaseVersion.getVersion from int to Optional<Long> MigrationStep configuration is now avaiable at level2, in both web and CE container (because it is used by DatabaseVersion class)
* | SONAR-8445 move DatabaseVersion to sonar-db-migrationSébastien Lesaint2016-12-1621-84/+112
| |
* | add constant for minimum number of components in ComponentContainerSébastien Lesaint2016-12-166-15/+12
| |
* | SONAR-8445 move DatabaseVersion to level2Sébastien Lesaint2016-12-164-10/+13
| | | | | | | | also moved DatabaseServerCompatibility which depends on it
* | SONAR-8445 add a DAO for SCHEMA_MIGRATIONSSébastien Lesaint2016-12-1618-47/+192
| | | | | | | | and remove direct usages of MyBatis mapper
* | improving stability of DatabaseMigrationImplConcurrentAccessTestSébastien Lesaint2016-12-161-17/+17
| |
* | sort DAO classes in DaoModule alphabeticallySébastien Lesaint2016-12-161-13/+17
| |
* | SONAR-8445 move DataChange subclasses from sonar-db to sonar-db-migrationSébastien Lesaint2016-12-1649-100/+91
| |
* | SONAR-8445 delete unused resources from deleted unit testSébastien Lesaint2016-12-167-43/+0
| |
* | SONAR-8445 move def and sql builder classes to sonar-db-migrationSébastien Lesaint2016-12-16125-330/+391
| |
* | SONAR-8445 move package charset from sonar-db to sonar-db-migrationSébastien Lesaint2016-12-1626-30/+26
| |
* | SONAR-8445 a bit of Ruby code cleaning + fix quality flawsSébastien Lesaint2016-12-164-64/+2
| |
* | Try to reenable failing test with a lower footprintJulien HENRY2016-12-161-3/+1
| |
* | Temporarily disable test that cause OOMJulien HENRY2016-12-161-0/+2
| |
* | Fix quality flawsJulien HENRY2016-12-1631-355/+271
| |
* | SONAR-7292 Remove useless code in IssueChangeDaoJulien Lancelot2016-12-152-83/+0
| |
* | SONAR-7293 Replace Ruby WS api/issues/delete_comment by Java WSJulien Lancelot2016-12-1515-223/+332
| |
* | SONAR-7294 Replace Ruby WS api/issues/edit_commentJulien Lancelot2016-12-1521-191/+463
| |
* | SONAR-7292 IssueChangeDao#selectCommentByKey now returns a dtoJulien Lancelot2016-12-155-15/+65
| |
* | SONAR-7292 Move IssueTesting to sonar-db for IssueDto and keep ↵Julien Lancelot2016-12-1524-250/+288
| | | | | | | | IssueDocTesting for IssueDoc
* | SONAR-7292 Sanitize IssuesWsParameters and add some missing actions in ↵Julien Lancelot2016-12-1526-646/+1000
| | | | | | | | IssueService
* | SONAR-7292 Replace Ruby WS api/issues/add_commentJulien Lancelot2016-12-1517-404/+486
| |
* | SONAR-8540 Fix saving of raw IT/Overall coverage measuresJulien HENRY2016-12-152-10/+126
| | | | | | | | and improve coverage
* | Merge branch 'branch-6.2'Sébastien Lesaint2016-12-150-0/+0
|\|
| * 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 quality flawsTeryk Bellahsene2016-12-146-15/+39
| |