summaryrefslogtreecommitdiff
path: root/docs/gl_objects/branches.rst
Commit message (Collapse)AuthorAgeFilesLines
* chore: rename `master` branch to `main`chore/master-to-mainNejc Habjan2021-10-111-2/+2
| | | | | BREAKING CHANGE: As of python-gitlab 3.0.0, the default branch for development has changed from `master` to `main`.
* refactor(objects): remove deprecated branch protect methodsNejc Habjan2021-10-061-15/+2
| | | | | BREAKING CHANGE: remove deprecated branch protect methods in favor of the more complete protected branches API.
* Add support for merged branches deletionGauvain Pocentek2018-05-271-0/+4
|
* [docs] Rework the examples pagesGauvain Pocentek2018-05-201-26/+14
| | | | | | * Get rid of the .py files and bring all the python examples in the RST files * Fix a few things
* Update the objects doc/examples for v4Gauvain Pocentek2017-08-111-12/+25
|
* Brief branch protection notesWill Starms2016-09-141-0/+7
| | | You can pass developers_can_push and developers_can_merge to the protect function. Handy!
* docs: crossref improvementsGauvain Pocentek2016-07-161-3/+5
|
* Add branches API documentationGauvain Pocentek2016-07-161-0/+41