<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/views/explore, 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>Resolve Incorrect empty state message on "Explore projects"</title>
<updated>2019-08-02T06:43:31+00:00</updated>
<author>
<name>Dennis Tang</name>
<email>750946-dennis@users.noreply.gitlab.com</email>
</author>
<published>2019-08-02T06:43:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2330ad3c3b453a3605094403396b354ddaafca19'/>
<id>2330ad3c3b453a3605094403396b354ddaafca19</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup css classes and styles</title>
<updated>2019-05-06T15:42:44+00:00</updated>
<author>
<name>Ezekiel Kigbo</name>
<email>ekigbo@gitlab.com</email>
</author>
<published>2019-05-02T12:49:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cd27bead2e16586f9dcb1c9a467afce18f39fcb0'/>
<id>cd27bead2e16586f9dcb1c9a467afce18f39fcb0</id>
<content type='text'>
Use class and id syntax for button attributes

Use feature flag variable and shorthand if expression

Use shorthand if expression

Use a classname instead of tag

Simplify common rules

Use size variable

Move flex grow and shrink to utility classes

Extract redused classes

Remove unecessary styles
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use class and id syntax for button attributes

Use feature flag variable and shorthand if expression

Use shorthand if expression

Use a classname instead of tag

Simplify common rules

Use size variable

Move flex grow and shrink to utility classes

Extract redused classes

Remove unecessary styles
</pre>
</div>
</content>
</entry>
<entry>
<title>Added blank lines to meet style guide</title>
<updated>2019-05-06T15:42:44+00:00</updated>
<author>
<name>Ezekiel Kigbo</name>
<email>ekigbo@gitlab.com</email>
</author>
<published>2019-04-19T08:36:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6accad69e214f44ac84f3ceac4159c712aa9af2e'/>
<id>6accad69e214f44ac84f3ceac4159c712aa9af2e</id>
<content type='text'>
Un-nest title variable output

Update spec test names

Rename sort_value_most_stars -&gt; sort_value_stars_desc

Rename sorted_by_stars -&gt; sorted_by_stars_desc

Renname sort_value_most_stars_asc -&gt; sort_value_stars_asc

Invert feature check, assign feature condition to a variable

Inline conditional nav bar rendering

Invert conditional label

Added follow up task

Fix filters returning 0 projects show the wrong view

Move click action out of test expectation

Use proper variable name for project in before block

Rename projects_sort_admin_options_hash

Renamed projects_sort_admin_options_has to
old_projects_sort_options_hash as its not only used
on the admin screen

Fix extra whitespace errors

Stub project_list_filter_bar in the projects_helper specs

Added follow up task for `show_projects?`

Removed url test expectations
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Un-nest title variable output

Update spec test names

Rename sort_value_most_stars -&gt; sort_value_stars_desc

Rename sorted_by_stars -&gt; sorted_by_stars_desc

Renname sort_value_most_stars_asc -&gt; sort_value_stars_asc

Invert feature check, assign feature condition to a variable

Inline conditional nav bar rendering

Invert conditional label

Added follow up task

Fix filters returning 0 projects show the wrong view

Move click action out of test expectation

Use proper variable name for project in before block

Rename projects_sort_admin_options_hash

Renamed projects_sort_admin_options_has to
old_projects_sort_options_hash as its not only used
on the admin screen

Fix extra whitespace errors

Stub project_list_filter_bar in the projects_helper specs

Added follow up task for `show_projects?`

Removed url test expectations
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor review fixes</title>
<updated>2019-05-06T15:42:43+00:00</updated>
<author>
<name>Ezekiel Kigbo</name>
<email>ekigbo@gitlab.com</email>
</author>
<published>2019-04-17T11:02:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b736a9f000d1e1f6c2c94ea74a700abf5a44139e'/>
<id>b736a9f000d1e1f6c2c94ea74a700abf5a44139e</id>
<content type='text'>
Externalize strings

Simplify locals passed through views

Ensure we can still filter when logged out

Cleanup conditional rendering for explore filters
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Externalize strings

Simplify locals passed through views

Ensure we can still filter when logged out

Cleanup conditional rendering for explore filters
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure we dont apply changes to admin/projects</title>
<updated>2019-05-06T15:41:47+00:00</updated>
<author>
<name>Ezekiel Kigbo</name>
<email>ekigbo@gitlab.com</email>
</author>
<published>2019-04-12T12:14:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=aebf22f639073ab4d5c0ff4970d60bf24e8879f0'/>
<id>aebf22f639073ab4d5c0ff4970d60bf24e8879f0</id>
<content type='text'>
The changes introduced for the project filter bar should
not apply to the admin projects screen.

Remove "Owned by me", "Owned by anyone" options

Update the dropdown option Last created -&gt; Created date.
Introduces fixes for spacing and minor styling across breakpoints.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The changes introduced for the project filter bar should
not apply to the admin projects screen.

Remove "Owned by me", "Owned by anyone" options

Update the dropdown option Last created -&gt; Created date.
Introduces fixes for spacing and minor styling across breakpoints.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated layout for various breakpoints</title>
<updated>2019-05-06T15:41:46+00:00</updated>
<author>
<name>Ezekiel Kigbo</name>
<email>ekigbo@gitlab.com</email>
</author>
<published>2019-04-05T12:41:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6daec21a161821816b1eda03b52369d61685fe48'/>
<id>6daec21a161821816b1eda03b52369d61685fe48</id>
<content type='text'>
Updated translations

Adds sort direction dropdown

Allows the project list sorting direction to be changed,
available options can be sorted ascending or descending.
Implements the changes from the UX review.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated translations

Adds sort direction dropdown

Allows the project list sorting direction to be changed,
available options can be sorted ascending or descending.
Implements the changes from the UX review.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added filter bar to project page</title>
<updated>2019-05-06T15:41:46+00:00</updated>
<author>
<name>Ezekiel Kigbo</name>
<email>ekigbo@gitlab.com</email>
</author>
<published>2019-04-02T01:12:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6bab1f8dde3365007c83f3719758a96589673225'/>
<id>6bab1f8dde3365007c83f3719758a96589673225</id>
<content type='text'>
Added project_list_filter_bar feature flag
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added project_list_filter_bar feature flag
</pre>
</div>
</content>
</entry>
<entry>
<title>Update spinners in group list component</title>
<updated>2019-03-26T00:13:57+00:00</updated>
<author>
<name>Dennis Tang</name>
<email>dtang@gitlab.com</email>
</author>
<published>2019-03-26T00:02:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6cf4b2d51802c1b197a84d1f66343ad483fc8aea'/>
<id>6cf4b2d51802c1b197a84d1f66343ad483fc8aea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor dashboard gold trial callouts</title>
<updated>2019-03-06T12:11:59+00:00</updated>
<author>
<name>Luke Bennett</name>
<email>lbennett@gitlab.com</email>
</author>
<published>2019-02-19T21:26:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4424a30fe1cf8f19cffaca19dbc6c4a0d2e9e377'/>
<id>4424a30fe1cf8f19cffaca19dbc6c4a0d2e9e377</id>
<content type='text'>
Uses new gold trial helper method to
render a gold trial callout on user dashboards.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Uses new gold trial helper method to
render a gold trial callout on user dashboards.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve snippets empty state</title>
<updated>2019-02-22T12:12:36+00:00</updated>
<author>
<name>George Tsiolis</name>
<email>tsiolis.g@gmail.com</email>
</author>
<published>2019-02-22T12:12:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=220cb4c3a73022d5fccd2f3cbb180bc87fe42512'/>
<id>220cb4c3a73022d5fccd2f3cbb180bc87fe42512</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
