<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/javascripts/fixtures, branch normalize_frontend_headers</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>Merge branch '25507-handle-errors-environment-list' into 'master'</title>
<updated>2017-01-19T20:46:04+00:00</updated>
<author>
<name>Fatih Acet</name>
<email>acetfatih@gmail.com</email>
</author>
<published>2017-01-19T20:46:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6669bfd3d19bcab435fc477d097172fbf488d6fb'/>
<id>6669bfd3d19bcab435fc477d097172fbf488d6fb</id>
<content type='text'>

Resolve "Error handling in environments list"

Closes #25507

See merge request !8461</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Resolve "Error handling in environments list"

Closes #25507

See merge request !8461</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '26601-dropdown-makes-request-close' into 'master'</title>
<updated>2017-01-19T20:33:35+00:00</updated>
<author>
<name>Fatih Acet</name>
<email>acetfatih@gmail.com</email>
</author>
<published>2017-01-19T20:33:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1c81452a9955bb06515faf26cedbe8e2b28791d5'/>
<id>1c81452a9955bb06515faf26cedbe8e2b28791d5</id>
<content type='text'>

Fixes builds dropdown making request when clicked to be closed

Closes #26601

See merge request !8545</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fixes builds dropdown making request when clicked to be closed

Closes #26601

See merge request !8545</pre>
</div>
</content>
</entry>
<entry>
<title>resolve all padded-blocks eslint violations</title>
<updated>2017-01-18T23:16:41+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2017-01-10T23:02:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ccada28f30326262b61638edf77b7ab163ff59a0'/>
<id>ccada28f30326262b61638edf77b7ab163ff59a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use bootstrap dropdown events to only make the request when the dropdown is being opened</title>
<updated>2017-01-13T15:31:18+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2017-01-12T19:19:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=683ea89e04d115352b0411be79594475932edd6e'/>
<id>683ea89e04d115352b0411be79594475932edd6e</id>
<content type='text'>
Fixes builds dropdown making request when clicked to be closed

Adds MR ID to CHANGELOG

Improve documentation

Use bootstrap dropdown events to only make the request when the dropdown is being opened
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes builds dropdown making request when clicked to be closed

Adds MR ID to CHANGELOG

Improve documentation

Use bootstrap dropdown events to only make the request when the dropdown is being opened
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds tests</title>
<updated>2017-01-12T19:38:26+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2017-01-05T14:51:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=463fddeafc945e4be249ba74ed510190ff9cedb6'/>
<id>463fddeafc945e4be249ba74ed510190ff9cedb6</id>
<content type='text'>
Adds changelog entry

Finishes tests

Fix eslint errors

Fix teaspoon test timing out
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds changelog entry

Finishes tests

Fix eslint errors

Fix teaspoon test timing out
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix-u2f-fixtures' into 26226-generate-all-haml-fixtures-within-teaspoon-fixtures-task</title>
<updated>2017-01-05T20:10:43+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2017-01-05T20:10:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=10d483eaaaccc336399fa83a0ac5f7ecd9cea352'/>
<id>10d483eaaaccc336399fa83a0ac5f7ecd9cea352</id>
<content type='text'>
* fix-u2f-fixtures:
  generate u2f frontend fixtures dynamically
  force utf-8 encoding for prior to fixture parsing to prevent nokogiri issues
  exclude script type=text/template from dom scrubbing
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fix-u2f-fixtures:
  generate u2f frontend fixtures dynamically
  force utf-8 encoding for prior to fixture parsing to prevent nokogiri issues
  exclude script type=text/template from dom scrubbing
</pre>
</div>
</content>
</entry>
<entry>
<title>generate u2f frontend fixtures dynamically</title>
<updated>2017-01-05T20:03:32+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2017-01-03T20:48:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=df5223de61253ba1511ae3ecbb7c447819177ecb'/>
<id>df5223de61253ba1511ae3ecbb7c447819177ecb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make projects.json easier to read</title>
<updated>2017-01-03T16:56:39+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2016-12-31T00:25:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d904335dc7991318adb86f86f1d061c31bf873a2'/>
<id>d904335dc7991318adb86f86f1d061c31bf873a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix dynamic u2f fixtures</title>
<updated>2017-01-03T16:56:39+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2016-12-30T23:28:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7ae2fe132c7cad345c09575493d094767cdc96ce'/>
<id>7ae2fe132c7cad345c09575493d094767cdc96ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>create catch-all fixture generator for all static fixtures</title>
<updated>2017-01-03T16:56:39+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2016-12-30T20:47:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2373082eb0d6b2f8eff9632a7b96febd9dd794c5'/>
<id>2373082eb0d6b2f8eff9632a7b96febd9dd794c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
