|
| 1 | +Version 0.14 |
| 2 | + |
| 3 | + * Remove 'next_url' from kwargs before passing it to the cls constructor. |
| 4 | + * List projects under group |
| 5 | + * Add support for subscribe and unsubscribe in issues |
| 6 | + * Project issue: doc and CLI for (un)subscribe |
| 7 | + * Added support for HTTP basic authentication |
| 8 | + * Add support for build artifacts and trace |
| 9 | + * --title is a required argument for ProjectMilestone |
| 10 | + * Commit status: add optional context url |
| 11 | + * Commit status: optional get attrs |
| 12 | + * Add support for commit comments |
| 13 | + * Issues: add optional listing parameters |
| 14 | + * Issues: add missing optional listing parameters |
| 15 | + * Project issue: proper update attributes |
| 16 | + * Add support for project-issue move |
| 17 | + * Update ProjectLabel attributes |
| 18 | + * Milestone: optional listing attrs |
| 19 | + * Add support for namespaces |
| 20 | + * Add support for label (un)subscribe |
| 21 | + * MR: add (un)subscribe support |
| 22 | + * Add `note_events` to project hooks attributes |
| 23 | + * Add code examples for a bunch of resources |
| 24 | + * Implement user emails support |
| 25 | + * Project: add VISIBILITY_* constants |
| 26 | + * Fix the Project.archive call |
| 27 | + * Implement archive/unarchive for a projet |
| 28 | + * Update ProjectSnippet attributes |
| 29 | + * Fix ProjectMember update |
| 30 | + * Implement sharing project with a group |
| 31 | + * Implement CLI for project archive/unarchive/share |
| 32 | + * Implement runners global API |
| 33 | + * Gitlab: add managers for build-related resources |
| 34 | + * Implement ProjectBuild.keep_artifacts |
| 35 | + * Allow to stream the downloads when appropriate |
| 36 | + * Groups can be updated |
| 37 | + * Replace Snippet.Content() with a new content() method |
| 38 | + * CLI: refactor _die() |
| 39 | + * Improve commit statuses and comments |
| 40 | + * Add support from listing group issues |
| 41 | + * Added a new project attribute to enable the container registry. |
| 42 | + * Add a contributing section in README |
| 43 | + * Add support for global deploy key listing |
| 44 | + * Add support for project environments |
| 45 | + * MR: get list of changes and commits |
| 46 | + * Fix the listing of some resources |
| 47 | + * MR: fix updates |
| 48 | + * Handle empty messages from server in exceptions |
| 49 | + * MR (un)subscribe: don't fail if state doesn't change |
| 50 | + * MR merge(): update the object |
| 51 | + |
1 | 52 | Version 0.13
|
2 | 53 |
|
3 | 54 | * Add support for MergeRequest validation
|
|
0 commit comments