aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* rewrite workspace in react (#3140)Stas Vilchik2018-03-1456-685/+2027
* SONAR-10338 do not fetch "my" organization when not logged inStas Vilchik2018-03-143-17/+23
* SONAR-10222 Fail when searching member organizations and unauthenticatedGuillaume Jambet2018-03-142-0/+21
* Fix BranchPersisterImplTest.javaTeryk Bellahsene2018-03-131-1/+1
* SONAR-10374 Support pull request in the web appTeryk Bellahsene2018-03-13174-1236/+2123
* MMF-1134 Make pull request a 1st class citizenTeryk Bellahsene2018-03-13167-390/+4041
* Fix tests on WindowsJulien HENRY2018-03-131-7/+12
* SONAR-10261 don't update project links when analysing branchSébastien Lesaint2018-03-132-5/+50
* SONAR-10261 don't update project name nor description when on branchSébastien Lesaint2018-03-133-16/+85
* SONAR-10261 add description to ProjectSébastien Lesaint2018-03-134-16/+77
* SONAR-10261 remove Project#copyOf used only in UTSébastien Lesaint2018-03-136-30/+9
* SONAR-10461 load branch even if project key in report is wrongSébastien Lesaint2018-03-132-27/+49
* SONAR-10379 Improve issue permalink UX (#3139)Pascal Mugnier2018-03-124-4/+21
* SONAR-10472 Hover effect on issue box is overflowing when dropdown open (#3134)Pascal Mugnier2018-03-122-5/+11
* Clean-up ES module in sonar-serverSimon Brandhof2018-03-129-170/+10
* Order list of Gradle dependenciesSimon Brandhof2018-03-121-3/+3
* Fix some Java compiler warningsSimon Brandhof2018-03-12165-295/+301
* Move To GradleDavid Rautureau2018-03-0932-1471/+549
* SONAR-10478 Top menu item on firefox sometimes appear broken (#3138)Pascal Mugnier2018-03-091-0/+1
* SONAR-10465 Remove clickable tags on Marketplace's list of Plugins (#3132)Pascal Mugnier2018-03-097-65/+21
* SONAR-10476 Add a checkbox on top of issues list to allow global selection/un...Pascal Mugnier2018-03-082-2/+50
* SONAR-10164 Redesign the "default" badge to match other badges (#3120)Pascal Mugnier2018-03-087-22/+28
* SONAR-7449 Selecting multiple issues with shift+click (#3127)Pascal Mugnier2018-03-087-15/+135
* SONAR-10397 Fix inconsistent list of files in "Code" tab with +100 files (#3129)Pascal Mugnier2018-03-082-0/+68
* Revert "Merge branch 'master' of https://github.com/SonarSource/sonarqube"Grégoire Aubert2018-03-074-83/+2
* Merge branch 'master' of https://github.com/SonarSource/sonarqubePascal Mugnier2018-03-073-5/+214
|\
| * SONAR-10452 Empty "On new code" sections on Measures page (#3119)Pascal Mugnier2018-03-073-5/+214
* | SONAR-10397 Test for bucketsPascal Mugnier2018-03-074-3/+79
* | SONAR-10397 Fix inconsistent list of files in "Code" tab with +100 filesPascal Mugnier2018-03-071-0/+5
|/
* fix application leak tooltip (#3117)Stas Vilchik2018-03-062-8/+15
* focus first field in the user form (#3112)Stas Vilchik2018-03-021-1/+3
* rewrite remaining popups in react (#3109)Stas Vilchik2018-03-0274-1830/+2391
* SONAR-10423 add consistency validation on homepage retrievalGuillaume Jambet2018-03-022-8/+78
* SONAR-10426 Add homepage default when db is inconsistentGuillaume Jambet2018-03-029-294/+437
* SONAR-10426 Allow homepage on PORTFOLIOS, PORTFOLIO and on APPLICATION in Son...Guillaume Jambet2018-03-025-11/+119
* SONAR-10426 Allow homepage on Projects and on Issues in SonarQubeGuillaume Jambet2018-03-025-25/+65
* SONAR-10423 Allow homepage feature on SonarQubeJulien Lancelot2018-03-0210-38/+258
* SONAR-10423 Add branch parameter in homepage of api/users WSJulien Lancelot2018-03-024-17/+86
* SONAR-10423 expose HomePageSelect componentStas Vilchik2018-03-021-3/+5
* SONAR-10423 display home page selector (#3065)Stas Vilchik2018-03-0213-47/+214
* SONAR-10423 Replace "parameter" by "component" and "organization" in api/user...Julien Lancelot2018-03-026-112/+105
* fixup! SONAR-10345 Ensure that no orphaned deliveries remains when deleting w...Guillaume Jambet2018-03-017-82/+51
* SONAR-10345 Ensure that no orphaned deliveries remains when deleting webhooks.Guillaume Jambet2018-03-0114-26/+166
* SONAR-10344 fix QualityGateChange on Branch analysis.Guillaume Jambet2018-03-011-4/+11
* Use Button component in webhooks consoleGrégoire Aubert2018-03-0112-80/+79
* SONAR-10344 Hide webhook menu in global admin when organizations are enabledGrégoire Aubert2018-03-013-30/+33
* SONAR-10346 Add a shortcut to display the latest delivery of a webhookGrégoire Aubert2018-03-0120-283/+820
* SONAR-10345 Remove old webhook UI in the settingsGuillaume Jambet2018-03-014-6/+6
* SONAR-10346 Add latest deliveries information to webhooks search ws.Guillaume Jambet2018-03-0118-268/+498
* SONAR-10347 Add pagination to webhook deliveries search ws.Guillaume Jambet2018-03-018-57/+198