aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-pushapi/src/main
Commit message (Collapse)AuthorAgeFilesLines
* NO-JIRA Update license headers to 2024Pierre2024-01-0327-27/+27
| | | | Co-authored-by: Benjamin Raymond <31401273+7PH@users.noreply.github.com>
* [NO-JIRA] Remove reported code smells about usages of toListMatteo Mara2023-01-101-4/+4
|
* Update license templates for 2023Pierre2023-01-0227-27/+27
|
* NO-JIRA replace un-necessary and flaky ↵Aurelien Poscia2022-11-041-2/+7
| | | | expired_push_events_are_purged_on_schedule IT by predictable junit
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-121-1/+1
|
* SONAR-17110 Register events on default quality profile updatesKlaudio Sinani2022-10-121-13/+62
| | | | | | | * SONAR-17110 Exit earlier if `activatedRules` & `activatedRules` are empty * SONAR-17110 Add unit-tests for `QualityProfileDao#selectDefaultProfileUuid` method + remove logging * SONAR-17110 Overall improvements * SONAR-17110 Minor overall improvements
* [NO-JIRA] Fix code smellsJacek2022-08-083-0/+63
|
* SONAR-16659 - Create ProjectKeyChanged EventsBelen Pruvost2022-07-296-53/+46
|
* SONAR-16647 - Move previous SSE events to DB queueBelen Pruvost2022-07-2813-506/+93
|
* SONAR-16374 Distribute events from analysis to SL clientsJacek2022-07-254-15/+104
|
* SONAR-16645 - Purge Push Events ITsBelen Pruvost2022-07-252-2/+2
|
* SONAR-16374 Simplify purge schedulerJacek2022-07-254-146/+83
|
* SONAR-16374 Add scheduled task to read PushEvents from DBJacek2022-07-255-1/+237
|
* SONAR-16645 - Push Events Scheduled PurgeBelen Pruvost2022-07-256-1/+240
|
* SONAR-16372 - Push IssueChangedEventsBelen Pruvost2022-05-1613-75/+542
|
* 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-031-6/+6
|
* SONAR-15919 Send only rule keys for deactivated rules in RuleSetChangedDamien Urruty2022-03-032-16/+43
|
* SONAR-15919 Rename RuleSetChangedEvent and fix payload formatDamien Urruty2022-02-255-31/+31
|
* SONAR-15919 fixed starting of Data Center edition with server push feature ↵lukasz-jarocki-sonarsource2022-02-221-2/+17
| | | | (#5459)
* SONAR-15919 fix nullable activeRulePierre2022-02-211-2/+3
|
* SONAR-15918 improve connections management of SonarLintClientsBelen Pruvost2022-02-182-8/+7
|
* SONAR-16029 integration test for push endpointLukasz Jarocki2022-02-182-2/+6
|
* SONAR-15919 improve test coveragePierre2022-02-182-50/+40
|
* SONAR-15985 implemented security checks before pushing a message to SL clientsLukasz Jarocki2022-02-186-26/+124
|
* SONAR-15919 added filtering rule set change events based on languages user ↵Lukasz Jarocki2022-02-188-20/+380
| | | | subscribed to
* SONAR-15919 add ruleset changesPierre2022-02-184-3/+114
|
* SONAR-15918 update the license headers to 2022Pierre2022-02-188-8/+8
|
* Added monitoring and telemetry to SonarLint push feature. (#5315)lukasz-jarocki-sonarsource2022-02-181-4/+2
| | | * SONAR-15921 add number of connected sonarlint clients to telemetry
* SONAR-15918 managing the connections of SonarLint push endpointlukasz-jarocki-sonarsource2022-02-186-17/+348
|
* SONAR-15918 making the new endpoint /api/push/sonarlint_events asyncLukasz Jarocki2022-02-182-6/+53
|
* SONAR-15934 introduced new module sonar-webserver-pushapi and added required ↵Lukasz Jarocki2022-02-184-0/+173
dependencies