taskell
taskell copied to clipboard
Feature request: Gitlab import
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 :/
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.
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.
Sure, that would be helpful. But, as I said, I won't be able to work on it in the near future.