<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/services/ci, branch fix-trace-encoding</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>Use `Ci::ExpirePipelineCacheService` to set `ProjectPipelinestatus`</title>
<updated>2017-04-07T15:24:11+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@gitlab.com</email>
</author>
<published>2017-04-07T08:56:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9eded57dd2b4d23e43b485c448abb92359e6933e'/>
<id>9eded57dd2b4d23e43b485c448abb92359e6933e</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 '8998_skip_pending_commits_if_not_head' into 'master'</title>
<updated>2017-04-07T08:30:32+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2017-04-07T08:30:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=15e87cea3a374e8d929c28f6843170b182fe159a'/>
<id>15e87cea3a374e8d929c28f6843170b182fe159a</id>
<content type='text'>

Add auto-cancel for pending pipelines on branch, if they are not HEAD

See merge request !9362</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Add auto-cancel for pending pipelines on branch, if they are not HEAD

See merge request !9362</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'upstream/master' into 8998_skip_pending_commits_if_not_head</title>
<updated>2017-04-07T06:40:20+00:00</updated>
<author>
<name>Lin Jen-Shin</name>
<email>godfat@godfat.org</email>
</author>
<published>2017-04-07T06:40:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f8fe64a630b2adff8d260c7cc92f89ff8cfd0519'/>
<id>f8fe64a630b2adff8d260c7cc92f89ff8cfd0519</id>
<content type='text'>
* upstream/master: (58 commits)
  Fix icon name error
  Rewrite system note helper
  Change edit icon
  Leave icon area blank if legacy note; remove diamond icon
  Fix positioning of note icons
  Fix newline errors
  Add remaining system note icons
  Add system notes icon helper; add icons
  Fixed specs Updated JS that was causing the hints to appear &amp; then disappear
  Update tests
  Fix broken spinach test
  Reuse code
  Improve shortcuts code
  Adds ShortcutsDashboardNavigation to globals comment since its a global variable
  Fix shortcut specs
  Reorganize shortcut help menu
  Change todos shortcut to shift
  Change shortcuts
  Switch global shortcuts to shift; reuse key styles from help menu
  Map bindings to lowercase letters; only show key bindings when using keyboard shortcut
  ...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* upstream/master: (58 commits)
  Fix icon name error
  Rewrite system note helper
  Change edit icon
  Leave icon area blank if legacy note; remove diamond icon
  Fix positioning of note icons
  Fix newline errors
  Add remaining system note icons
  Add system notes icon helper; add icons
  Fixed specs Updated JS that was causing the hints to appear &amp; then disappear
  Update tests
  Fix broken spinach test
  Reuse code
  Improve shortcuts code
  Adds ShortcutsDashboardNavigation to globals comment since its a global variable
  Fix shortcut specs
  Reorganize shortcut help menu
  Change todos shortcut to shift
  Change shortcuts
  Switch global shortcuts to shift; reuse key styles from help menu
  Map bindings to lowercase letters; only show key bindings when using keyboard shortcut
  ...
</pre>
</div>
</content>
</entry>
<entry>
<title>Check if a commit belongs to pipeline before trying to expire cache</title>
<updated>2017-04-06T21:50:37+00:00</updated>
<author>
<name>Toon Claes</name>
<email>toon@gitlab.com</email>
</author>
<published>2017-04-06T07:09:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e6571ed9f9f4220ac6a4634b037977b2bfa5e488'/>
<id>e6571ed9f9f4220ac6a4634b037977b2bfa5e488</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable polling for pipelines table other pages</title>
<updated>2017-04-06T21:50:37+00:00</updated>
<author>
<name>Toon Claes</name>
<email>toon@gitlab.com</email>
</author>
<published>2017-04-05T14:36:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9e89c93e167d66644fd771b106be5ce01b899fcf'/>
<id>9e89c93e167d66644fd771b106be5ce01b899fcf</id>
<content type='text'>
Also poll for pipeline changes on:
 - Pipeline table on commit page
 - Pipeline table on merge request page
 - Pipeline table on new merge request page
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also poll for pipeline changes on:
 - Pipeline table on commit page
 - Pipeline table on merge request page
 - Pipeline table on new merge request page
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Etag caching for pipelines json</title>
<updated>2017-04-06T21:50:36+00:00</updated>
<author>
<name>Toon Claes</name>
<email>toon@gitlab.com</email>
</author>
<published>2017-04-04T15:38:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=847b9c82326d4fa1c4ab28f0f500a374e92728cb'/>
<id>847b9c82326d4fa1c4ab28f0f500a374e92728cb</id>
<content type='text'>
Enable caching in the Etag::Middleware and when a pipeline changes
status, expire the cache for the project pipelines path.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enable caching in the Etag::Middleware and when a pipeline changes
status, expire the cache for the project pipelines path.
</pre>
</div>
</content>
</entry>
<entry>
<title>Also track auto-cancelling in jobs, detail:</title>
<updated>2017-04-06T13:32:56+00:00</updated>
<author>
<name>Lin Jen-Shin</name>
<email>godfat@godfat.org</email>
</author>
<published>2017-04-06T13:32:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=057c0d7a5c062f3030bcc46614ef2442009002de'/>
<id>057c0d7a5c062f3030bcc46614ef2442009002de</id>
<content type='text'>
Not only tracking auto-cancelling in pipelines,
we'll also track this in jobs because pipelines
could be retried and the information would get lost
when this happened. Also erase auto-cancelling
relation for pipelines when they're retried.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not only tracking auto-cancelling in pipelines,
we'll also track this in jobs because pipelines
could be retried and the information would get lost
when this happened. Also erase auto-cancelling
relation for pipelines when they're retried.
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce endpoint optimisations</title>
<updated>2017-04-06T12:33:17+00:00</updated>
<author>
<name>Kamil Trzcinski</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2017-04-06T12:31:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8a1c12aa6f9f0f4d7815b5c7c945caadcfc5e10d'/>
<id>8a1c12aa6f9f0f4d7815b5c7c945caadcfc5e10d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rename `auto_canceled_by` and add foreign key</title>
<updated>2017-04-04T18:11:24+00:00</updated>
<author>
<name>Rydkin Maxim</name>
<email>maks.rydkin@gmail.com</email>
</author>
<published>2017-03-18T11:46:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a4d08e6babbbdbd44267aebdcccd2cc2c63e48ed'/>
<id>a4d08e6babbbdbd44267aebdcccd2cc2c63e48ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move `auto_cancelable_pipelines` method to `create_pipeline_service.rb`</title>
<updated>2017-04-04T18:11:24+00:00</updated>
<author>
<name>Rydkin Maxim</name>
<email>maks.rydkin@gmail.com</email>
</author>
<published>2017-03-18T10:04:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b1dc850ad6037def0ed47ea190cb33ba8493ac27'/>
<id>b1dc850ad6037def0ed47ea190cb33ba8493ac27</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
