Re: Apache Kibble 2.0

2021-05-22 Thread Tomasz Urbaszek
Finally I started working on new Kibble: https://github.com/apache/kibble/pull/8 I would like to propose introducing the following new concepts in new Apache Kibble: 1. DataSource - Github, Gitlab, Jira etc. - each data source would be a python package that would include logic for getting data

[GitHub] [kibble] kaxil commented on a change in pull request #8: Add Github issues and PRs scanner

2021-05-22 Thread GitBox
kaxil commented on a change in pull request #8: URL: https://github.com/apache/kibble/pull/8#discussion_r637394461 ## File path: kibble/configuration/yaml_config.py ## @@ -0,0 +1,35 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license

[GitHub] [kibble] turbaszek opened a new pull request #8: Add Github issues and PRs scanner

2021-05-22 Thread GitBox
turbaszek opened a new pull request #8: URL: https://github.com/apache/kibble/pull/8 In this PR I tried to build some basic tooling around scanning data sources. Currently the data is only collected and not persisted anywhere. That's still something I plan to do in this PR. Although