| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: move 'gitlab/tests/' dir to 'tests/unit/' | John L. Villalovos | 2021-05-26 | 1 | -262/+0 |
| | | | | | | Move the 'gitlab/tests/' directory to 'tests/unit/' so we have all the tests located under the 'tests/' directory. | ||||
| * | chore: fix import ordering using isort | John L. Villalovos | 2021-05-25 | 1 | -1/+0 |
| | | | | | | | Fix the import ordering using isort. https://pycqa.github.io/isort/ | ||||
| * | feat: import from bitbucket server | Dan Fuchs | 2021-02-04 | 1 | -0/+38 |
| | | | | | | | | | | | | | | 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 | ||||
| * | refactor: rewrite unit tests for objects with responsesrefactor/split-unit-tests | Nejc Habjan | 2020-08-23 | 1 | -12/+32 |
| | | |||||
| * | refactor: split unit tests by GitLab API resources | Nejc Habjan | 2020-08-22 | 1 | -530/+188 |
| | | |||||
| * | chore: run unittest2pytest on all unit tests | Nejc Habjan | 2020-08-22 | 1 | -35/+35 |
| | | |||||
| * | ci: lint fixes | Christopher Zorn | 2020-04-21 | 1 | -14/+18 |
| | | |||||
| * | ci: add a test for creating and triggering pipeline schedule | Christopher Zorn | 2020-04-21 | 1 | -0/+61 |
| | | |||||
| * | chore: fix typo in docstringfeat/available-services | Nejc Habjan | 2020-04-17 | 1 | -1/+1 |
| | | |||||
| * | feat(services): add project service list API | Max Wittig | 2020-04-16 | 1 | -1/+125 |
| | | | | | | Can be used to list available services It was introduced in GitLab 12.7 | ||||
| * | feat(api): add support for remote mirrors API (#1056)feat/project-remote-mirrors | Nejc Habjan | 2020-04-07 | 1 | -0/+94 |
| | | |||||
| * | test(api): add tests for group export/import API | Nejc Habjan | 2020-04-05 | 1 | -28/+1 |
| | | |||||
| * | test: move mocks to top of module | Nejc Habjan | 2020-03-18 | 1 | -100/+102 |
| | | |||||
| * | chore: clean up for black and flake8 | Nejc Habjan | 2020-03-18 | 1 | -11/+7 |
| | | |||||
| * | chore: flatten test_import_github | Nejc Habjan | 2020-03-18 | 1 | -25/+26 |
| | | |||||
| * | chore: move test_import_github into TestProjectImport | Nejc Habjan | 2020-03-18 | 1 | -2/+27 |
| | | |||||
| * | test: add unit tests for Project Import | Nejc Habjan | 2020-03-18 | 1 | -0/+53 |
| | | |||||
| * | test: add unit tests for Project Export | Nejc Habjan | 2020-03-18 | 1 | -1/+70 |
| | | |||||
| * | test: prepare base project test class for more tests | Nejc Habjan | 2020-03-18 | 1 | -4/+9 |
| | | |||||
| * | test: add project snippet tests | Max Wittig | 2019-12-18 | 1 | -0/+140 |
