<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/config/initializers, branch docs/fix-commit-api-render</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>Add part of needed code</title>
<updated>2019-04-05T18:49:46+00:00</updated>
<author>
<name>Gosia Ksionek</name>
<email>mksionek@gitlab.com</email>
</author>
<published>2019-04-05T18:49:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=64858317adc4f017fe589342155faba9df31f093'/>
<id>64858317adc4f017fe589342155faba9df31f093</id>
<content type='text'>
Add columns to store project creation settings

Add project creation level column in groups
 and default project creation column in application settings

Remove obsolete line from schema

Update migration with project_creation_level column existence check

Rename migrations to avoid conflicts

Update migration methods

Update migration method
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add columns to store project creation settings

Add project creation level column in groups
 and default project creation column in application settings

Remove obsolete line from schema

Update migration with project_creation_level column existence check

Rename migrations to avoid conflicts

Update migration methods

Update migration method
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '54417-graphql-type-authorization' into 'master'</title>
<updated>2019-04-04T11:38:16+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2019-04-04T11:38:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7af1ba122fb425214d6b7c9e51ea621a515d6ac0'/>
<id>7af1ba122fb425214d6b7c9e51ea621a515d6ac0</id>
<content type='text'>
GraphQL Type authorization

Closes #54417

See merge request gitlab-org/gitlab-ce!25724</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GraphQL Type authorization

Closes #54417

See merge request gitlab-org/gitlab-ce!25724</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent premailer from converting HTML entities</title>
<updated>2019-04-04T07:02:00+00:00</updated>
<author>
<name>Heinrich Lee Yu</name>
<email>heinrich@gitlab.com</email>
</author>
<published>2019-04-03T12:49:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=473674a2c321396d8bea0cfc53eb483abfca2e1a'/>
<id>473674a2c321396d8bea0cfc53eb483abfca2e1a</id>
<content type='text'>
This prevents `&amp;mdash` in our templates being change to `-`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This prevents `&amp;mdash` in our templates being change to `-`
</pre>
</div>
</content>
</entry>
<entry>
<title>GraphQL Type authorization</title>
<updated>2019-04-03T01:36:33+00:00</updated>
<author>
<name>Luke Duncalfe</name>
<email>lduncalfe@eml.cc</email>
</author>
<published>2019-03-04T02:30:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8207f7877fea6987cbd8ef26e6f01feca6608bd2'/>
<id>8207f7877fea6987cbd8ef26e6f01feca6608bd2</id>
<content type='text'>
Enables authorizations to be defined on GraphQL Types.

    module Types
      class ProjectType &lt; BaseObject
        authorize :read_project
      end
    end

If a field has authorizations defined on it, and the return type of the
field also has authorizations defined on it. then all of the combined
permissions in the authorizations will be checked and must pass.

Connection fields are checked by "digging" to find the type class of the
"node" field in the expected location of edges-&gt;node.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54417
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enables authorizations to be defined on GraphQL Types.

    module Types
      class ProjectType &lt; BaseObject
        authorize :read_project
      end
    end

If a field has authorizations defined on it, and the return type of the
field also has authorizations defined on it. then all of the combined
permissions in the authorizations will be checked and must pass.

Connection fields are checked by "digging" to find the type class of the
"node" field in the expected location of edges-&gt;node.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54417
</pre>
</div>
</content>
</entry>
<entry>
<title>Load 'Gitlab::Jira::Middleware' if it exists</title>
<updated>2019-04-01T08:55:52+00:00</updated>
<author>
<name>Felipe Artur</name>
<email>fcardozo@gitlab.com</email>
</author>
<published>2019-04-01T08:55:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0a6478d159cc7ff5d3877780cf30a061ebaf4dac'/>
<id>0a6478d159cc7ff5d3877780cf30a061ebaf4dac</id>
<content type='text'>
Loads 'Gitlab::Jira::Middleware' only if it exists
so this initializer can be backported to CE.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Loads 'Gitlab::Jira::Middleware' only if it exists
so this initializer can be backported to CE.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '54670-external-diffs-when-outdated' into 'master'</title>
<updated>2019-03-28T09:19:14+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2019-03-28T09:19:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1ab4d12aae9897e48df054a7c58944c5c73a2759'/>
<id>1ab4d12aae9897e48df054a7c58944c5c73a2759</id>
<content type='text'>
Allow external diffs to be used conditionally

Closes #54670

See merge request gitlab-org/gitlab-ce!25432</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow external diffs to be used conditionally

Closes #54670

See merge request gitlab-org/gitlab-ce!25432</pre>
</div>
</content>
</entry>
<entry>
<title>Allow external diffs to be used conditionally</title>
<updated>2019-03-27T16:51:33+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2019-02-20T15:35:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0e831b0b692f2988d3c84fc01a463b08afec05ad'/>
<id>0e831b0b692f2988d3c84fc01a463b08afec05ad</id>
<content type='text'>
Since external diffs are likely to be a bit slower than in-database
ones, add a mode that makes diffs external after they've been obsoleted
by events. This should strike a balance between performance and disk
space.

A background cron drives the majority of migrations, since diffs become
outdated through user actions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since external diffs are likely to be a bit slower than in-database
ones, add a mode that makes diffs external after they've been obsoleted
by events. This should strike a balance between performance and disk
space.

A background cron drives the majority of migrations, since diffs become
outdated through user actions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Log Gitaly RPC duration to api_json.log and production_json.log</title>
<updated>2019-03-27T11:01:21+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-03-27T10:56:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=74ff33a3fdb83cd03c41436b4ae10ca48075f0e9'/>
<id>74ff33a3fdb83cd03c41436b4ae10ca48075f0e9</id>
<content type='text'>
This makes it easier to debug Gitaly performance issues in the field.

This commit also makes the tracking of query time thread-safe via
RequestStore.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes it easier to debug Gitaly performance issues in the field.

This commit also makes the tracking of query time thread-safe via
RequestStore.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add helper method to return a human-friendly name for database adapter</title>
<updated>2019-03-21T22:03:26+00:00</updated>
<author>
<name>Douglas Barbosa Alexandre</name>
<email>dbalexandre@gmail.com</email>
</author>
<published>2019-03-21T20:05:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a86f48c79b3d4b03279be0132e2a4eeadd5e22dc'/>
<id>a86f48c79b3d4b03279be0132e2a4eeadd5e22dc</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 'send-columns-to-sentry-on-missingattributeerror' into 'master'</title>
<updated>2019-03-19T18:44:35+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-03-19T18:44:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=74ebeebbcdbe5a996610fa02711f0563b4a774fa'/>
<id>74ebeebbcdbe5a996610fa02711f0563b4a774fa</id>
<content type='text'>
Send schema cache to Sentry on MissingAttributeError

See merge request gitlab-org/gitlab-ce!26331</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Send schema cache to Sentry on MissingAttributeError

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