Skip to content
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

Build a separate repo for gitee to integrate the grimoirelab-sigils. #2

Open
heming6666 opened this issue May 14, 2020 · 1 comment

Comments

@heming6666
Copy link

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

@heming6666
Copy link
Author

heming6666 commented May 16, 2020

One problem is that grimoirelab-sirmordred used the path of grimoirelab-sigils module for getting the panel file. The part of the code is :

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:

image

image

Related with X-lab2017/grimoirelab-elk#3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant