aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add "validate" scriptStas Vilchik2016-12-192-2/+2
* refactor header.js to use favorites apiStas Vilchik2016-12-191-21/+7
* SONAR-7674 Add Activity Stream interface (#1459)Stas Vilchik2016-12-1967-844/+3579
* SONAR-8531 format effort in issues changelogStas Vilchik2016-12-191-2/+10
* 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
* | SONAR-8445 drop field DatabaseVersion.LAST_VERSIONSébastien Lesaint2016-12-1622-204/+276
* | 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
* | SONAR-8445 add a DAO for SCHEMA_MIGRATIONSSébastien Lesaint2016-12-1618-47/+192
* | 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 IssueDocTestin...Julien Lancelot2016-12-1524-250/+288
* | SONAR-7292 Sanitize IssuesWsParameters and add some missing actions in IssueS...Julien Lancelot2016-12-1526-646/+1000
* | 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
* | 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
| * SONAR-8416 improve ITs on authenticationJulien Lancelot2016-12-1412-16/+394
| * 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