Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Drop unused constant in InternalProperties | Simon Brandhof | 2017-11-07 | 1 | -2/+0 | |
| | ||||||
* | SONAR-9937 Add TOS checkbox when installing an edition in the marketplace | Grégoire Aubert | 2017-11-06 | 6 | -104/+143 | |
| | ||||||
* | SONAR-9973 TaskContainer now support errors during start of components | Sébastien Lesaint | 2017-11-03 | 5 | -31/+51 | |
| | | | | | | TaskContainer must now be started by a specific method call #bootup() (rather than it being started in constructor) TaskContainer is now AutoCloseable (method cleanup() is therefor replaced by method close()) This change will break at compile time and runtime plugins relying on TaskContainer and TaskContainerImpl | |||||
* | SONAR-9973 ComponentContainer#stopComponent now never fail | Sébastien Lesaint | 2017-11-03 | 2 | -3/+5 | |
| | | | | and ensures all stoppable and/or disposable components in the container have their stop and/or dispose methods called | |||||
* | Update wording and links for datacenter edition | Grégoire Aubert | 2017-11-03 | 4 | -29/+54 | |
| | ||||||
* | SONAR-9937 Add cluster instruction link for datacenter installation | Grégoire Aubert | 2017-11-03 | 3 | -0/+32 | |
| | ||||||
* | SONAR-9937 New workflow for uninstallation of edition in marketplace | Grégoire Aubert | 2017-11-03 | 20 | -339/+201 | |
| | ||||||
* | fix unstable ClusterHealthTest#equals_is_based_on_content | Sébastien Lesaint | 2017-11-02 | 1 | -13/+33 | |
| | ||||||
* | SONAR-9863 Do not return licenses hashed in api/settings/value | Julien Lancelot | 2017-11-01 | 10 | -214/+28 | |
| | ||||||
* | SONAR-9863 Drop old licenses | Julien Lancelot | 2017-11-01 | 5 | -1/+145 | |
| | ||||||
* | SONAR-9996 Finalize installation both at startup and stopping of the server | Duarte Meneses | 2017-11-01 | 2 | -3/+5 | |
| | ||||||
* | SONAR-9993 Functional creation date of comment is no more nullable | Julien Lancelot | 2017-11-01 | 12 | -253/+165 | |
| | | | | Old comments do not have functional creation date as this column has been added later | |||||
* | SONAR-10033 handle failed install and uninstall on restart | Duarte Meneses | 2017-10-30 | 3 | -36/+105 | |
| | ||||||
* | Prepare for next development iteration | Julien Lancelot | 2017-10-27 | 11 | -11/+11 | |
| | ||||||
* | Release 6.76.7-RC1 | Julien Lancelot | 2017-10-27 | 11 | -11/+11 | |
| | ||||||
* | SONAR-9936 Switch to upgrade/downgrade buttons in the editions | Grégoire Aubert | 2017-10-27 | 13 | -174/+348 | |
| | ||||||
* | SONAR-9937 Display error message when license don't match selected edition ↵ | Grégoire Aubert | 2017-10-27 | 1 | -2/+13 | |
| | | | | in marketplace | |||||
* | DEV-4 Return branches analysis when searching for finished analysis | Julien Lancelot | 2017-10-27 | 4 | -21/+63 | |
| | ||||||
* | DEV-4 Return issues group by branch in searchProjectStatistics | Julien Lancelot | 2017-10-27 | 2 | -59/+82 | |
| | ||||||
* | Add issue flows location in api/issues/search example | Julien Lancelot | 2017-10-27 | 1 | -9/+38 | |
| | ||||||
* | SONAR-10027 Fix resetting tasks when Compute Engine starts | Eric Hartmann | 2017-10-27 | 2 | -7/+3 | |
| | ||||||
* | Fix quality flaws | Grégoire Aubert | 2017-10-27 | 5 | -6/+5 | |
| | ||||||
* | fix displaying rule profiles (#2764) | Stas Vilchik | 2017-10-26 | 1 | -4/+4 | |
| | ||||||
* | SONAR-10002 Clear install error on restart | Duarte Meneses | 2017-10-26 | 2 | -4/+7 | |
| | ||||||
* | Fix quality flaws | Julien Lancelot | 2017-10-26 | 1 | -1/+0 | |
| | ||||||
* | Dont show by default the scrollbar in scrallable modals | Grégoire Aubert | 2017-10-26 | 1 | -2/+1 | |
| | ||||||
* | SONAR-9935 Fix display style of the plugins list | Grégoire Aubert | 2017-10-26 | 9 | -32/+50 | |
| | ||||||
* | SONAR-9936 Always allow to uninstall an edition except in cluster mode | Grégoire Aubert | 2017-10-26 | 6 | -27/+37 | |
| | ||||||
* | Update wording for search engine in system info | Grégoire Aubert | 2017-10-26 | 4 | -5/+5 | |
| | ||||||
* | SONAR-7992 Restrict length of version names | Daniel Schwarz | 2017-10-26 | 4 | -0/+55 | |
| | | | | | | | | * SONAR-7992 Restrict length of name in api/project_analyses/update_event to 100 characters * SONAR-7992 Restrict length of version name of an analysis * SONAR-7992 Restrict length of version name of SnapshotDto * SONAR-7992 Include the module's name in the validation error message | |||||
* | better last bar tooltip in creation date facet | Stas Vilchik | 2017-10-25 | 1 | -2/+3 | |
| | ||||||
* | show error message when fail to skip onboarding | Stas Vilchik | 2017-10-25 | 1 | -2/+3 | |
| | ||||||
* | better rendering of long versions | Stas Vilchik | 2017-10-25 | 8 | -25/+96 | |
| | ||||||
* | SONAR-9936 Add loading spinner when doing the license preview | Grégoire Aubert | 2017-10-25 | 5 | -23/+65 | |
| | ||||||
* | Fix quality flaws | Grégoire Aubert | 2017-10-25 | 2 | -94/+112 | |
| | ||||||
* | SONAR-9936 Update editions offline url | Grégoire Aubert | 2017-10-25 | 2 | -2/+2 | |
| | ||||||
* | SONAR-9936 Make the edition notifications global again | Grégoire Aubert | 2017-10-25 | 19 | -273/+507 | |
| | ||||||
* | SONAR-9953 Apply feedbacks on system upgrades | Grégoire Aubert | 2017-10-25 | 6 | -92/+24 | |
| | ||||||
* | SONAR-9946 Fix local copy of edition plugins for tests | Duarte Meneses | 2017-10-25 | 2 | -1/+17 | |
| | ||||||
* | SONAR-10021 Fix JMX/RMI debug log at startup | Eric Hartmann | 2017-10-25 | 1 | -3/+2 | |
| | ||||||
* | SONAR-10020 Refactor system/info WS | Duarte Meneses | 2017-10-24 | 9 | -139/+292 | |
| | ||||||
* | SONAR-10008 Make date facet tests independent from the machine's time zone | Daniel Schwarz | 2017-10-24 | 52 | -103/+136 | |
| | ||||||
* | SONAR-10008 update boundaries in creation date facet | Stas Vilchik | 2017-10-24 | 1 | -6/+5 | |
| | ||||||
* | SONAR-10008 Issue search: return days as keys of creation date buckets | Daniel Schwarz | 2017-10-24 | 3 | -45/+48 | |
| | | | | In the createdAt facet of api/issues/search | |||||
* | SONAR-10008 Make issue search date histogram use server time zone | Daniel Schwarz | 2017-10-24 | 2 | -46/+40 | |
| | ||||||
* | SONAR-9869 Fix project urls in webhook payload | Julien Lancelot | 2017-10-24 | 2 | -8/+8 | |
| | ||||||
* | Stabilize TelemetryDaemonTest | Teryk Bellahsene | 2017-10-23 | 1 | -9/+6 | |
| | ||||||
* | SONAR-9826 Document date format required in the Web API | Teryk Bellahsene | 2017-10-23 | 8 | -30/+45 | |
| | ||||||
* | Fix quality flaws | Grégoire Aubert | 2017-10-23 | 1 | -2/+3 | |
| | ||||||
* | Fix quality issues | Duarte Meneses | 2017-10-23 | 3 | -5/+7 | |
| |