summaryrefslogtreecommitdiff
path: root/docs/gl_objects/snippets.rst
Commit message (Collapse)AuthorAgeFilesLines
* test: add tests and clean up usage for new enumsNejc Habjan2022-06-271-1/+1
|
* feat(api): convert gitlab.const to EnumsJochen Sprickerhof2022-06-221-1/+1
| | | | | | | This allows accessing the elements by value, i.e.: import gitlab.const gitlab.const.AccessLevel(20)
* docs: update docs to use gitlab.const for constantsjlvillal/const_explicitJohn L. Villalovos2021-11-301-1/+1
| | | | Update the docs to use gitlab.const to access constants.
* docs(snippets): fix snippet docsMax Wittig2019-11-291-1/+1
| | | Fixes #954
* docs(snippets): fix project-snippets layoutMax Wittig2019-07-211-1/+1
| | | | Fixes #828
* Improve the snippets examplesGauvain Pocentek2018-07-031-2/+10
| | | | closes #543
* Implement user_agent_detail for snippetsGauvain Pocentek2018-05-271-0/+4
| | | | Add a new UserAgentDetail mixin to avoid code duplication.
* [docs] Rework the examples pagesGauvain Pocentek2018-05-201-28/+28
| | | | | | * Get rid of the .py files and bring all the python examples in the RST files * Fix a few things
* SnippetManager: all() -> public()Gauvain Pocentek2016-12-261-1/+7
| | | | Rename the method to make what it does more explicit.
* [docs] Add doc for snippetsGauvain Pocentek2016-12-251-0/+48