aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce-task-projectanalysis/src/it/java/org/sonar/ce/task/projectexport
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24520 Replace usages of Plugin API RuleType with internal Enumantoine.vinot2025-03-272-2/+2
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-0915-15/+15
* SONAR-23063, SONAR-23804 Add Prioritized rule flag to import/export and fix f...Viktor Vorona2024-12-041-1/+3
* SONAR-23474 Project import/export supports manual impact severityLéo Geoffroy2024-11-111-4/+5
* SONAR-23427 Stop relying on Qualifiers, Scopes and ResourceType from the plug...Julien HENRY2024-10-246-26/+26
* NO-JIRA Stop using deprecated methods from RandomStringUtilsMatteo Mara2024-10-142-7/+7
* SONAR-22925 Import/export of JSON measuresClaire Villard2024-10-091-46/+13
* SONAR-22951 Use 5 levels severities for Software ImpactDejan Milisavljevic2024-09-182-2/+3
* SONAR-22874 Rename Measure classes to ProjectMeasureEric Giffon2024-08-281-12/+12
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-163-4/+4
* SONAR-21165 Remove uuid from issues_impacts and rules_default_impacts tableLéo Geoffroy2024-02-162-8/+7
* SONAR-21290 Use UUIDs v4 for all database identifiersAurelien Poscia2024-01-251-2/+2
* NO-JIRA Update license headers to 2024Pierre2024-01-0315-15/+15
* SONAR-20531 fix exporting project With AdHod Rules when pluginKey is nullBenjamin Campomenosi2023-10-231-1/+39
* SONAR-20630 Discriminate between UI and API calls for projects creationAurelien Poscia2023-10-051-1/+1
* SONAR-20630 set projects creation methodAurelien Poscia2023-10-051-0/+2
* Revert "SONAR-7704 Change type of components.created_at to bigint"Eric Giffon2023-08-234-6/+7
* SONAR-20021 updating project import/export to take into account clean code ta...lukasz-jarocki-sonarsource2023-08-182-3/+29
* SONAR-20021 Add impacts and cca to import export of adhoc rulesLéo Geoffroy2023-08-181-3/+40
* SONAR-7704 Change type of components.created_at to bigintEric Giffon2023-07-244-7/+6
* SONAR-7698 Rename snapshots column build_date to analysis_dateAlain Kermis2023-07-211-2/+2
* SONAR-19850 Switch all tests with different uuids by defaultLéo Geoffroy2023-07-0715-27/+15
* SONAR-19558 enabled snapshots to correctly use project/branch uuidLukasz Jarocki2023-06-293-5/+5
* SONAR-19256 refactor project links to use entity Benjamin Campomenosi2023-06-281-28/+14
* 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-19556 Refactor use of DB columns referencing projects or branches for E...Duarte Meneses2023-06-2015-108/+83
* SONAR-18856 renaming properties.component_uuid to properties.entity_uuidLukasz Jarocki2023-06-011-3/+3
* SONAR-19197 Support code variants in project import/exportEric Giffon2023-05-161-1/+4
* SONAR-18856 Adapt IT tests to support branch and project having different uuidsLéo Geoffroy2023-05-0813-37/+37
* SONAR-19015 Use new log test fixtures in the sonar-plugin-apiJeremy Davis2023-04-1114-56/+86
* SONAR-18850 update branch mapper to use is main and update test frameworkLukasz Jarocki2023-04-043-5/+6
* SONAR-18850 update branch mapper to use is main and update test framework Benjamin Campomenosi2023-04-043-7/+11
* SONAR-18679 Move remaining ITsLéo Geoffroy2023-03-212-0/+402
* SONAR-18679 update UTs to ITs sonar-ceLéo Geoffroy2023-03-1713-0/+2538