<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/gitlab/tests, branch refactor/split-objects</title>
<subtitle>github.com: gpocentek/python-gitlab.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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>test(api,cli): add tests for custom user agent</title>
<updated>2021-01-31T17:15:12+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2021-01-31T16:58:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=c5a37e7e37a62372c250dfc8c0799e847eecbc30'/>
<id>c5a37e7e37a62372c250dfc8c0799e847eecbc30</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 #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://91.123.203.49/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://91.123.203.49/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(base): really refresh object</title>
<updated>2020-10-12T20:38:02+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig@siemens.com</email>
</author>
<published>2020-10-12T20:31:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=e1e0d8cbea1fed8aeb52b4d7cccd2e978faf2d3f'/>
<id>e1e0d8cbea1fed8aeb52b4d7cccd2e978faf2d3f</id>
<content type='text'>
This fixes and error, where deleted attributes would not show up

Fixes #1155
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes and error, where deleted attributes would not show up

Fixes #1155
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: unit tests added</title>
<updated>2020-10-08T13:39:34+00:00</updated>
<author>
<name>Alex Zirka</name>
<email>you@example.com</email>
</author>
<published>2020-10-08T13:39:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=f37ebf5fd792c8e8a973443a1df386fa77d1248f'/>
<id>f37ebf5fd792c8e8a973443a1df386fa77d1248f</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 #1180 from Shkurupii/add-unittests-for-project-badges</title>
<updated>2020-09-10T16:39:05+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2020-09-10T16:39:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=6bdb7f8fd86543f683184e76e5c971ff669188ae'/>
<id>6bdb7f8fd86543f683184e76e5c971ff669188ae</id>
<content type='text'>
test: add unit tests for badges API</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
test: add unit tests for badges API</pre>
</div>
</content>
</entry>
<entry>
<title>feat(api): add support for user identity provider deletion</title>
<updated>2020-09-07T21:39:14+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2020-09-07T21:37:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=e78e121575deb7b5ce490b2293caa290860fc3e9'/>
<id>e78e121575deb7b5ce490b2293caa290860fc3e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: add unit tests for badges API</title>
<updated>2020-09-07T19:12:50+00:00</updated>
<author>
<name>Oleksii Shkurupii</name>
<email>Oleksii.Shkurupii@playtech.com</email>
</author>
<published>2020-09-07T19:12:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=2720b7385a3686d3adaa09a3584d165bd7679367'/>
<id>2720b7385a3686d3adaa09a3584d165bd7679367</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
