<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib, 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>Merge branch 'sh-fix-issue-59985' into 'master'</title>
<updated>2019-04-08T20:11:46+00:00</updated>
<author>
<name>Michael Kozono</name>
<email>mkozono@gmail.com</email>
</author>
<published>2019-04-08T20:11:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b22a725a0c8c122515a16beff50a008b46c4462a'/>
<id>b22a725a0c8c122515a16beff50a008b46c4462a</id>
<content type='text'>
Fix stage index migration failing in PostgreSQL 10

Closes #59985

See merge request gitlab-org/gitlab-ce!26972</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix stage index migration failing in PostgreSQL 10

Closes #59985

See merge request gitlab-org/gitlab-ce!26972</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix-pull-request-importer' into 'master'</title>
<updated>2019-04-08T16:20:23+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2019-04-08T16:20:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f15caf0109998308e7f960baaa541d73be8bcacb'/>
<id>f15caf0109998308e7f960baaa541d73be8bcacb</id>
<content type='text'>
Improve performance of PR import

See merge request gitlab-org/gitlab-ce!27121</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Improve performance of PR import

See merge request gitlab-org/gitlab-ce!27121</pre>
</div>
</content>
</entry>
<entry>
<title>Fix `updated_at` doesn't apply to `state_event` updates of issues via API</title>
<updated>2019-04-08T15:33:30+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2019-04-08T15:33:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4317a2a3a2e39e4c2594b0b28abf7a8cc694eeab'/>
<id>4317a2a3a2e39e4c2594b0b28abf7a8cc694eeab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve performance of PR import</title>
<updated>2019-04-08T13:45:06+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2019-04-08T12:41:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f3ad51f8a57df96bcc69b0821355ef29c3df2ac8'/>
<id>f3ad51f8a57df96bcc69b0821355ef29c3df2ac8</id>
<content type='text'>
This removes unneeded `.reload` call which
makes AR to load ALL objects, and create its
in-memory representation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This removes unneeded `.reload` call which
makes AR to load ALL objects, and create its
in-memory representation.
</pre>
</div>
</content>
</entry>
<entry>
<title>GitHub import: Run housekeeping after initial import</title>
<updated>2019-04-07T13:56:49+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-03-26T14:26:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d7c1bed80d55611ca297c5c7664658d1144c5a85'/>
<id>d7c1bed80d55611ca297c5c7664658d1144c5a85</id>
<content type='text'>
After an initial fetch, the repository will have many loose objects
and refs. Running a `git gc` will compact refs into `packed-refs` and
objects into `.pack` files, which should make importing pull
requests faster.

Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/59477
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
After an initial fetch, the repository will have many loose objects
and refs. Running a `git gc` will compact refs into `packed-refs` and
objects into `.pack` files, which should make importing pull
requests faster.

Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/59477
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle possible HTTP exception for Sentry client</title>
<updated>2019-04-07T07:51:36+00:00</updated>
<author>
<name>Peter Leitzen</name>
<email>pleitzen@gitlab.com</email>
</author>
<published>2019-04-07T07:51:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bbb17ea1ea619664b362a9c984da45b940c412a2'/>
<id>bbb17ea1ea619664b362a9c984da45b940c412a2</id>
<content type='text'>
Prior this commit exceptions raised during a HTTP request
weren't caught by the Sentry client and were passed to the user.

In addition the Sentry client tried to catch a non-existent error
`Sentry::Client::SentryError`.

Now, the Sentry client catches all possible errors coming from
a HTTP request.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prior this commit exceptions raised during a HTTP request
weren't caught by the Sentry client and were passed to the user.

In addition the Sentry client tried to catch a non-existent error
`Sentry::Client::SentryError`.

Now, the Sentry client catches all possible errors coming from
a HTTP request.
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore original Security/DAST.gitlab-ci.yml</title>
<updated>2019-04-06T16:02:04+00:00</updated>
<author>
<name>Tiger Watson</name>
<email>twatson@gitlab.com</email>
</author>
<published>2019-04-06T16:02:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f92438b87818fba3a5d22dacc6cb6648b45ed87d'/>
<id>f92438b87818fba3a5d22dacc6cb6648b45ed87d</id>
<content type='text'>
Reverts https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/26520
for Security/DAST.gitlab-ci.yml.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reverts https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/26520
for Security/DAST.gitlab-ci.yml.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '58612-clean-up-notes-data' into 'master'</title>
<updated>2019-04-06T03:23:05+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-04-06T03:23:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7a7c131f7bb69e398a6e2079c11c55bddd8e2bc8'/>
<id>7a7c131f7bb69e398a6e2079c11c55bddd8e2bc8</id>
<content type='text'>
Clean up `noteable_id` for notes on commits

Closes #58612

See merge request gitlab-org/gitlab-ce!26104</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Clean up `noteable_id` for notes on commits

Closes #58612

See merge request gitlab-org/gitlab-ce!26104</pre>
</div>
</content>
</entry>
<entry>
<title>Add Knative metrics to Prometheus</title>
<updated>2019-04-06T02:02:39+00:00</updated>
<author>
<name>Chris Baumbauer</name>
<email>cab@cabnetworks.net</email>
</author>
<published>2019-04-06T02:02:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b77fe7db3e885edca14c862f362e2bbd43f0e498'/>
<id>b77fe7db3e885edca14c862f362e2bbd43f0e498</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up `noteable_id` for notes on commits</title>
<updated>2019-04-06T00:29:51+00:00</updated>
<author>
<name>Heinrich Lee Yu</name>
<email>heinrich@gitlab.com</email>
</author>
<published>2019-02-28T11:15:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a8a4518099cceec5826bb9ea5d9e3198c5a10698'/>
<id>a8a4518099cceec5826bb9ea5d9e3198c5a10698</id>
<content type='text'>
This was incorrectly set by a bug in:
https://gitlab.com/gitlab-org/gitlab-ce/issues/54924

Also adds a `batch_size` option to `update_column_in_batches`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was incorrectly set by a bug in:
https://gitlab.com/gitlab-org/gitlab-ce/issues/54924

Also adds a `batch_size` option to `update_column_in_batches`
</pre>
</div>
</content>
</entry>
</feed>
