<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/gitlab/v4, branch feat/single-issue-api</title>
<subtitle>github.com: gpocentek/python-gitlab.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/'/>
<entry>
<title>feat(issues): add missing get verb to IssueManager</title>
<updated>2021-02-06T10:11:27+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2020-10-29T00:14:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=f78ebe065f73b29555c2dcf17b462bb1037a153e'/>
<id>f78ebe065f73b29555c2dcf17b462bb1037a153e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: import from bitbucket server</title>
<updated>2021-02-04T23:40:56+00:00</updated>
<author>
<name>Dan Fuchs</name>
<email>dfuchs@jellyvision.com</email>
</author>
<published>2021-02-04T22:36:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=ff3013a2afeba12811cb3d860de4d0ea06f90545'/>
<id>ff3013a2afeba12811cb3d860de4d0ea06f90545</id>
<content type='text'>
I'd like to use this libary to automate importing Bitbucket Server
repositories into GitLab.  There is a [GitLab API
endpoint](https://docs.gitlab.com/ee/api/import.html#import-repository-from-bitbucket-server)
to do this, but it is not exposed through this library.

* Add an `import_bitbucket_server` method to the `ProjectManager`.  This
  method calls this GitLab API endpoint:
  https://docs.gitlab.com/ee/api/import.html#import-repository-from-bitbucket-server
* Modify `import_gitlab` method docstring for python3 compatibility
* Add a skipped stub test for the existing `import_github` method
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I'd like to use this libary to automate importing Bitbucket Server
repositories into GitLab.  There is a [GitLab API
endpoint](https://docs.gitlab.com/ee/api/import.html#import-repository-from-bitbucket-server)
to do this, but it is not exposed through this library.

* Add an `import_bitbucket_server` method to the `ProjectManager`.  This
  method calls this GitLab API endpoint:
  https://docs.gitlab.com/ee/api/import.html#import-repository-from-bitbucket-server
* Modify `import_gitlab` method docstring for python3 compatibility
* Add a skipped stub test for the existing `import_github` method
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: support multipart uploads</title>
<updated>2021-01-28T07:46:51+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig@siemens.com</email>
</author>
<published>2020-12-16T13:27:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=2fa3004d9e34cc4b77fbd6bd89a15957898e1363'/>
<id>2fa3004d9e34cc4b77fbd6bd89a15957898e1363</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(api): use RetrieveMixin for ProjectLabelManager</title>
<updated>2021-01-10T12:44:55+00:00</updated>
<author>
<name>Marvin Scholz</name>
<email>epirat07@gmail.com</email>
</author>
<published>2021-01-10T04:05:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=1a143952119ce8e964cc7fcbfd73b8678ee2da74'/>
<id>1a143952119ce8e964cc7fcbfd73b8678ee2da74</id>
<content type='text'>
Allows to get a single label from a project, which was missing before
even though the GitLab API has the ability to.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allows to get a single label from a project, which was missing before
even though the GitLab API has the ability to.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1200 from robinson96/feature/project_merge_request_approval_rules</title>
<updated>2020-10-29T09:58:20+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig@siemens.com</email>
</author>
<published>2020-10-29T09:58:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=6035ca8ee91ab4c261253711d7a8a501d08fced0'/>
<id>6035ca8ee91ab4c261253711d7a8a501d08fced0</id>
<content type='text'>
Feature/project merge request approval rules</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Feature/project merge request approval rules</pre>
</div>
</content>
</entry>
<entry>
<title>test: add test_project_merge_request_approvals.py</title>
<updated>2020-10-14T22:49:45+00:00</updated>
<author>
<name>Peter B. Robinson</name>
<email>robinson96@llnl.gov</email>
</author>
<published>2020-10-14T22:49:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=9f6335f7b79f52927d5c5734e47f4b8d35cd6c4a'/>
<id>9f6335f7b79f52927d5c5734e47f4b8d35cd6c4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(cli): write binary data to stdout buffer</title>
<updated>2020-10-12T16:29:06+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2020-09-30T23:46:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=0733ec6cad5c11b470ce6bad5dc559018ff73b3c'/>
<id>0733ec6cad5c11b470ce6bad5dc559018ff73b3c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(cli): remove python2 code</title>
<updated>2020-10-12T16:29:05+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2020-09-20T21:17:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=1030e0a7e13c4ec3fdc48b9010e9892833850db9'/>
<id>1030e0a7e13c4ec3fdc48b9010e9892833850db9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1203 from intostern/feat/bridge</title>
<updated>2020-10-08T16:16:49+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig@siemens.com</email>
</author>
<published>2020-10-08T16:16:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=c303dabc720a2f840e7a45644647de59c7e0e7bf'/>
<id>c303dabc720a2f840e7a45644647de59c7e0e7bf</id>
<content type='text'>
Added support for pipeline bridges</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added support for pipeline bridges</pre>
</div>
</content>
</entry>
<entry>
<title>fix(cli): add missing args for project lists</title>
<updated>2020-10-08T00:11:35+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2020-10-08T00:11:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=c73e23747d24ffef3c1a2a4e5f4ae24252762a71'/>
<id>c73e23747d24ffef3c1a2a4e5f4ae24252762a71</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
