<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/features, branch patch-10</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 'feature/1376-allow-write-access-deploy-keys' into 'master'</title>
<updated>2016-12-27T15:00:49+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2016-12-27T15:00:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=20afb4c69ee91a91094eed2bffd566c5bca1ce0d'/>
<id>20afb4c69ee91a91094eed2bffd566c5bca1ce0d</id>
<content type='text'>

Allow to add deploy keys with write-access

Closes #1376

See merge request !7383</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Allow to add deploy keys with write-access

Closes #1376

See merge request !7383</pre>
</div>
</content>
</entry>
<entry>
<title>Changes after review</title>
<updated>2016-12-21T11:18:15+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2016-11-29T13:02:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7086dac42fff6e32bc38b389ffa104d9c21a159c'/>
<id>7086dac42fff6e32bc38b389ffa104d9c21a159c</id>
<content type='text'>
Fix broken test

Remove spinach tests for the builds tab
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix broken test

Remove spinach tests for the builds tab
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'upstream/master' into feature/1376-allow-write-access-deploy-keys</title>
<updated>2016-12-20T12:54:40+00:00</updated>
<author>
<name>Lin Jen-Shin</name>
<email>godfat@godfat.org</email>
</author>
<published>2016-12-20T12:54:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0f0738e78867f6822dd15cb26da1f17628acde77'/>
<id>0f0738e78867f6822dd15cb26da1f17628acde77</id>
<content type='text'>
* upstream/master: (538 commits)
  Reject blank environment vcariables in Gitlab::Git::RevList
  Add online terminal documentation
  Add changelog entry
  Add terminal UI and controller actions
  Fix specs
  Even out padding on plus button in breadcrumb menu
  Update font size of detail page header to 14px
  Update CHANGELOG.md for 8.13.10
  Update CHANGELOG.md for 8.14.5
  Fix Route#rename_children behavior
  Remove inline-block styling from status
  Add terminals to the Kubernetes deployment service
  Add a ReactiveCaching concern for use in the KubernetesService
  Add xterm.js 2.1.0 and a wrapper class to the asset pipeline
  Remove unnecessary hidden svg elements for icons.
  Fix consistent typo in environment.js
  Use a block to insert extra check for authenticate_build!
  Align milestone column header with count number
  Add Wiki import to BB importer
  Make CI badge hitboxes better match container
  ...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* upstream/master: (538 commits)
  Reject blank environment vcariables in Gitlab::Git::RevList
  Add online terminal documentation
  Add changelog entry
  Add terminal UI and controller actions
  Fix specs
  Even out padding on plus button in breadcrumb menu
  Update font size of detail page header to 14px
  Update CHANGELOG.md for 8.13.10
  Update CHANGELOG.md for 8.14.5
  Fix Route#rename_children behavior
  Remove inline-block styling from status
  Add terminals to the Kubernetes deployment service
  Add a ReactiveCaching concern for use in the KubernetesService
  Add xterm.js 2.1.0 and a wrapper class to the asset pipeline
  Remove unnecessary hidden svg elements for icons.
  Fix consistent typo in environment.js
  Use a block to insert extra check for authenticate_build!
  Align milestone column header with count number
  Add Wiki import to BB importer
  Make CI badge hitboxes better match container
  ...
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'move-admin-projects-spinach-tests-to-rspec' into 'master'</title>
<updated>2016-12-20T12:20:50+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2016-12-20T12:20:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ad1a1d976c877eca16858368db0c5b3ef800db8b'/>
<id>ad1a1d976c877eca16858368db0c5b3ef800db8b</id>
<content type='text'>

Move admin projects spinach tests to RSpec

Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/23036

See merge request !8174</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Move admin projects spinach tests to RSpec

Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/23036

See merge request !8174</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'zj-kamil-slack-slash-commands' into 'master'</title>
<updated>2016-12-20T09:41:37+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzegorz@gitlab.com</email>
</author>
<published>2016-12-20T09:41:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=52278412c7350b8087ef4ffc688c79e4593369cc'/>
<id>52278412c7350b8087ef4ffc688c79e4593369cc</id>
<content type='text'>

Slack slash commands

## What does this MR do?

Implement Slack Slash Commands by utilizing generalized Mattermost presenter to fulfill Slack requirements.

## Why was this MR needed?

We want to expose Slack Slash Commands as a first-class service.

## What are the relevant issue numbers?

Supersedes !8007  
Closes #22182

See merge request !8126</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Slack slash commands

## What does this MR do?

Implement Slack Slash Commands by utilizing generalized Mattermost presenter to fulfill Slack requirements.

## Why was this MR needed?

We want to expose Slack Slash Commands as a first-class service.

## What are the relevant issue numbers?

Supersedes !8007  
Closes #22182

See merge request !8126</pre>
</div>
</content>
</entry>
<entry>
<title>Fix specs</title>
<updated>2016-12-19T21:12:30+00:00</updated>
<author>
<name>Kamil Trzcinski</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2016-12-19T21:12:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e06f88effa842c73d3827593f8d28846207bfca0'/>
<id>e06f88effa842c73d3827593f8d28846207bfca0</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 'move-admin-appearance-feature-to-rspec' into 'master'</title>
<updated>2016-12-19T20:44:58+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2016-12-19T20:44:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4298209a7ad0d55caf508e1b853d3457f1801b0a'/>
<id>4298209a7ad0d55caf508e1b853d3457f1801b0a</id>
<content type='text'>

Move Admin Appearance spinach feature to RSpec

Part of #23036

See merge request !8063</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Move Admin Appearance spinach feature to RSpec

Part of #23036

See merge request !8063</pre>
</div>
</content>
</entry>
<entry>
<title>Move admin broadcast messages spinach feature to rspec</title>
<updated>2016-12-19T16:43:24+00:00</updated>
<author>
<name>jurre</name>
<email>jurrestender+github@gmail.com</email>
</author>
<published>2016-12-13T16:52:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bf6b1078521b6461caeffb3a0ba003c5c5ac2a9e'/>
<id>bf6b1078521b6461caeffb3a0ba003c5c5ac2a9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move Admin Appearance spinach feature to rspec</title>
<updated>2016-12-19T16:41:54+00:00</updated>
<author>
<name>jurre</name>
<email>jurrestender+github@gmail.com</email>
</author>
<published>2016-12-13T15:22:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a0c48ec62b64f3b836d8af04c46938d6951911ef'/>
<id>a0c48ec62b64f3b836d8af04c46938d6951911ef</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 'move-admin-label-spinach-test-to-rspec' into 'master'</title>
<updated>2016-12-19T15:31:28+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2016-12-19T15:31:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=60f61096e17dee7ebedd94cc5f70703067528bc7'/>
<id>60f61096e17dee7ebedd94cc5f70703067528bc7</id>
<content type='text'>

Move admin labels spinach test to RSpec

Part of #23036

See merge request !8166</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Move admin labels spinach test to RSpec

Part of #23036

See merge request !8166</pre>
</div>
</content>
</entry>
</feed>
