ISMRM / mrhub

Hub for open-source MR-related software
https://ismrm.github.io/mrhub
50 stars 43 forks source link

Script needed for GitLab API #47

Open dgallichan opened 3 years ago

dgallichan commented 3 years ago

The ruby script for updating the repo ( _data/update.rb ) could do with also being able to handle repos that are hosted with GitLab (it can currently only do GitHub or Bitbucket). I'm assuming this is fairly straightforward, but obviously needs someone to actually implement it!

michaelberks commented 3 years ago

I'll try to have a look at this sometime. I've not used ruby before, but I've used the GitLab's python API which was fairly straightforward when you got the gist of it.