summaryrefslogtreecommitdiff
path: root/README.rst
Commit message (Collapse)AuthorAgeFilesLines
* docs(readme): add a basic feature listNejc Habjan2022-10-161-7/+17
|
* docs(api): describe use of lower-level methodsNejc Habjan2022-10-161-0/+8
|
* chore: add license badge to readmeNejc Habjan2022-08-041-0/+3
|
* docs(readme): Remove redundant `-v` that breaks the commandSagi Sarussi2022-06-291-1/+1
| | | | Remove redundant `-v` that breaks the command
* feat(docker): provide a Debian-based slim imageNejc Habjan2022-06-121-2/+25
|
* docs: enable gitter chat directly in docsNejc Habjan2022-02-191-2/+8
|
* docs: switch to Furo and refresh introduction pagesNejc Habjan2022-01-041-21/+31
|
* feat(docker): remove custom entrypoint from imageNejc Habjan2022-01-031-13/+25
| | | | | This is no longer needed as all of the configuration is handled by the CLI and can be passed as arguments.
* chore: rename `master` branch to `main`chore/master-to-mainNejc Habjan2021-10-111-3/+3
| | | | | BREAKING CHANGE: As of python-gitlab 3.0.0, the default branch for development has changed from `master` to `main`.
* docs(readme): move contributing docs to CONTRIBUTING.rstEric Davies2021-07-271-158/+2
| | | | | | Move the Contributing section of README.rst to CONTRIBUTING.rst, so it is recognized by GitHub and shown when new contributors make pull requests.
* test(functional): optionally keep containers running post-testsBen Brown2021-06-011-0/+15
| | | | | | Additionally updates token creation to make use of `first_or_create()`, to avoid errors from the script caused by GitLab constraints preventing duplicate tokens with the same value.
* chore: clean up tox, pre-commit and requirementsNejc Habjan2021-05-291-9/+10
|
* chore(ci): automate releasesNejc Habjan2021-05-031-0/+24
|
* docs: add information about the gitter communityJohn L. Villalovos2021-02-261-0/+5
| | | | | Add a section in the README.rst about the gitter community. The badge already exists and is useful but very easy to miss.
* docs: change travis-ci badge to githubactionsbufferoverflow-patch-1Roger Meier2021-01-311-2/+2
|
* docs(readme): also add hint to delete gitlab-runner-testdocs/readme-gitlab-runner-testMax Wittig2020-10-121-0/+2
| | | Otherwise the whole testsuite will refuse to run
* chore: allow overriding docker-compose env vars for tagNejc Habjan2020-09-151-16/+7
|
* chore(env): add pre-commit and commit-msg hookschore/pre-commit-configNejc Habjan2020-08-301-6/+21
|
* chore: correctly render rstMax Wittig2020-06-081-2/+3
|
* test(runners): add all runners unit testsfeat/group-runnersMax Wittig2020-05-161-0/+5
|
* docs(readme): add codecov badge for masterchore/codecov-travisNejc Habjan2020-04-251-0/+3
|
* docs(readme): update test docsdocs/readme-test-docsMax Wittig2020-04-141-3/+3
|
* chore: improve and document testing against different imagesNejc Habjan2020-03-211-0/+20
|
* chore: remove references to python2 in test envNejc Habjan2020-03-211-2/+2
|
* chore: fix broken requests linksNejc Habjan2020-02-251-1/+1
| | | | Another case of the double slash rewrite.
* refactor: remove six dependencyMax Wittig2019-12-181-1/+0
|
* docs(readme): fix Docker image referenceValery V. Vorotyntsev2019-12-021-1/+1
| | | | | | | | v1.8.0 is not available. ``` Unable to find image 'registry.gitlab.com/python-gitlab/python-gitlab:v1.8.0' locally docker: Error response from daemon: manifest for registry.gitlab.com/python-gitlab/python-gitlab:v1.8.0 not found: manifest unknown: manifest unknown. ```
* docs(readme): fix six urlDavid2019-07-211-1/+1
| | | | six URL was pointing to 404
* chore(ci): add automatic GitLab image pusheschore/enable-gitlab-ci-buildsMax Wittig2019-06-101-1/+4
|
* docs(readme): add more info about commitlint, code-formatdocs/readme-code-formatMax Wittig2019-05-161-2/+22
|
* docs(readme): provide commit message guidelinesdocs/commit-messageMax Wittig2018-12-151-0/+3
| | | Fixes #660
* [README] Remove the "maintainer(s) wanted" noticefix/596/maintainer_wantedGauvain Pocentek2018-11-031-6/+0
| | | | Closes #596
* Add Gitter badge to READMEPeter Bittner2018-10-311-0/+3
|
* Merge pull request #605 from python-gitlab/fix/dockerGauvain Pocentek2018-10-151-1/+22
|\ | | | | fix(docker): use docker image with current sources
| * fix(docker): use docker image with current sourcesfix/dockerMax Wittig2018-10-091-1/+22
| |
* | docs(readme): add docs build informationMax Wittig2018-10-071-0/+7
|/
* README: add a note about maintainersGauvain Pocentek2018-09-261-0/+6
|
* README updateGauvain Pocentek2018-06-151-4/+4
|
* Adding the supported version badgeMichael Overmeyer2018-01-051-0/+3
|
* README: mention v4 supportGauvain Pocentek2017-08-121-1/+1
|
* Update URLs to reflect the github changesGauvain Pocentek2017-05-231-3/+3
|
* edit doc badge urlPeng Xiao2016-10-261-1/+1
| | | | Signed-off-by: Peng Xiao <xiaoquwl@gmail.com>
* README typoGauvain Pocentek2016-10-231-1/+1
|
* README: add badges for pypi and RTDGauvain Pocentek2016-10-161-0/+6
|
* add a contributing section in READMEGauvain Pocentek2016-08-061-2/+70
|
* README is an RST file...Gauvain Pocentek2016-01-231-2/+3
|
* Update README with travis statusGauvain Pocentek2016-01-231-0/+2
|
* Rewrite the README0.11Gauvain Pocentek2016-01-091-0/+37
And link to the docs on RTD.