<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/models/project_services, branch docs-pages-force-https</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>Extract common validations from ci services</title>
<updated>2019-06-21T14:21:16+00:00</updated>
<author>
<name>Raphael Tweitmann</name>
<email>r.tweity@gmx.de</email>
</author>
<published>2019-06-17T12:00:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a39277a4f9cd11029601bf863e09a127f8e82291'/>
<id>a39277a4f9cd11029601bf863e09a127f8e82291</id>
<content type='text'>
DroneCI and TeamCity shared the same validations methods
on the data received. These validations were extracted
into a concern
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DroneCI and TeamCity shared the same validations methods
on the data received. These validations were extracted
into a concern
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip TeamCity on branch delete and add MR trigger</title>
<updated>2019-06-21T14:17:47+00:00</updated>
<author>
<name>Nikolay Novikov</name>
<email>nikkes@mail.ru</email>
</author>
<published>2018-08-02T17:33:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5f1038c8886ceb0e3879f29a074af7d4c6cb6171'/>
<id>5f1038c8886ceb0e3879f29a074af7d4c6cb6171</id>
<content type='text'>
This is a take over from a community contribution:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20990

Skip TeamCity push event when related to branch delete

Support merge request events for TeamCity service.
Add checkbox for merge request triggers in the TeamCity
configuration page.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a take over from a community contribution:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20990

Skip TeamCity push event when related to branch delete

Support merge request events for TeamCity service.
Add checkbox for merge request triggers in the TeamCity
configuration page.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update KubernetesService deprecation warning</title>
<updated>2019-06-21T01:53:32+00:00</updated>
<author>
<name>Tiger</name>
<email>twatson@gitlab.com</email>
</author>
<published>2019-06-21T01:43:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d5a0ee924a6c85c75d5394567de41ed1425926f4'/>
<id>d5a0ee924a6c85c75d5394567de41ed1425926f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Kubernetes service from deployment platform</title>
<updated>2019-06-21T01:35:13+00:00</updated>
<author>
<name>Tiger</name>
<email>twatson@gitlab.com</email>
</author>
<published>2019-06-18T05:29:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=da5c00d1c669c1aa4ebc714cfc357fc73f3e1331'/>
<id>da5c00d1c669c1aa4ebc714cfc357fc73f3e1331</id>
<content type='text'>
This will no longer be used for deployments, as all
service templates have been migrated to clusters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will no longer be used for deployments, as all
service templates have been migrated to clusters.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing test for Microsoft Teams notify_only_default_branch flag</title>
<updated>2019-06-19T04:46:20+00:00</updated>
<author>
<name>Seiji Suenaga</name>
<email>SSuenaga@balanceinnovations.com</email>
</author>
<published>2019-06-19T04:46:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1ce2c4dcafce0aa7338647001b3c2b13b721640a'/>
<id>1ce2c4dcafce0aa7338647001b3c2b13b721640a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make KubernetesService readonly</title>
<updated>2019-06-18T00:01:56+00:00</updated>
<author>
<name>James Fargher</name>
<email>proglottis@gmail.com</email>
</author>
<published>2019-06-18T00:01:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6b9157d5dc9b45cc6d70f10d075bbf149af5f266'/>
<id>6b9157d5dc9b45cc6d70f10d075bbf149af5f266</id>
<content type='text'>
We are deprecating this service in favor of instance wide clusters.
Therefore we removed some code that is not anymore needed for a
readonly cluster and also we added some flags to allow for this
deprecation. These flags are to be removed in the next release when
we finally completelly remove KubernetesService.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We are deprecating this service in favor of instance wide clusters.
Therefore we removed some code that is not anymore needed for a
readonly cluster and also we added some flags to allow for this
deprecation. These flags are to be removed in the next release when
we finally completelly remove KubernetesService.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '58886-issue-tracker-fields' into 'master'</title>
<updated>2019-06-17T14:55:05+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2019-06-17T14:55:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cfcdfdd2de6009e7ce55e6a415825a0eca75f0c9'/>
<id>cfcdfdd2de6009e7ce55e6a415825a0eca75f0c9</id>
<content type='text'>
Create models for issue trackers data

See merge request gitlab-org/gitlab-ce!28598</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create models for issue trackers data

See merge request gitlab-org/gitlab-ce!28598</pre>
</div>
</content>
</entry>
<entry>
<title>Create models for issue trackers data</title>
<updated>2019-06-13T17:02:13+00:00</updated>
<author>
<name>Jarka Košanová</name>
<email>jarka@gitlab.com</email>
</author>
<published>2019-05-22T15:47:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1f332ae8da994509232c7601074b25514ad23c52'/>
<id>1f332ae8da994509232c7601074b25514ad23c52</id>
<content type='text'>
- create tables for storing issue trackers properties
- add model and basic logic &amp; spec
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- create tables for storing issue trackers properties
- add model and basic logic &amp; spec
</pre>
</div>
</content>
</entry>
<entry>
<title>preventing blocked users and their PipelineSchdules from creating new Pipelines</title>
<updated>2019-06-05T01:25:26+00:00</updated>
<author>
<name>drew cimino</name>
<email>dcimino@gitlab.com</email>
</author>
<published>2019-04-11T15:21:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=42d6d3187fb7305daead326bfdf56a09c249f829'/>
<id>42d6d3187fb7305daead326bfdf56a09c249f829</id>
<content type='text'>
updated several specs and factories to accomodate new permissions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
updated several specs and factories to accomodate new permissions
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge dev.gitlab.org master into GitLab.com master</title>
<updated>2019-06-03T12:56:33+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2019-06-03T12:56:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6cb750a2bb7e1720413a7c42ec4afebaa3f2f4d2'/>
<id>6cb750a2bb7e1720413a7c42ec4afebaa3f2f4d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
