Table of Contents

gitlabproject Plugin

Compatible with DokuWiki

Frusterick Manners, Elenor of Tsort, Detritus, Hrun

plugin Gitlab-Project display a Gitlab project inside DokuWiki

Last updated on
2017-10-17
Provides
Syntax
Repository
Source

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Tagged with code, git, gitlab, projects

Installation

Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.

Syntax

Default Syntax

<gitlab project="<NAMESPACE>/<PROJECT_NAME>" />

For e.g., if you have a project available at http://my-gitlab/foo/bar, the syntax will be:

<gitlab project="foo/bar" />

Override Server and Token

Inside the root of the plugin, you will have a JSON file called: server.json. Inside you can add other servers and their tokens, than the one defined in the plugin settings.

Just call it after by its name.

E.g.:

With the following json file:

{
    "second": {
        "url": "http://my-second-gitlab.com",
        "api_token": "a1a1a1a1a1a11a1a"
    }
    "third": {
        "url": "http://my-third-gitlab.com",
        "api_token": "b2b2b2b2b2b222b2"
    }
}

Then, simply add the server parameter with the name you've defined:

<gitlab server="second" project="foo/bar" />

Wrong project or server

If project or server is not available or does not exist, gitlabproject will display a message to warn the user.

Configuration and Settings

You can configure Gitlab-Project in the Configuration Manager of Dokuwiki:

Gitlab-Project will use these data as default.

Change Log

Known Bugs and Issues

Please report your issue or your idea at Gitlab-Project.

Please change V3 to V4 in gitlab.php this is the ERROR

 {"error":"API V3 is no longer supported. Use API V4 instead."}

Thanks.