aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/main/java/org/sonar/db/rule/RuleDao.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-23711 Retrieve rules based on modeOrlovAlexander2025-01-091-0/+4
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-091-1/+1
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-161-1/+1
* SONAR-21528 Improve RuleRegister performance by executing similar updates/ins...Jacek Poreda2024-02-021-0/+22
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
* SONAR-21042 - Remove ES Rule index usage in Recently Added Rules and Scanner ...Jacek Poreda2023-11-281-0/+7
* SONAR-21050 Normalization of rule tags to reduce ElasticSearch usageAlain Kermis2023-11-271-7/+27
* SONAR-20546 add inactiveRuleCount to `api/qualityprofiles/inheritance`Benjamin Campomenosi2023-10-101-0/+4
* SONAR-20021 Add impacts and cca to import export of adhoc rulesLéo Geoffroy2023-08-181-1/+1
* SONAR-20021 adding default impacts when registering a rulelukasz-jarocki-sonarsource2023-08-181-1/+1
* SONAR-20021 Add impacts support in IssueDto, RuleDtoJacek Poreda2023-08-181-0/+12
* [NO-JIRA] Remove reported code smells about usages of toListMatteo Mara2023-01-101-2/+1
* Update license templates for 2023Pierre2023-01-021-1/+1
* SONAR-16316 Include inactive rules to quality profile findings CSV fileKlaudio Sinani2022-06-021-0/+4
* SONAR-16419 merge rules and rules metadata in single table and DTOZipeng WU2022-05-241-18/+0
* SONAR-16302 remove RuleDefinitionDto and put information in RuleDtoAurelien2022-05-061-64/+27
* SONAR-16302 Renamed RULE_DESC_SECTIONS.DESCRIPTION to RULE_DESC_SECTIONS.CONT...Aurelien2022-05-061-1/+1
* SONAR-16302 Replace usage of rule for indexing dto (#5853)Léo Geoffroy2022-05-061-9/+42
* SONAR-16302 persist and fetch rules with new DB structureAurelien Poscia2022-05-061-26/+30
* Update license headers for 2022 [update headers]Pierre2022-01-281-1/+1
* SONAR-15237 Improve startup performance of the web processDuarte Meneses2021-08-041-0/+4
* SONAR-14605 - Make rule name consistentBelen Pruvost2021-06-301-0/+7
* SONAR-14192 Add optional return field 'deprecatedKeys' to /api/rules/searchMichal Duda2021-03-171-0/+4
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-081-1/+1
* SONAR-13903 Remove use of organizations in Quality Profiles and Active RulesPierre2020-10-051-60/+19
* SONAR-13221 change PK of RULES and update FKMichal Duda2020-05-251-20/+22
* SONAR-13221 change PK to uuid of RULES_PARAMETERS tableJacek2020-05-251-3/+12
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
* Merge pull request #1789 from SonarSource/fix/md/SONAR-11845-project-import-s...Michal Duda2019-06-281-6/+5
* Fix license headers for 2019Duarte Meneses2019-01-021-1/+1
* SONAR-11370 Add new SQL request to retrieve rules by languages and typeEric Hartmann2018-10-251-0/+5
* SONAR-10544 save externally defined Rules if neededGuillaume Jambet2018-04-261-0/+6
* SONAR-10313 use rule id as doc key in rules indexes instead of RuleKeySébastien Lesaint2018-02-081-5/+5
* SONAR-10311 Store deprecated keys of rule at startupEric Hartmann2018-02-081-0/+16
* SONAR-10313 Do not request DB when list is emptyEric Hartmann2018-02-081-0/+16
* SONAR-10313 Use issue ID for ES ISSUES.ISSUEEric Hartmann2018-02-081-1/+1
* Fix license headers for 2018Simon Brandhof2018-01-071-1/+1
* SONAR-9535 Upgrade to MyBatis 3.4.4Eric Hartmann2017-07-111-3/+3
* SONAR-9481 Make operations on QProfiles resilient to ES errorsEric Hartmann2017-07-061-5/+19
* SONAR-9480 make WS operations on rules resilient to Elasticsearch errorsEric Hartmann2017-07-051-0/+21
* SONAR-9478 Replace Settings by ConfigurationJulien HENRY2017-07-041-1/+1
* SONAR-9304 Compress rules_profiles for built-in profilesTeryk Bellahsene2017-06-141-0/+5
* SONAR-6315 use an insert only code for RegisterQualityProfilesSébastien Lesaint2017-05-121-1/+1
* fix quality flawsDaniel Schwarz2017-04-141-16/+9
* SONAR-8951 changed guava’s Optional to java.util.Optional for RuleDaoDaniel Schwarz2017-04-141-5/+5
* SONAR-8949 make api/rules/update organization awareDaniel Schwarz2017-04-141-3/+11
* SONAR-8952 make api/rules/tags organization awareDaniel Schwarz2017-04-141-0/+9
* Add convenient methods to rule/issue testing utilitiesSimon Brandhof2017-03-311-1/+1
* SONAR-8867 read and write into table RULES_METADATASébastien Lesaint2017-03-231-9/+33
* SONAR-8867 add organizationUuid parameter to RuleDao#selectByQuerySébastien Lesaint2017-03-231-1/+1