cophilot/templify

Load from Gitlab

Opened this issue · 5 comments

The load command takes a GitHub URL to fetch some predefined templates from a repository. This should also be possible with a Gitlab repository URL. The functionality should not be changes and for the user it should not make a difference if it is a GitHub or a Gitlab URL.

Use this Gitlab repo for testing purposes.

This is a bit harder issue and involves some more complex operations, like fetching data over an API, but if you want, I think it would be a good issue for your @RounakJoshi09 :)

Sure thing @cophilot , I would definitely take this up and solve it asap.
Thanks for assigning,

Sure thing @cophilot , I would definitely take this up and solve it asap.
Thanks for assigning,

Thanks and don't hurry @RounakJoshi09 take your time. It is not urgent...

Hi @cophilot , hope you're having a great week.
I have almost completed with the functionality (PR #14) , just have to write test cases for the implemented feature.
For that purpose can you please add Test template in this gitlab repository https://gitlab.com/cophilot/templify-vault,
as it is present in GitHub Repository, so that I can reuse the existing tests of load. Adding the Link of Test Template FYR
https://github.com/cophilot/templify-vault/tree/main/Test
Thanks,

Hi @RounakJoshi09
Thank you for that! I will look into the PR in the next few days when I find the time for it :)
I just added everything to https://gitlab.com/cophilot/templify-vault
Let me know if you need anything else!