<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/assets/javascripts/projects, branch frozen_string_lib_2</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>Hide cluster details until cluster is created</title>
<updated>2019-08-02T20:08:53+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2019-08-02T20:08:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9fb1df8f9781ea5f1c5db71ef4baeabc9b369528'/>
<id>9fb1df8f9781ea5f1c5db71ef4baeabc9b369528</id>
<content type='text'>
Only display the details of the cluster page when the cluster
exists. If it is in "creating" state, show a message and a spinner
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only display the details of the cluster page when the cluster
exists. If it is in "creating" state, show a message and a spinner
</pre>
</div>
</content>
</entry>
<entry>
<title>Update namespace label text for managed clusters</title>
<updated>2019-07-25T17:38:06+00:00</updated>
<author>
<name>Jacques Erasmus</name>
<email>jerasmus@gitlab.com</email>
</author>
<published>2019-07-25T17:38:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f0b2ef0b5fc4600c2a941a9b506873bc9dd80594'/>
<id>f0b2ef0b5fc4600c2a941a9b506873bc9dd80594</id>
<content type='text'>
Added the ability to update the namespace label text for gitlab-managed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added the ability to update the namespace label text for gitlab-managed
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed back navigation for projects filter</title>
<updated>2019-07-05T10:50:50+00:00</updated>
<author>
<name>Denys Mishunov</name>
<email>dmishunov@gitlab.com</email>
</author>
<published>2019-07-04T22:30:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=352d535849e31e7defd0ce0e70fe3543f7282a17'/>
<id>352d535849e31e7defd0ce0e70fe3543f7282a17</id>
<content type='text'>
Filterable list now sends request to filter the projects list
explicitly with `json` extension to avoid breakage when navigating back
from a project to the filtered project's list.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Filterable list now sends request to filter the projects list
explicitly with `json` extension to avoid breakage when navigating back
from a project to the filtered project's list.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace slugifyWithHyphens with improved slugify function</title>
<updated>2019-07-03T08:20:57+00:00</updated>
<author>
<name>Luke Ward</name>
<email>hello@lward.co.uk</email>
</author>
<published>2019-07-03T08:20:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0d32d31864eff4443c538f2ead8af5bc133eec7d'/>
<id>0d32d31864eff4443c538f2ead8af5bc133eec7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Vue-i18n: various js directories</title>
<updated>2019-07-01T11:42:51+00:00</updated>
<author>
<name>Ezekiel Kigbo</name>
<email>ekigbo@gitlab.com</email>
</author>
<published>2019-07-01T11:42:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f6d14fd4baee29ebce5d7aacc8134fda211095d0'/>
<id>f6d14fd4baee29ebce5d7aacc8134fda211095d0</id>
<content type='text'>
i18n linting for .vue files under the directories:
- app/assets/javascripts/error_tracking_settings
- app/assets/javascripts/filtered_search
- app/assets/javascripts/projects
- app/assets/javascripts/releases
- app/assets/javascripts/repository
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
i18n linting for .vue files under the directories:
- app/assets/javascripts/error_tracking_settings
- app/assets/javascripts/filtered_search
- app/assets/javascripts/projects
- app/assets/javascripts/releases
- app/assets/javascripts/repository
</pre>
</div>
</content>
</entry>
<entry>
<title>Comply with `no-implicit-coercion` rule (CE)</title>
<updated>2019-06-03T22:51:02+00:00</updated>
<author>
<name>Nathan Friend</name>
<email>nathan@gitlab.com</email>
</author>
<published>2019-06-03T22:51:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bee3c7e847e4c682f3b808ebfddcc0b6746c2d60'/>
<id>bee3c7e847e4c682f3b808ebfddcc0b6746c2d60</id>
<content type='text'>
This commit is the result of running `yarn eslint --fix` after enabling
the `no-implicit-coercion` ESLint rule.  This rule has been added to
our ESLint config here:

https://gitlab.com/gitlab-org/gitlab-eslint-config/merge_requests/14
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit is the result of running `yarn eslint --fix` after enabling
the `no-implicit-coercion` ESLint rule.  This rule has been added to
our ESLint config here:

https://gitlab.com/gitlab-org/gitlab-eslint-config/merge_requests/14
</pre>
</div>
</content>
</entry>
<entry>
<title>Internationalisation of projects directory</title>
<updated>2019-04-30T17:26:58+00:00</updated>
<author>
<name>Brandon Labuschagne</name>
<email>blabuschagne@gitlab.com</email>
</author>
<published>2019-04-30T17:26:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=63454eb8c0feecd913959267ed56f15455a0d25d'/>
<id>63454eb8c0feecd913959267ed56f15455a0d25d</id>
<content type='text'>
This is one of many MRs opened in order to improve the overall
internationalisation of the GitLab codebase.

i18n documentation
https://docs.gitlab.com/ee/development/i18n/externalization.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is one of many MRs opened in order to improve the overall
internationalisation of the GitLab codebase.

i18n documentation
https://docs.gitlab.com/ee/development/i18n/externalization.html
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport of "Resolves EE differences for project_new.js"</title>
<updated>2019-04-17T09:00:50+00:00</updated>
<author>
<name>Donald Cook</name>
<email>dcook@gitlab.com</email>
</author>
<published>2019-04-17T09:00:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e78dde56814e886c2a135b8fa34f179763b83101'/>
<id>e78dde56814e886c2a135b8fa34f179763b83101</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Android template</title>
<updated>2019-03-07T19:02:40+00:00</updated>
<author>
<name>Jason Lenny</name>
<email>jlenny@gitlab.com</email>
</author>
<published>2019-03-07T13:48:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e9aef30b50336fae67b2bd0a6425956a450b84c1'/>
<id>e9aef30b50336fae67b2bd0a6425956a450b84c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve "Project template for iOS"</title>
<updated>2019-03-07T17:59:38+00:00</updated>
<author>
<name>Jason Lenny</name>
<email>jlenny@gitlab.com</email>
</author>
<published>2019-03-07T17:59:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=010f64fb4249211aae4e2bfe42ffb7b231b175e9'/>
<id>010f64fb4249211aae4e2bfe42ffb7b231b175e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
