<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/lib, branch api-notes-entity-fields</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 'connection-pool-host' into 'master'</title>
<updated>2017-02-22T16:29:38+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-02-22T16:29:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=15b7bc624b89ebb6b98b0f03801d68ea6a480b82'/>
<id>15b7bc624b89ebb6b98b0f03801d68ea6a480b82</id>
<content type='text'>
Allow setting of a custom connection pool host

See merge request !9445</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow setting of a custom connection pool host

See merge request !9445</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'zj-fix-slash-command-labels' into 'master'</title>
<updated>2017-02-22T15:44:05+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-02-22T15:44:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=765d509a5bd0548961ea7ab1d86bf9302b5298b1'/>
<id>765d509a5bd0548961ea7ab1d86bf9302b5298b1</id>
<content type='text'>

Chat slash commands show labels correctly

Closes #28358

See merge request !9408</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Chat slash commands show labels correctly

Closes #28358

See merge request !9408</pre>
</div>
</content>
</entry>
<entry>
<title>Allow setting of a custom connection pool host</title>
<updated>2017-02-22T14:47:53+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2017-02-22T14:43:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cf521c95761540f273804d23a1150dbb0af4e63b'/>
<id>cf521c95761540f273804d23a1150dbb0af4e63b</id>
<content type='text'>
This allows you to set a custom host when calling
Gitlab::Database.create_connection_pool. This is necessary for load
balancing as in this case we want to inherit all settings except for the
hostname.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows you to set a custom host when calling
Gitlab::Database.create_connection_pool. This is necessary for load
balancing as in this case we want to inherit all settings except for the
hostname.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '26087-asciidoc-cicd-badges-snippet' into 'master'</title>
<updated>2017-02-22T13:03:39+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-02-22T13:03:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7813ceddf7bb175510c9be03ec182d2514d583a2'/>
<id>7813ceddf7bb175510c9be03ec182d2514d583a2</id>
<content type='text'>
Add AsciiDoc snippet for CI/CD Badges

Closes #26087

See merge request !9164</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add AsciiDoc snippet for CI/CD Badges

Closes #26087

See merge request !9164</pre>
</div>
</content>
</entry>
<entry>
<title>Hash concurrent foreign key names similar to Rails</title>
<updated>2017-02-21T14:07:02+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2017-02-21T14:07:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=79696f5b7aaf260176355026e91af05d40d92d0c'/>
<id>79696f5b7aaf260176355026e91af05d40d92d0c</id>
<content type='text'>
This was initially not implemented simply because I forgot about the
size limit of constraint names in PostgreSQL (63 bytes). Using the old
technique we can't add foreign keys for certain tables. For example,
adding a foreign key on
protected_branch_merge_access_levels.protected_branch_id would lead to
the following key name:

    fk_protected_branch_merge_access_levels_protected_branches_protected_branch_id

This key is 78 bytes long, thus violating the PostgreSQL size
requirements.

The hashing strategy is copied from Rails' foreign_key_name() method,
which unfortunately is private and subject to change without notice.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was initially not implemented simply because I forgot about the
size limit of constraint names in PostgreSQL (63 bytes). Using the old
technique we can't add foreign keys for certain tables. For example,
adding a foreign key on
protected_branch_merge_access_levels.protected_branch_id would lead to
the following key name:

    fk_protected_branch_merge_access_levels_protected_branches_protected_branch_id

This key is 78 bytes long, thus violating the PostgreSQL size
requirements.

The hashing strategy is copied from Rails' foreign_key_name() method,
which unfortunately is private and subject to change without notice.
</pre>
</div>
</content>
</entry>
<entry>
<title>Chat slash commands show labels correctly</title>
<updated>2017-02-21T13:20:08+00:00</updated>
<author>
<name>Z.J. van de Weg</name>
<email>git@zjvandeweg.nl</email>
</author>
<published>2017-02-21T08:53:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=63bd79f594272d98ce022685f26a47ce0afae9d4'/>
<id>63bd79f594272d98ce022685f26a47ce0afae9d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GitHub Importer - Find users based on their email address</title>
<updated>2017-02-20T17:48:12+00:00</updated>
<author>
<name>Douglas Barbosa Alexandre</name>
<email>dbalexandre@gmail.com</email>
</author>
<published>2017-02-03T15:07:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2d1e0a081110618e8f64336324c9b8e43caae4ff'/>
<id>2d1e0a081110618e8f64336324c9b8e43caae4ff</id>
<content type='text'>
The returned email by the GitHub API is the user's publicly visible
email address (or null if the user has not specified a public email
address in their profile)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The returned email by the GitHub API is the user's publicly visible
email address (or null if the user has not specified a public email
address in their profile)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add AsciiDoc snippet for CI/CD Badges</title>
<updated>2017-02-20T15:37:44+00:00</updated>
<author>
<name>Jan Christophersen</name>
<email>jan@ruken.pw</email>
</author>
<published>2017-02-11T19:15:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=95ed01749e0ffe55a979acb246ca8e0ae663bffb'/>
<id>95ed01749e0ffe55a979acb246ca8e0ae663bffb</id>
<content type='text'>
This commit adds CI/CD Badges Snippets for AsciiDoc as requested in #26087.
I've however run into an issue in highlighting the snippet, it seems as if AsciiDoc is currently not being highlighted properly (displayed as plaintext)

Add testcase for to_asciidoc

Update test case for Badges list
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit adds CI/CD Badges Snippets for AsciiDoc as requested in #26087.
I've however run into an issue in highlighting the snippet, it seems as if AsciiDoc is currently not being highlighted properly (displayed as plaintext)

Add testcase for to_asciidoc

Update test case for Badges list
</pre>
</div>
</content>
</entry>
<entry>
<title>Truncate the DB in after(:all) test for Gitlab::ImportExport::ProjectTreeRestorer</title>
<updated>2017-02-17T17:58:11+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-02-17T15:19:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bce00bad77306954682316a1823f51df07a8228f'/>
<id>bce00bad77306954682316a1823f51df07a8228f</id>
<content type='text'>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '26500-informative-slack-notifications' into 'master'</title>
<updated>2017-02-17T13:04:01+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2017-02-17T13:04:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=29d5a7ab75e224797d014c8954d086cd898a2304'/>
<id>29d5a7ab75e224797d014c8954d086cd898a2304</id>
<content type='text'>

Adding links to user &amp; build stage in a Build message

Closes #26500

See merge request !8641</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Adding links to user &amp; build stage in a Build message

Closes #26500

See merge request !8641</pre>
</div>
</content>
</entry>
</feed>
