aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce-task-projectanalysis/src/it/java
Commit message (Collapse)AuthorAgeFilesLines
...
* NO-JIRA Update license headers to 2024Pierre2024-01-0375-75/+75
|
* SONAR-21373 Remove type and debt from email notificationsEric Giffon2023-12-291-18/+6
|
* SONAR-21174 Fix code smells raised after dropping JDK11 supportMatteo Mara2023-12-041-2/+1
|
* SONAR-20531 fix exporting project With AdHod Rules when pluginKey is nullBenjamin Campomenosi2023-10-231-1/+39
|
* NO-JIRA removing unused fieldslukasz-jarocki-sonarsource2023-10-232-8/+2
|
* SONAR-20683 fixed the issue where adding project to portfolio would later ↵lukasz-jarocki-sonarsource2023-10-201-1/+24
| | | | add an invalid entry in the audit logs table
* SONAR-20317 fixed the issue where creating a portfolio would insert two ↵lukasz-jarocki-sonarsource2023-10-161-2/+2
| | | | entries into audit table
* SONAR-20424 Optimize inserts and updates of issue impacts after analysesAlain Kermis2023-10-161-4/+3
| | | | Co-authored-by: Jacek Poreda <jacek.poreda@sonarsource.com>
* SONAR-20667 Add a specific event to the first analysis after a SQ upgradeMatteo Mara2023-10-131-0/+31
|
* SONAR-20630 Discriminate between UI and API calls for projects creationAurelien Poscia2023-10-051-1/+1
|
* SONAR-20630 set projects creation methodAurelien Poscia2023-10-052-1/+2
|
* SONAR-20541 Update all links that point to www.sonarqube.org to point to ↵guillaume-peoch-sonarsource2023-10-041-11/+11
| | | | www.sonarsource.com/products/sonarqube/
* SONAR-20429 Raise event in case plugin has been updatedJacek2023-09-211-6/+34
|
* SONAR-20424 - Support issue impact changes for incremental analysisantoine.vinot2023-09-211-22/+37
|
* Revert "SONAR-7704 Change type of components.created_at to bigint"Eric Giffon2023-08-236-13/+15
| | | | This reverts commit 020582bd
* SONAR-20021 Fix performance regressionJacek Poreda2023-08-181-123/+204
| | | | - execute delete issue impacts only when updating issues
* SONAR-20021 updating project import/export to take into account clean code ↵lukasz-jarocki-sonarsource2023-08-182-3/+29
| | | | taxonomy changes
* SONAR-20021 Manage external issues and adhoc rulesLéo Geoffroy2023-08-181-0/+16
|
* SONAR-20021 Add impacts and cca to import export of adhoc rulesLéo Geoffroy2023-08-181-3/+40
|
* SONAR-20021 persist impacts from report to DatabaseLéo Geoffroy2023-08-181-2/+8
|
* SONAR-20061 purge used anticipated_transitionSteve Marion2023-08-021-0/+49
|
* SONAR-7704 Change type of components.created_at to bigintEric Giffon2023-07-246-15/+13
|
* SONAR-7698 Rename snapshots column build_date to analysis_dateAlain Kermis2023-07-213-4/+4
|
* SONAR-19850 Apply validation fixeslukasz-jarocki-sonarsource2023-07-191-0/+49
| | | | | | | | SONAR-19850 Fix an issue where main branch was treated as orphan branch SONAR-19850 Fix an issue where emails with reports were not sent to any receipients SONAR-19850 Fix bug with reference branch as main branch SONAR-19850 Add warning on unanalyzed branches SONAR-19850 Fix portfolio refresh when change of main branch of project
* SONAR-19850 Fix tests after enabling different uuids for project and branchlukasz-jarocki-sonarsource2023-07-191-9/+9
|
* SONAR-19962 Upgrade Sonar Plugin API to v10.0.0.695Duarte Meneses2023-07-181-7/+7
|
* NO-JIRA remove unused importsPierre2023-07-172-2/+0
|
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-172-2/+2
|
* SONAR-19850 Switch all tests with different uuids by defaultLéo Geoffroy2023-07-0772-87/+73
|
* SONAR-19558 Refactor Project IndexersDuarte Meneses2023-07-051-12/+7
|
* SONAR-19558 enabled snapshots to correctly use project/branch uuidLukasz Jarocki2023-06-295-9/+9
|
* SONAR-19256 refactor project links to use entity Benjamin Campomenosi2023-06-282-51/+41
|
* SONAR-19558 Fix issue with test frameworkLéo Geoffroy2023-06-281-2/+1
|
* SONAR-19558 Fix import/export of project_links to not depend on componentLéo Geoffroy2023-06-261-13/+13
|
* SONAR-19558 Fix Settings using components instead of projectLéo Geoffroy2023-06-261-23/+25
|
* SONAR-19558 Fix duplication indexes tests to supportLéo Geoffroy2023-06-261-4/+2
|
* SONAR-19558 Fix WS action ITsDuarte Meneses2023-06-201-4/+4
|
* SONAR-19558 Refactor eventsDuarte Meneses2023-06-201-4/+3
|
* SONAR-19556 Refactor use of DB columns referencing projects or branches for ↵Léo Geoffroy2023-06-202-9/+11
| | | | Entities
* SONAR-19556 Refactor use of DB columns referencing projects or branches for ↵Duarte Meneses2023-06-2072-231/+216
| | | | Entities
* NO-JIRA (code smell fix): using isEmpty, isTrue, isNegative for better ↵Bruno Andrade2023-06-191-1/+1
| | | | readability
* SONAR-18856 renaming properties.component_uuid to properties.entity_uuidLukasz Jarocki2023-06-011-3/+3
|
* SONAR-19407 Fix ComponentUuidFactory to load uuid for portfolio from ↵Benjamin Campomenosi2023-06-011-0/+26
| | | | `portfolio` table
* SONAR-19340 Raise security hotspots events from CEEric Giffon2023-05-303-8/+22
|
* SONAR-19197 Support code variants in project import/exportEric Giffon2023-05-161-1/+4
|
* SONAR-19197 Add code variant logic to compute engineAlain Kermis2023-05-161-42/+25
|
* SONAR-18856 Fix RenameAction endpoint to support project uuidLéo Geoffroy2023-05-111-1/+1
|
* [NO JIRA] Fix ComponentdbTester to support different main branch UUIDsDuarte Meneses2023-05-101-1/+1
|
* SONAR-18856 Adapt IT tests to support branch and project having different uuidsLéo Geoffroy2023-05-0842-121/+114
|
* SONAR-18860 Fix sql queries for components in the main branch and fix ITsDuarte Meneses2023-04-121-3/+3
|