aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* use new project activity WS on the measure history pageStas Vilchik2016-12-221-4/+5
* SONAR-7287 WS api/favorites/add fails when a component is already favoriteTeryk Bellahsene2016-12-217-13/+30
* WS api/favorites/search use a SearchRequestTeryk Bellahsene2016-12-217-19/+135
* Do not use Apache commons in sonar-ws - fix buildTeryk Bellahsene2016-12-218-24/+28
* SONAR-8464 SONAR-8465 SONAR-8466 Make the WS descriptions of api/project_anal...Teryk Bellahsene2016-12-214-6/+19
* SONAR-8465 SONAR-8466 WS of analysis event return the correct category in err...Teryk Bellahsene2016-12-215-13/+70
* SONAR-8464 SONAR-8466 WS drop description param to create or udpate an eventTeryk Bellahsene2016-12-2112-124/+65
* Fix leaky db connection for ProjectActivityPageTestTeryk Bellahsene2016-12-201-2/+2
* SONAR-8552 fix settings navigationStas Vilchik2016-12-204-13/+243
* SONAR-8552 fix global navigationStas Vilchik2016-12-204-10/+123
* add all kinds of page extensions to ui-extensions-pluginStas Vilchik2016-12-204-1/+112
* update jest snapshots and configurationStas Vilchik2016-12-206-69/+70
* SONAR-8552 fix component navigationStas Vilchik2016-12-203-4/+180
* upgrade jest, babel-jest and enzyme, add enzyme-to-jsonStas Vilchik2016-12-202-264/+343
* SONAR-8552 Sanitize api/navigation/* WSTeryk Bellahsene2016-12-2039-27/+90
* SONAR-8552 WS api/navigation/settings returns the id instead of the urlTeryk Bellahsene2016-12-203-11/+8
* SONAR-8552 WS api/navigation/global returns the id instead of the urlTeryk Bellahsene2016-12-206-20/+20
* SONAR-8552 WS api/navigation/component returns the id instead of the urlTeryk Bellahsene2016-12-205-51/+23
* do not display "authentication required" error message (#1478)Stas Vilchik2016-12-203-23/+0
* fix error message on quality gates pageStas Vilchik2016-12-205-19/+53
* force hide tooltip when destroying itStas Vilchik2016-12-201-1/+1
* scroll to specified line when open a file permalinkStas Vilchik2016-12-201-0/+1
* SONAR-7286 Use api/favorites/search in the UITeryk Bellahsene2016-12-202-2/+2
* SONAR-7286 Create WS api/favorites/searchTeryk Bellahsene2016-12-1920-220/+571
* SONAR-7283 Drop Ruby WS api/events/* (#1476)Stas Vilchik2016-12-193-495/+0
* relax UiTest for better stabilityStas Vilchik2016-12-191-1/+1
* 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