summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* enforce js code style5.5-M14Stas Vilchik2016-04-05332-921/+319
|
* SONAR-7436 replace JMX/RMI by HTTPSimon Brandhof2016-04-0563-1102/+773
|
* SONAR-7499 Fix typoJulien Lancelot2016-04-041-1/+1
|
* SONAR-7499 Fix typo and add missing transition 'falsepositive'Julien Lancelot2016-04-041-1/+1
|
* SONAR-7473 Clean useless codeJulien Lancelot2016-04-0415-469/+11
|
* SONAR-7402 improve scrolling UXStas Vilchik2016-04-042-2/+10
|
* SONAR-7402 improve breadcrumbs on measures pageStas Vilchik2016-04-048-60/+19
|
* expose js librariesStas Vilchik2016-04-011-0/+15
|
* fix rendering of component's extensionsStas Vilchik2016-04-011-7/+19
|
* SONAR-7457 Open view governance page when the Governance plugin is installedStas Vilchik2016-04-013-3/+10
|
* improve rendering of ratings on project overview pageStas Vilchik2016-04-013-46/+40
|
* SONAR-7481 fix HistoryUiTestStas Vilchik2016-04-011-1/+2
|
* SONAR-7481 Sparklines in the "History Table" widget are not displayedStas Vilchik2016-04-014-18/+99
|
* SONAR-6717 Drop WS issues/do_action5.5-M12Teryk Bellahsene2016-03-311-35/+0
|
* SONAR-6717 Drop issue.Action APITeryk Bellahsene2016-03-313-5/+1
|
* fix quality flawsSébastien Lesaint2016-03-313-5/+5
|
* SONAR-7480 clean up SQ SearchAction codeSébastien Lesaint2016-03-311-31/+27
|
* SONAR-7480 remove useless map copySébastien Lesaint2016-03-312-16/+3
|
* SONAR-7480 optimize SQL request in QP Search WSSébastien Lesaint2016-03-314-80/+152
|
* Fix closing of streamSimon Brandhof2016-03-311-5/+10
|
* SONAR-7494 Fix IdentityProviderJulien Lancelot2016-03-319-10/+75
|
* SONAR-7494 Fix drilldown redirectionJulien Lancelot2016-03-311-2/+2
|
* Revert "SONAR-7122 Drop the ability to customize the web app context"Julien Lancelot2016-03-3113-18/+86
| | | | | | This reverts commit 8f7a9ad479a219fc22ac729a23f220e450c572b7. SONAR-7494 Reintroduce the web app context
* SONAR-7494 add web context to the login pageStas Vilchik2016-03-311-1/+1
|
* SONAR-7494 Web: Reintroduce the web app contextStas Vilchik2016-03-31215-450/+469
|
* Fix default mime type of ProfileExporterSimon Brandhof2016-03-311-1/+1
| | | | "plain/text" is not a valid type. It must be "text/plain"
* SONAR-6732 detect DevCockpit without causing premature startSébastien Lesaint2016-03-314-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 settingsSébastien Lesaint2016-03-319-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 ReportAnalysisComponentProviderSébastien Lesaint2016-03-3131-454/+171
| | | | | 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 @ComputeEngineSideSébastien Lesaint2016-03-311-0/+2
|
* SONAR-7441 deprecated Actions must be available in CESébastien Lesaint2016-03-312-2/+3
| | | | because we currently support loading components annotated with @ServerSide
* SONAR-7441 load ServerSide components in CE for backward compatibilitySébastien Lesaint2016-03-302-10/+13
|
* SONAR-7423 Remove displaying of duration of task in progressStas Vilchik2016-03-305-61/+7
|
* SONAR-7238 Display external identity information on userStas Vilchik2016-03-308-6/+147
|
* increase timeout for background tasks tooltipStas Vilchik2016-03-301-1/+1
|
* Fix Web API URL when not logged inTeryk Bellahsene2016-03-302-2/+2
|
* SONAR-7478 Create UsersWsModule to manage Pico componentsTeryk Bellahsene2016-03-303-18/+79
|
* SONAR-7478 WS api/users/identity_providers return external identity providersTeryk Bellahsene2016-03-304-0/+181
|
* SONAR-7458 Expose SQ Version in SensorContextJulien HENRY2016-03-302-6/+6
|
* SONAR-7497 Restore behavior for line coverage after move to proto3Julien HENRY2016-03-302-8/+81
|
* MMF-165 Remove action plan mentionsTeryk Bellahsene2016-03-307-273/+68
|
* MMF-223 clean upStas Vilchik2016-03-297-113/+6
|
* SONAR-7470 Delete manual rules from DBJulien Lancelot2016-03-291-0/+31
|
* SONAR-7470 Remove 'manual' from SQL queriesJulien Lancelot2016-03-294-29/+29
|
* SONAR-7470 Drop ability to manage manual rules from backendJulien Lancelot2016-03-2911-223/+17
|
* SONAR-7470 Drop ability to manage manual rules from WSJulien Lancelot2016-03-2924-753/+110
|
* SONAR-7470 Drop ability to manage manual rules from UIJulien Lancelot2016-03-2914-313/+68
|
* SONAR-7472 Delete manual issues from DBJulien Lancelot2016-03-291-0/+31
|
* SONAR-7472 Drop manual issues in issue trackingJulien Lancelot2016-03-294-42/+2
|
* SONAR-7472 Drop WS api/issues/createTeryk Bellahsene2016-03-294-108/+1
|