gitlab-org--gitlab-foss/app/controllers/admin
Gokmen Goksel a927a9bf6b Support integration with Koding (online IDE)
Koding: #index: landing page for Koding integration

If enabled it will provide a link to open remote Koding instance url
for now we are also providing the sneak preview video for how
integration works in detail.

Repository: check whether .koding.yml file exists on repository

Projects: landing page: show Run in IDE (Koding) button if repo has stack file

Projects: MR: show Run in IDE Koding button if repo has stack file on active branch

ProjectHelpers: add_koding_stack: stack generator for provided project

With this helper we will auto-generate the required stack template
for a given project. For the feature we can request this base template
from the running Koding instance on integration.

Currently this will provide users to create a t2.nano instance on aws
and it'll automatically configures the instance for basic requirements.

Projects: empty state and landing page provide shortcuts to create stack

projects_helper: use branch on checkout and provide an entry point

This ${var.koding_queryString_branch} will be replaced with the branch
provided in query string which will allow us to use same stack template
for different branches of the same repository.

ref: b8c0e43c4c

projects_helper: provide sha info in query string to use existing vms

With this change we'll be able to query existing vms on Koding side
based on the commit id that they've created.

ref: 1d630fadf3

Integration: Docs: Koding documentation added

Disable /koding route if integration is disabled

Use application settings to enable Koding

Projects_helper: better indentation with strip_heredoc usage

Projects_helper: return koding_url as is if there is no project provided

current_settings: set koding_enabled: false by default

Koding_Controller: to render not_found once integration is disabled

Dashboard_specs: update spec for Koding enabled case

Projects_Helper: make repo dynamic

ref: 4d615242f4

Updated documentation to have right format
2016-08-19 12:10:58 -07:00
..
abuse_reports_controller.rb Merge branch 'meinac/gitlab-ce-change_deprecated_render_usage' 2016-05-18 12:48:23 -05:00
appearances_controller.rb Fix admin appearance settings preview 2016-06-20 13:18:18 +03:00
application_controller.rb Fix issue with impersonation 2016-04-22 23:21:56 +02:00
application_settings_controller.rb Support integration with Koding (online IDE) 2016-08-19 12:10:58 -07:00
applications_controller.rb Small improvements to CI 2015-01-17 16:17:34 -08:00
background_jobs_controller.rb Use Gitlab.config instead of Settings everywhere 2014-10-15 23:01:31 +02:00
broadcast_messages_controller.rb Change deprecated usage of rendering without response body 2016-03-16 03:16:25 +02:00
builds_controller.rb Add Pending Tab to Admin Builds 2016-07-18 10:23:32 +02:00
dashboard_controller.rb Explicitly define ordering in models using default_scope 2015-02-05 14:20:55 -08:00
deploy_keys_controller.rb Remove show actions from Admin and Project DeployKeys 2015-06-03 18:03:04 -04:00
groups_controller.rb Fix adding a user to a group in admin section 2016-08-18 23:33:50 +01:00
health_check_controller.rb Add Changelog entry 2016-05-12 09:04:04 -07:00
hooks_controller.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
identities_controller.rb Code style fixes and some code simplified 2016-01-08 16:26:04 -02:00
impersonations_controller.rb Log to application.log when an admin starts and stops impersonating a user 2016-05-04 09:21:34 -07:00
keys_controller.rb Change deprecated usage of rendering without response body 2016-03-16 03:16:25 +02:00
labels_controller.rb Use the configured Kaminari "per page" default 2016-03-19 17:37:54 -04:00
logs_controller.rb
projects_controller.rb Revert "Revert "Merge branch 'issue_3946' into 'master' "" 2016-07-07 23:48:02 -04:00
requests_profiles_controller.rb Profile requests when a header is passed 2016-07-26 20:06:09 +02:00
runner_projects_controller.rb Allow admins to assign locked runners: 2016-06-28 19:55:12 +08:00
runners_controller.rb Minor runner-related code refactorings 2016-05-19 22:01:53 +02:00
services_controller.rb Refactor service settings view 2016-07-20 12:11:37 -03:00
spam_logs_controller.rb Further refactor and syntax fixes. 2016-08-15 17:20:57 -05:00
system_info_controller.rb Catch permission denied errors and ignore the disk 2016-06-30 13:53:35 -04:00
users_controller.rb Merge branch 'meinac/gitlab-ce-change_deprecated_render_usage' 2016-05-18 12:48:23 -05:00