aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* 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
* SONAR-10347 Add search-by-webhook to webhook deliveries search ws.Guillaume Jambet2018-03-0118-33/+250
* SONAR-10347 Add IT's for webhook deliveriesGrégoire Aubert2018-03-012-0/+54
* SONAR-10345 Add IT's for webhooks managementGrégoire Aubert2018-03-014-0/+179
* SONAR-10417 Remove domain description in sidebar of web api pageGrégoire Aubert2018-03-013-80/+8
* SONAR-10346 Display webhook latest delivery statusGrégoire Aubert2018-03-0114-20/+164
* SONAR-10324 Improve tick and cross iconsGrégoire Aubert2018-03-0119-60/+90
* SONAR-10347 Add ability to browse webhook deliveries payloadsGrégoire Aubert2018-03-0123-82/+852
* SONAR-10347 Create a CodeSnippet component and use it in project badges and o...Grégoire Aubert2018-03-0121-247/+267
* SONAR-10347 Create a BoxedGroupAccordion component and use it in system pageGrégoire Aubert2018-03-0113-243/+292
* SONAR-10345 Ensure that no orphaned webhooks remains when deleting an organiz...Guillaume Jambet2018-03-016-0/+63
* SONAR-10345 Migrate webhooks from PROPERTIES table to WEBHOOKS table.Guillaume Jambet2018-03-0115-62/+616
* SONAR-10345 Webhooks consumers source them from WEBHOOKS table.Guillaume Jambet2018-03-015-41/+41
* SONAR-10345 Update Webhooks search ws to use new WEBHOOKS table.Guillaume Jambet2018-03-0124-353/+375
* SONAR-10345 Add Webhooks delete wsGuillaume Jambet2018-03-019-3/+321
* SONAR-10345 Add Webhooks update wsGuillaume Jambet2018-03-0113-47/+474
* SONAR-10345 Add Webhooks creation wsGuillaume Jambet2018-03-0112-17/+516
* SONAR-10345 Create WEBHOOKS table & daoGuillaume Jambet2018-03-0118-29/+919