1263 Commity (0720dee972bcc286fad8f8b73000dfe07aaca5b3)

Autor SHA1 Wiadomość Data
  Wojtek Wajerowicz 0720dee972 SONAR-21821 Add monorepo related project 'CreationMethod's 2 miesięcy temu
  Wojtek Wajerowicz adfd2bc45b SONAR-21819 Add POST /dop-translation/bound-projects endpoint. 2 miesięcy temu
  Wojtek Wajerowicz 600f05786a SONAR-21818 Add information if project is part of a monorepo to telemetry. 2 miesięcy temu
  Dejan Milisavljevic 494316d9f2 SONAR-21770 Accept new metrics 'new_maintainability_issues', 'new_reliability_issues', 'new_security_issues' 2 miesięcy temu
  Matteo Mara 7f3f44f830 NO JIRA fix code smells after moving to lang3 library 2 miesięcy temu
  Jacek Poreda d0f76b0a15 [NO-JIRA] Remove unused classes 2 miesięcy temu
  Matteo Mara 4592d63590 SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons-lang3 3 miesięcy temu
  Léo Geoffroy 33de33ad99 SONAR-21165 Remove uuid from issues_impacts and rules_default_impacts table 3 miesięcy temu
  Steve Marion 0606565744 SONAR-20582 make the gitlab vulnerability synchronization conditional on having sent a sast report to gitlab at least once. 4 miesięcy temu
  Jacek Poreda 5fc0d22831 SONAR-21528 Improve RuleRegister performance by executing similar updates/inserts on after another 4 miesięcy temu
  Eric Giffon ad8e3304ea SONAR-21455 Compute high_impact_accepted_issues with impacts query 4 miesięcy temu
  Eric Giffon 6381e5a67c SONAR-21455 Live update of impact measures 4 miesięcy temu
  Aurelien Poscia 858b1023bb SONAR-21290 Use UUIDs v4 for all database identifiers 4 miesięcy temu
  Léo Geoffroy 1cbb7ea53e SONAR-21280 Use IssueStatus from plugin-api instead and remove old one 4 miesięcy temu
  lukasz-jarocki-sonarsource 0a6dd37995 SONAR-21268 updating license headers for changed files 4 miesięcy temu
  Eric Giffon aa47246ac5 SONAR-21273 Compute metrics new_accepted_issues and high_impact_accepted_issues 5 miesięcy temu
  lukasz-jarocki-sonarsource 90af6b13ef SONAR-21259 added new param to api/issues/search 5 miesięcy temu
  Léo Geoffroy 549dee654c SONAR-21259 Add tracking and persistence for fixed issues 5 miesięcy temu
  Léo Geoffroy 0323b00fad SONAR-21259 clean issues_fixed when branch is purged 5 miesięcy temu
  Léo Geoffroy d6fd3827d2 SONAR-21259 Add Dao methods for issues_fixed table 5 miesięcy temu
  Pierre b6f0a55c06 NO-JIRA Update license headers to 2024 5 miesięcy temu
  Wojtek Wajerowicz 7453617939 SONAR-21244 Clean github_orgs_groups table when disabling GitHub auto provisioning. 5 miesięcy temu
  Antoine Vigneau b2cd0f3ff5 SONAR-21119 Add Gitlab BBT for user provisioning 6 miesięcy temu
  antoine.vinot e347b7fd97 [SONAR-21081] - Remove usage of Uuid.createFast from production code 6 miesięcy temu
  Jacek Poreda 87614500bf SONAR-21042 - Remove ES Rule index usage in Recently Added Rules and Scanner Engine 6 miesięcy temu
  Wojtek Wajerowicz 982713f8d4 SONAR-21073 Add endpoint /api/v2/authorizations/group-memberships (GET/POST/DELETE) 6 miesięcy temu
  Léo Geoffroy 85d8a928eb SONAR-19478 Builtin quality profile should be default if custom default profile has no rules 6 miesięcy temu
  Alain Kermis 43a79ad065 SONAR-21050 Normalization of rule tags to reduce ElasticSearch usage 6 miesięcy temu
  Eric Giffon 4177479b2b SONAR-20764 Use adhoc type when indexing adhoc rules 6 miesięcy temu
  antoine.vinot 743c18768f SONAR-21043 - Remove Elasticsearch usage for missing rules count 6 miesięcy temu
  Léo Geoffroy ee8c68b568 NO-JIRA Fix code smells 7 miesięcy temu
  Léo Geoffroy 50eddd3eb0 SONAR-20877 Support null values for status 7 miesięcy temu
  Léo Geoffroy 9f451cb3fb SONAR-20877 Update naming to issueStatus 7 miesięcy temu
  lukasz-jarocki-sonarsource a4718d6858 SONAR-20892 Updated api/measures endpoints to return renamed metric 7 miesięcy temu
  Benjamin Campomenosi 0bc3c36c61 SONAR-20871 Add simple status to the issue index 7 miesięcy temu
  Léo Geoffroy 15d518496c SONAR-20877 Add new status mapping 7 miesięcy temu
  Antoine Vigneau 042cc13bcc SONAR-20235 Add externalIdentity filter in api/users/search 7 miesięcy temu
  Alain Kermis 17dbc076ac SONAR-20896 Adjust Gitlab vulnerabilities with new Clean Code Taxonomy 7 miesięcy temu
  Nolwenn Cadic 2eaf4da9b1 SONAR-20787 Add telemetry about quality gate conditions and sonar way (#9743) 7 miesięcy temu
  Benjamin Campomenosi 9ff5b8d083 SONAR-20664 - Add ProjectExportDao for all Export steps 7 miesięcy temu
  Benjamin Campomenosi 564d295d94 SONAR-20664 migrate ExportIssueStep to MyBatis. 8 miesięcy temu
  Antoine Vigneau ec913a9462 SONAR-20699 Local projects always apply permissions template 7 miesięcy temu
  Aurelien Poscia 6a8aa6c62e SONAR-20699 Auto-bind project to GitHub DevOps config 8 miesięcy temu
  Wojtek Wajerowicz 4670e9985e SONAR-20699 Send DevOps platform information for GitHub from the scanner. 8 miesięcy temu
  Eric Giffon 766b715e8f SONAR-20572 Rework how issues are fetched in export 7 miesięcy temu
  Wojtek Wajerowicz cb55aa8cb1 SONAR-20708 Add sorting project by creation date in search_projects endpoint 8 miesięcy temu
  Steve Marion f3b4b50cdc SONAR-20672 QualityProfileChange now record the version of SQ the change was done with. Added sq_version field in database. refactor QpChange insertion to batch insert at the same date to improve change grouping in UI. refactor rule impact. add "sonarQubeVersion" parameter to "api/qualityprofile/changelog" endpoint. 8 miesięcy temu
  lukasz-jarocki-sonarsource 53d745f5ab SONAR-20317 fixed the issue where creating a portfolio would insert two entries into audit table 8 miesięcy temu
  Alain Kermis d964d7f8d6 SONAR-20424 Optimize inserts and updates of issue impacts after analyses 8 miesięcy temu
  Matteo Mara 6353c92309 SONAR-20734 Improve query for picking the purgeable analysis 8 miesięcy temu