aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-8467 Create WS api/project_analyses/searchTeryk Bellahsene2016-12-137-2/+691
* use yarn (#1453)Stas Vilchik2016-12-122-15/+5967
* support old project permalinksStas Vilchik2016-12-122-4/+7
* SONAR-7291 Extract transition methods from IssueService to TransitionServiceJulien Lancelot2016-12-1219-193/+845
* SONAR-7291 Rename IssueUpdater to IssueFieldsSetterJulien Lancelot2016-12-1231-120/+99
* SONAR-7291 Drop WS api/issues/transitionsJulien Lancelot2016-12-126-82/+9
* SONAR-7291 Clean up no more used code related to railsJulien Lancelot2016-12-127-262/+4
* use nodejs 6.x (#1451)Stas Vilchik2016-12-121-1/+1
* 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
* SONAR-8466 Create WS api/project_analyses/update_eventTeryk Bellahsene2016-12-0910-13/+494
* 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-098-10/+8
* remove $ and _ dependecies in ComponentNavStas Vilchik2016-12-091-23/+15
* do not return "isComparable" from api/navigation/componentStas Vilchik2016-12-096-7/+0
* do not use "canBeFavorite" from api/navigation/componentStas Vilchik2016-12-099-13/+14
* Fix quality flawsJulien Lancelot2016-12-091-1/+2
* 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
* SONAR-8465 Create WS api/project_analyses/delete_eventTeryk Bellahsene2016-12-086-9/+286
* redirect from /issues/search to /issuesStas Vilchik2016-12-081-4/+9
* drop unused ruby views and controllers (#1438)Stas Vilchik2016-12-08114-3314/+0
* SONAR-8464 Create WS api/project_analyses/create_eventTeryk Bellahsene2016-12-0711-3/+776
* fix quality flawsStas Vilchik2016-12-074-5/+3
* 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-07123-3045/+2081
* SONAR-8498 Make WS api/l10n/index accessible without authentication or migrationJulien Lancelot2016-12-078-208/+244
* SONAR-8503 Make WS api/users/identity_providers accessible without authentica...Julien Lancelot2016-12-072-0/+2
* SONAR-8448 Provide a unique HTML page for every url except statics files and WSJulien Lancelot2016-12-077-2/+318
* SONAR-8448 generate index.html during the buildStas Vilchik2016-12-0710-73/+168
* SONAR-8450 Add test on WS exampleJulien Lancelot2016-12-062-25/+49
* SONAR-8450 Return quality gate in api/navigation/component WSJulien Lancelot2016-12-065-12/+96
* SONAR-8450 Extract logic to get qgate from project in QualityGateFinderJulien Lancelot2016-12-066-33/+223
* SONAR-8450 Use Java8 in QgateProjectFinderJulien Lancelot2016-12-052-44/+5
* SONAR-8450 Return quality profiles in api/navigation/component WSJulien Lancelot2016-12-055-0/+95
* SONAR-8450 Return project description in api/navigation/component WSJulien Lancelot2016-12-056-7/+15
* SONAR-8450 Move QPMeasureData as it'll be used by api/navigation/component WSJulien Lancelot2016-12-0516-60/+46
* SONAR-8450 Cleanup ComponentNavigationActionTestJulien Lancelot2016-12-0519-380/+192
* SONAR-8464 Make column UUID of Events unique and non nullTeryk Bellahsene2016-12-053-0/+35
* SONAR-8464 Populate UUID column of table EVENTSTeryk Bellahsene2016-12-053-2/+38
* SONAR-8467 Add UUID column to db table EVENTSTeryk Bellahsene2016-12-058-15/+57