aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix description of api/users/update_loginJulien Lancelot2019-03-131-2/+1
|
* DOC Fix binding existing org instructionsJeremy Davis2019-03-131-16/+14
|
* SONAR-11814 speed-up upsert of live measures on PostgreSQLSimon Brandhof2019-03-136-72/+101
|
* SONARCLOUD-491 disable PLSQL in autoscanSimon Brandhof2019-03-111-1/+0
| | | | [skip ci]
* SONAR-11776 Quality Gate failure conditions should be sortedDuarte Meneses2019-03-114-30/+112
|
* SONAR-11776 Quality Gate failure conditions should be sortedDuarte Meneses2019-03-111-3/+4
|
* SONAR-11776 Quality Gate failure conditions should be sortedDuarte Meneses2019-03-119-36/+109
|
* DOC RQG updates to PR and SLBmichaelbirnstiehl2019-03-112-15/+13
|
* SONAR-11704 Update Bitbucket Cloud widgetsWouter Admiraal2019-03-111-8/+10
|
* SONAR-11736 Reaturn overall issue count measures as new measures in SLBs and PRsDuarte Meneses2019-03-119-79/+536
|
* Minor fixesDuarte Meneses2019-03-115-64/+34
|
* SONAR-11726 Add documentation suggestions for new PR overviewWouter Admiraal2019-03-112-1/+14
|
* SONAR-11706 Add metrics to PrAnalysisData and PrChangedDataJanos Gyerik2019-03-111-1/+1
|
* SONAR-11724 Remove Leak Period logic from code navigatorWouter Admiraal2019-03-118-131/+29
|
* SONAR-11719 Update measures page for Prs anad SLBsWouter Admiraal2019-03-1113-159/+182
|
* SONAR-11693 New Overview tab for PRs and SLBsWouter Admiraal2019-03-1147-188/+3589
|
* SONAR-11700 Show QG badge instead of issue breakdown for PRs and SLBsWouter Admiraal2019-03-1119-898/+116
|
* SONAR-11707 Create new metrics for issue count and fix ITsDuarte Meneses2019-03-119-37/+190
|
* SONAR-11707 Return branch QG status conditions in WSDuarte Meneses2019-03-114-18/+145
|
* SONAR-11707 Replace hardcoded QG with project's QG for SLB/PRsDuarte Meneses2019-03-1119-241/+148
|
* SONARCLOUD-472 Escape HTML entityWouter Admiraal2019-03-081-2/+3
|
* SONAR-11795 Drop persistit and move coverage measures computation to CE sideJulien HENRY2019-03-086-307/+261
|
* SONARCLOUD-472 - Rephrase pricing question (#1302)n-b-sonar2019-03-081-3/+3
|
* SONAR-11747 Fix portfolio computation when some projects are in warningJulien Lancelot2019-03-081-1/+7
|
* SONAR-11680 upgrade Tomcat to 8.5.38Simon Brandhof2019-03-071-0/+2
|
* SONAR-11797 fix for exception on project overview pageMichal Duda2019-03-076-36/+50
|
* SONAR-11794 Remove old deprecated metricsJulien HENRY2019-03-067-57/+1
|
* SONAR-11561 Allow more special characters in branch namesDuarte Meneses2019-03-062-4/+4
|
* SONARCLOUD-343 improve existing org alm bindingJeremy2019-03-0625-307/+738
|
* Fix UT on OracleJulien Lancelot2019-03-061-16/+5
|
* Add missing SupportsBlueGreen annotation on migrationJulien Lancelot2019-03-061-0/+2
|
* Feature/jay/hardening feb 19 (#1297)Jeremy2019-03-0624-561/+184
| | | | | | | * SONARCLOUD-441 Add COBOL to languages * SONARCLOUD-435 Validate fields immediately * SONARCLOUD-367 Add pricing to footer * SONARCLOUD-169 Fix image size issue
* Fix UT on MySQLJulien Lancelot2019-03-061-2/+2
|
* SONARCLOUD-425 updating docs Aurelie Boiteux Cabourdin2019-03-062-17/+39
|
* SONARCLOUD-379 Display user sync warning message only if there are other ↵Grégoire Aubert2019-03-065-10/+31
| | | | members already
* SONARCLOUD-379 Handle only GitHub in api/organizations/set_members_syncJulien Lancelot2019-03-064-236/+2
|
* SONARCLOUD-380 Drop members sync feature for BitbucketGrégoire Aubert2019-03-0613-173/+155
|
* Rename ownerId to organizationAlmId and almId to alm in AlmAppInstallDtoJulien Lancelot2019-03-0610-136/+131
|
* SONARCLOUD-413 Synchronize github user organization membership during ↵Julien Lancelot2019-03-0620-134/+618
| | | | authentication
* SONARCLOUD-380 Rework modal styling of SC and SQGrégoire Aubert2019-03-06169-1588/+2974
| | | | | | | * Update modal-fields * Update form-fields styling * Update modal-fields usage in extensions * Clean css
* SONARCLOUD-382 Update org member when receiving GH webhookBenoit Gianinetti2019-03-0613-29/+85
|
* SONARCLOUD-413 Add organizations list in onboarding modalJeremy Davis2019-03-0626-108/+733
|
* SONARCLOUD-380 Trigger member sync when importing ALM orgJeremy Davis2019-03-0657-630/+737
| | | | | | | | - Remove team button and refactor modals - Sync members after importing alm organization - Update AlmOrganization type and introduce mock function - Add info box when importing or binding organization - Remove manage team button in bound org empty state if member sync
* SONARCLOUD-422 Integrate bitbucket auth into sonar-enterpriseBenoît Gianinetti2019-03-061-0/+10
|
* SONARCLOUD-421 Integrate GitHub auth plugin into sonar enterpriseBenoit2019-03-061-0/+3
|
* SONARCLOUD-379 Enable users sync on existing ALM bound organizationsGrégoire Aubert2019-03-0668-821/+2128
| | | | | | | | | * Display org sync advertisement block * Add membersSync prop to organization type and update mock functions * Extract RadioCard from CardPlan * Allow to customize Modal through ConfirmButton * Add user sync configuration modal * Show help tooltip when user sync is activated
* SONARCLOUD-381 Create api/organization/sync_membersJulien Lancelot2019-03-0616-387/+834
| | | | | | | * Rename organisation to organization in some SonarCloud directories/classes * Add WS api/organizations/sync_members * Get list of members from a GitHub organization * sync_members fails when members sync is disabled
* SONARCLOUD-379 Add members_sync to /api/navigation/organization responseBenoît Gianinetti2019-03-062-1/+3
|
* SONARCLOUD-379 Create POST /api/organizations/set_member_syncBenoît Gianinetti2019-03-0615-18/+299
|
* SONARCLOUD-379 Add ORG_ALM_BINDING#MEMBERS_SYNC columnBenoît Gianinetti2019-03-0611-6/+159
|