-
Notifications
You must be signed in to change notification settings - Fork 671
Comparing changes
Open a pull request
base repository: python-gitlab/python-gitlab
base: 0.11
head repository: python-gitlab/python-gitlab
compare: 0.11.1
- 15 commits
- 14 files changed
- 3 contributors
Commits on Jan 10, 2016
-
Improve the API documentation.
Gauvain Pocentek committedJan 10, 2016 Configuration menu - View commit details
-
Copy full SHA for 4781fd7 - Browse repository at this point
Copy the full SHA 4781fd7View commit details -
Make it a recursive function and eliminate _sanitize_dict. Add unit tests.
Gauvain Pocentek committedJan 10, 2016 Configuration menu - View commit details
-
Copy full SHA for 03d8041 - Browse repository at this point
Copy the full SHA 03d8041View commit details -
Add a script to build a test env
functional_tests.sh has been split in 2 scripts to make easier the run of gitlab container.
Gauvain Pocentek committedJan 10, 2016 Configuration menu - View commit details
-
Copy full SHA for 572cfa9 - Browse repository at this point
Copy the full SHA 572cfa9View commit details -
cli.py: make internal functions private
Gauvain Pocentek committedJan 10, 2016 Configuration menu - View commit details
-
Copy full SHA for e5821e6 - Browse repository at this point
Copy the full SHA e5821e6View commit details -
Support deletion without getting the object first
Use this feature in the CLI to avoid an extra API call to the server.
Gauvain Pocentek committedJan 10, 2016 Configuration menu - View commit details
-
Copy full SHA for 1d7ebea - Browse repository at this point
Copy the full SHA 1d7ebeaView commit details
Commits on Jan 12, 2016
-
Support commit status updates. Commit status can be set by a POST to the appropriate commit URL. The status can be updated by a subsequent POST to the same URL with the same `name` and `ref`, but different values for `state`, `description`, etc. Note: Listing the commit statuses is not yet supported. This is done through a different path on the server, under the `repository` path. Example of use from the CLI: # add a build status to a commit gitlab project-commit-status create --project-id 2 \ --commit-id a43290c --state success --name ci/jenkins \ --target-url http://server/build/123 \ --description "Jenkins build succeeded"
Colin D Bennett committedJan 12, 2016 Configuration menu - View commit details
-
Copy full SHA for 3371008 - Browse repository at this point
Copy the full SHA 3371008View commit details
Commits on Jan 13, 2016
-
Merge pull request #82 from cdbennett/commitstatus
Support setting commit status
Gauvain Pocentek committedJan 13, 2016 Configuration menu - View commit details
-
Copy full SHA for 02c5398 - Browse repository at this point
Copy the full SHA 02c5398View commit details -
(re)add CLI examples in the doc
Gauvain Pocentek committedJan 13, 2016 Configuration menu - View commit details
-
Copy full SHA for 1b64a47 - Browse repository at this point
Copy the full SHA 1b64a47View commit details -
remove "=" in examples for consistency
Gauvain Pocentek committedJan 13, 2016 Configuration menu - View commit details
-
Copy full SHA for a4e29f8 - Browse repository at this point
Copy the full SHA a4e29f8View commit details
Commits on Jan 16, 2016
-
Fix discovery of parents object attrs for managers
Gauvain Pocentek committedJan 16, 2016 Configuration menu - View commit details
-
Copy full SHA for 0e0c81d - Browse repository at this point
Copy the full SHA 0e0c81dView commit details -
remove debugging print instruction
Gauvain Pocentek committedJan 16, 2016 Configuration menu - View commit details
-
Copy full SHA for 7e54a39 - Browse repository at this point
Copy the full SHA 7e54a39View commit details -
Gauvain Pocentek committed
Jan 16, 2016 Configuration menu - View commit details
-
Copy full SHA for 6baea2f - Browse repository at this point
Copy the full SHA 6baea2fView commit details
Commits on Jan 17, 2016
-
Gauvain Pocentek committed
Jan 17, 2016 Configuration menu - View commit details
-
Copy full SHA for 097171d - Browse repository at this point
Copy the full SHA 097171dView commit details -
Gauvain Pocentek committed
Jan 17, 2016 Configuration menu - View commit details
-
Copy full SHA for 5c4f77f - Browse repository at this point
Copy the full SHA 5c4f77fView commit details -
include the docs in the tarball
Gauvain Pocentek committedJan 17, 2016 Configuration menu - View commit details
-
Copy full SHA for bbcccaa - Browse repository at this point
Copy the full SHA bbcccaaView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.11...0.11.1