<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/models/concerns, 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>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>Expose comments on Noteables in GraphQL</title>
<updated>2019-06-14T10:36:27+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@vanlanduyt.co</email>
</author>
<published>2019-06-07T17:13:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b6ff5f1e141162e701c33647aae5015e5d42cc11'/>
<id>b6ff5f1e141162e701c33647aae5015e5d42cc11</id>
<content type='text'>
This exposes `Note`s on Issues &amp; MergeRequests using a
`Types::Notes::NoteableType` in GraphQL.

Exposing notes on a new type can be done by implementing the
`NoteableType` interface on the type. The presented object should
be a `Noteable`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This exposes `Note`s on Issues &amp; MergeRequests using a
`Types::Notes::NoteableType` in GraphQL.

Exposing notes on a new type can be done by implementing the
`NoteableType` interface on the type. The presented object should
be a `Noteable`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'add-default-reactive-cache-key' into 'master'</title>
<updated>2019-06-11T11:15:24+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2019-06-11T11:15:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=df000f03a98fa8bf21415ffc3babba6ccc11d86e'/>
<id>df000f03a98fa8bf21415ffc3babba6ccc11d86e</id>
<content type='text'>
Add a default reactive cache key

See merge request gitlab-org/gitlab-ce!29337</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a default reactive cache key

See merge request gitlab-org/gitlab-ce!29337</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'thomas-nilsson-irfu/gitlab-ce-thomas-nilsson-irfu-master-patch-13137' into 'master'</title>
<updated>2019-06-07T13:15:27+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-06-07T13:15:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=25ef3a9687494bea8927d7109f6e684beba2eb95'/>
<id>25ef3a9687494bea8927d7109f6e684beba2eb95</id>
<content type='text'>
Allow masking if 8 or more characters in base64

See merge request gitlab-org/gitlab-ce!29143</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow masking if 8 or more characters in base64

See merge request gitlab-org/gitlab-ce!29143</pre>
</div>
</content>
</entry>
<entry>
<title>Add task count and completed count to responses of Issue and MR</title>
<updated>2019-06-07T09:15:55+00:00</updated>
<author>
<name>Patrick Derichs</name>
<email>pderichs@gitlab.com</email>
</author>
<published>2019-06-07T09:15:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b70d23c25a4bc54fda22135b0a76bae102cfd88b'/>
<id>b70d23c25a4bc54fda22135b0a76bae102cfd88b</id>
<content type='text'>
Add spec for task_completion_status

Add test cases for task_completion_status result

Extracted shared samples

Add new spec file for task completion status response

Fix style errors

Add changelog entry

Changed samples to Hashes

Remove test for successful request

Remove not nil expectation

Add task_completion_status to api documentation for issues

Add task_completion_status to api documentation for merge_requests

Refactor spec so it just requests one specific item

Add task_completion_status to Taskable

Simplified task completion status in entities

Refactor spec so it separates status code check and content check

Fix spec description text and field name
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add spec for task_completion_status

Add test cases for task_completion_status result

Extracted shared samples

Add new spec file for task completion status response

Fix style errors

Add changelog entry

Changed samples to Hashes

Remove test for successful request

Remove not nil expectation

Add task_completion_status to api documentation for issues

Add task_completion_status to api documentation for merge_requests

Refactor spec so it just requests one specific item

Add task_completion_status to Taskable

Simplified task completion status in entities

Refactor spec so it separates status code check and content check

Fix spec description text and field name
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a default reactive cache key</title>
<updated>2019-06-07T07:46:28+00:00</updated>
<author>
<name>Tiger</name>
<email>twatson@gitlab.com</email>
</author>
<published>2019-06-07T07:17:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=63b0c730af29fb333a467f50232fc9cd96c39625'/>
<id>63b0c730af29fb333a467f50232fc9cd96c39625</id>
<content type='text'>
Aligns with the other reactive cache options by
providing a default that can be overridden if necessary.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Aligns with the other reactive cache options by
providing a default that can be overridden if necessary.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow masking if 8 or more characters in base64</title>
<updated>2019-06-06T14:46:45+00:00</updated>
<author>
<name>Thomas Nilsson</name>
<email>thomas.nilsson@irfu.se</email>
</author>
<published>2019-05-20T12:49:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ff3486a92bfcf00b85d45c9224c27cc5fa9c49e2'/>
<id>ff3486a92bfcf00b85d45c9224c27cc5fa9c49e2</id>
<content type='text'>
This should allow for private ssh-keys to remain private.

Solves https://gitlab.com/gitlab-org/gitlab-ce/issues/60790.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should allow for private ssh-keys to remain private.

Solves https://gitlab.com/gitlab-org/gitlab-ce/issues/60790.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Redis for CacheMarkDownField on non AR models</title>
<updated>2019-06-05T05:19:59+00:00</updated>
<author>
<name>Patrick Bajao</name>
<email>ebajao@gitlab.com</email>
</author>
<published>2019-06-05T04:59:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2eecfd8f9d111c6518930b818a16daea8263b37f'/>
<id>2eecfd8f9d111c6518930b818a16daea8263b37f</id>
<content type='text'>
This allows using `CacheMarkdownField` for models that are not backed
by ActiveRecord.

When the including class inherits `ActiveRecord::Base` we include
`Gitlab::MarkdownCache::ActiveRecord::Extension`. This will cause the
markdown fields to be rendered and the generated HTML stored in a
`&lt;field&gt;_html` attribute on the record. We also store the version
used for generating the markdown.

All other classes that include this model will include the
`Gitlab::MarkdownCache::Redis::Extension`. This add the `&lt;field&gt;_html`
attributes to that model and will generate the html in them. The
generated HTML will be cached in redis under the key
`markdown_cache:&lt;class&gt;:&lt;id&gt;`. The class this included in must
therefore respond to `id`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows using `CacheMarkdownField` for models that are not backed
by ActiveRecord.

When the including class inherits `ActiveRecord::Base` we include
`Gitlab::MarkdownCache::ActiveRecord::Extension`. This will cause the
markdown fields to be rendered and the generated HTML stored in a
`&lt;field&gt;_html` attribute on the record. We also store the version
used for generating the markdown.

All other classes that include this model will include the
`Gitlab::MarkdownCache::Redis::Extension`. This add the `&lt;field&gt;_html`
attributes to that model and will generate the html in them. The
generated HTML will be cached in redis under the key
`markdown_cache:&lt;class&gt;:&lt;id&gt;`. The class this included in must
therefore respond to `id`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ce-9578-adjust-opened-issues-count-and-completion-rate' into 'master'</title>
<updated>2019-06-04T21:54:31+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2019-06-04T21:54:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e794649b525fb8b5cb4f49d3d053e80efaf0682b'/>
<id>e794649b525fb8b5cb4f49d3d053e80efaf0682b</id>
<content type='text'>
Port: EE adjust burndown chart opened issues count

See merge request gitlab-org/gitlab-ce!28777</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Port: EE adjust burndown chart opened issues count

See merge request gitlab-org/gitlab-ce!28777</pre>
</div>
</content>
</entry>
</feed>
