-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature suggestion : add gitlab issues option #34
Comments
@QM-OSchwab we are definitely planning on adding GitLab support at some point, however, I suspect it won't have the resources to work on this until get to a 1.0 release. |
I will try to ask this week to my boss the authorization to get some time to work officially on RDM. Dunno if he will agree, and if yes under which conditions, but I could have a look to this gitlab feature. |
@QM-OSchwab that would be great; we would certainly appreciate any contributions! Let me know if there is anyway I can help. E.g., I would be happy to jump on a call and talk through some of the issues I ran into while working on the github backend. |
Hey David (John?) , My boss gave me an approval on principle for working on rdm. I'll have to present him more detailed information about how rdm can help us. I don't know for the moment when I'll have time to work on gitlab feature, but I've seen that a python wrapper exists : https://python-gitlab.readthedocs.io/en/stable/. I have 2 questions:
Thanks! |
@QM-OSchwab thats great that you got the go-ahead. I usually go by David (although my first name is John---full name is John David Giese :) ) I will try to spend some time updating the documentation to address the advantages (and disadvantages) of using RDM. Per your two questions:
By-the-way, I would be curious if you had any thoughts on the format of
Note that the nesting is implicitly encoded in the keys, vs being encoded in the YAML format. This brings up a related question: Should the YAML formats optimize for human-readability/editable or should they be generated for ease of template consumption? We are torn about this question because one of the advantages (for developers) of RDM is being able to look at the git history of the files. But for this to matter, the files need to be human readable. |
Also, it is worth pointing out that one could change the format of the requirement files if one wanted to, you would just need to edit the templates to handle the new format. Said another way: you are not locked into one format or another. |
It would be nice that rdm handles gitlab in the same way it does with github.
The text was updated successfully, but these errors were encountered: