aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-pushapi/src
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-16374 Add scheduled task to read PushEvents from DBJacek2022-07-259-2/+488
|
* SONAR-16645 - Push Events Scheduled PurgeBelen Pruvost2022-07-259-1/+460
|
* SONAR-16518 Remove replaceRuleDescriptionSectionDtos methodAntoine Vinot2022-06-301-5/+3
|
* SONAR-16518 Add context to RuleDescriptionSectionDtoLéo Geoffroy2022-06-301-1/+1
|
* SONAR-16372 - Push IssueChangedEventsBelen Pruvost2022-05-1620-92/+1046
|
* SONAR-16302 remove RuleDefinitionDto and put information in RuleDtoAurelien2022-05-061-5/+4
|
* SONAR-16302 persist and fetch rules with new DB structureAurelien Poscia2022-05-061-1/+1
|
* SONAR-16302 adapt RuleDto, RuleDefinitionDto and introduce ↵Léo Geoffroy2022-05-061-3/+3
| | | | RuleSectionDescriptionDto to prepare for multiple section support
* SONAR-16289 reduce Sonarlint client heartbeat to 20sPierre2022-04-141-1/+1
|
* Fix SonarQube quality issuesDuarte Meneses2022-03-233-0/+63
|
* SONAR-15919 Use long-form rule key in eventsDamien Urruty2022-03-034-21/+23
|
* SONAR-15919 Send only rule keys for deactivated rules in RuleSetChangedDamien Urruty2022-03-035-53/+56
|
* SONAR-15919 Rename RuleSetChangedEvent and fix payload formatDamien Urruty2022-02-259-109/+106
|
* SONAR-15919 fixed starting of Data Center edition with server push feature ↵lukasz-jarocki-sonarsource2022-02-222-3/+47
| | | | (#5459)
* SONAR-15994 Migrate Sonarqube IOC framework from Pico to SpringDuarte Meneses2022-02-221-7/+3
|
* SONAR-15919 fix nullable activeRulePierre2022-02-211-2/+3
|
* SONAR-15918 improve connections management of SonarLintClientsBelen Pruvost2022-02-184-18/+38
|
* SONAR-16029 integration test for push endpointLukasz Jarocki2022-02-183-3/+23
|
* SONAR-15919 improve test coveragePierre2022-02-185-61/+269
|
* SONAR-15985 implemented security checks before pushing a message to SL clientsLukasz Jarocki2022-02-1811-50/+307
|
* SONAR-15919 added filtering rule set change events based on languages user ↵Lukasz Jarocki2022-02-189-21/+442
| | | | subscribed to
* SONAR-15919 add ruleset changesPierre2022-02-185-4/+116
|
* SONAR-15918 update the license headers to 2022Pierre2022-02-1818-16/+54
|
* Added monitoring and telemetry to SonarLint push feature. (#5315)lukasz-jarocki-sonarsource2022-02-182-7/+5
| | | * SONAR-15921 add number of connected sonarlint clients to telemetry
* SONAR-15918 managing the connections of SonarLint push endpointlukasz-jarocki-sonarsource2022-02-1811-22/+711
|
* SONAR-15918 making the new endpoint /api/push/sonarlint_events asyncLukasz Jarocki2022-02-187-14/+345
|
* SONAR-15934 introduced new module sonar-webserver-pushapi and added required ↵Lukasz Jarocki2022-02-187-0/+337
dependencies