<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-shell.git, branch tmp-geo-push-poc</title>
<subtitle>gitlab.com: gitlab-org/gitlab-shell.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/'/>
<entry>
<title>Poc: Send Geo requests as streamed multipart requests</title>
<updated>2023-01-30T18:39:59+00:00</updated>
<author>
<name>Igor Drozdov</name>
<email>idrozdov@gitlab.com</email>
</author>
<published>2023-01-30T15:00:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=302b7c2ba7b64724cfdf3d46217256b8b738ae3a'/>
<id>302b7c2ba7b64724cfdf3d46217256b8b738ae3a</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 'id-improve-retryable-tests' into 'main'</title>
<updated>2023-01-30T03:52:13+00:00</updated>
<author>
<name>Ash McKenzie</name>
<email>amckenzie@gitlab.com</email>
</author>
<published>2023-01-30T03:52:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=51eab44edafd0c097e82c1a74fd379cae4869a42'/>
<id>51eab44edafd0c097e82c1a74fd379cae4869a42</id>
<content type='text'>
Stub retryable http values in tests

See merge request https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/708

Merged-by: Ash McKenzie &lt;amckenzie@gitlab.com&gt;
Approved-by: Oscar Tovar &lt;otovar@gitlab.com&gt;
Approved-by: Ash McKenzie &lt;amckenzie@gitlab.com&gt;
Reviewed-by: Oscar Tovar &lt;otovar@gitlab.com&gt;
Co-authored-by: Igor Drozdov &lt;idrozdov@gitlab.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Stub retryable http values in tests

See merge request https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/708

Merged-by: Ash McKenzie &lt;amckenzie@gitlab.com&gt;
Approved-by: Oscar Tovar &lt;otovar@gitlab.com&gt;
Approved-by: Ash McKenzie &lt;amckenzie@gitlab.com&gt;
Reviewed-by: Oscar Tovar &lt;otovar@gitlab.com&gt;
Co-authored-by: Igor Drozdov &lt;idrozdov@gitlab.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'id-cgo-cflags' into 'main'</title>
<updated>2023-01-27T16:51:28+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2023-01-27T16:51:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=1d46af77f95ba6eb92df3eec62b7527603f48ab4'/>
<id>1d46af77f95ba6eb92df3eec62b7527603f48ab4</id>
<content type='text'>
Specify CGO_CFLAGS in Makefile to compile gssapi lib

See merge request https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/709

Merged-by: Stan Hu &lt;stanhu@gmail.com&gt;
Co-authored-by: Igor Drozdov &lt;idrozdov@gitlab.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Specify CGO_CFLAGS in Makefile to compile gssapi lib

See merge request https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/709

Merged-by: Stan Hu &lt;stanhu@gmail.com&gt;
Co-authored-by: Igor Drozdov &lt;idrozdov@gitlab.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Specify CGO_CFLAGS in Makefile to compile gssapi lib</title>
<updated>2023-01-27T16:42:59+00:00</updated>
<author>
<name>Igor Drozdov</name>
<email>idrozdov@gitlab.com</email>
</author>
<published>2023-01-27T09:40:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=892a770265bb9f4ecd8aed870228d238099a0afc'/>
<id>892a770265bb9f4ecd8aed870228d238099a0afc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Stub retryable http values in tests</title>
<updated>2023-01-25T18:07:08+00:00</updated>
<author>
<name>Igor Drozdov</name>
<email>idrozdov@gitlab.com</email>
</author>
<published>2023-01-25T18:03:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=952a18f639eeef9f9d85506c5dc23be9549244f2'/>
<id>952a18f639eeef9f9d85506c5dc23be9549244f2</id>
<content type='text'>
Currently, the default values are used for retryable http.
That's why a test waits 1 second minimun to retry a request.
Client test takes 25 seconds to execute as a result.
When we stub the value to 1 millisecond instead, we get 0.5s of
execution
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently, the default values are used for retryable http.
That's why a test waits 1 second minimun to retry a request.
Client test takes 25 seconds to execute as a result.
When we stub the value to 1 millisecond instead, we get 0.5s of
execution
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '196-add-kerberos-support' into 'main'</title>
<updated>2023-01-23T07:54:09+00:00</updated>
<author>
<name>Igor Drozdov</name>
<email>idrozdov@gitlab.com</email>
</author>
<published>2023-01-23T07:54:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=7750f56e0c42d619b2a6354d99601d4b4f311867'/>
<id>7750f56e0c42d619b2a6354d99601d4b4f311867</id>
<content type='text'>
Add support for the gssapi-with-mic auth method

Closes #196

See merge request https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/682

Merged-by: Igor Drozdov &lt;idrozdov@gitlab.com&gt;
Approved-by: Alejandro Rodríguez &lt;alejandro@gitlab.com&gt;
Approved-by: Patrick Bajao &lt;ebajao@gitlab.com&gt;
Approved-by: Costel Maxim &lt;cmaxim@gitlab.com&gt;
Approved-by: Igor Drozdov &lt;idrozdov@gitlab.com&gt;
Reviewed-by: Alejandro Rodríguez &lt;alejandro@gitlab.com&gt;
Reviewed-by: Igor Drozdov &lt;idrozdov@gitlab.com&gt;
Reviewed-by: Patrick Bajao &lt;ebajao@gitlab.com&gt;
Reviewed-by: Rohit Shambhuni &lt;rshambhuni@gitlab.com&gt;
Co-authored-by: Lee Tickett &lt;ltickett@gitlab.com&gt;
Co-authored-by: Marin Hannache &lt;git@mareo.fr&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for the gssapi-with-mic auth method

Closes #196

See merge request https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/682

Merged-by: Igor Drozdov &lt;idrozdov@gitlab.com&gt;
Approved-by: Alejandro Rodríguez &lt;alejandro@gitlab.com&gt;
Approved-by: Patrick Bajao &lt;ebajao@gitlab.com&gt;
Approved-by: Costel Maxim &lt;cmaxim@gitlab.com&gt;
Approved-by: Igor Drozdov &lt;idrozdov@gitlab.com&gt;
Reviewed-by: Alejandro Rodríguez &lt;alejandro@gitlab.com&gt;
Reviewed-by: Igor Drozdov &lt;idrozdov@gitlab.com&gt;
Reviewed-by: Patrick Bajao &lt;ebajao@gitlab.com&gt;
Reviewed-by: Rohit Shambhuni &lt;rshambhuni@gitlab.com&gt;
Co-authored-by: Lee Tickett &lt;ltickett@gitlab.com&gt;
Co-authored-by: Marin Hannache &lt;git@mareo.fr&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for the gssapi-with-mic auth method</title>
<updated>2023-01-23T07:54:09+00:00</updated>
<author>
<name>Marin Hannache</name>
<email>git@mareo.fr</email>
</author>
<published>2023-01-23T07:54:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=51ea0f50f52d5d1dade02aadff3c163a0a792779'/>
<id>51ea0f50f52d5d1dade02aadff3c163a0a792779</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 '596-aqualls-truncate-and-redirect' into 'main'</title>
<updated>2023-01-17T16:52:13+00:00</updated>
<author>
<name>Igor Drozdov</name>
<email>idrozdov@gitlab.com</email>
</author>
<published>2023-01-17T16:52:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=ad172bf0c9688238bc014d2ded2b181ae0b6e45a'/>
<id>ad172bf0c9688238bc014d2ded2b181ae0b6e45a</id>
<content type='text'>
docs: Truncate pages, point users to GitLab repo

See merge request https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/705

Merged-by: Igor Drozdov &lt;idrozdov@gitlab.com&gt;
Approved-by: Torsten Linz &lt;tlinz@gitlab.com&gt;
Approved-by: Jerry Seto &lt;jseto@gitlab.com&gt;
Approved-by: Sean Carroll &lt;scarroll@gitlab.com&gt;
Approved-by: Igor Drozdov &lt;idrozdov@gitlab.com&gt;
Co-authored-by: Amy Qualls &lt;aqualls@gitlab.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
docs: Truncate pages, point users to GitLab repo

See merge request https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/705

Merged-by: Igor Drozdov &lt;idrozdov@gitlab.com&gt;
Approved-by: Torsten Linz &lt;tlinz@gitlab.com&gt;
Approved-by: Jerry Seto &lt;jseto@gitlab.com&gt;
Approved-by: Sean Carroll &lt;scarroll@gitlab.com&gt;
Approved-by: Igor Drozdov &lt;idrozdov@gitlab.com&gt;
Co-authored-by: Amy Qualls &lt;aqualls@gitlab.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Truncate pages, point users to GitLab repo</title>
<updated>2023-01-17T16:52:12+00:00</updated>
<author>
<name>Amy Qualls</name>
<email>aqualls@gitlab.com</email>
</author>
<published>2023-01-17T16:52:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=ffab3310ced5284183a6c2f8b05e786fc4e8c3c1'/>
<id>ffab3310ced5284183a6c2f8b05e786fc4e8c3c1</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 'id-release-14-15-0' into 'main'</title>
<updated>2023-01-12T14:33:50+00:00</updated>
<author>
<name>Igor Drozdov</name>
<email>idrozdov@gitlab.com</email>
</author>
<published>2023-01-12T14:33:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=1e791e09f760064c41216535f210d935ee6435d7'/>
<id>1e791e09f760064c41216535f210d935ee6435d7</id>
<content type='text'>
Release 14.15.0 version

See merge request https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/707

Merged-by: Igor Drozdov &lt;idrozdov@gitlab.com&gt;
Approved-by: Igor Drozdov &lt;idrozdov@gitlab.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Release 14.15.0 version

See merge request https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/707

Merged-by: Igor Drozdov &lt;idrozdov@gitlab.com&gt;
Approved-by: Igor Drozdov &lt;idrozdov@gitlab.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
