Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-7729 Improve display of issue changelog entries of type 'FILE' | Stas Vilchik | 2016-12-19 | 2 | -2/+2 |
| | |||||
* | SONAR-7288 Use api/favorites/remove in the UI | Teryk Bellahsene | 2016-12-19 | 3 | -17/+9 |
| | |||||
* | SONAR-7288 Create WS api/favorites/remove | Teryk Bellahsene | 2016-12-19 | 11 | -8/+328 |
| | |||||
* | SONAR-7287 Use api/favorites/add in the UI | Teryk Bellahsene | 2016-12-19 | 4 | -30/+3 |
| | |||||
* | SONAR-7287 Rename FavoriteUpdater#put to add | Teryk Bellahsene | 2016-12-19 | 7 | -10/+10 |
| | |||||
* | SONAR-7287 Rename FavoriteService to FavoriteUpdater | Teryk Bellahsene | 2016-12-19 | 10 | -35/+35 |
| | |||||
* | SONAR-7287 Move FavoriteService to favorite package | Teryk Bellahsene | 2016-12-19 | 14 | -16/+58 |
| | |||||
* | SONAR-7287 Create WS api/favorites/add | Teryk Bellahsene | 2016-12-19 | 16 | -17/+622 |
| | |||||
* | Merge branch 'branch-6.2' | Sébastien Lesaint | 2016-12-16 | 2 | -1/+3 |
|\ | |||||
| * | SONAR-8416 fix login failure log at OAuth2 successful authent | Sébastien Lesaint | 2016-12-16 | 2 | -1/+3 |
| | | |||||
* | | SONAR-8547 Get MSSQL driver from Maven central | Simon Brandhof | 2016-12-16 | 7 | -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_VERSION | Sébastien Lesaint | 2016-12-16 | 22 | -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-migration | Sébastien Lesaint | 2016-12-16 | 21 | -84/+112 |
| | | |||||
* | | add constant for minimum number of components in ComponentContainer | Sébastien Lesaint | 2016-12-16 | 6 | -15/+12 |
| | | |||||
* | | SONAR-8445 move DatabaseVersion to level2 | Sébastien Lesaint | 2016-12-16 | 4 | -10/+13 |
| | | | | | | | | also moved DatabaseServerCompatibility which depends on it | ||||
* | | SONAR-8445 add a DAO for SCHEMA_MIGRATIONS | Sébastien Lesaint | 2016-12-16 | 18 | -47/+192 |
| | | | | | | | | and remove direct usages of MyBatis mapper | ||||
* | | improving stability of DatabaseMigrationImplConcurrentAccessTest | Sébastien Lesaint | 2016-12-16 | 1 | -17/+17 |
| | | |||||
* | | sort DAO classes in DaoModule alphabetically | Sébastien Lesaint | 2016-12-16 | 1 | -13/+17 |
| | | |||||
* | | SONAR-8445 move DataChange subclasses from sonar-db to sonar-db-migration | Sébastien Lesaint | 2016-12-16 | 49 | -100/+91 |
| | | |||||
* | | SONAR-8445 delete unused resources from deleted unit test | Sébastien Lesaint | 2016-12-16 | 7 | -43/+0 |
| | | |||||
* | | SONAR-8445 move def and sql builder classes to sonar-db-migration | Sébastien Lesaint | 2016-12-16 | 125 | -330/+391 |
| | | |||||
* | | SONAR-8445 move package charset from sonar-db to sonar-db-migration | Sébastien Lesaint | 2016-12-16 | 26 | -30/+26 |
| | | |||||
* | | SONAR-8445 a bit of Ruby code cleaning + fix quality flaws | Sébastien Lesaint | 2016-12-16 | 4 | -64/+2 |
| | | |||||
* | | Try to reenable failing test with a lower footprint | Julien HENRY | 2016-12-16 | 1 | -3/+1 |
| | | |||||
* | | Temporarily disable test that cause OOM | Julien HENRY | 2016-12-16 | 1 | -0/+2 |
| | | |||||
* | | Fix quality flaws | Julien HENRY | 2016-12-16 | 31 | -355/+271 |
| | | |||||
* | | SONAR-7292 Remove useless code in IssueChangeDao | Julien Lancelot | 2016-12-15 | 2 | -83/+0 |
| | | |||||
* | | SONAR-7293 Replace Ruby WS api/issues/delete_comment by Java WS | Julien Lancelot | 2016-12-15 | 15 | -223/+332 |
| | | |||||
* | | SONAR-7294 Replace Ruby WS api/issues/edit_comment | Julien Lancelot | 2016-12-15 | 21 | -191/+463 |
| | | |||||
* | | SONAR-7292 IssueChangeDao#selectCommentByKey now returns a dto | Julien Lancelot | 2016-12-15 | 5 | -15/+65 |
| | | |||||
* | | SONAR-7292 Move IssueTesting to sonar-db for IssueDto and keep ↵ | Julien Lancelot | 2016-12-15 | 24 | -250/+288 |
| | | | | | | | | IssueDocTesting for IssueDoc | ||||
* | | SONAR-7292 Sanitize IssuesWsParameters and add some missing actions in ↵ | Julien Lancelot | 2016-12-15 | 26 | -646/+1000 |
| | | | | | | | | IssueService | ||||
* | | SONAR-7292 Replace Ruby WS api/issues/add_comment | Julien Lancelot | 2016-12-15 | 17 | -404/+486 |
| | | |||||
* | | SONAR-8540 Fix saving of raw IT/Overall coverage measures | Julien HENRY | 2016-12-15 | 2 | -10/+126 |
| | | | | | | | | and improve coverage | ||||
* | | Merge branch 'branch-6.2' | Sébastien Lesaint | 2016-12-15 | 0 | -0/+0 |
|\| | |||||
| * | 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 quality flaws | Teryk Bellahsene | 2016-12-14 | 6 | -15/+39 |
| | |