aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-core/src
Commit message (Expand)AuthorAgeFilesLines
...
* Code smell fix: remove unused codeZipeng WU2020-12-111-1/+0
* Add missing package-info.javaJacek2020-12-091-0/+23
* SONAR-8427 Add a timeZone param to api/issues/searchJulien HENRY2020-12-031-24/+23
* SONAR-13793 improve ncloc count performance by using projects instead of comp...Pierre Guillot2020-12-022-8/+5
* SONAR-14176 Move warning from web.log to sonar.logJulien Lancelot2020-12-021-4/+12
* SONAR-14176 Send email to admins when default admin credential is detectedJulien Lancelot2020-12-027-16/+365
* SONAR-14175 SONAR-14176 Detect usage of admin account with default credentialJulien Lancelot2020-12-022-0/+178
* Speed up unit tests by improving indexing in unit testsDuarte Meneses2020-11-301-4/+3
* SONAR-14159 enforce user authentication by defaultJacek2020-11-264-3/+33
* SONAR-12686 upgrade es client to 7.9.3 and move to HTTPJacek2020-11-059-93/+95
* SONAR-13913 Remove tables and indexes clean up used in Integration TestsJulien Lancelot2020-11-032-410/+0
* Revert "SONAR-13913 Remove tables and indexes clean up used in Integration Te...Julien Lancelot2020-10-212-0/+410
* SONAR-13913 Remove tables and indexes clean up used in Integration TestsJulien Lancelot2020-10-202-410/+0
* SONAR-13936 Fix quality flaws after merge to masterJulien Lancelot2020-10-191-1/+0
* SONAR-13936 Rename OrganizationPermission to GlobalPermissionJulien Lancelot2020-10-162-6/+6
* SONAR-13936 Move default permission templates to internal propertiesJulien Lancelot2020-10-163-118/+42
* SONAR-13936 Remove use of organizations in Permissions WS and DBJulien Lancelot2020-10-162-6/+2
* SONAR-13936 Drop some Organization code related to Users/Groups/PermissionDuarte Meneses2020-10-162-16/+15
* SONAR-13903 Remove use of organizations in Quality Profiles and Active RulesPierre2020-10-054-110/+48
* SONAR-13862 Add a WS for dismissing analysis warning by the current userMichal Duda2020-09-292-0/+218
* SONAR-13869 Add a flag in telemetry to know if there's some c/c++ unanalyzed ...Julien Lancelot2020-09-293-6/+60
* SONAR-13782 It's not possible for a rule key to be deprecated twiceDuarte Meneses2020-09-222-101/+43
* SONAR-13643 Save plugins with typeDuarte Meneses2020-09-184-56/+104
* SONAR-13618 Remove new lines from db migration logJacek2020-07-152-8/+9
* Fix unstable unit testDuarte Meneses2020-07-101-5/+10
* SONAR-13590 fix branch+snapshot comparatorPierre2020-07-083-1/+119
* SONAR-13475 SONAR-13473 SONAR-13474 Don't restrict to GHEDuarte Meneses2020-07-011-2/+2
* Fix unit test FPDuarte Meneses2020-07-011-13/+14
* SONAR-13461 fix SSF-112Jacek2020-06-301-3/+3
* SONAR-13444 fix logs verbosity and code smellsPierre2020-06-262-9/+5
* SONAR-13444 display branch/pr names and id in background tasksPierre2020-06-262-3/+66
* SONAR-13444 order projects by last analysis datePierre2020-06-262-5/+99
* SONAR-13444 purge CE indexation tasks when triggering a disaster recoveryPierre2020-06-262-3/+67
* SONAR-13444 background tasks for issue indexation implementationPierre2020-06-266-6/+334
* SONAR-13221 change PK of RULES and update FKMichal Duda2020-05-259-137/+110
* SONAR-13221 Update method and var namesDuarte Meneses2020-05-251-3/+3
* SONAR-13221 change PK of GROUPS and update FKsDuarte Meneses2020-05-252-6/+6
* SONAR-13221 change PK to uuid of PERMISSION_TEMPLATES tableJacek2020-05-252-5/+4
* SONAR-13221 MetricsDuarte Meneses2020-05-252-12/+19
* SONAR-13221 change PK to uuid of RULES_PARAMETERS tableJacek2020-05-251-1/+1
* SONAR-13193 Stop using legacy project ID and use project UUID insteadDuarte Meneses2020-04-142-5/+4
* SONAR-13272 fix issue with setting some properties through env variablesMichal Duda2020-04-144-7/+13
* SONAR-13214 Remove org.sonar.api.config.Settings from the APIJulien HENRY2020-03-235-5/+5
* SONAR-12955 support IPv6 in cluster propertiesSébastien Lesaint2020-02-201-3/+3
* Move packages so that code coverage is calculated properlyJacek2020-02-114-2066/+0
* SONAR-12961 add facets for new code period: new_security_hotspots_reviewed, n...Jacek2020-02-111-2/+41
* SONAR-12961 add facets for: security_hotspots_reviewed, security_review_ratingJacek2020-02-111-1/+42
* SONAR-13019 Keys of rules created from template are not renamed when template...Duarte Meneses2020-02-052-19/+58
* SONAR-12689 Separate storage of projects/apps from their components and branchesDuarte Meneses2020-01-315-53/+51
* SONAR-12718 don't index twice rules and activeRule on first startupSébastien Lesaint2020-01-132-11/+42