This is an automated email from the ASF dual-hosted git repository.

lynwee pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-devlake-playground.git

commit 4b21cf70bbcd635bf456fcc33102e96f800873f3
Merge: 38cda2a 7507e59
Author: Lynwee <[email protected]>
AuthorDate: Tue Mar 5 11:52:17 2024 +0800

    Merge pull request #1 from xebiaquality/main
    
    Initial playground

 .gitignore                                         |    3 +
 .python-version                                    |    1 +
 README.md                                          |   44 +
 notebooks/process_analysis.ipynb                   |  101 ++
 notebooks/template.ipynb                           |   44 +
 README.md => playground/__init__.py                |    0
 playground/db_engine.py                            |   32 +
 .../process_analysis/__init__.py                   |    0
 playground/process_analysis/issue_filter.py        |   24 +
 .../process_analysis/status_transition_graph.py    |  132 ++
 .../status_transition_graph_stats_plot.py          |   60 +
 .../status_transition_graph_vistualizer.py         |  162 +++
 .../utils/status_transition_data_generator.py      |  128 ++
 poetry.lock                                        | 1421 ++++++++++++++++++++
 pyproject.toml                                     |   25 +
 README.md => tests/__init__.py                     |    0
 tests/process_analysis/test_issue_filter.py        |   89 ++
 .../test_status_transition_graph.py                |  221 +++
 18 files changed, 2487 insertions(+)

Reply via email to