Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | enforce js code style5.5-M14 | Stas Vilchik | 2016-04-05 | 332 | -921/+319 |
| | |||||
* | Fix ServerSystemTest | Simon Brandhof | 2016-04-05 | 1 | -1/+1 |
| | |||||
* | SONAR-7436 replace JMX/RMI by HTTP | Simon Brandhof | 2016-04-05 | 66 | -2013/+1689 |
| | |||||
* | SONAR-7524 Update embedded C# plugin to 5.0 | Julien HENRY | 2016-04-05 | 1 | -1/+1 |
| | |||||
* | SONAR-7522 Update embedded JavaScript plugin to 2.11 | Julien HENRY | 2016-04-05 | 1 | -1/+1 |
| | |||||
* | SONAR-7521 Update Java plugin to 3.12 | Julien HENRY | 2016-04-05 | 1 | -1/+1 |
| | |||||
* | SONAR-7520 Update embedded SVN plugin to 1.3 | Julien HENRY | 2016-04-05 | 1 | -1/+1 |
| | |||||
* | SONAR-7519 Update embedded Git plugin to 1.2 | Julien HENRY | 2016-04-05 | 2 | -3/+3 |
| | |||||
* | SONAR-7499 Fix typo | Julien Lancelot | 2016-04-04 | 1 | -1/+1 |
| | |||||
* | SONAR-7499 Fix typo and add missing transition 'falsepositive' | Julien Lancelot | 2016-04-04 | 1 | -1/+1 |
| | |||||
* | SONAR-7473 Clean useless code | Julien Lancelot | 2016-04-04 | 23 | -500/+42 |
| | |||||
* | SONAR-7402 improve scrolling UX | Stas Vilchik | 2016-04-04 | 2 | -2/+10 |
| | |||||
* | SONAR-7402 improve breadcrumbs on measures page | Stas Vilchik | 2016-04-04 | 9 | -62/+21 |
| | |||||
* | fix ProjectOverviewTest5.5-M13 | Stas Vilchik | 2016-04-01 | 1 | -1/+1 |
| | |||||
* | expose js libraries | Stas Vilchik | 2016-04-01 | 1 | -0/+15 |
| | |||||
* | fix rendering of component's extensions | Stas Vilchik | 2016-04-01 | 1 | -7/+19 |
| | |||||
* | SONAR-7457 Open view governance page when the Governance plugin is installed | Stas Vilchik | 2016-04-01 | 3 | -3/+10 |
| | |||||
* | improve rendering of ratings on project overview page | Stas Vilchik | 2016-04-01 | 3 | -46/+40 |
| | |||||
* | SONAR-7481 fix HistoryUiTest | Stas Vilchik | 2016-04-01 | 2 | -3/+4 |
| | |||||
* | SONAR-7481 Sparklines in the "History Table" widget are not displayed | Stas Vilchik | 2016-04-01 | 4 | -18/+99 |
| | |||||
* | SONAR-6717 Drop WS issues/do_action5.5-M12 | Teryk Bellahsene | 2016-03-31 | 1 | -35/+0 |
| | |||||
* | SONAR-6717 Drop issue.Action API | Teryk Bellahsene | 2016-03-31 | 10 | -372/+2 |
| | |||||
* | fix quality flaws | Sébastien Lesaint | 2016-03-31 | 3 | -5/+5 |
| | |||||
* | SONAR-7480 clean up SQ SearchAction code | Sébastien Lesaint | 2016-03-31 | 1 | -31/+27 |
| | |||||
* | SONAR-7480 remove useless map copy | Sébastien Lesaint | 2016-03-31 | 2 | -16/+3 |
| | |||||
* | SONAR-7480 optimize SQL request in QP Search WS | Sébastien Lesaint | 2016-03-31 | 8 | -88/+282 |
| | |||||
* | Fix closing of stream | Simon Brandhof | 2016-03-31 | 1 | -5/+10 |
| | |||||
* | Ignore a test of EventTest that has too many false-positives | Simon Brandhof | 2016-03-31 | 1 | -0/+2 |
| | |||||
* | SONAR-7494 Fix IdentityProvider | Julien Lancelot | 2016-03-31 | 9 | -10/+75 |
| | |||||
* | SONAR-7494 Fix drilldown redirection | Julien Lancelot | 2016-03-31 | 1 | -2/+2 |
| | |||||
* | Revert "SONAR-7122 Drop the ability to customize the web app context" | Julien Lancelot | 2016-03-31 | 16 | -23/+91 |
| | | | | | | This reverts commit 8f7a9ad479a219fc22ac729a23f220e450c572b7. SONAR-7494 Reintroduce the web app context | ||||
* | SONAR-7494 add web context to the login page | Stas Vilchik | 2016-03-31 | 1 | -1/+1 |
| | |||||
* | SONAR-7494 Web: Reintroduce the web app context | Stas Vilchik | 2016-03-31 | 215 | -450/+469 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2016-03-31 | 2 | -1/+25 |
| | |||||
* | Fix default mime type of ProfileExporter | Simon Brandhof | 2016-03-31 | 2 | -2/+2 |
| | | | | "plain/text" is not a valid type. It must be "text/plain" | ||||
* | SONAR-6732 detect DevCockpit without causing premature start | Sébastien Lesaint | 2016-03-31 | 4 | -9/+32 |
| | | | | | reading adapter rather that getting the PersistDevelopersDelegate instance avoid triggering start of the component and/or any of its dependencies in fact, previous implementation was causing premature start of DeveloperRepositoryImpl before Settings were loaded | ||||
* | SONAR-6732 use a SettingsLoad to load task settings | Sébastien Lesaint | 2016-03-31 | 9 | -14/+184 |
| | | | | allows support of startable components in the CE Task container which would read settings in their own start() method | ||||
* | SONAR-7510 add sonar-plugin-bridge and ReportAnalysisComponentProvider | Sébastien Lesaint | 2016-03-31 | 33 | -460/+176 |
| | | | | | new sonar-plugin-bridge maven module replaces modules sonar-dev-cockpit-bridge and sonar-governance-bridge ReportAnalysisComponentProvider generalizes loading component in the Compute Engine task processing analysis report which was specifically in Dev Cockpit before, as a method of DevCockpitBridge | ||||
* | SONAR-7441 CeTaskProcessor must have annotation @ComputeEngineSide | Sébastien Lesaint | 2016-03-31 | 1 | -0/+2 |
| | |||||
* | SONAR-7441 deprecated Actions must be available in CE | Sébastien Lesaint | 2016-03-31 | 2 | -2/+3 |
| | | | | because we currently support loading components annotated with @ServerSide | ||||
* | SONAR-7441 load ServerSide components in CE for backward compatibility | Sébastien Lesaint | 2016-03-30 | 2 | -10/+13 |
| | |||||
* | Improve execute analysis permission description | Julien Lancelot | 2016-03-30 | 1 | -2/+2 |
| | |||||
* | SONAR-7423 Remove displaying of duration of task in progress | Stas Vilchik | 2016-03-30 | 5 | -61/+7 |
| | |||||
* | SONAR-7238 Display external identity information on user | Stas Vilchik | 2016-03-30 | 8 | -6/+147 |
| | |||||
* | increase timeout for background tasks tooltip | Stas Vilchik | 2016-03-30 | 1 | -1/+1 |
| | |||||
* | Fix Web API URL when not logged in | Teryk Bellahsene | 2016-03-30 | 2 | -2/+2 |
| | |||||
* | SONAR-7478 Create UsersWsModule to manage Pico components | Teryk Bellahsene | 2016-03-30 | 3 | -18/+79 |
| | |||||
* | SONAR-7478 WS api/users/identity_providers return external identity providers | Teryk Bellahsene | 2016-03-30 | 5 | -0/+218 |
| | |||||
* | SONAR-7458 Expose SQ Version in SensorContext | Julien HENRY | 2016-03-30 | 17 | -118/+210 |
| | |||||
* | SONAR-7497 Restore behavior for line coverage after move to proto3 | Julien HENRY | 2016-03-30 | 7 | -29/+210 |
| |