summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
...
* Refactor Quality Profiles pageWouter Admiraal2021-03-0317-834/+1158
| | | | | | - Move all API interactions to the parent component - Merge copy, extend, and rename forms into a single component - Simplify delete form
* Update sonar-ui-common to 1.0.33Wouter Admiraal2021-03-034-10/+10
|
* SONAR-12434 Increase contrast of issue location countWouter Admiraal2021-03-031-1/+1
|
* SONAR-13998 Access to background task fail when not an main branchWouter Admiraal2021-03-032-8/+4
|
* SONAR-11959 Colorblind-friendly coverage treemapsWouter Admiraal2021-03-032-17/+14
|
* SONAR-11774 Make issues more accessible to screen readersWouter Admiraal2021-03-0329-173/+261
|
* SONAR-12056 Indicate required fields for formsWouter Admiraal2021-03-0361-525/+436
|
* SONAR-11751 SONAR-11748 Use semantically correct elements on Issues pageWouter Admiraal2021-03-033-4/+27
|
* SONAR-11751 SONAR-11748 Use semantically correct elements on Projects pageWouter Admiraal2021-03-0316-219/+286
|
* SONAR-10681 Increase facet color contrastWouter Admiraal2021-03-033-5/+5
|
* Upgrade to lodash@4.17.21Philippe Perrin2021-03-034-10/+20
|
* SONAR-14516 Remove hardcoded usage of 'master' from webappPhilippe Perrin2021-03-035-8/+201
|
* Delete legacy SonarCloud codePhilippe Perrin2021-03-0312-1407/+22
|
* Updating docs for clarity around self-signed certs and GitLab (#3811)Jeff Zapotoczny2021-03-012-3/+21
| | | | | | | | | | | | | * Updating docs for clarity around self-signed certs and GitLab * Update server/sonar-docs/src/pages/analysis/gitlab-integration.md Co-authored-by: MikeBirnstiehl <michael.birnstiehl@sonarsource.com> * Update server/sonar-docs/src/pages/analysis/scan/sonarscanner.md Co-authored-by: MikeBirnstiehl <michael.birnstiehl@sonarsource.com> Co-authored-by: MikeBirnstiehl <michael.birnstiehl@sonarsource.com>
* SONAR-14498 Better JSON fieldJeremy Davis2021-02-264-1/+196
|
* DOCS add note on PR decoration requiring analysismichaelbirnstiehl2021-02-265-13/+14
|
* SONAR-13848 remove deprecated params from /api/users/* WSMichal Duda2021-02-265-81/+9
|
* SONAR-13848 remove deprecated web servicesMichal Duda2021-02-2613-1045/+1
|
* SONAR-13848 remove deprecated param 'componentKey' from api/settings/*Michal Duda2021-02-262-3/+3
|
* SONAR-13848 remove deprecated response field 'debt_sub_characteristic' from ↵Michal Duda2021-02-261-4/+0
| | | | api/rules/update
* SONAR-13848 remove deprecations from api/qualityprofiles/projectsMichal Duda2021-02-262-4/+2
|
* SONAR-13848 remove deprecated parameter 'format' from api/qualityprofiles/exportMichal Duda2021-02-262-5/+1
|
* SONAR-13848 remove deprecated parameter 'qualifier' from ↵Michal Duda2021-02-261-2/+1
| | | | api/permissions/bulk_apply_template
* SONAR-13848 remove deprecated parameter 'componentKey' from ↵Michal Duda2021-02-262-8/+7
| | | | api/navigation/component
* SONAR-13848 remove deprecations from api/measure/* WSMichal Duda2021-02-267-177/+66
|
* SONAR-13848 remove deprecated response field 'debtTotal' from api/issues/searchMichal Duda2021-02-266-14/+1
|
* SONAR-13848 remove deprecations from api/issues/bulk_changeMichal Duda2021-02-261-15/+9
|
* SONAR-13848 remove deprecations from api/ce/componentMichal Duda2021-02-266-49/+15
|
* SONAR-13848 remove deprecations from api/ce/activity_statusMichal Duda2021-02-263-60/+30
|
* SONAR-13848 remove deprecated component#uuid from WS responsesMichal Duda2021-02-2613-61/+3
|
* SONAR-13848 remove deprecated api/favourites/index WSMichal Duda2021-02-264-44/+1
|
* SONAR-13848 remove deprecations from api/duplications/showMichal Duda2021-02-262-113/+85
|
* SONAR-14500 Update security engine documentationmichaelbirnstiehl2021-02-261-187/+516
|
* SONAR-14499 Support schema validation for JSON property typesZipeng WU2021-02-266-3/+247
|
* SONAR-14498 Support JSON field type in SettingsJay2021-02-2619-106/+259
|
* SONAR-14501 Custom security config telemetryJacek2021-02-265-15/+105
|
* SONAR-14498 Support JSON property typeJacek2021-02-263-0/+73
|
* Revert SONAR-14478, SONAR-14462, SONAR-14461lukasz-jarocki-sonarsource2021-02-2626-487/+1434
| | | | | | | | | | | | | | | | | | | | | * Revert "SONAR-14478 - Main Branch Documentation" This reverts commit 59eae7cf3f2e611e162a4e0122ae5846b10a45b1. * Revert "SONAR-14462 Do not display the branch name until the main branch is analyzed for the first time" This reverts commit 20f7319c06affdae62d39d1bad002f16504465a2. * Revert "SONAR-14461 main branch detection" This reverts commit c04baa1e8e3b492953d66a6bc4111c01f3ee3069. * Revert "SONAR-14461 Remove hardcoded usage of 'master'" This reverts commit 32eefaf2d36af375af280cc3ba664fd71e0f6afd. * Revert "SONAR-14461 save the default main branch when needed" This reverts commit 879a4be2afc570b2248fb4d639f42f913215805b.
* SONAR-14513 Add e2e tests for security hotspotsPhilippe Perrin2021-02-258-21/+26
|
* SONAR-13357 Custom hotspot rule's description isn't split into tabsPhilippe Perrin2021-02-256-22/+48
|
* Fix css bugPhilippe Perrin2021-02-251-1/+1
|
* SONAR-12987 Improve loading's transition in hotspot pagePhilippe Perrin2021-02-258-62/+124
|
* DOCS Add ncover3 coverage parameter (deprecated) (#3784)Costin Zaharia2021-02-251-0/+2
|
* DOCS Update link to english site for .NET Framework v4.6Joe Tingsanchali2021-02-251-1/+1
|
* SONAR-14509 Security hotspot page scroll logic might makes item disappearPhilippe Perrin2021-02-231-1/+1
|
* SONAR-14486 Fix security hotspot information refreshPhilippe Perrin2021-02-234-11/+28
|
* SONAR-14496 Rely on sonar.core.serverBaseURL in CI tutorialsWouter Admiraal2021-02-2318-23/+116
|
* SONAR-14483 Don't show new code filter on issues page for portfoliosWouter Admiraal2021-02-233-1/+80
|
* SONAR-14479 Fix project quality profile's rule linkWouter Admiraal2021-02-232-1/+10
|
* SONAR-14487 Fix misleading rules button label for built-in quality profilesWouter Admiraal2021-02-233-73/+59
|