aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-14306 - Moved SearchEvent WS to community editionMark Rekveld2021-01-141-0/+3
|
* SONAR-14212 Remove obsolete Sonar-Version HTTP headerPhilippe Perrin2021-01-112-21/+3
|
* SONAR-14245 Drop organization related tablesDuarte Meneses2021-01-113-9/+1
|
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-0858-58/+58
|
* SONAR-12786 Improve startup error message when the TCP port is already takenDuarte Meneses2021-01-051-0/+7
|
* SONAR-13999 remove all organization WSMichal Duda2020-12-221-6/+0
|
* SONAR-13999 drop more organization utility classesJacek2020-12-221-4/+0
|
* SONAR-14176 Send email to admins when default admin credential is detectedJulien Lancelot2020-12-022-3/+7
|
* SONAR-14175 Redirect when 'reset_password' is setJacek2020-12-021-1/+2
|
* SONAR-14175 SONAR-14176 Detect usage of admin account with default credentialJulien Lancelot2020-12-021-2/+4
| | | | SONAR-14175 Add a startup task to detect admin default credential usage and set reset_password flag to true SONAR-14176 Warn administrators when default admin credential is detected
* clean code smells (unused import)Pierre Guillot2020-11-261-1/+0
|
* SONAR-13913 Remove tables and indexes clean up used in Integration TestsJulien Lancelot2020-11-031-2/+0
|
* Revert "SONAR-13913 Remove tables and indexes clean up used in Integration ↵Julien Lancelot2020-10-211-0/+2
| | | | | | Tests" This reverts commit 6d13dd2f
* SONAR-13913 Remove tables and indexes clean up used in Integration TestsJulien Lancelot2020-10-201-2/+0
| | | | | | | | | | | * 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-13862 Add a WS for dismissing analysis warning by the current userMichal Duda2020-09-291-1/+3
|
* SONAR-13869 Add a flag in telemetry to know if there's some c/c++ unanalyzed ↵Julien Lancelot2020-09-291-0/+2
| | | | | | | code * SONAR-13869 Compute number of unanalyzed C and C++ files measures * SONAR-13869 Send unanalyzed C and C++ flags in Telemetry
* SONAR-13450 Deprecate 'id' parameter in `api/user_groups/update`Duarte Meneses2020-09-223-94/+13
|
* SONAR-13643 Save plugins with typeDuarte Meneses2020-09-182-5/+10
|
* SONAR-13735 Fix SSF-120Duarte Meneses2020-08-063-0/+73
|
* SONAR-13444 Add issue sync task type in api/ce/task_types responseJacek2020-06-261-0/+2
|
* SONAR-13398 extract common component for checking issue sync statusJacek2020-06-261-0/+2
|
* SONAR-13444 background tasks for issue indexation implementationPierre2020-06-261-0/+2
|
* SONAR-13272 fix issue with setting some properties through env variablesMichal Duda2020-04-142-8/+11
|
* Remove deprecated APIs since at least 6.7Julien HENRY2020-03-231-4/+0
|
* SONAR-12955 support IPv6 in cluster propertiesSébastien Lesaint2020-02-201-1/+1
| | | | and consistently valid adresses
* SONAR-12717 add WS api/workflows/searchSébastien Lesaint2020-01-131-0/+4
| | | | returns unresolved hotspots of a project, with components and rules details
* Format all headers for 2020Wouter Admiraal2020-01-0756-56/+56
|
* SONAR-12864 fix SSF-102 by dropping deprecated codePierre Guillot2019-12-191-8/+0
|
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-107-12/+11
|
* SONAR-12512 SONAR-12514 SONAR-515 Add multipleAlmEnabled in the payloadPierre Guillot2019-12-091-0/+3
|
* SONAR-12649 Remove deprecated WSs since 6.3Jacek2019-11-065-579/+2
| | | | | | - api/timemachine - api/properties - api/user_properties
* SONAR-12512 SONAR-12514 SONAR-12515 Move AlmSettings Ws to Dev editionJulien Lancelot2019-11-061-2/+0
|
* SONAR-12512 Allow configuration of multiple GitHub instancesJulien Lancelot2019-11-061-0/+2
|
* SONAR-7318 Fail fast when more than one Language is declared with a specific keyDuarte Meneses2019-10-251-0/+2
|
* SONAR-12508 Remove RuleRepository and RuleI18n APIs deprecated since 4.2Duarte Meneses2019-10-212-4/+0
|
* fix some quality flaws on the new code periodSébastien Lesaint2019-10-091-5/+5
|
* SONAR-12487 improve coverage of Telemetry classesSébastien Lesaint2019-10-081-0/+2
| | | | | makes tests more unique by moving much logic out TelemetryDaemonTest which will make this test faster (less tests) and more reliable (simpler) as this test was troublesom because if was testing multithreaded code
* SONAR-12487 send docker flag in telemetrySébastien Lesaint2019-10-081-0/+2
|
* SONAR-12485 add Docker flag in System InfoSébastien Lesaint2019-10-071-0/+2
|
* SONAR-12471 Embed LDAP authenticationJulien Lancelot2019-10-072-0/+3
|
* SONAR-12471 Embed SAML authenticationJulien Lancelot2019-10-072-1/+4
|
* SONAR-12471 Embed GitHub authenticationJulien Lancelot2019-10-072-0/+3
|
* SONAR-12366 update endpoint ws urls (#2013)Jacek2019-09-241-0/+4
|
* SONAR-12460 Support GitLab AuthenticationJulien Lancelot2019-09-232-0/+3
|
* Remove reference to sonar-vsts from backend and fix testphilippe-perrin-sonarsource2019-09-234-7/+4
|
* SONAR-5366 - restore custom rules (#2060)Jacek2019-09-181-3/+5
| | | | | | - restore custom rules - reduce SQL query executions - code readability improvements
* SONAR-12398 make schedule refresh of porfolios workSébastien Lesaint2019-09-161-2/+2
|
* logger name should appear in Unit Tests' logsSébastien Lesaint2019-09-061-1/+1
|
* use testFixtures instead of test configuration of webserver-esSébastien Lesaint2019-09-021-1/+1
|
* use testFixtures instead of test configuration of webserver-authSébastien Lesaint2019-09-021-1/+1
|