We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just like what perceval backend for Gitee did,it could be better if we can build a separate repo for gitee to integrate the grimoirelab-sigils
grimoirelab-sigils
The text was updated successfully, but these errors were encountered:
One problem is that grimoirelab-sirmordred used the path of grimoirelab-sigils module for getting the panel file. The part of the code is :
grimoirelab-sirmordred
import panels def get_sigils_path(): sigils_path = panels.__file__.replace('panels/__init__.py', '') return sigils_path
panels_path = get_sigils_path() + panel_file
So, different form grimoirelab-perceval-gitee, we can't get the panel file correctly if we set up another package for gitee:
grimoirelab-perceval-gitee
Related with X-lab2017/grimoirelab-elk#3
Sorry, something went wrong.
No branches or pull requests
Just like what perceval backend for Gitee did,it could be better if we can build a separate repo for gitee to integrate the
grimoirelab-sigils
The text was updated successfully, but these errors were encountered: