aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main
Commit message (Expand)AuthorAgeFilesLines
* upgrade eslint and its plugins, tune rules (#1481)Stas Vilchik2016-12-22342-1446/+1221
* SONAR-7286 Fix api/favorites/search for files - the name of the file is displ...Teryk Bellahsene2016-12-221-3/+1
* SONAR-7674 apply feedback: improve tooltips, decrease marginStas Vilchik2016-12-222-5/+12
* drop api/events WSStas Vilchik2016-12-222-36/+0
* use new project activity WS on the measure history pageStas Vilchik2016-12-221-4/+5
* SONAR-8552 fix settings navigationStas Vilchik2016-12-204-13/+243
* SONAR-8552 fix global navigationStas Vilchik2016-12-204-10/+123
* update jest snapshots and configurationStas Vilchik2016-12-205-68/+68
* SONAR-8552 fix component navigationStas Vilchik2016-12-203-4/+180
* 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-191-89/+0
* SONAR-7283 Drop Ruby WS api/events/* (#1476)Stas Vilchik2016-12-193-495/+0
* add "validate" scriptStas Vilchik2016-12-191-1/+0
* refactor header.js to use favorites apiStas Vilchik2016-12-191-21/+7
* SONAR-7674 Add Activity Stream interface (#1459)Stas Vilchik2016-12-1955-240/+3166
* 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-191-1/+1
* SONAR-7288 Use api/favorites/remove in the UITeryk Bellahsene2016-12-193-17/+9
* SONAR-7287 Use api/favorites/add in the UITeryk Bellahsene2016-12-194-30/+3
* SONAR-7287 Move FavoriteService to favorite packageTeryk Bellahsene2016-12-192-5/+6
* SONAR-7293 Replace Ruby WS api/issues/delete_comment by Java WSJulien Lancelot2016-12-151-17/+0
* SONAR-7294 Replace Ruby WS api/issues/edit_commentJulien Lancelot2016-12-151-26/+0
* SONAR-7292 Replace Ruby WS api/issues/add_commentJulien Lancelot2016-12-151-28/+0
* Drop some Ruby codeSimon Brandhof2016-12-1422-2389/+0
* SONAR-8445 do auto upgrade on fresh install without RubySébastien Lesaint2016-12-142-20/+29
* SONAR-8445 move SQ 5.6 create schema migrations out of RubySébastien Lesaint2016-12-145-260/+1
* SONAR-8445 move SQ 5.6.1 migration out of RubySébastien Lesaint2016-12-141-31/+0
* SONAR-8445 move SQ 6.0 migrations out of RubySébastien Lesaint2016-12-1476-2207/+0
* SONAR-8445 move SQ 6.1 migrations out of RubySébastien Lesaint2016-12-1417-499/+0
* SONAR-8445 move SQ 6.2 migrations out of RubySébastien Lesaint2016-12-1424-697/+0
* SONAR-8445 run DB migration of SQ 6.3 with JavaSébastien Lesaint2016-12-144-87/+1
* SONAR-8535 SONAR-7304 sanitize WS api/server/*Simon Brandhof2016-12-143-242/+0
* Remove file related to measure filtersJulien Lancelot2016-12-141-61/+0
* SONAR-7290 Remove api/issues/changelog from railsJulien Lancelot2016-12-132-57/+0
* SONAR-5471 use v5.6 as version of initial schemaSimon Brandhof2016-12-136-96/+3
* SONAR-5471 create initial schema (version 5.5)Simon Brandhof2016-12-13250-9209/+4
* support old project permalinksStas Vilchik2016-12-122-4/+7
* SONAR-7291 Drop WS api/issues/transitionsJulien Lancelot2016-12-121-17/+0
* SONAR-7291 Clean up no more used code related to railsJulien Lancelot2016-12-122-49/+0
* SONAR-5471 refactor db migration 1315 in JavaSimon Brandhof2016-12-121-13/+1
* SONAR-5471 move creation of 5.6+ indices to Java migrationsSimon Brandhof2016-12-1229-106/+22
* SONAR-5471 create webhook_deliveries indices in javaSimon Brandhof2016-12-121-2/+0
* reorganize store directoriesStas Vilchik2016-12-09114-131/+131
* display markdown helpStas Vilchik2016-12-092-0/+134
* fix line permalink in source viewerStas Vilchik2016-12-092-3/+14
* refactor SearchView to remove $ and _ dependencies (#1449)Stas Vilchik2016-12-093-54/+73