Lines Matching +full:github +full:- +full:token
1 # DokuWiki Plugin GitLab-Api
6 The curl library (``php-curl``) for PHP is required.
10 Download the plugin GitLab-Api into the `${dokuwiki_root}/lib/plugins` folder and restart DokuWiki …
16 - **server.default**: Set your default GitLab url without slash ending. You can override this setti…
17 - **token.default**: Fill your admin token. You can override this setting in `server.json` file.
24 <gitlab-api project-path="<NAMESPACE>/<SUB_DIRS>/<PROJECT_NAME>" />
27 - **NAMESPACE** is the namespace of your project.
28 - **SUB_DIRS** is the sub-directories of your project if exists.
29 - **PROJECT_NAME** is the name of your project.
34 <gitlab-api project-path="ns/dir1/dir2/project" />
41 - **milestones="n"** lists the latest $n$ milestones.
42 - **commits="n"** lists the latest $n$ commits.
43 - **issues="n"** lists the latest $n$ issues.
44 - **pipelines="n"** lists the latest $n$ pipelines.
49 <gitlab-api project-path="ns/dir/project" commits="10" issues="5" milestones="3" pipelines="10" />
52 ### Override Server and Token
62 "token": "aabbccddeeffgghh"
70 <gitlab-api server="gitlab.home" project-path="ns/project" />
75 …s an extended version of [Gitlab-Project](https://github.com/algorys/gitlabproject/). Thanks to [@…