<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/assets/stylesheets/framework.scss, branch document-lambda-deploy</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>Prevent excessive sanitization of AsciiDoc ouptut</title>
<updated>2019-07-12T07:35:50+00:00</updated>
<author>
<name>Guillaume Grossetie</name>
<email>ggrossetie@gmail.com</email>
</author>
<published>2019-07-03T08:53:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a546b9fbc5abdb010c19a2fb24e8df50001374f7'/>
<id>a546b9fbc5abdb010c19a2fb24e8df50001374f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use absolute paths for SCSS imports</title>
<updated>2019-06-28T16:47:00+00:00</updated>
<author>
<name>Lukas Eipert</name>
<email>leipert@gitlab.com</email>
</author>
<published>2019-06-28T09:04:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7d00eea6971dc128fdc8b43833304b54fa770bf2'/>
<id>7d00eea6971dc128fdc8b43833304b54fa770bf2</id>
<content type='text'>
A recent update in [GitLab UI] and setting the [config.assets.paths] to
include `node_modules` for the resolution of SCSS imports, allows us to
have much nicer imports which don't rely on brittle relative paths.

This change also forwards @gitlab/ui to the newest version

[GitLab UI]: https://gitlab.com/gitlab-org/gitlab-ui/merge_requests/602
[config.assets.paths]: https://gitlab.com/gitlab-org/gitlab-ce/blob/d9026d0ffa0/config/application.rb#L169
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A recent update in [GitLab UI] and setting the [config.assets.paths] to
include `node_modules` for the resolution of SCSS imports, allows us to
have much nicer imports which don't rely on brittle relative paths.

This change also forwards @gitlab/ui to the newest version

[GitLab UI]: https://gitlab.com/gitlab-org/gitlab-ui/merge_requests/602
[config.assets.paths]: https://gitlab.com/gitlab-org/gitlab-ce/blob/d9026d0ffa0/config/application.rb#L169
</pre>
</div>
</content>
</entry>
<entry>
<title>Import bootstrap styles from gitlab-ui</title>
<updated>2019-06-17T18:38:28+00:00</updated>
<author>
<name>Simon Knox</name>
<email>psimyn@gmail.com</email>
</author>
<published>2019-03-14T07:48:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b8a0f1e646ef3c37d73def402225b5acc8051b09'/>
<id>b8a0f1e646ef3c37d73def402225b5acc8051b09</id>
<content type='text'>
Use gitlab_ui.scss instead of all the bootstrap imports
Allow the ../node_modules path from gitlab_ui.scss to resolve
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use gitlab_ui.scss instead of all the bootstrap imports
Allow the ../node_modules path from gitlab_ui.scss to resolve
</pre>
</div>
</content>
</entry>
<entry>
<title>Move avatar related styles to components directory</title>
<updated>2019-05-24T09:03:18+00:00</updated>
<author>
<name>Jacques Erasmus</name>
<email>jerasmus@gitlab.com</email>
</author>
<published>2019-05-24T09:03:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=81852a37e230c3e49900353b585b50d8d2bd1e62'/>
<id>81852a37e230c3e49900353b585b50d8d2bd1e62</id>
<content type='text'>
Moved all avatar related styles to the components directory
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Moved all avatar related styles to the components directory
</pre>
</div>
</content>
</entry>
<entry>
<title>Removes EE differences for framework.scss</title>
<updated>2019-03-26T17:10:12+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2019-03-26T11:03:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bf1c7dcefd4d35ec34031e16f76c9d5e986382e6'/>
<id>bf1c7dcefd4d35ec34031e16f76c9d5e986382e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add CSS needed for new spinner</title>
<updated>2019-02-28T17:35:54+00:00</updated>
<author>
<name>Brandon Labuschagne</name>
<email>blabuschagne@gitlab.com</email>
</author>
<published>2019-02-28T17:35:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9b9426bc23ef75c44800fc9e4bc6f2b3add7eee1'/>
<id>9b9426bc23ef75c44800fc9e4bc6f2b3add7eee1</id>
<content type='text'>
The new spinner is purely CSS
It is used for the loading_icon gitlab-ui component
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The new spinner is purely CSS
It is used for the loading_icon gitlab-ui component
</pre>
</div>
</content>
</entry>
<entry>
<title>Port EE System Header And Footer feature to CE</title>
<updated>2019-02-21T15:55:51+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2018-04-02T14:26:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=28e1739a3fd8c93e4805fe0053faf820cec4e1bc'/>
<id>28e1739a3fd8c93e4805fe0053faf820cec4e1bc</id>
<content type='text'>
remove EE specific code
remove EE licence checks
move migration from EE to CE folder structure
move specs from EE to CE folder structure
remove EE specific flag specs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
remove EE specific code
remove EE licence checks
move migration from EE to CE folder structure
move specs from EE to CE folder structure
remove EE specific flag specs
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove framework/mobile.scss</title>
<updated>2018-12-12T23:41:25+00:00</updated>
<author>
<name>Takuya Noguchi</name>
<email>takninnovationresearch@gmail.com</email>
</author>
<published>2018-11-23T02:51:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e02ed58be9719d52d6efe476d0e0db53edab3139'/>
<id>e02ed58be9719d52d6efe476d0e0db53edab3139</id>
<content type='text'>
Signed-off-by: Takuya Noguchi &lt;takninnovationresearch@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Takuya Noguchi &lt;takninnovationresearch@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add flex_grid</title>
<updated>2018-11-21T08:21:04+00:00</updated>
<author>
<name>Martin Wortschack</name>
<email>mwortschack@gitlab.com</email>
</author>
<published>2018-11-21T08:21:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b6bf23c187ff9625083320b1489530981a4920db'/>
<id>b6bf23c187ff9625083320b1489530981a4920db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change single-item breadcrumbs to page titles</title>
<updated>2018-10-19T14:33:48+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2018-10-06T14:21:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0def36777e3f9e5f57fd0e1ebd023b43229622fc'/>
<id>0def36777e3f9e5f57fd0e1ebd023b43229622fc</id>
<content type='text'>
Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
