| Commit message (Expand) | Author | Age | Files | Lines |
* | SONAR-14698 Live index use all workers | Pierre | 2021-04-16 | 6 | -85/+70 |
* | SONAR-14625 Upgrade to Hazelcast 4.2 | Zipeng WU | 2021-04-15 | 2 | -23/+32 |
* | SONAR-14245 Drop organization related tables | Duarte Meneses | 2021-01-11 | 1 | -2/+0 |
* | Update license headers for 2021 [update headers] | Wouter Admiraal | 2021-01-08 | 124 | -124/+124 |
* | SONAR-13999 drop organization from CE steps | Jacek | 2020-12-22 | 6 | -61/+15 |
* | SONAR-13999 remove orgs from permission WS | Michal Duda | 2020-12-22 | 1 | -12/+12 |
* | fix code smells | Pierre | 2020-12-14 | 1 | -10/+10 |
* | Add missing package-info.java | Jacek | 2020-12-09 | 1 | -0/+23 |
* | fix assertions on incompatible types on overall code | Pierre | 2020-12-09 | 1 | -1/+1 |
* | SONAR-13869 Add a flag in telemetry to know if there's some c/c++ unanalyzed ... | Julien Lancelot | 2020-09-29 | 1 | -0/+2 |
* | SONAR-13643 Save plugins with type | Duarte Meneses | 2020-09-18 | 4 | -44/+55 |
* | SONAR-13644 load bundled plugins from 'lib/extension' directory | Jacek | 2020-09-18 | 4 | -9/+19 |
* | SONAR-13461 fix SSF-112 | Jacek | 2020-06-30 | 1 | -1/+1 |
* | SONAR-13444 fix logs verbosity and code smells | Pierre | 2020-06-26 | 1 | -2/+2 |
* | SONAR-13400 exclude portfolio (but not applications) from worker peek during ... | Pierre | 2020-06-26 | 5 | -56/+72 |
* | SONAR-13444 background tasks for issue indexation implementation | Pierre | 2020-06-26 | 7 | -75/+139 |
* | SONAR-13221 change PK of properties | Pierre | 2020-05-25 | 2 | -3/+7 |
* | SONAR-13193 Stop using legacy project ID and use project UUID instead | Duarte Meneses | 2020-04-14 | 1 | -2/+2 |
* | simplify test_real_start | Pierre Guillot | 2020-02-20 | 1 | -37/+5 |
* | SONAR-12689 Separate storage of projects/apps from their components and branches | Duarte Meneses | 2020-01-31 | 1 | -1/+1 |
* | SONAR-12723 remove 'newsbox.dismiss.hotspots' user property | Jacek | 2020-01-13 | 1 | -1/+1 |
* | Format all headers for 2020 | Wouter Admiraal | 2020-01-07 | 122 | -122/+122 |
* | Fix code quality issues and reduce dependency on Guava | Duarte Meneses | 2019-12-10 | 6 | -16/+10 |
* | SONAR-12668 Drop 'sonar.branch.target' | Duarte Meneses | 2019-12-09 | 1 | -1/+1 |
* | SONAR-12383 Selenide update to 5.2.3 and Guava update to 28.1-jre | Jacek | 2019-11-12 | 1 | -2/+3 |
* | SONAR-12512 Allow project binding on multiple GitHub instances | Julien Lancelot | 2019-11-06 | 1 | -1/+1 |
* | SONAR-12512 Allow configuration of multiple GitHub instances | Julien Lancelot | 2019-11-06 | 1 | -2/+2 |
* | SONAR-12508 Remove RuleRepository and RuleI18n APIs deprecated since 4.2 | Duarte Meneses | 2019-10-21 | 2 | -3/+1 |
* | SONAR-12485 add Docker flag in System Info | Sébastien Lesaint | 2019-10-07 | 2 | -1/+3 |
* | Fix UT for components count | Jacek | 2019-09-24 | 1 | -1/+1 |
* | SONAR-12406 - remove 'sonar.leak.period' property | Jacek | 2019-09-24 | 1 | -1/+1 |
* | SSF-92 Code injection from SonarQube plugins | Duarte Meneses | 2019-09-20 | 1 | -0/+3 |
* | SONAR-5366 - restore custom rules (#2060) | Jacek | 2019-09-18 | 1 | -1/+1 |
* | logger name should appear in Unit Tests' logs | Sébastien Lesaint | 2019-09-06 | 1 | -1/+1 |
* | drop now useless module sonar-db-testing | Sébastien Lesaint | 2019-09-02 | 1 | -1/+1 |
* | use testFixtures instead of test configuration of db-dao | Sébastien Lesaint | 2019-09-02 | 2 | -1/+22 |
* | use testFixtures instead of test configuration of db-core | Sébastien Lesaint | 2019-09-02 | 1 | -1/+0 |
* | remove need to add H2 dependency when depending on sonar-db-testing | Sébastien Lesaint | 2019-08-14 | 1 | -2/+0 |
* | SONAR-12218 remove DB migrations before 8.0 | Sébastien Lesaint | 2019-08-09 | 1 | -1/+1 |
* | SONAR-10028 move CeQueueCleaner to Web to support clustering | Sébastien Lesaint | 2019-07-30 | 6 | -227/+2 |
* | Clean deps | Duarte Meneses | 2019-07-17 | 1 | -4/+19 |
* | Extract implementation from plugin API and create new module sonar-plugin-api... | Duarte Meneses | 2019-07-12 | 5 | -7/+7 |
* | Extract implementation from plugin API and create new module sonar-plugin-api... | Duarte Meneses | 2019-07-12 | 8 | -10/+9 |
* | SC-819 Make Organization#guarded column nullable | Benoit | 2019-07-05 | 1 | -1/+1 |
* | SONAR-12127 don't run new migrations when upgrading from 7.0 | Sébastien Lesaint | 2019-06-28 | 1 | -1/+1 |
* | SC-702 add log of duration at the end of CE task run | Simon Brandhof | 2019-06-28 | 9 | -43/+58 |
* | SONAR-12186 Fix SSF-78 | Michal Duda | 2019-06-28 | 1 | -1/+1 |
* | SONAR-12043 Refactor CeServer | Duarte Meneses | 2019-06-03 | 2 | -129/+60 |
* | SONAR-12043 Refactor ProcessEntryPoint | Duarte Meneses | 2019-06-03 | 1 | -0/+1 |
* | SONAR-12043 graceful shutdown timeout configurable for ITs | Sébastien Lesaint | 2019-06-03 | 1 | -5/+3 |