| Commit message (Expand) | Author | Age | Files | Lines |
* | NO-JIRA remove unused imports | Pierre | 2023-07-17 | 1 | -1/+0 |
* | NO-JIRA replace Collectors.toList to Stream.toList | Pierre | 2023-07-17 | 2 | -6/+4 |
* | NO-JIRA replace MoreCollectors.toList with Collectors.toList | Pierre | 2023-07-17 | 2 | -4/+4 |
* | SONAR-19556 updated integration tests in UserDismissedMessagesDaoIT | Lukasz Jarocki | 2023-06-20 | 1 | -1/+0 |
* | SONAR-19445 renamed permissions' component_uuid column to entity_uuid | Lukasz Jarocki | 2023-06-19 | 3 | -5/+75 |
* | [NOJIRA] Remove usage of deprecated Loggers. (#8527) | Wojtek Wajerowicz | 2023-06-13 | 7 | -22/+22 |
* | SONAR-18856 Extract governance reports data from properties table | Léo Geoffroy | 2023-06-01 | 1 | -0/+2 |
* | SONAR-19086 Compare DB groups and GitHub teams, update DB membership accordingly | Aurelien Poscia | 2023-05-11 | 1 | -0/+1 |
* | SONAR-19015 Use new log test fixtures in the sonar-plugin-api | Jeremy Davis | 2023-04-11 | 6 | -19/+21 |
* | SONAR-18728 Use table SCM_ACCOUNTS instead of SCM_ACCOUNTS column in USERS | Aurelien Poscia | 2023-03-31 | 1 | -0/+1 |
* | SONAR-18525 SCIM Group data model (Mapper, DTO, DAO, Migrations) | Antoine Vigneau | 2023-03-22 | 1 | -0/+1 |
* | SONAR-18679 refactored sonar-db-core and sonar-db-dao to match testing strategy | Lukasz Jarocki | 2023-03-13 | 5 | -17/+6 |
* | SONAR-18679 refactored sonar-db-core and sonar-db-dao to match testing strategy | Lukasz Jarocki | 2023-03-13 | 5 | -189/+216 |
* | Fix logback config | Zipeng WU | 2023-02-02 | 1 | -11/+4 |
* | [NO JIRA] remove mockito-inline as it is now unnecessary with mockito 5 | Steve Marion | 2023-02-02 | 1 | -1/+0 |
* | SONAR-18188 Share CAYC quality gate info via telemetry | Alain Kermis | 2023-01-13 | 1 | -0/+1 |
* | [NO-JIRA] Remove reported generic code smell | Matteo Mara | 2023-01-12 | 1 | -3/+4 |
* | SONAR-17737 Support null name for index lookup during index drop | Léo Geoffroy | 2023-01-04 | 1 | -2/+3 |
* | SONAR-17737 Support special index name for index drop in migrations | Léo Geoffroy | 2023-01-04 | 3 | -37/+62 |
* | Update license templates for 2023 | Pierre | 2023-01-02 | 42 | -42/+42 |
* | [NO JIRA] Update Oracle JDC driver used in tests to ojdbc11 21.8.0 | Duarte Meneses | 2022-12-20 | 1 | -2/+2 |
* | SONAR-17762 Allow customization of HikariCP configuration | Jacek | 2022-12-13 | 2 | -9/+47 |
* | SONAR-17645 Support user commissioning and decomissioning through SCIM for Okta | Wojtek Wajerowicz | 2022-12-08 | 1 | -0/+1 |
* | SONAR-15595 Replace Gradle deprecated dependency scopes | Zipeng WU | 2022-12-01 | 1 | -25/+25 |
* | SONAR-17593 Rename gradle task and extension from 'sonarqube' to 'sonar' | Duarte Meneses | 2022-11-11 | 1 | -1/+1 |
* | SONAR-17200 Ignore unused sonar.jdbc.* properties for HikariCP | Jacek | 2022-08-30 | 1 | -6/+18 |
* | SONAR-17200 Move to HikariCP from Apache DBCP | Jacek | 2022-08-29 | 10 | -390/+342 |
* | SONAR-16374 Add dao for 'push_events' table | Jacek | 2022-07-25 | 1 | -0/+1 |
* | SONAR-16613 Migrate users field 'sonarlint_ad_seen' to use the new notice mec... | Pierre | 2022-07-21 | 1 | -0/+1 |
* | SONAR-16518 add context columns and update unique index for rules descriptions | Antoine Vinot | 2022-06-30 | 1 | -10/+12 |
* | SONAR-16388 Fix live measure computation on reference branch | Jacek | 2022-06-03 | 1 | -0/+1 |
* | SONAR-16419 merge rules and rules metadata in single table and DTO | Zipeng WU | 2022-05-24 | 1 | -1/+0 |
* | SONAR-16302 persist and fetch rules with new DB structure | Aurelien Poscia | 2022-05-06 | 1 | -0/+1 |
* | SONAR-16232 Add dependencies to new sonar-plugin-api | Duarte Meneses | 2022-04-21 | 1 | -1/+1 |
* | SONAR-16139 Drop api/users/set_setting and related db table | Duarte Meneses | 2022-04-01 | 1 | -1/+0 |
* | SONAR-16097 Apply feedback | Duarte Meneses | 2022-03-18 | 1 | -1/+1 |
* | SONAR-16115 Store plugin's scanner cache in SonarQube | Duarte Meneses | 2022-03-18 | 1 | -0/+1 |
* | SONAR-15994 Migrate Sonarqube IOC framework from Pico to Spring | Duarte Meneses | 2022-02-22 | 2 | -2/+1 |
* | SONAR-15845 Upgrade H2 database dependency to 2.X | Jacek | 2022-02-02 | 4 | -6/+8 |
* | Update license headers for 2022 [update headers] | Pierre | 2022-01-28 | 42 | -42/+42 |
* | Improve code quality | Duarte Meneses | 2021-11-20 | 8 | -22/+14 |
* | SONAR-15631 - Refactor UTs to stop using ExpectedException | Klaudio Sinani | 2021-11-19 | 6 | -53/+37 |
* | Improve code quality | Duarte Meneses | 2021-11-18 | 1 | -2/+3 |
* | SONAR-13426 add api/project_badges/token endpoint | Pierre | 2021-11-15 | 1 | -0/+1 |
* | SONAR-15498 DB schema and WS supports project branches selection in portfolios | Duarte Meneses | 2021-11-09 | 1 | -0/+1 |
* | SONAR-15500 Create api/qualitygates/add_user service | Zipeng WU | 2021-10-22 | 1 | -0/+1 |
* | SONAR-15441 - Create table for qgate_group_permissions | Belen Pruvost | 2021-10-22 | 1 | -0/+1 |
* | SONAR-15259 Migrate portfolios from XML to DB | Jacek | 2021-09-08 | 1 | -0/+3 |
* | SONAR-15305 - Audit Purge Integration Test | Belen Pruvost | 2021-08-19 | 1 | -0/+1 |
* | Code smell fix: Replacing ImmutableList from List | Bruno Andrade | 2021-07-29 | 2 | -7/+2 |