aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-pushapi/src/main/java/org
Commit message (Collapse)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 ↵Eric Giffon2024-12-201-5/+11
| | | | measures in memory
* 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
| | | Co-authored-by: OrlovAlexander <alexander.orlov@sonarsource.com>
* 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 ↵Matteo Mara2024-03-161-1/+1
| | | | org.apache.commons:commons-lang3
* 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 ↵lukasz-jarocki-sonarsource2023-07-181-1/+1
| | | | at DEBUG level
* [NO-JIRA] Fix Code SmellsJacek Poreda2023-06-221-0/+21
|
* SONAR-19445 Remove unnecessary methods using projectDto in ↵Léo Geoffroy2023-06-191-1/+1
| | | | 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-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 ↵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