<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/views/ide, branch docs-pages-force-https</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Re-enable MethodCallWithoutArgsParentheses Cop</title>
<updated>2019-01-29T19:05:30+00:00</updated>
<author>
<name>Andrew Newdigate</name>
<email>andrew@gitlab.com</email>
</author>
<published>2019-01-24T13:43:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ff0b2cc61fff18186572084790bb0a054090b917'/>
<id>ff0b2cc61fff18186572084790bb0a054090b917</id>
<content type='text'>
Re-enables and autocorrects all instances of the
Style/MethodCallWithoutArgsParentheses rule
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Re-enables and autocorrects all instances of the
Style/MethodCallWithoutArgsParentheses rule
</pre>
</div>
</content>
</entry>
<entry>
<title>Update IDE haml view to support EE extensions</title>
<updated>2018-12-05T20:40:06+00:00</updated>
<author>
<name>Paul Slaughter</name>
<email>pslaughter@gitlab.com</email>
</author>
<published>2018-12-03T17:59:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=435a3d2ab5cf62aa45f35d1e7afc5c631e2c9c85'/>
<id>435a3d2ab5cf62aa45f35d1e7afc5c631e2c9c85</id>
<content type='text'>
- Also creates ide_helper for ide_data which can be extended in EE
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Also creates ide_helper for ide_data which can be extended in EE
</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve "Persistent banner creates problem for web ide"</title>
<updated>2018-08-31T10:19:55+00:00</updated>
<author>
<name>Paul Slaughter</name>
<email>pslaughter@gitlab.com</email>
</author>
<published>2018-08-31T10:19:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=29dc365622142fcbc97604a3f1d4d58b4aee9433'/>
<id>29dc365622142fcbc97604a3f1d4d58b4aee9433</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Web IDE &amp; CodeSandbox</title>
<updated>2018-08-07T13:45:55+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2018-06-13T16:06:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7b4b9e1cc453c2620502daceb94d3e2248b58dcb'/>
<id>7b4b9e1cc453c2620502daceb94d3e2248b58dcb</id>
<content type='text'>
This enables JavaScripts projects to have live previews straight in the
browser without requiring any local configuration. This uses the
CodeSandbox package `sandpack` to compile it all inside of an iframe.

This feature is off by default and can be toggled on in the admin
settings. Only projects with a `package.json` and a `main` key are
supported.

Updates happen in real-time with hot-reloading. We just watch for
changes to files and then send them to `sandpack` to allow it to reload
the iframe. The iframe includes a very simple navigation bar, the text
bar is `readonly` to stop users navigating away from the preview and
the back and forward buttons just pop/splice the navigation stack
which is tracked by a listener on `sandpack`

There is a button inside the iframe which allows the user to open the
projects inside of CodeSandbox. This button is only visible on
**public** projects. On private or internal projects this button
get hidden to protect private code being leaked into an external
public URL.

Closes #47268
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This enables JavaScripts projects to have live previews straight in the
browser without requiring any local configuration. This uses the
CodeSandbox package `sandpack` to compile it all inside of an iframe.

This feature is off by default and can be toggled on in the admin
settings. Only projects with a `package.json` and a `main` key are
supported.

Updates happen in real-time with hot-reloading. We just watch for
changes to files and then send them to `sandpack` to allow it to reload
the iframe. The iframe includes a very simple navigation bar, the text
bar is `readonly` to stop users navigating away from the preview and
the back and forward buttons just pop/splice the navigation stack
which is tracked by a listener on `sandpack`

There is a button inside the iframe which allows the user to open the
projects inside of CodeSandbox. This button is only visible on
**public** projects. On private or internal projects this button
get hidden to protect private code being leaked into an external
public URL.

Closes #47268
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved repo.css to its own CSS bundle to reduce the size of the main bundle</title>
<updated>2018-07-26T08:15:13+00:00</updated>
<author>
<name>Tim Zallmann</name>
<email>tzallmann@gitlab.com</email>
</author>
<published>2018-07-26T08:15:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4d3c6f46035a25e3ff9f6ff5f72773e3301b3960'/>
<id>4d3c6f46035a25e3ff9f6ff5f72773e3301b3960</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added correct help path to empty state</title>
<updated>2018-05-29T10:06:00+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2018-05-29T10:06:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=dd17a4840659467628d9390139e4430a05349175'/>
<id>dd17a4840659467628d9390139e4430a05349175</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added empty state &amp; YAML error state</title>
<updated>2018-05-29T09:35:13+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2018-05-29T09:35:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=782c31a494faeda9e30ed453953b2be2f80cd5c0'/>
<id>782c31a494faeda9e30ed453953b2be2f80cd5c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>adjust IDE page loading config to ensure web workers are not loaded cross-origin</title>
<updated>2018-05-03T16:56:34+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2018-05-03T16:16:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=eb548e6eb14907e1d362a2e47e81498195a74183'/>
<id>eb548e6eb14907e1d362a2e47e81498195a74183</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move IDE to CE</title>
<updated>2018-03-20T14:12:48+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2018-03-20T14:12:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f527e6e1855f30cf5ca5cb834b2d20438299a70e'/>
<id>f527e6e1855f30cf5ca5cb834b2d20438299a70e</id>
<content type='text'>
This also makes the IDE generally available
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also makes the IDE generally available
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove IDE from CE</title>
<updated>2018-03-02T08:42:02+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2018-03-01T14:25:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4927cb75e6ab82500b3d055f35ea621483c224fe'/>
<id>4927cb75e6ab82500b3d055f35ea621483c224fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
