<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/services/ci, branch patch-23</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 'fix/gb/use-merge-ability-for-protected-manual-actions' into 'master'</title>
<updated>2017-06-08T10:27:20+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2017-05-31T13:37:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=47420a2d6222b36bb58599b181075e2a356665ea'/>
<id>47420a2d6222b36bb58599b181075e2a356665ea</id>
<content type='text'>
Check only a merge ability for protected actions

Closes #32618

See merge request !11648</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Check only a merge ability for protected actions

Closes #32618

See merge request !11648</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix/gb/fix-skipped-manual-actions' into 'master'</title>
<updated>2017-05-18T14:52:26+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2017-05-09T10:20:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=81f547a564693cf216d4a87afa5bcf042323b79d'/>
<id>81f547a564693cf216d4a87afa5bcf042323b79d</id>
<content type='text'>

Fix skipped manual actions issue in pipeline processing

Closes #30212

See merge request !11164</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fix skipped manual actions issue in pipeline processing

Closes #30212

See merge request !11164</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'retried-in-database-mysql' into 'master'</title>
<updated>2017-05-10T22:12:45+00:00</updated>
<author>
<name>Regis Boudinot</name>
<email>boudinot.regis@yahoo.com</email>
</author>
<published>2017-05-10T22:07:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0e175cf9d9fe575767f86c51a830f372cf980445'/>
<id>0e175cf9d9fe575767f86c51a830f372cf980445</id>
<content type='text'>

Retried in database

Closes #25737

See merge request !11115</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Retried in database

Closes #25737

See merge request !11115</pre>
</div>
</content>
</entry>
<entry>
<title>Do not reprocess actions when user retries pipeline</title>
<updated>2017-05-05T17:35:32+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzesiek.bizon@gmail.com</email>
</author>
<published>2017-05-05T17:35:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fc121cca5ba87abd24afbc8da2f76e14e386e4c8'/>
<id>fc121cca5ba87abd24afbc8da2f76e14e386e4c8</id>
<content type='text'>
User who is not allowed to trigger manual actions should not be
allowed to reprocess / retrigger / retry these actions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
User who is not allowed to trigger manual actions should not be
allowed to reprocess / retrigger / retry these actions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into feature/gb/manual-actions-protected-branches-permissions</title>
<updated>2017-05-02T08:40:10+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzesiek.bizon@gmail.com</email>
</author>
<published>2017-05-02T08:40:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d276ea93728e7972ed5b8275460929128d98fccd'/>
<id>d276ea93728e7972ed5b8275460929128d98fccd</id>
<content type='text'>
* master: (314 commits)
  Better Explore Groups view
  Update Carrierwave and fog-core
  Add specs for Gitlab::RequestProfiler
  Add scripts/static-analysis to run all the static analysers in one go
  Shorten and improve some job names
  Group static-analysis jobs into a single job
  Don't blow up when email has no References header
  Update CHANGELOG.md for 9.1.2
  Add changelog
  Add changelog
  Show Raw button as Download for binary files
  Use blob viewers for snippets
  Fix typo
  Fixed transient failure related to dropdown animations
  Revert "Merge branch 'tc-no-todo-service-select' into 'master'"
  fix link to MR 10416
  Another change from .click -&gt; .trigger('click') to make spec pass
  Change from .click -&gt; .trigger('click') to make spec pass
  Disable AddColumnWithDefaultToLargeTable cop for pre-existing migrations
  Add AddColumnWithDefaultToLargeTable cop
  ...

Conflicts:
	spec/requests/api/jobs_spec.rb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* master: (314 commits)
  Better Explore Groups view
  Update Carrierwave and fog-core
  Add specs for Gitlab::RequestProfiler
  Add scripts/static-analysis to run all the static analysers in one go
  Shorten and improve some job names
  Group static-analysis jobs into a single job
  Don't blow up when email has no References header
  Update CHANGELOG.md for 9.1.2
  Add changelog
  Add changelog
  Show Raw button as Download for binary files
  Use blob viewers for snippets
  Fix typo
  Fixed transient failure related to dropdown animations
  Revert "Merge branch 'tc-no-todo-service-select' into 'master'"
  fix link to MR 10416
  Another change from .click -&gt; .trigger('click') to make spec pass
  Change from .click -&gt; .trigger('click') to make spec pass
  Disable AddColumnWithDefaultToLargeTable cop for pre-existing migrations
  Add AddColumnWithDefaultToLargeTable cop
  ...

Conflicts:
	spec/requests/api/jobs_spec.rb
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly expire cache for **all** MRs of a pipeline</title>
<updated>2017-04-24T08:07:01+00:00</updated>
<author>
<name>Toon Claes</name>
<email>toon@gitlab.com</email>
</author>
<published>2017-04-18T19:26:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ccb9beeed0e418ef4dea201b3507bd2f4a14b4a2'/>
<id>ccb9beeed0e418ef4dea201b3507bd2f4a14b4a2</id>
<content type='text'>
Turn ExpirePipelineCacheService into Worker so it can fetch all the
merge requests for which the pipeline runs or did run against.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Turn ExpirePipelineCacheService into Worker so it can fetch all the
merge requests for which the pipeline runs or did run against.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into feature/gb/manual-actions-protected-branches-permissions</title>
<updated>2017-04-13T13:08:52+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzesiek.bizon@gmail.com</email>
</author>
<published>2017-04-13T13:08:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a8231ea1befd803fb5892ea3e6679219f5d7d8e5'/>
<id>a8231ea1befd803fb5892ea3e6679219f5d7d8e5</id>
<content type='text'>
* master: (641 commits)
  Revert "Fix registry for projects with uppercases in path"
  Fix registry for projects with uppercases in path
  Move event icons into events_helper
  Reset New branch button when issue state changes
  Add link to environments on kubernetes.md
  Indent system notes on desktop screens
  Improve webpack-dev-server compatibility with non-localhost setups.
  Add changelog entry
  Fix recent searches icon alignment in Safari
  Use preload to avoid Rails using JOIN
  Fix NUMBER_OF_TRUNCATED_DIFF_LINES re-definition error
  Prepare for zero downtime migrations
  Fix filtered search input width for IE
  Fix the `gitlab:gitlab_shell:check` task
  Fixed random failures with Poll spec
  Include CONTRIBUTING.md file when importing .gitlab-ci.yml templates
  Let uses hide verbose output by default
  Separate examples for each other
  Collapse similar sibling scenarios
  Use empty_project for resources that are independent of the repo
  ...

Conflicts:
	app/views/projects/ci/builds/_build.html.haml
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* master: (641 commits)
  Revert "Fix registry for projects with uppercases in path"
  Fix registry for projects with uppercases in path
  Move event icons into events_helper
  Reset New branch button when issue state changes
  Add link to environments on kubernetes.md
  Indent system notes on desktop screens
  Improve webpack-dev-server compatibility with non-localhost setups.
  Add changelog entry
  Fix recent searches icon alignment in Safari
  Use preload to avoid Rails using JOIN
  Fix NUMBER_OF_TRUNCATED_DIFF_LINES re-definition error
  Prepare for zero downtime migrations
  Fix filtered search input width for IE
  Fix the `gitlab:gitlab_shell:check` task
  Fixed random failures with Poll spec
  Include CONTRIBUTING.md file when importing .gitlab-ci.yml templates
  Let uses hide verbose output by default
  Separate examples for each other
  Collapse similar sibling scenarios
  Use empty_project for resources that are independent of the repo
  ...

Conflicts:
	app/views/projects/ci/builds/_build.html.haml
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract build play specs and extend test examples</title>
<updated>2017-04-12T11:36:35+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzesiek.bizon@gmail.com</email>
</author>
<published>2017-04-12T11:36:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=55aa727eff50a9472405b302645abb54f28bdba0'/>
<id>55aa727eff50a9472405b302645abb54f28bdba0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>
</feed>
