summaryrefslogtreecommitdiff
path: root/tests/unit/objects
Commit message (Collapse)AuthorAgeFilesLines
* Close-out `master` branchjlvillal/dead_masterJohn L. Villalovos2021-11-2943-4683/+0
| | | | | Until we delete the `master` branch, delete all content except a short README that tells people to use the `main` branch.
* feat(objects): support Create and Revoke personal access token APINejc Habjan2021-09-131-21/+69
|
* refactor(objects): remove deprecated project.issuesstatisticsNejc Habjan2021-09-081-4/+0
| | | | | BREAKING CHANGE: remove deprecated project.issuesstatistics in favor of project.issues_statistics
* refactor(objects): remove deprecated pipelines() methodNejc Habjan2021-09-081-11/+0
| | | | BREAKING CHANGE: remove deprecated pipelines() methods in favor of pipelines.list()
* Merge pull request #1533 from sugonyak/add-group-hooksNejc Habjan2021-06-272-31/+186
|\ | | | | feat(api): add group hooks
| * feat(api): add group hooksIvan Sugonyak2021-06-262-31/+186
| |
* | test(releases): add unit-tests for release updatePierre Paques2021-06-261-0/+39
|/
* feat(api): add MR pipeline manager in favor of pipelines() methodNejc Habjan2021-06-131-0/+64
|
* feat: add keys endpointBen Brown2021-06-031-0/+54
|
* feat(objects): add support for generic packages APINejc Habjan2021-05-311-1/+67
|
* feat(api): add deployment mergerequests interfaceLudwig Weiss2021-05-301-0/+56
|
* chore: apply suggestionsNejc Habjan2021-05-301-3/+7
|
* feat(objects): support all issues statistics endpointsNejc Habjan2021-05-301-3/+22
|
* feat(objects): add support for descendant groups APINejc Habjan2021-05-291-0/+58
|
* feat(objects): add pipeline test report supportRaphaƫl Monat2021-05-291-1/+53
|
* chore: move 'gitlab/tests/' dir to 'tests/unit/'John L. Villalovos2021-05-2640-0/+4083
Move the 'gitlab/tests/' directory to 'tests/unit/' so we have all the tests located under the 'tests/' directory.