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

First stab at figuring out the number of very active mentors #206

Merged
merged 19 commits into from
Apr 11, 2024

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    9867b1b View commit details
    Browse the repository at this point in the history
  2. Fix format and linter errors.

    Drost-Fromm authored and MaineC committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    a144ed8 View commit details
    Browse the repository at this point in the history
  3. Add flake to requirements.

    Drost-Fromm authored and MaineC committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    ca13680 View commit details
    Browse the repository at this point in the history
  4. Adds call to mentor counter and output in markdown.

    This adds the call to mentor counter and displays the results in markdown
    including first tests for this functionality.
    MaineC committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    0adb1e1 View commit details
    Browse the repository at this point in the history
  5. Make mentor counting configurable.

    This adds two configuration options: One to enable mentor counting and one for
    configuring how many comments a user needs to leave in discussions, PRs. and
    issues to be counted as an active mentor.
    MaineC committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    f041169 View commit details
    Browse the repository at this point in the history
  6. Adds mentor counting to json output and adds missing config.

    This adds mentor counting output to json format. In addition this change makes
    max number of comments to evaluate configurable as well as the cutoff for
    heavily involved mentors.
    MaineC committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    0837e49 View commit details
    Browse the repository at this point in the history
  7. Fix merge conflicts.

    MaineC committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    2c1ebc1 View commit details
    Browse the repository at this point in the history
  8. Fix linting errors.

    MaineC committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    1a01093 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. fix: linting fixes

    Signed-off-by: Zack Koppert <[email protected]>
    zkoppert committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    ddb16e2 View commit details
    Browse the repository at this point in the history
  2. 8 is reasonable number of attrs

    Signed-off-by: Zack Koppert <[email protected]>
    zkoppert committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    8f7613b View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Update test_most_active_mentors.py

    Co-authored-by: Jason Meridth <[email protected]>
    zkoppert and jmeridth authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    6c85d10 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Update config.py

    Co-authored-by: Jason Meridth <[email protected]>
    MaineC and jmeridth authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    2506339 View commit details
    Browse the repository at this point in the history
  2. Update config.py

    Remove merge residual
    MaineC authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    c7c8509 View commit details
    Browse the repository at this point in the history
  3. Update requirements.txt

    Remove lib only needed for testing.
    MaineC authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    3bfeec4 View commit details
    Browse the repository at this point in the history
  4. Update issue_metrics.py

    Co-authored-by: Jason Meridth <[email protected]>
    MaineC and jmeridth authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    c594492 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Update config.py

    MaineC authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    a0dca05 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Update config.py

    set type of `enable_mentor_count` to `bool`
    jmeridth authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    4ba9d3c View commit details
    Browse the repository at this point in the history
  2. Update test_config.py

    change tests to handle boolean change of enable_mentor_count
    jmeridth authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    3f770f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1368741 View commit details
    Browse the repository at this point in the history