gitlab-org--gitlab-foss/app/views/layouts
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
..
header Aria labels on top header links 2016-07-12 16:02:31 +01:00
nav Support integration with Koding (online IDE) 2016-08-19 12:10:58 -07:00
_bootlint.haml
_broadcast.html.haml Update broadcast_message helper 2016-01-13 11:34:58 -05:00
_flash.html.haml Remove `pinTo` from `Flash` and make inline flash messages look nicer (!4854) 2016-06-30 23:53:22 +02:00
_google_analytics.html.haml
_head.html.haml Revert Subresource Integrity pending a fix for Firefox's incorrect hashing implementation. 2016-06-27 07:47:33 -06:00
_init_auto_complete.html.haml Disable slash commands on edit forms 2016-08-12 20:19:16 -05:00
_page.html.haml Initial issue boards UI 2016-08-17 17:12:47 +01:00
_page_title.html.haml
_piwik.html.haml
_search.html.haml Fix creating group with space in group path 2016-07-14 15:31:48 -03:00
_user_styles.html.haml
admin.html.haml Move admin nav to horizontal layout nav 2016-06-15 09:10:16 -05:00
application.html.haml Initial issue boards UI 2016-08-17 17:12:47 +01:00
dashboard.html.haml
devise.html.haml Render `gon` data in the page `body`, not `head` 2016-06-06 12:50:31 +05:30
devise_empty.html.haml Render `gon` data in the page `body`, not `head` 2016-06-06 12:50:31 +05:30
devise_mailer.html.haml New confirmation email 🔥 2016-05-25 16:56:06 -04:00
errors.html.haml Render `gon` data in the page `body`, not `head` 2016-06-06 12:50:31 +05:30
explore.html.haml
group.html.haml Dont specify sidebar for group and group settings layouts 2016-05-03 12:31:50 +02:00
group_settings.html.haml Dont specify sidebar for group and group settings layouts 2016-05-03 12:31:50 +02:00
help.html.haml
koding.html.haml Support integration with Koding (online IDE) 2016-08-19 12:10:58 -07:00
notify.html.haml Syntax-highlight diffs in push emails 2016-05-17 13:23:17 +01:00
profile.html.haml Implement top navigation concept for profile area 2016-04-19 20:05:30 +02:00
project.html.haml Rename `markdown_preview` routes to `preview_markdown` 2016-08-11 15:54:18 +02:00
project_settings.html.haml Implement new horizontal navigation to project pages 2016-05-16 12:21:12 -05:00
search.html.haml
snippets.html.haml