aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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-098-66/+22
|
* SONAR-10365 Analyze pull request as 1st class citizenTeryk Bellahsene2018-03-081-5/+4
|
* SONAR-10476 Add a checkbox on top of issues list to allow global ↵Pascal Mugnier2018-03-082-2/+50
| | | | selection/unselection (#3131)
* 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
| | | | | This reverts commit ec739303a171b09089a1987d69777fa988b19eb3, reversing changes made to da6a97014a1aba426ca6253623f6ff71281a64ac.
* 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
| | | | | | | | | | | | | | | | | | * extract baseFontFamily * rewrite favorites store in ts * add new types and change existing ones * rewrite SourceViewer helpers in ts * rewrite SourceViewer in ts and its popups in react * drop popups * fix iterating over nodelist * fix quality flaws
* 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 ↵Guillaume Jambet2018-03-026-11/+122
| | | | SonarQube
* SONAR-10426 Allow homepage on Projects and on Issues in SonarQubeGuillaume Jambet2018-03-027-25/+77
|
* SONAR-10423 Allow homepage feature on SonarQubeJulien Lancelot2018-03-0213-38/+353
|
* SONAR-10423 Add branch parameter in homepage of api/users WSJulien Lancelot2018-03-025-17/+87
|
* 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 ↵Julien Lancelot2018-03-029-113/+225
| | | | api/users WS
* fixup! SONAR-10345 Ensure that no orphaned deliveries remains when deleting ↵Guillaume Jambet2018-03-017-82/+51
| | | | webhooks.
* 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-0121-284/+823
|
* SONAR-10345 Remove old webhook UI in the settingsGuillaume Jambet2018-03-018-109/+10
|
* SONAR-10346 Add latest deliveries information to webhooks search ws.Guillaume Jambet2018-03-0124-299/+570
|
* SONAR-10347 Add pagination to webhook deliveries search ws.Guillaume Jambet2018-03-0110-58/+223
|
* 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-014-10/+87
|
* SONAR-10345 Add IT's for webhooks managementGrégoire Aubert2018-03-0114-224/+725
|
* 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-0115-20/+166
|
* 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-0124-83/+858
|
* SONAR-10347 Create a CodeSnippet component and use it in project badges and ↵Grégoire Aubert2018-03-0121-247/+267
| | | | onboarding tutorial
* 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 ↵Guillaume Jambet2018-03-016-0/+63
| | | | organization or a project.
* SONAR-10345 Migrate webhooks from PROPERTIES table to WEBHOOKS table.Guillaume Jambet2018-03-0116-66/+620
|
* 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-0113-18/+525
|
* SONAR-10345 Create WEBHOOKS table & daoGuillaume Jambet2018-03-0118-29/+919
|