<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git, branch 40468-empty-states</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>Adds i18n</title>
<updated>2017-12-12T16:55:16+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2017-12-12T16:55:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=40d6edac49404290f773e83952e61fde0912245f'/>
<id>40d6edac49404290f773e83952e61fde0912245f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Center cluster title</title>
<updated>2017-12-12T11:47:40+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2017-12-12T11:47:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ae4a04ea11ec22e30ca3f93db1abbccaddf7cdb7'/>
<id>ae4a04ea11ec22e30ca3f93db1abbccaddf7cdb7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into 40468-empty-states</title>
<updated>2017-12-12T11:07:53+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2017-12-12T11:07:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=95414b83ddcd451fd97383510d6f34c9861096a9'/>
<id>95414b83ddcd451fd97383510d6f34c9861096a9</id>
<content type='text'>
* master: (54 commits)
  Updated image for diff navigation docs
  Milestone sidebar docs
  Use app host instead of asset host when rendering image blob or diff
  ActiveRecord::StaleObjectError: Attempted to update a stale object: Ci::Build
  Use shared interceptor in note specs
  Ignore temporary table in schema
  Check for null in job tooltip title
  Clarify casing of I18N placeholder names
  fixes some markup issues in the js style guide docs
  Fix migration that removes issues.branch_name
  small change to make less conflict with EE version
  Add cop for use of remove_column
  Resolve merge conflicts with dev.gitlab.org/master after security release
  add index for doc/administration/operations/
  Remove RubySampler#sample_objects for performance as well
  Bugfix: User can't change the access level of an access requester
  Add spec for removing issues.assignee_id
  updated imports
  Keep track of storage check timings
  Remove a header level in the new 'Automatic CE-&gt;EE merge' doc
  ...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* master: (54 commits)
  Updated image for diff navigation docs
  Milestone sidebar docs
  Use app host instead of asset host when rendering image blob or diff
  ActiveRecord::StaleObjectError: Attempted to update a stale object: Ci::Build
  Use shared interceptor in note specs
  Ignore temporary table in schema
  Check for null in job tooltip title
  Clarify casing of I18N placeholder names
  fixes some markup issues in the js style guide docs
  Fix migration that removes issues.branch_name
  small change to make less conflict with EE version
  Add cop for use of remove_column
  Resolve merge conflicts with dev.gitlab.org/master after security release
  add index for doc/administration/operations/
  Remove RubySampler#sample_objects for performance as well
  Bugfix: User can't change the access level of an access requester
  Add spec for removing issues.assignee_id
  updated imports
  Keep track of storage check timings
  Remove a header level in the new 'Automatic CE-&gt;EE merge' doc
  ...
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'add-js-prefix-issuable-edit' into 'master'</title>
<updated>2017-12-12T10:52:23+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2017-12-12T10:52:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2ef39a80410540995fe3f64bf38ae0f0adb9fc0f'/>
<id>2ef39a80410540995fe3f64bf38ae0f0adb9fc0f</id>
<content type='text'>
Add js prefix for issuable-edit

Closes #40965

See merge request gitlab-org/gitlab-ce!15813</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add js prefix for issuable-edit

Closes #40965

See merge request gitlab-org/gitlab-ce!15813</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '37619-fix-vue-typeerror-not-failing-the-build' into 'master'</title>
<updated>2017-12-12T10:49:50+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2017-12-12T10:49:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ba5b53954872c8ef1804a6111d08ebc8d72f57a3'/>
<id>ba5b53954872c8ef1804a6111d08ebc8d72f57a3</id>
<content type='text'>
Stop "ERROR: TypeError{}" from being logged to the console and fail tests

Closes #37619

See merge request gitlab-org/gitlab-ce!15830</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Stop "ERROR: TypeError{}" from being logged to the console and fail tests

Closes #37619

See merge request gitlab-org/gitlab-ce!15830</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'diff-file-navigation-doc-screenshot-docs' into 'master'</title>
<updated>2017-12-12T09:59:21+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2017-12-12T09:59:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d8722e8064a9691e7ad076b6265912ff4f4adf0a'/>
<id>d8722e8064a9691e7ad076b6265912ff4f4adf0a</id>
<content type='text'>
Updated image for diff navigation docs

See merge request gitlab-org/gitlab-ce!15875</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated image for diff navigation docs

See merge request gitlab-org/gitlab-ce!15875</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'dm-image-blob-diff-full-url' into 'master'</title>
<updated>2017-12-12T09:52:08+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2017-12-12T09:52:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6b83f0d07c59b33e41530704eb09ce39b3f987b6'/>
<id>6b83f0d07c59b33e41530704eb09ce39b3f987b6</id>
<content type='text'>
Use app host instead of asset host when rendering image blob or diff

Closes #41002

See merge request gitlab-org/gitlab-ce!15854</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use app host instead of asset host when rendering image blob or diff

Closes #41002

See merge request gitlab-org/gitlab-ce!15854</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '41023-activerecord-staleobjecterror--attempted-to-update-a-stale-object--ci-build' into 'master'</title>
<updated>2017-12-12T09:40:38+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2017-12-12T09:40:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6fff0473e0cf13607fdd49f856821680298113d8'/>
<id>6fff0473e0cf13607fdd49f856821680298113d8</id>
<content type='text'>
Job dropping by MissingDependenciesError should consider StaleObjectError

Closes #41023

See merge request gitlab-org/gitlab-ce!15873</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Job dropping by MissingDependenciesError should consider StaleObjectError

Closes #41023

See merge request gitlab-org/gitlab-ce!15873</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '40997-pipeline-null' into 'master'</title>
<updated>2017-12-12T09:22:37+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2017-12-12T09:22:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8a29e0b07367e1d0cc071f0de189aafcae207bf8'/>
<id>8a29e0b07367e1d0cc071f0de189aafcae207bf8</id>
<content type='text'>
Checks for null in job tooltip title

Closes #40997

See merge request gitlab-org/gitlab-ce!15869</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Checks for null in job tooltip title

Closes #40997

See merge request gitlab-org/gitlab-ce!15869</pre>
</div>
</content>
</entry>
<entry>
<title>Updated image for diff navigation docs</title>
<updated>2017-12-12T09:19:13+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2017-12-12T09:19:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d66e937048c63da7ed73e5e609cb735450af86f3'/>
<id>d66e937048c63da7ed73e5e609cb735450af86f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
