aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-pushapi/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24745 Decouple the workflow framework from issuesJulien HENRY2025-04-031-5/+5
* SONAR-24730 Stop relying on DefaultTransitionsJulien HENRY2025-04-031-7/+7
* SONAR-24667 Stop relying on UserRole from the plugin APIJulien HENRY2025-03-271-2/+2
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-0932-32/+32
* SONAR-24021 Invoke method(s) only conditionallyJulien Camus2024-12-272-7/+7
* SONAR-24057 Optimize querying of branch measures to only load required measur...Eric Giffon2024-12-201-5/+11
* SONAR-19122 Upgrade to Spring 6Jacek Poreda2024-12-185-9/+9
* SONAR-23287 add issue changed event and bulk action changesLéo Geoffroy2024-11-112-9/+38
* SONAR-23259 add changelog management for impactsLéo Geoffroy2024-10-181-3/+2
* SONAR-23260 Publish impact changes to SonarQube IDEDejan Milisavljevic2024-10-161-8/+10
* SONAR-22873 Remove project queries using joins on live_measuresEric Giffon2024-10-091-1/+17
* SONAR-19530 acted upon warnings about missing response examples in webapilukasz-jarocki-sonarsource2024-06-261-0/+1
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-161-1/+1
* SONAR-21561 introduce a managed executor service for SL connections (#10712)Serhat Yenican2024-02-285-8/+78
* NO-JIRA Update license headers to 2024Pierre2024-01-0330-30/+30
* SONAR-20870 Add accept transition in replacement of wontfixLéo Geoffroy2023-11-081-1/+2
* SONAR-20630 Discriminate between UI and API calls for projects creationAurelien Poscia2023-10-051-1/+1
* NO-JIRA delete all useless package-info.java filesAurelien Poscia2023-09-281-21/+0
* SONAR-19947 moved unsuccesful sending of individual characters to be logged a...lukasz-jarocki-sonarsource2023-07-181-1/+1
* [NO-JIRA] Fix Code SmellsJacek Poreda2023-06-221-0/+21
* SONAR-19445 Remove unnecessary methods using projectDto in AbstractUserSessio...Léo Geoffroy2023-06-191-1/+1
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-134-12/+12
* SONAR-18944 Fix PushEvent population on issuesJacek Poreda2023-06-061-2/+3
* SONAR-19340 Raise event whenever hotspots change in WSAlain Kermis2023-05-303-0/+241
* [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 expired_push_events_are_purged_on_sche...Aurelien Poscia2022-11-041-2/+7
* 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
* [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
* 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 su...Lukasz Jarocki2022-02-188-20/+380