<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib, branch diff-scroll-point</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 'rename-ci-commit-phase-4' into 'master'</title>
<updated>2016-06-10T14:31:21+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2016-06-10T14:31:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=133d5c1c64b9d9265736a8b6277fcd73730c6612'/>
<id>133d5c1c64b9d9265736a8b6277fcd73730c6612</id>
<content type='text'>

Rename Commit to Pipeline in TriggerRequest

Changes in TriggerRequest a `commit` to `pipeline`.


See merge request !4505</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Rename Commit to Pipeline in TriggerRequest

Changes in TriggerRequest a `commit` to `pipeline`.


See merge request !4505</pre>
</div>
</content>
</entry>
<entry>
<title>Improve initial implementation of the 'only_allow_merge_if_build_succeeds.rb' feature</title>
<updated>2016-06-10T12:36:57+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2016-06-07T11:01:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6dff7c1771e0cfeb6906244649b3683090bc2929'/>
<id>6dff7c1771e0cfeb6906244649b3683090bc2929</id>
<content type='text'>
Based on the feedback from reviewers.

Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on the feedback from reviewers.

Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow or not merge MR with failed build</title>
<updated>2016-06-10T12:36:54+00:00</updated>
<author>
<name>Rui Anderson</name>
<email>anderson.rui@gmail.com</email>
</author>
<published>2016-04-27T18:34:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=07dbd6b3884c4f188b2c3f29dd7419791f1051eb'/>
<id>07dbd6b3884c4f188b2c3f29dd7419791f1051eb</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 remote-tracking branch 'origin/master' into rename-ci-commit-phase-4</title>
<updated>2016-06-10T11:58:35+00:00</updated>
<author>
<name>Kamil Trzcinski</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2016-06-10T11:58:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9ba0f83d25a7ae8ad8a500f706af45de9fc469b6'/>
<id>9ba0f83d25a7ae8ad8a500f706af45de9fc469b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix expose of TriggerRequest</title>
<updated>2016-06-10T11:58:33+00:00</updated>
<author>
<name>Kamil Trzcinski</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2016-06-10T11:58:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c43279a8d9b22b063c1963aae3452f2fe96ea3f2'/>
<id>c43279a8d9b22b063c1963aae3452f2fe96ea3f2</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 'gh-rate-limit' into 'master'</title>
<updated>2016-06-10T10:34:19+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2016-06-10T10:34:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a9a9f19b0b245a5829b0626d539c81c7cd28d46c'/>
<id>a9a9f19b0b245a5829b0626d539c81c7cd28d46c</id>
<content type='text'>

Wrap all rate limiting logic inside GitHub API client

## What does this MR do?

Move the actual rate limiting logic to GitHub API to clean the code inside the GitHub importer, and avoid code duplication.

## Are there points in the code the reviewer needs to double check?

No there aren't.

## Why was this MR needed?

Avoid code duplication to handle API rate limit in every call to the GitHub API.

## What are the relevant issue numbers?

There are none.

## Screenshots (if relevant)

Not relevant.

See merge request !4552</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Wrap all rate limiting logic inside GitHub API client

## What does this MR do?

Move the actual rate limiting logic to GitHub API to clean the code inside the GitHub importer, and avoid code duplication.

## Are there points in the code the reviewer needs to double check?

No there aren't.

## Why was this MR needed?

Avoid code duplication to handle API rate limit in every call to the GitHub API.

## What are the relevant issue numbers?

There are none.

## Screenshots (if relevant)

Not relevant.

See merge request !4552</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'award-emoji-fixes' into 'master'</title>
<updated>2016-06-09T23:21:50+00:00</updated>
<author>
<name>Jacob Schatz</name>
<email>jschatz@gitlab.com</email>
</author>
<published>2016-06-09T23:21:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cea3cf177c68bb1fa9326d4e88631b7737ae8a98'/>
<id>cea3cf177c68bb1fa9326d4e88631b7737ae8a98</id>
<content type='text'>

Award emoji fixes

Fixes #18357 #18325 and #18424

See merge request !4550</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Award emoji fixes

Fixes #18357 #18325 and #18424

See merge request !4550</pre>
</div>
</content>
</entry>
<entry>
<title>Properly quote table name in Rake task for MySQL and PostgreSQL compatibility</title>
<updated>2016-06-09T22:06:19+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2016-06-09T21:51:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bf92ea687f7085d8ea0168f47507d0bc459b6d36'/>
<id>bf92ea687f7085d8ea0168f47507d0bc459b6d36</id>
<content type='text'>
!4318 broke the gitlab:db:drop_tables functionality for PostgreSQL.

Closes #15259
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
!4318 broke the gitlab:db:drop_tables functionality for PostgreSQL.

Closes #15259
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix_issue_15259' into 'master'</title>
<updated>2016-06-09T21:44:10+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2016-06-09T21:44:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4fbb284cfd8a23ed3b754e0f168752c1ab211a7c'/>
<id>4fbb284cfd8a23ed3b754e0f168752c1ab211a7c</id>
<content type='text'>

Fix bug with SQL syntax error during backup restoration

## What does this MR do?
It properly escapes the table name in the `DROP TABLE IF EXISTS ...` statement used during restore of a backup.

## Are there points in the code the reviewer needs to double check?
Please check compatibility with PostgreSQL

## Why was this MR needed?
Fix an issue with backups can not be restored if MySQL is used as database for GitLab.

## What are the relevant issue numbers?
#15259 

## Screenshots (if relevant)
-

See merge request !4318</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fix bug with SQL syntax error during backup restoration

## What does this MR do?
It properly escapes the table name in the `DROP TABLE IF EXISTS ...` statement used during restore of a backup.

## Are there points in the code the reviewer needs to double check?
Please check compatibility with PostgreSQL

## Why was this MR needed?
Fix an issue with backups can not be restored if MySQL is used as database for GitLab.

## What are the relevant issue numbers?
#15259 

## Screenshots (if relevant)
-

See merge request !4318</pre>
</div>
</content>
</entry>
<entry>
<title>Fix CI TriggerRequest entity</title>
<updated>2016-06-09T15:57:07+00:00</updated>
<author>
<name>Kamil Trzcinski</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2016-06-08T10:50:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4663ae064d64c6acd488ef4c28afcf60b843bb85'/>
<id>4663ae064d64c6acd488ef4c28afcf60b843bb85</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
