Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | [CLI] ignore empty arguments | Gauvain Pocentek | 2016-12-24 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | Gitlab 8.15 doesn't appreciate arguments with None as value. This breaks the python-gitlab CLI. Fixes #199 | |||||
* | | [docs] artifacts example: open file in wb mode | Gauvain Pocentek | 2016-12-24 | 1 | -1/+1 | |
| | | | | | | | | Fixes #194 | |||||
* | | [docs] update pagination section | Gauvain Pocentek | 2016-12-24 | 1 | -1/+6 | |
|/ | | | | | | First page is page 1. Fixes #197 | |||||
* | Merge pull request #192 from galet/gitlab-8.14-jira | Gauvain Pocentek | 2016-12-12 | 1 | -2/+10 | |
|\ | | | | | Fix JIRA service editing for GitLab 8.14+ | |||||
| * | Add jira_issue_transition_id to the JIRA service optional fields | Michal Galet | 2016-12-12 | 1 | -1/+1 | |
| | | ||||||
| * | Fix JIRA service editing for GitLab 8.14+ | Michal Galet | 2016-12-12 | 1 | -2/+10 | |
|/ | | | | | | GitLab simplified the configuration for JIRA service and renamed most of the fields. To maintain backward compatibility all mandatory fields were moved to optional section. | |||||
* | prepare 0.17 release0.17 | Gauvain Pocentek | 2016-12-02 | 3 | -27/+71 | |
| | ||||||
* | Merge pull request #186 from localmed/fix-should-remove-source-branch | Gauvain Pocentek | 2016-12-02 | 1 | -2/+2 | |
|\ | | | | | Fix `should_remove_source_branch` | |||||
| * | Fix `should_remove_source_branch` | Pete Browne | 2016-11-21 | 1 | -2/+2 | |
| | | ||||||
* | | Rework requests arguments | Gauvain Pocentek | 2016-12-01 | 1 | -44/+29 | |
|/ | | | | | * Factorize the code * Don't send empty auth information to requests (Fixes #188) | |||||
* | docs: remove the build warning about _static | Gauvain Pocentek | 2016-11-20 | 1 | -1/+1 | |
| | ||||||
* | Add support for triggering a new build | Gauvain Pocentek | 2016-11-20 | 3 | -11/+53 | |
| | | | | Fixes #184 | |||||
* | CLI: add support for project all --all | Gauvain Pocentek | 2016-11-19 | 1 | -4/+13 | |
| | | | | | | Rework the extra opts definition to allow setting typed arguments. Fixes #153 | |||||
* | docs: fix "required" attribute | Gauvain Pocentek | 2016-11-14 | 1 | -1/+1 | |
| | ||||||
* | docs: add missing requiredCreateAttrs | Gauvain Pocentek | 2016-11-14 | 1 | -0/+3 | |
| | ||||||
* | Merge pull request #183 from GregoryEAllen/master | Gauvain Pocentek | 2016-11-10 | 1 | -1/+2 | |
|\ | | | | | Please add these missing attrs | |||||
| * | Merge pull request #2 from GregoryEAllen/GregoryEAllen-patch-2 | Greg Allen | 2016-11-09 | 1 | -1/+1 | |
| |\ | | | | | | | Add attr 'updated_at' to ProjectIssue | |||||
| | * | Add attr 'updated_at' to ProjectIssue | Greg Allen | 2016-11-09 | 1 | -1/+1 | |
| |/ |/| | ||||||
| * | Merge pull request #1 from GregoryEAllen/GregoryEAllen-patch-1 | Greg Allen | 2016-11-09 | 1 | -0/+1 | |
| |\ |/ / | | | Add attr 'created_at' to ProjectIssueNote | |||||
| * | Add attr 'created_at' to ProjectIssueNote | Greg Allen | 2016-11-09 | 1 | -0/+1 | |
|/ | ||||||
* | Add support for templates API | Gauvain Pocentek | 2016-11-06 | 7 | -30/+125 | |
| | | | | | | Add gitlab CI and gitignores APIs Rework the templates/license API docs | |||||
* | Restore the Gitlab.user_projects manager | Gauvain Pocentek | 2016-11-05 | 1 | -24/+21 | |
| | ||||||
* | Make the manager objects create mor dynamic | Gauvain Pocentek | 2016-11-05 | 3 | -127/+46 | |
| | | | | | | | | For the gitlab.Gitlab object make the detection of "submanagers" more dynamic. This will avoid duplication of definitions. Update the sphinx extension to add these managers in the list of attributes. | |||||
* | Implement merge requests diff support | Gauvain Pocentek | 2016-11-05 | 3 | -4/+41 | |
| | ||||||
* | Remove deprecated methods | Gauvain Pocentek | 2016-11-05 | 1 | -66/+13 | |
| | | | | | | Also deprecate {un,}archive_() in favor of {un,}archive(). Fix #115 | |||||
* | Add a 'report a bug' link on doc | Gauvain Pocentek | 2016-11-05 | 1 | -0/+24 | |
| | ||||||
* | Implement __repr__ for gitlab objects | Gauvain Pocentek | 2016-11-05 | 1 | -0/+5 | |
| | | | | Fix #114 | |||||
* | Sphinx ext: factorize the build methods | Gauvain Pocentek | 2016-11-05 | 1 | -23/+10 | |
| | ||||||
* | Fix tuples definition | Gauvain Pocentek | 2016-11-05 | 1 | -13/+21 | |
| | ||||||
* | pep8 fix | Gauvain Pocentek | 2016-11-05 | 1 | -0/+1 | |
| | ||||||
* | API docs: add managers doc in GitlabObject's | Gauvain Pocentek | 2016-11-05 | 1 | -0/+7 | |
| | ||||||
* | Build managers on demand on GitlabObject's | Gauvain Pocentek | 2016-11-05 | 1 | -27/+35 | |
| | ||||||
* | Fix docstring for http_{username,password} | Gauvain Pocentek | 2016-11-05 | 1 | -4/+4 | |
| | ||||||
* | Rework the API documentation | Gauvain Pocentek | 2016-11-05 | 6 | -79/+146 | |
| | | | | | | | | Update the sphinx extension to add method definition in the docs. This makes the documentation a bit more usable. Hide attributes that should not have been exposed. They still exist in the code but their documentation doesn't make much sense. | |||||
* | fix line too long | Gauvain Pocentek | 2016-11-05 | 1 | -1/+2 | |
| | ||||||
* | Move deploy key enable/disable to the object | Gauvain Pocentek | 2016-11-05 | 2 | -11/+11 | |
| | | | | | To keep things consistent with other objects, action methods are available on the object itself, not the manager. | |||||
* | Merge branch 'master-project-deploy-keys' of ↵ | Gauvain Pocentek | 2016-11-05 | 4 | -0/+36 | |
|\ | | | | | | | https://github.com/Asher256/python-gitlab into Asher256-master-project-deploy-keys | |||||
| * | Project deploy key response code = 201 | Asher256@users.noreply.github.com | 2016-11-01 | 1 | -8/+8 | |
| | | ||||||
| * | Fixing the response and project_id argument | Asher256 | 2016-11-01 | 2 | -10/+6 | |
| | | ||||||
| * | Documentation for enable/disable deploy key functions | Asher256@users.noreply.github.com | 2016-10-30 | 3 | -2/+26 | |
| | | ||||||
| * | New exception for ProjectKey.enable_deploy_key and disable_deploy_key | Asher256@users.noreply.github.com | 2016-10-30 | 2 | -2/+6 | |
| | | ||||||
| * | enable/disable deploy key methos moved to the class ProjectKey() | Asher256@users.noreply.github.com | 2016-10-30 | 1 | -6/+6 | |
| | | ||||||
| * | Delete is used for '/projects/%s/deploy_keys/%s/disable' | Asher256 | 2016-10-30 | 1 | -1/+1 | |
| | | ||||||
| * | Feature: enable / disable the deploy key in a project | Asher256 | 2016-10-28 | 1 | -0/+12 | |
| | | ||||||
* | | add missing files in MANIFEST.in | Gauvain Pocentek | 2016-11-03 | 1 | -2/+2 | |
| | | ||||||
* | | ProjectHook: support the token attribute | Gauvain Pocentek | 2016-11-02 | 1 | -1/+1 | |
| | | | | | | | | Fix #170 | |||||
* | | docs: add a note for python 3.5 for file content update | Gauvain Pocentek | 2016-11-01 | 1 | -1/+3 | |
|/ | | | | | | | The data passed to the JSON serializer must be a string with python 3. Document this in the exemples. Fix #175 | |||||
* | Merge pull request #178 from cgumpert/master | Gauvain Pocentek | 2016-10-28 | 1 | -1/+1 | |
|\ | | | | | fix bug when retrieving changes for merge request | |||||
| * | fix bug when retrieving changes for merge request | Christian | 2016-10-28 | 1 | -1/+1 | |
|/ | | | Erroneously a merge request would return its commit when being queried for its changes. | |||||
* | Merge pull request #172 from xiaopeng163/master | Gauvain Pocentek | 2016-10-26 | 1 | -1/+1 | |
|\ | | | | | edit doc badge url in README.rst |