aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-7288 Create WS api/favorites/removeTeryk Bellahsene2016-12-195-4/+239
* 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-1912-11/+52
* SONAR-7287 Create WS api/favorites/addTeryk Bellahsene2016-12-198-0/+448
* 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-8417 control auth event log with sonar.log.level.web.auth.eventSébastien Lesaint2016-12-141-0/+1
| * 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 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-141-2/+18
| * SONAR-8416 add event log in case of error for basic, realm, jwtSébastien Lesaint2016-12-1436-265/+986
| * SONAR-8416 add log (INFO) when user successfuly log inSébastien Lesaint2016-12-1419-144/+802
| * Prepare for next development iterationTom2016-12-131-1/+1
| * release 6.26.2Tom2016-12-131-1/+1
| * Prepare for next development iterationTom2016-12-091-1/+1
| * release 6.2-RC36.2-RC3Tom2016-12-091-1/+1
| * Prepare for next development iterationTom2016-12-021-1/+1
| * Release 6.2-RC26.2-RC2Tom2016-12-021-1/+1
* | SONAR-8445 drop field DatabaseVersion.LAST_VERSIONSébastien Lesaint2016-12-1613-107/+180
* | SONAR-8445 move DatabaseVersion to sonar-db-migrationSébastien Lesaint2016-12-1614-15/+15
* | add constant for minimum number of components in ComponentContainerSébastien Lesaint2016-12-163-10/+8
* | SONAR-8445 move DatabaseVersion to level2Sébastien Lesaint2016-12-162-6/+8
* | SONAR-8445 add a DAO for SCHEMA_MIGRATIONSSébastien Lesaint2016-12-161-8/+1
* | improving stability of DatabaseMigrationImplConcurrentAccessTestSébastien Lesaint2016-12-161-17/+17
* | SONAR-8445 move DataChange subclasses from sonar-db to sonar-db-migrationSébastien Lesaint2016-12-161-1/+1
* | SONAR-8445 move package charset from sonar-db to sonar-db-migrationSébastien Lesaint2016-12-165-8/+5
* | SONAR-8445 a bit of Ruby code cleaning + fix quality flawsSébastien Lesaint2016-12-162-10/+1
* | Fix quality flawsJulien HENRY2016-12-162-15/+3
* | SONAR-7293 Replace Ruby WS api/issues/delete_comment by Java WSJulien Lancelot2016-12-158-191/+292
* | SONAR-7294 Replace Ruby WS api/issues/edit_commentJulien Lancelot2016-12-1511-142/+372
* | SONAR-7292 IssueChangeDao#selectCommentByKey now returns a dtoJulien Lancelot2016-12-152-8/+8
* | SONAR-7292 Move IssueTesting to sonar-db for IssueDto and keep IssueDocTestin...Julien Lancelot2016-12-1523-250/+227
* | SONAR-7292 Sanitize IssuesWsParameters and add some missing actions in IssueS...Julien Lancelot2016-12-1516-387/+427
* | SONAR-7292 Replace Ruby WS api/issues/add_commentJulien Lancelot2016-12-1510-327/+310
* | Fix quality flawsTeryk Bellahsene2016-12-144-14/+13
* | SONAR-8467 Fix total number of analyses when filtering by categoryTeryk Bellahsene2016-12-142-7/+8
* | SONAR-8468 Create WS api/project_analyses/deleteTeryk Bellahsene2016-12-147-4/+256
* | SONAR-7728 Return file long name in changelog during a file moveJulien Lancelot2016-12-142-7/+67
* | SONAR-8445 do auto upgrade on fresh install without RubySébastien Lesaint2016-12-1418-377/+67
* | SONAR-8445 move SQ 5.6 create schema migrations out of RubySébastien Lesaint2016-12-1410-78/+16
* | SONAR-8445 run DB migration of SQ 6.3 with JavaSébastien Lesaint2016-12-146-12/+35
* | SONAR-8445 move PlatformDatabaseMigration to package migrationSébastien Lesaint2016-12-1410-42/+58
* | SONAR-8445 move DatabaseMigration to sonar-db-migrationSébastien Lesaint2016-12-1416-209/+202
* | SONAR-8445 handle creation of table SCHEMA_MIGRATIONS in JavaSébastien Lesaint2016-12-142-4/+10
* | SONAR-8445 create maven module sonar-db-migrationSébastien Lesaint2016-12-141-0/+4