algorys / gitlabproject

Dokuwiki plugin to display a Gitlab project
3 stars 4 forks source link

Add choice in configuration for Gitlab API version #8

Open algorys opened 5 years ago

algorys commented 5 years ago

Add choice in configuration for Gitlab API version: v3, v4...

eugenyk commented 4 years ago

The plugin can't work with GitLab >= 11 because of v3 API removal. Will this be fixed in the next version?

algorys commented 4 years ago

@eugenyk I'll have a look ASAP.

Mubaer commented 4 years ago

I appreciate fixing that. I am running gitlab 11.0.2ce.

listerr commented 4 years ago

+1 for this fix :)

Mubaer commented 4 years ago

Nice. Another dead piece of software. I start losing faith in the open source movement when I rely on amateur software not being developent further for some reason. I totally understand that the developer has other prios. Sometimes it is simply a bad choice to use open source software without any -- any -- support.

algorys commented 4 years ago

Don't despair, it's on its way, but it's not the only projects that I maintain !

In early March, this feature should arrive ;)

benoit-09 commented 4 years ago

Hello, I have gitlab CE 12.10 and dokuwiki Release 2018-04-22b "Greebo" To make your plugin operationnal, I changed '/api/v3/' to '/api/v4/' in gitlab.php seems working. thanks for your dev.

algorys commented 4 years ago

@benoit-09 thanks. Sorry all, I'm a little busy, I'll release a new version ASAP.

With some little new features ;)

Mubaer commented 4 years ago

Thanks benoit-09. That worked for me, too - kind of. I had to specify the server connection in the server.json file. Simply putting it into the config-page within Dokuwiki didn't work.