aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* add flow annotations in RecentHistoryStas Vilchik2016-12-091-13/+17
* remove _ dependecy in RecentHistoryStas Vilchik2016-12-091-5/+3
* return "id" instead of "uuid" from api/navigation/componentStas Vilchik2016-12-092-4/+2
* remove $ and _ dependecies in ComponentNavStas Vilchik2016-12-091-23/+15
* do not use "canBeFavorite" from api/navigation/componentStas Vilchik2016-12-093-7/+14
* SONAR-8505 Implement smooth transition between pages (#1440)Stas Vilchik2016-12-0868-400/+609
* fix minimum page widthStas Vilchik2016-12-081-3/+5
* SONAR-8451 hide notifications linkStas Vilchik2016-12-082-7/+0
* Remove rails code from static error pagesJulien Lancelot2016-12-083-14/+0
* redirect from /issues/search to /issuesStas Vilchik2016-12-081-4/+9
* drop unused ruby views and controllers (#1438)Stas Vilchik2016-12-08114-3314/+0
* fix quality flawsStas Vilchik2016-12-072-2/+2
* SONAR-8451 disable issues bulk change and the project history pageStas Vilchik2016-12-072-5/+16
* SONAR-8451 fix warning of non-production databaseStas Vilchik2016-12-071-1/+1
* SONAR-8451 Run js app outside of ruby containerStas Vilchik2016-12-07121-3042/+2080
* SONAR-8448 Provide a unique HTML page for every url except statics files and WSJulien Lancelot2016-12-071-0/+8
* SONAR-8464 Make column UUID of Events unique and non nullTeryk Bellahsene2016-12-051-0/+30
* SONAR-8464 Populate UUID column of table EVENTSTeryk Bellahsene2016-12-051-0/+29
* SONAR-8467 Add UUID column to db table EVENTSTeryk Bellahsene2016-12-051-0/+29
* fix displaying a source code of a file after searchStas Vilchik2016-11-303-10/+6
* fix displaying a source code of a file after searchStas Vilchik2016-11-301-4/+4
* fix quality flawsStas Vilchik2016-11-282-15/+7
* step towards a single-entry-point js app (#1362)Stas Vilchik2016-11-28191-1191/+2202