aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* replace travis.org with travis.com for build badgePierre Guillot2022-01-261-1/+1
|
* Documentation: Make explicit that env. variables replace all ↵sylvain-combe-sonarsource2022-01-261-1/+1
| | | | | | | | | | | | | sonar.properties parameters for docker setups * Update install-server.md Add that environment replace replace sonar.properties parameters * Update server/sonar-docs/src/pages/setup/install-server.md Co-authored-by: Tobias Trabelsi <64127335+tobias-trabelsi-sonarsource@users.noreply.github.com> Co-authored-by: Tobias Trabelsi <64127335+tobias-trabelsi-sonarsource@users.noreply.github.com>
* SONAR-15825 Escape special characters in like sql query for portfolio projectsJacek2022-01-265-5/+36
|
* SONAR-15679 updated jdbc driversTrabelsi Tobias2022-01-264-7/+7
|
* SONAR-15951 Reintroduce portfolio breakdownJeremy Davis2022-01-2614-209/+669
|
* SONAR-15786 Encourage users to use Azure DevOps extension version 5Trabelsi Tobias2022-01-261-11/+11
|
* SONAR-15959 loosen supported versions section of helm chartsTrabelsi Tobias2022-01-262-12/+4
|
* SONAR-15900 Style Log In buttonGuillaume Peoc'h2022-01-255-62/+59
|
* BUILD-1000 Use a dedicated user for promotionDavid Rautureau2022-01-251-0/+1
|
* SONAR-12166 Provide search for repositories ruleMathieu Suen2022-01-255-7/+176
|
* SONAR-12166 Increase size for `repositories` facet to `MAX_FACET_SIZE`Klaudio Sinani2022-01-252-4/+4
|
* Revert "SONAR-14929 - Detect trailing lines as new when it's a new change"Jacek2022-01-252-28/+2
| | | | This reverts commit 1751acb739682f97c4d7e3528f16718129ecd2f7.
* SONAR-15760 Increase selection_expression column sizeJacek2022-01-252-2/+14
|
* SONAR-15828 Refactor `ProjectDao#selectApplicationsByKeys` to use ↵Klaudio Sinani2022-01-252-1/+36
| | | | `executeLargeInputs` method.
* Update Java and add FIPS notes (#5299)CS2022-01-241-1/+4
|
* SONAR-15942 Remove deprecated keycodeJeremy Davis2022-01-2432-404/+397
|
* Add on-demand GH action to handle Renovate for managing 3rd party dependenciesJacek2022-01-242-0/+122
|
* SONAR-15680 Fail the build if an analyzer documentation file is missingWouter Admiraal2022-01-2424-1432/+81
|
* SONAR-15829 Update instructions on uninstalling pluginsmichaelbirnstiehl2022-01-211-7/+1
|
* SONAR-15943Pierre2022-01-211-1/+1
|
* SONAR-14929 - Detect trailing lines as new when it's a new changeBelen Pruvost2022-01-212-2/+28
|
* SONAR-14929 - Handle Issue no longer being new on feature branchbelen-pruvost-sonarsource2022-01-2123-78/+419
|
* SONAR-15904 - Adapt Issue Search to work with new code referenceBelen Pruvost2022-01-2111-40/+312
|
* SONAR-14929 - Purge new_code_reference_issues when issues are deletedBelen Pruvost2022-01-2110-14/+125
|
* SONAR-14929 - Save a new issue as new on branch using reference branchBelen Pruvost2022-01-2114-119/+349
|
* SONAR-14929 New Code using a 'reference branch' doesn't detect changed code ↵Duarte Meneses2022-01-2146-1042/+858
| | | | with git merge workflow
* SONAR-14929 Create 'new_code_reference_issues' tableJacek2022-01-217-0/+234
|
* [NO-JIRA] Fix unit testsJeremy Davis2022-01-214-4/+4
|
* SONAR-15929 Update tooltip to reflect new deprecation policyWouter Admiraal2022-01-202-2/+2
|
* SONAR-15901 Make SelectList component more accessibleWouter Admiraal2022-01-203-29/+44
|
* SONAR-15931 Fix wrapping issue in Quality Profile comparison UIWouter Admiraal2022-01-201-1/+1
|
* SONAR-15702 Fix component navigation routing issueWouter Admiraal2022-01-202-9/+9
|
* SONAR-15941 Fix active menu item stylesWouter Admiraal2022-01-202-1/+40
|
* SONAR-15897 Adding IT for portfolio inaccessible projectMathieu Suen2022-01-206-58/+59
|
* SONAR-15877 Ensure `canBrowseAllChildProjects` is present for subview componentsKlaudio Sinani2022-01-202-1/+11
|
* SONAR-15882 warning align text and tooltipGuillaume Peoc'h2022-01-208-75/+108
|
* SONAR-15878 Filter inaccessible project on portfolio overviewMathieu Suen2022-01-201-1/+0
|
* SONAR-15882 Add warning in Portfolios ProjectGuillaume Peoc'h2022-01-208-8/+136
|
* SONAR-15881 Filter unauthorized portfolio projectsJacek2022-01-209-168/+56
|
* SONAR-15880 Filter authorized components from `api/measures/component_tree` ↵Klaudio Sinani2022-01-2010-5/+254
| | | | & `api/components/tree` endpoints.
* SONAR-15883 Explain Portfolio permissionsmichaelbirnstiehl2022-01-201-0/+3
|
* SONAR-15877 Flag portfolios that contain inaccessible components (#5239)klaudio-sinani-sonarsource2022-01-2016-1/+222
|
* SONAR-15882 warn when project inaccessible in Portfolio MeasureGuillaume Peoc'h2022-01-205-2/+118
|
* SONAR-15884 Highlight inaccessible projects in portfolio adminJeremy Davis2022-01-201-1/+3
|
* Improve accessibility on issues pageMathieu Suen2022-01-2013-23/+46
|
* SONAR-15879 Add warning when not all issues are accessibleMathieu Suen2022-01-204-2/+189
|
* Rename and cleanup IssuesAppMathieu Suen2022-01-205-7/+6
|
* SONAR-15855 Update portfolio documentation for new layoutmichaelbirnstiehl2022-01-201-6/+6
|
* Clean up frontend modules dependenciesPhilippe Perrin2022-01-172-14/+197
|
* Remove usages of the deprecated package querystringPhilippe Perrin2022-01-178-24/+166
|