taskell icon indicating copy to clipboard operation
taskell copied to clipboard

Feature request: Gitlab import

Open kevr opened this issue 3 years ago • 3 comments

I notice that your Github import implementation is quite close to what is needed for Gitlab. Any possibility of adding in Gitlab import as an option?

I was working on a patch for this, but struggling a bit; not very fluent with Haskell :/

kevr avatar Dec 14 '21 08:12 kevr

It's a good idea. However, I'm currently not able to work on Taskell, so it's not something I'll be able to get to in the short-term.

smallhadroncollider avatar Dec 16 '21 11:12 smallhadroncollider

Would it help if I laid out exactly what is kind of required for it to work using Github import as a base reference? There are just a few things, like configuring a gitlab token and a different api endpoint base. I believe Gitlab's API is straight up equivalent to Github's in terms of what we need to fetch for issues, so it should not require much modification of the existing github parser.

I could point out where these things exist in the codebase, so that if you do decide to jump on this, the info will be readily available for you in terms of locality.

kevr avatar Dec 20 '21 00:12 kevr

Sure, that would be helpful. But, as I said, I won't be able to work on it in the near future.

smallhadroncollider avatar Dec 23 '21 15:12 smallhadroncollider