Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 ↵ | Duarte Meneses | 2019-07-12 | 5 | -7/+7 | |
| | | | | sonar-plugin-api-impl | |||||
* | Extract implementation from plugin API and create new module ↵ | Duarte Meneses | 2019-07-12 | 8 | -10/+9 | |
| | | | | sonar-plugin-api-impl | |||||
* | 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 | |
| | | | | | | * Improves waiting operations: no pooling, no additional threads * Any number of threads can wait for stop (actually required if both stop and hard stop threads end up waiting) * Prevents potentially multiple invocations of 'stopProcessing' by 'stop()' and the 'CeMainThread' after a hard stop | |||||
* | SONAR-12043 Refactor ProcessEntryPoint | Duarte Meneses | 2019-06-03 | 1 | -0/+1 | |
| | | | | | * Remove unused methods * Extract method 'waitForStatus' | |||||
* | SONAR-12043 graceful shutdown timeout configurable for ITs | Sébastien Lesaint | 2019-06-03 | 1 | -5/+3 | |
| | ||||||
* | SONAR-12043 CE gracefully stops | Sébastien Lesaint | 2019-06-03 | 12 | -48/+218 | |
| | ||||||
* | SONAR-12043 main process supports graceful and hard stop | Sébastien Lesaint | 2019-06-03 | 1 | -0/+6 | |
| | ||||||
* | SONAR-12043 rename current shutdown code from stop to hardStop | Sébastien Lesaint | 2019-06-03 | 5 | -9/+9 | |
| | ||||||
* | SONAR-12043 increase default timeout to 6 hours | Sébastien Lesaint | 2019-06-03 | 5 | -30/+18 | |
| | ||||||
* | SONAR-12043 minor renaming of 2 methods of CeConfiguration | Sébastien Lesaint | 2019-06-03 | 7 | -28/+28 | |
| | ||||||
* | SONAR-12038 Add pendingTime to api/ce/activity_status and ComputeEngineTasks ↵ | Duarte Meneses | 2019-06-03 | 10 | -21/+64 | |
| | | | | JMX metrics | |||||
* | SONAR-11675 delete scan contexts and CE activities on project purge | Sébastien Lesaint | 2019-05-31 | 2 | -151/+26 | |
| | ||||||
* | SONAR-10034 drop support of reflection-based Pico Container lifecycle management | Sébastien Lesaint | 2019-05-23 | 1 | -3/+4 | |
| | | | | one must now implement org.picocontainer.Startable, org.sonar.api.Startable, java.io.Closeable and/or java.lang.Closeable | |||||
* | SONAR-11720 Set different memory defaults for EE+ | Michal Duda | 2019-05-21 | 1 | -1/+10 | |
| | ||||||
* | SONAR-12061 Create 'INTERNAL_COMPONENT_PROPS' table | Benoît Gianinetti | 2019-05-15 | 1 | -1/+1 | |
| | ||||||
* | SONAR-11969 Make Edition available for analyzers in the Scanner API | Duarte Meneses | 2019-05-06 | 1 | -3/+5 | |
| | ||||||
* | SONAR-11757 single notification for FPs and changes on my issues | Sébastien Lesaint | 2019-04-23 | 2 | -9/+4 | |
| | ||||||
* | SONAR-11752 disable global subscription to notifs on new/fixed issues | Simon Brandhof | 2019-04-23 | 1 | -1/+1 | |
| | ||||||
* | SONAR-11753 move "failed analysis" notification to email specific algo | Sébastien Lesaint | 2019-04-23 | 2 | -28/+34 | |
| | ||||||
* | SONAR-11753 move "QP change" notification to email specific algo | Sébastien Lesaint | 2019-04-23 | 1 | -5/+5 | |
| | ||||||
* | SONAR-11753 move "QG change" notification classes to single package | Sébastien Lesaint | 2019-04-23 | 1 | -2/+2 | |
| | ||||||
* | SONAR-11753 move issue change notifications to email specific algo | Sébastien Lesaint | 2019-04-23 | 1 | -6/+6 | |
| | ||||||
* | SONAR-11753 NewIssuesNotification must not do SQL requests | Sébastien Lesaint | 2019-04-23 | 2 | -3/+1 | |
| | | | | for data which is either already retrieved by SendIssueNotificationStep (assignees) or available in the CE task's container | |||||
* | SONAR-11753 NewIssuesNotificationFactory is not used in Web | Sébastien Lesaint | 2019-04-23 | 1 | -1/+1 | |
| | ||||||
* | SONAR-11753 move "New Issues" notification to email specific algo | Sébastien Lesaint | 2019-04-23 | 1 | -3/+3 | |
| | ||||||
* | SONAR-11753 move "My new issues" notification to email specific algo | Sébastien Lesaint | 2019-04-23 | 1 | -3/+3 | |
| | ||||||
* | Remove no more used org.sonar.core.timemachine.Periods class | Julien Lancelot | 2019-03-27 | 2 | -3/+1 | |
| | ||||||
* | SONAR-11792 update ES compile dependency to 6.6.2 | Sébastien Lesaint | 2019-03-19 | 1 | -3/+3 | |
| | ||||||
* | SONAR-11670 Drop preview mode | Julien HENRY | 2019-02-21 | 1 | -1/+1 | |
| | ||||||
* | SONARCLOUD-336: Automatically guess the projectKey/organization | Michal Duda | 2019-02-18 | 1 | -1/+1 | |
| | ||||||
* | SONAR-11643 Drop elasticsearch index 'tests' | Julien Lancelot | 2019-02-11 | 1 | -1/+1 | |
| | ||||||
* | SONAR-11632 Remove api/tests WS | Julien Lancelot | 2019-01-17 | 2 | -5/+1 | |
| | | | | | - Drop api/tests WS - Drop persistance of tests and coverage details from compute engine - Drop tests and coverage details from scanner report | |||||
* | SONAR-11615 Drop "sonar.onboardingTutorial.showToNewUsers" setting | Stas Vilchik | 2019-01-16 | 1 | -1/+1 | |
| | ||||||
* | SONAR-10180 Drop the ability to keep history of directory measures | Julien HENRY | 2019-01-16 | 1 | -1/+1 | |
| | ||||||
* | SONAR-11524 textfield for deprecated module-lvl properties | Michal Duda | 2019-01-16 | 1 | -1/+1 | |
| | | | | Add a project-level textfield property in UI that aggregates all previous module-level properties. | |||||
* | SONARCLOUD-310 add WS api/ce/timeout_tasks | Simon Brandhof | 2019-01-09 | 1 | -15/+1 | |
| | ||||||
* | Fix license headers for 2019 | Duarte Meneses | 2019-01-02 | 124 | -124/+124 | |
| | ||||||
* | SONARCLOUD-310 Ce task can now fail after a maximum amount of time | Sébastien Lesaint | 2018-12-21 | 25 | -127/+1295 | |
| | | | | failure can only happen when going from one step to the other |