|
| 1 | +Version 0.13 |
| 2 | + |
| 3 | + * Add support for MergeRequest validation |
| 4 | + * MR: add support for cancel_merge_when_build_succeeds |
| 5 | + * MR: add support for closes_issues |
| 6 | + * Add "external" parameter for users |
| 7 | + * Add deletion support for issues and MR |
| 8 | + * Add missing group creation parameters |
| 9 | + * Add a Session instance for all HTTP requests |
| 10 | + * Enable updates on ProjectIssueNotes |
| 11 | + * Add support for Project raw_blob |
| 12 | + * Implement project compare |
| 13 | + * Implement project contributors |
| 14 | + * Drop the next_url attribute when listing |
| 15 | + * Remove unnecessary canUpdate property from ProjectIssuesNote |
| 16 | + * Add new optional attributes for projects |
| 17 | + * Enable deprecation warnings for gitlab only |
| 18 | + * Rework merge requests update |
| 19 | + * Rework the Gitlab.delete method |
| 20 | + * ProjectFile: file_path is required for deletion |
| 21 | + * Rename some methods to better match the API URLs |
| 22 | + * Deprecate the file_* methods in favor of the files manager |
| 23 | + * Implement star/unstar for projects |
| 24 | + * Implement list/get licenses |
| 25 | + * Manage optional parameters for list() and get() |
| 26 | + |
| 27 | +Version 0.12.2 |
| 28 | + |
| 29 | + * Add new `ProjectHook` attributes |
| 30 | + * Add support for user block/unblock |
| 31 | + * Fix GitlabObject creation in _custom_list |
| 32 | + * Add support for more CLI subcommands |
| 33 | + * Add some unit tests for CLI |
| 34 | + * Add a coverage tox env |
| 35 | + * Define GitlabObject.as_dict() to dump object as a dict |
| 36 | + * Define GitlabObject.__eq__() and __ne__() equivalence methods |
| 37 | + * Define UserManager.search() to search for users |
| 38 | + * Define UserManager.get_by_username() to get a user by username |
| 39 | + * Implement "user search" CLI |
| 40 | + * Improve the doc for UserManager |
| 41 | + * CLI: implement user get-by-username |
| 42 | + * Re-implement _custom_list in the Gitlab class |
| 43 | + * Fix the 'invalid syntax' error on Python 3.2 |
| 44 | + * Gitlab.update(): use the proper attributes if defined |
| 45 | + |
| 46 | +Version 0.12.1 |
| 47 | + |
| 48 | + * Fix a broken upload to pypi |
| 49 | + |
| 50 | +Version 0.12 |
| 51 | + |
| 52 | + * Improve documentation |
| 53 | + * Improve unit tests |
| 54 | + * Improve test scripts |
| 55 | + * Skip BaseManager attributes when encoding to JSON |
| 56 | + * Fix the json() method for python 3 |
| 57 | + * Add Travis CI support |
| 58 | + * Add a decode method for ProjectFile |
| 59 | + * Make connection exceptions more explicit |
| 60 | + * Fix ProjectLabel get and delete |
| 61 | + * Implement ProjectMilestone.issues() |
| 62 | + * ProjectTag supports deletion |
| 63 | + * Implement setting release info on a tag |
| 64 | + * Implement project triggers support |
| 65 | + * Implement project variables support |
| 66 | + * Add support for application settings |
| 67 | + * Fix the 'password' requirement for User creation |
| 68 | + * Add sudo support |
| 69 | + * Fix project update |
| 70 | + * Fix Project.tree() |
| 71 | + * Add support for project builds |
| 72 | + |
| 73 | +Version 0.11.1 |
| 74 | + |
| 75 | + * Fix discovery of parents object attrs for managers |
| 76 | + * Support setting commit status |
| 77 | + * Support deletion without getting the object first |
| 78 | + * Improve the documentation |
| 79 | + |
| 80 | +Version 0.11 |
| 81 | + |
| 82 | + * functional_tests.sh: support python 2 and 3 |
| 83 | + * Add a get method for GitlabObject |
| 84 | + * CLI: Add the -g short option for --gitlab |
| 85 | + * Provide a create method for GitlabObject's |
| 86 | + * Rename the _created attribute _from_api |
| 87 | + * More unit tests |
| 88 | + * CLI: fix error when arguments are missing (python 3) |
| 89 | + * Remove deprecated methods |
| 90 | + * Implement managers to get access to resources |
| 91 | + * Documentation improvements |
| 92 | + * Add fork project support |
| 93 | + * Deprecate the "old" Gitlab methods |
| 94 | + * Add support for groups search |
| 95 | + |
| 96 | +Version 0.10 |
| 97 | + |
| 98 | + * Implement pagination for list() (#63) |
| 99 | + * Fix url when fetching a single MergeRequest |
| 100 | + * Add support to update MergeRequestNotes |
| 101 | + * API: Provide a Gitlab.from_config method |
| 102 | + * setup.py: require requests>=1 (#69) |
| 103 | + * Fix deletion of object not using 'id' as ID (#68) |
| 104 | + * Fix GET/POST for project files |
| 105 | + * Make 'confirm' an optional attribute for user creation |
| 106 | + * Python 3 compatibility fixes |
| 107 | + * Add support for group members update (#73) |
| 108 | + |
| 109 | +Version 0.9.2 |
| 110 | + |
| 111 | + * CLI: fix the update and delete subcommands (#62) |
| 112 | + |
1 | 113 | Version 0.9.1
|
2 | 114 |
|
3 | 115 | * Fix the setup.py script
|
|
0 commit comments