X-lab2017 / grimoirelab-sigils

Panels from GrimoireLab dashboards
https://chaoss.github.io/grimoirelab-sigils/
GNU General Public License v3.0
0 stars 2 forks source link

Update the search of gitee panels. #1

Open heming6666 opened 4 years ago

heming6666 commented 4 years ago

Currently, the panels of gitee are quite similar with GitHub, which can be found in here.

However, there are some difference between github and gitee. Github panels use github-issues index pattern for gihub-issues and github-pull-requests panel. While gitee panels use gitee-issues index pattern for gitee-issues panel and gitee-prs index pattern for gitee-pull-requests panel. So there is no need for gitee panles to set up the search to distinguish between pull request and issue.

WillemJiang commented 4 years ago

This is caused by the github-pr and github-issue are sharing the same index.
gitee-pr and gitee-issue are not using different index.

Do we need to update the code for it?

WillemJiang commented 4 years ago

BTW, it's could be better if we can build a separate repo for gitee to integrate the grimoirelab-sigils.

heming6666 commented 4 years ago

BTW, it's could be better if we can build a separate repo for gitee to integrate the grimoirelab-sigils.

It's a good idea and I opened another issue #2 to solve this.