aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-13996 Add warning when configuring second instanceJeremy Davis2020-11-049-39/+290
|
* SONAR-13987 Display validation for Bitbucket serverJeremy Davis2020-11-042-2/+4
|
* SONAR-13978 Display validation for GitLabJeremy Davis2020-11-042-4/+14
|
* SONAR-13988 - GitHub ALM settings validationMark Rekveld2020-11-041-1/+2
|
* SONAR-13988 Display validation status for GitHub integrationJeremy Davis2020-11-0431-159/+1169
|
* SONAR-13122 Reduce Log Level of rule indexing warnings on startupcolin-mueller-sonarsource2020-11-042-14/+14
|
* Add VSCode extension recommendations for sonar-webJean-Baptiste Lievremont2020-11-041-0/+9
| | | | The recommended extensions are the ones mentioned in the SQ Frontend Guidelines.
* SONAR-13913 Remove tables and indexes clean up used in Integration TestsJulien Lancelot2020-11-036-435/+1
|
* DOCS fix link to Generate Reports postMikeBirnstiehl2020-10-281-1/+1
|
* DOCS add release notes link to upgrade notesmichaelbirnstiehl2020-10-271-0/+2
|
* SONAR-13941 Move and adapt application CE processorZipeng WU2020-10-239-19/+99
|
* SONAR-13950 Move Application UI logic to DEWouter Admiraal2020-10-2358-70/+4458
|
* SONAR-13941 move api/views/app endpoint to DE and rename to ↵Duarte Meneses2020-10-236-1/+150
| | | | api/metrics/user_metrics
* SONAR-13941 Make applications WS available in developer editionDuarte Meneses2020-10-232-3/+3
|
* SONAR-14003 Fix SSF-129Jeremy Davis2020-10-222-5/+5
|
* Revert "SONAR-13913 Remove tables and indexes clean up used in Integration ↵Julien Lancelot2020-10-216-1/+435
| | | | | | Tests" This reverts commit 6d13dd2f
* DOCS Fix Scanner for Gradle doc about propertiesDuarte Meneses2020-10-211-2/+2
|
* SONAR-13913 Remove tables and indexes clean up used in Integration TestsJulien Lancelot2020-10-206-435/+1
| | | | | | | | | | | * SONAR-13913 Remove usage of Orchestrator#resetData * Remove ProjectAnalysisRule * Upgrade to Orchestrator 3.31 * SONAR-13913 Remove BackendCleanup class * Remove code related to no more existing tables
* SONAR-13936 Fix issues sidebar search where in some case we trigger wrong ↵Mathieu Suen2020-10-208-119/+8
| | | | API call.
* [DOCS] added correct LimitNOFILE to systemd templateTobias Trabelsi2020-10-191-2/+2
|
* Update sonar-properties.md (#3233)sylvain-combe-sonarsource2020-10-191-1/+1
| | | Fix broken link to Apache doc page on entropy sources for faster startup
* SONAR-13936 Fix quality flaws after merge to masterJulien Lancelot2020-10-1941-130/+75
|
* SONAR-13936 cleanupMichal Duda2020-10-1634-267/+222
|
* SONAR-13936 Rename OrganizationPermission to GlobalPermissionJulien Lancelot2020-10-16163-400/+391
|
* SONAR-13936 Move default permission templates to internal propertiesJulien Lancelot2020-10-1630-641/+649
|
* SONAR-13936 Remove org on user and group API front-end.Mathieu Suen2020-10-1643-365/+433
|
* SONAR-13936 Remove use of organizations in GroupsMichal Duda2020-10-1644-359/+536
|
* SONAR-13936 Remove use of organizations in Permissions WS and DBJulien Lancelot2020-10-1675-399/+492
| | | | | | | | | | | | * SONAR-13936 Remove organization parameters from permissions WS * SONAR-13936 Remove organization_uuid column from user_roles table * SONAR-13936 Fix developer ITs * SONAR-13936 Remove organization_uuid column from group_roles table * SONAR-13936 Remove organization_uuid column from permission_templates table
* SONAR-13936 Remove organization parameter from UsersJulien Lancelot2020-10-168-33/+113
| | | | | * SONAR-13936 Remove organization parameter from api/users/groups * SONAR-13936 Remove organization_uuid column from users table
* SONAR-13936 Drop some Organization code related to Users/Groups/PermissionDuarte Meneses2020-10-16304-11862/+2984
|
* SONAR-13965 Update column 'change_data' of 'qprofile_changes' table to use ↵Jacek2020-10-164-1/+146
| | | | ruleUuid instead of ruleId
* SONAR-13948 fix migrations to drop default constraints when dropping column ↵Jacek2020-10-154-3/+187
| | | | for mssql
* SONAR-13834 SONAR-13939 SONAR-13938 Cleanup and update tutorials, remove ↵Wouter Admiraal2020-10-1538-1213/+571
| | | | organizations
* SONAR-13943 Hotspots filter dropdowns truncated for anonymous usersWouter Admiraal2020-10-152-1/+2
|
* SONAR-13925 Do not truncate Rules search field at 200 charsWouter Admiraal2020-10-152-0/+4
|
* Update sonar-ui-common to 1.0.25Wouter Admiraal2020-10-154-10/+10
|
* SONAR-13985 Drop associated index with primary key on Oracle DBJacek2020-10-142-2/+3
|
* SONAR-13966 filter new code period issues for application using 'branch' ↵Jacek2020-10-122-3/+58
| | | | field instead 'project'
* SONAR-13733 Upgrade lodashJeremy Davis2020-10-084-9/+14
|
* SONAR-11063 Add 'Always use the Default' option at project level for QPWouter Admiraal2020-10-0825-741/+2774
|
* SONAR-13856 Add 'Always use the Default' option at project level for QGWouter Admiraal2020-10-0817-570/+1405
|
* Deprecate gateId parameter for /api/qualitygates/searchWouter Admiraal2020-10-083-3/+3
|
* SONAR-13566 Display hotspots of a specific categoryJeremy Davis2020-10-0724-139/+568
|
* SONAR-13566 Add security standards filters to hotspot search WSMichal Duda2020-10-073-61/+190
|
* SONAR-13903 move to v86 & add organization_uuid index deletion from ↵Pierre2020-10-0722-15/+196
| | | | quality_profile table
* SONAR-13903 Remove use of organizations in Quality Profiles and Active RulesPierre2020-10-05304-5729/+2234
|
* SONAR-13622 Standard access to keyboard shortcutsJeremy Davis2020-10-026-42/+794
|
* SONAR-12122 Let users know that a restart is needed before they (un)install ↵Wouter Admiraal2020-10-023-41/+55
| | | | a plugin
* SONAR-13058 Add tooltip to issue markers in code marginWouter Admiraal2020-10-023-26/+81
|
* SONAR-12996 Make copy-path-to-clipboard button more accessibleWouter Admiraal2020-10-022-1/+8
|