aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-pushapi
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-19947 moved unsuccesful sending of individual characters to be logged ↵lukasz-jarocki-sonarsource2023-07-181-1/+1
| | | | at DEBUG level
* NO-JIRA remove unused importsPierre2023-07-171-1/+0
|
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-171-1/+1
|
* SONAR-19850 Switch all tests with different uuids by defaultLéo Geoffroy2023-07-075-5/+5
|
* SONAR-19558 Update rest of tests for other modulesLéo Geoffroy2023-07-034-28/+30
|
* SONAR-19558 Refactor 'issues', 'issue_changes', Components and view indexesDuarte Meneses2023-06-291-47/+43
|
* [NO-JIRA] Fix Code SmellsJacek Poreda2023-06-221-0/+21
|
* SONAR-19445 Remove unnecessary methods using projectDto in ↵Léo Geoffroy2023-06-192-2/+2
| | | | AbstractUserSession and descendant
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-134-12/+12
|
* SONAR-18944 Fix PushEvent population on issuesJacek Poreda2023-06-062-8/+20
|
* SONAR-19340 Raise event whenever hotspots change in WSAlain Kermis2023-05-304-0/+318
|
* SONAR-18856 Adapt IT tests to support branch and project having different uuidsLéo Geoffroy2023-05-083-14/+14
|
* SONAR-19045 Migrate from javaxi.servlet to framework agnostic plugin api classesAntoine Vinot2023-04-242-2/+12
| | | | | | | Co-authored-by: Eric Giffon <eric.giffon@sonarsource.com> Co-authored-by: Alain Kermis <alain.kermis@sonarsource.com> Co-authored-by: Antoine Vinot <antoine.vinot@sonarsource.com> Co-authored-by: Jacek Poreda <jacek.poreda@sonarsource.com>
* SONAR-18679 Move remaining ITsLéo Geoffroy2023-03-211-1/+1
|
* [NO-JIRA] Remove reported code smells about usages of toListMatteo Mara2023-01-101-4/+4
|
* Update license templates for 2023Pierre2023-01-0245-45/+45
|
* SONAR-15595 Replace Gradle deprecated dependency scopesZipeng WU2022-12-011-10/+10
|
* SONAR-17593 Rename gradle task and extension from 'sonarqube' to 'sonar'Duarte Meneses2022-11-111-1/+1
|
* NO-JIRA replace un-necessary and flaky ↵Aurelien Poscia2022-11-043-2/+109
| | | | expired_push_events_are_purged_on_schedule IT by predictable junit
* [NOJIRA] Fix build on masterLéo Geoffroy2022-10-121-1/+1
|
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-122-9/+9
|
* SONAR-17110 Register events on default quality profile updatesKlaudio Sinani2022-10-122-21/+167
| | | | | | | * 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-2910-73/+66
|
* [NO JIRA] Fix Quality GateBelen Pruvost2022-07-281-0/+3
|
* SONAR-16647 - Move previous SSE events to DB queueBelen Pruvost2022-07-2821-975/+256
|
* SONAR-16374 Distribute events from analysis to SL clientsJacek2022-07-256-26/+197
|
* SONAR-16645 - Purge Push Events ITsBelen Pruvost2022-07-252-2/+2
|
* SONAR-16374 Simplify purge schedulerJacek2022-07-256-197/+88
|
* 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-186-61/+270
|
* 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-1810-23/+445
| | | | subscribed to