<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/gitlab/tests/objects/test_projects.py, branch v2.7.1</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: 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>refactor: rewrite unit tests for objects with responses</title>
<updated>2020-08-23T19:19:47+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2020-08-23T19:16:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=204782a117f77f367dee87aa2c70822587829147'/>
<id>204782a117f77f367dee87aa2c70822587829147</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: split unit tests by GitLab API resources</title>
<updated>2020-08-22T18:09:52+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2020-04-17T00:26:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=76b2cadf1418e4ea2ac420ebba5a4b4f16fbd4c7'/>
<id>76b2cadf1418e4ea2ac420ebba5a4b4f16fbd4c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: run unittest2pytest on all unit tests</title>
<updated>2020-08-22T17:30:21+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2020-04-08T22:13:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=11383e70f74c70e6fe8a56f18b5b170db982f402'/>
<id>11383e70f74c70e6fe8a56f18b5b170db982f402</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: lint fixes</title>
<updated>2020-04-21T23:00:40+00:00</updated>
<author>
<name>Christopher Zorn</name>
<email>christopherzo@zillowgroup.com</email>
</author>
<published>2020-04-21T23:00:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=930122b1848b3d42af1cf8567a065829ec0eb44f'/>
<id>930122b1848b3d42af1cf8567a065829ec0eb44f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: add a test for creating and triggering pipeline schedule</title>
<updated>2020-04-21T16:14:13+00:00</updated>
<author>
<name>Christopher Zorn</name>
<email>christopherzo@zillowgroup.com</email>
</author>
<published>2020-04-21T16:14:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=9f04560e59f372f80ac199aeee16378d8f80610c'/>
<id>9f04560e59f372f80ac199aeee16378d8f80610c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: fix typo in docstring</title>
<updated>2020-04-16T23:02:41+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2020-04-16T23:02:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=c20f5f15de84d1b1bbb12c18caf1927dcfd6f393'/>
<id>c20f5f15de84d1b1bbb12c18caf1927dcfd6f393</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(services): add project service list API</title>
<updated>2020-04-16T12:39:04+00:00</updated>
<author>
<name>Max Wittig</name>
<email>max.wittig@siemens.com</email>
</author>
<published>2020-04-16T08:07:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=fc5222188ad096932fa89bb53f03f7118926898a'/>
<id>fc5222188ad096932fa89bb53f03f7118926898a</id>
<content type='text'>
Can be used to list available services
It was introduced in GitLab 12.7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Can be used to list available services
It was introduced in GitLab 12.7
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(api): add support for remote mirrors API (#1056)</title>
<updated>2020-04-06T22:55:33+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2020-04-06T22:55:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=4cfaa2fd44b64459f6fc268a91d4469284c0e768'/>
<id>4cfaa2fd44b64459f6fc268a91d4469284c0e768</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test(api): add tests for group export/import API</title>
<updated>2020-04-05T20:58:04+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>hab.nejc@gmail.com</email>
</author>
<published>2020-04-05T20:58:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=e7b2d6c873f0bfd502d06c9bd239cedc465e51c5'/>
<id>e7b2d6c873f0bfd502d06c9bd239cedc465e51c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
