aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/main/java/org/sonar/db/rule/RuleMapper.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-23711 Retrieve rules based on modeOrlovAlexander2025-01-091-0/+3
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-091-1/+1
* 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/+4
* SONAR-21050 Normalization of rule tags to reduce ElasticSearch usageAlain Kermis2023-11-271-0/+7
* SONAR-20546 add inactiveRuleCount to `api/qualityprofiles/inheritance`Benjamin Campomenosi2023-10-101-0/+2
* SONAR-20021 Add impacts support in IssueDto, RuleDtoJacek Poreda2023-08-181-0/+5
* Update license templates for 2023Pierre2023-01-021-1/+1
* SONAR-16316 Include inactive rules to quality profile findings CSV fileKlaudio Sinani2022-06-021-0/+2
* SONAR-16419 merge rules and rules metadata in single table and DTOZipeng WU2022-05-241-10/+0
* SONAR-16302 remove RuleDefinitionDto and put information in RuleDtoAurelien2022-05-061-20/+5
* SONAR-16302 persist and fetch rules with new DB structureAurelien Poscia2022-05-061-1/+5
* 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/+2
* SONAR-14605 - Make rule name consistentBelen Pruvost2021-06-301-0/+2
* SONAR-14192 Add optional return field 'deprecatedKeys' to /api/rules/searchMichal Duda2021-03-171-0/+3
* 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-12/+9
* SONAR-13221 change PK of RULES and update FKMichal Duda2020-05-251-6/+6
* SONAR-13221 change PK to uuid of RULES_PARAMETERS tableJacek2020-05-251-2/+2
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
* 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/+2
* SONAR-10313 use rule id as doc key in rules indexes instead of RuleKeySébastien Lesaint2018-02-081-1/+1
* SONAR-10311 Store deprecated keys of rule at startupEric Hartmann2018-02-081-0/+7
* 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-2/+6
* SONAR-9480 make WS operations on rules resilient to Elasticsearch errorsEric Hartmann2017-07-051-0/+5
* SONAR-8952 make api/rules/tags organization awareDaniel Schwarz2017-04-141-0/+2
* SONAR-8867 read and write into table RULES_METADATASébastien Lesaint2017-03-231-7/+11
* SONAR-8867 add and use RuleDao#selectAllDefinitionsSébastien Lesaint2017-03-231-0/+2
* SONAR-8867 add and use UserDao#selectDefinitionByKeysSébastien Lesaint2017-03-231-0/+2
* SONAR-8867 add and use RuleDao#selectDefinitionById[s]Sébastien Lesaint2017-03-231-0/+4
* SONAR-8867 add and use RuleDao#selectDefinitionByKeySébastien Lesaint2017-03-231-0/+2
* SONAR-8867 split insert/update of definition and metadata in DAOSébastien Lesaint2017-03-231-2/+4
* SONAR-8867 remove usused RuleDao#selectEnabled(DbSession)Sébastien Lesaint2017-03-231-2/+0
* SONAR-8867 remove unused RuleMapper#selectAll(ResultHandler)Sébastien Lesaint2017-03-231-2/+0
* SONAR-8867 remove unused RuleMapper#selectByNameSébastien Lesaint2017-03-231-2/+0
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-171-0/+65