Skip to content

hongziqi/whitebox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

whitebox

Data sync

Please add your owner info in data.yaml:

- name: 'Your name'
  gitee_id: 'the gitee id'
  github_id: 'the github id'
  gitlab_id: 'the gitlab id'
  # alias is used to discover your commits (name/gitee_id/github_id/gitlab_id is in default alias names) 
  alias:
  - "Your alias name"
  - "Other alias name you want to track"
  # Required, The repo url list you contributed. Only the default branch would be counted.
  repos:
  - https://github.com/opensourceways/whitebox
  - https://gitee.com/opensourceways/whitebox
  # Optional, The repo url list you contributed. All branches would be counted.
  repos_all_branches:
  - https://github.com/apache/spark

After your change merged, the repo info would be refreshed in ES index dynamicly.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%