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

WIP: Add a feature to support checks of the GitHub issue tracker #126

Open
wants to merge 48 commits into
base: master
Choose a base branch
from

Commits on Feb 14, 2019

  1. Issues.py- basic code for grabbing issues

    Zachary Andrews committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    7114c67 View commit details
    Browse the repository at this point in the history
  2. Issues.py prints out all issues' content

    Zachary Andrews committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    9494740 View commit details
    Browse the repository at this point in the history
  3. Looking at issue comments

    Zachary Andrews committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    c3cb382 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2019

  1. Collecting usernames

    Zachary Andrews committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    4753520 View commit details
    Browse the repository at this point in the history
  2. Update issues.py

    Zachary Andrews authored Feb 15, 2019
    Configuration menu
    Copy the full SHA
    2ad387b View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2019

  1. added specific issue tracker

    Matthew Baldeosingh authored and Matthew Baldeosingh committed Feb 17, 2019
    Configuration menu
    Copy the full SHA
    7dcdd58 View commit details
    Browse the repository at this point in the history
  2. Functions for number of issues and comments made

    Zachary Andrews committed Feb 17, 2019
    Configuration menu
    Copy the full SHA
    6298e97 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'issue-76-getissues' of github.com:GatorEducator/gatorgr…

    …ader into issue-76-getissues
    Zachary Andrews committed Feb 17, 2019
    Configuration menu
    Copy the full SHA
    f4d5c9c View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. Added command line functionality for issues and commits

    Zachary Andrews committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    9f29417 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2019

  1. Added error handling

    Zachary Andrews committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    b65108b View commit details
    Browse the repository at this point in the history
  2. Changed what issues.py returns to invoke

    Zachary Andrews committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    77083ef View commit details
    Browse the repository at this point in the history
  3. Test cases for issues.py

    Zachary Andrews committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    9f4bf30 View commit details
    Browse the repository at this point in the history
  4. Added PyGithub to Pipfile

    Zachary Andrews committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    2594bb0 View commit details
    Browse the repository at this point in the history
  5. Attempt to get code to pass travis

    Zachary Andrews committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    4d33917 View commit details
    Browse the repository at this point in the history
  6. Updated files to try and pass travis

    Zachary Andrews committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    4651faf View commit details
    Browse the repository at this point in the history
  7. Fixed flake8 issue

    Zachary Andrews committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    fcbf2b8 View commit details
    Browse the repository at this point in the history
  8. Added public repo token for tests

    Zachary Andrews committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    9cf379a View commit details
    Browse the repository at this point in the history
  9. Split key cause I hope it will work

    Zachary Andrews committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    dc900e2 View commit details
    Browse the repository at this point in the history
  10. This will work this time

    Zachary Andrews committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    66a75a3 View commit details
    Browse the repository at this point in the history
  11. Another commit to get this to pass

    Zachary Andrews committed Mar 1, 2019
    1 Configuration menu
    Copy the full SHA
    4c52294 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. Split Token into 2 parts to pass Travis CI

    Zachary Andrews committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    055ac56 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'issue-76-getissues' of github.com:GatorEducator/gatorgr…

    …ader into issue-76-getissues
    Zachary Andrews committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    429dc6a View commit details
    Browse the repository at this point in the history
  3. Made code in issues.py more uniform

    Joshua Yee committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    41e7347 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2019

  1. Added --state argument for issues

    Zachary Andrews committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    aef913b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into issue-76-getissues

    Zachary Andrews committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    2811aeb View commit details
    Browse the repository at this point in the history
  3. Relock file

    Zachary Andrews committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    7e20c67 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d674ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    573fce4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    69fd9b1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f313094 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    33dc3d9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8333a14 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3890804 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2019

  1. add test case to invoke.py

    yeej2 committed Mar 16, 2019
    Configuration menu
    Copy the full SHA
    4d97d42 View commit details
    Browse the repository at this point in the history
  2. testing travis

    yeej2 committed Mar 16, 2019
    Configuration menu
    Copy the full SHA
    676baa9 View commit details
    Browse the repository at this point in the history
  3. reformat test_invoke.py

    yeej2 committed Mar 16, 2019
    Configuration menu
    Copy the full SHA
    eb033b3 View commit details
    Browse the repository at this point in the history
  4. reformat files for travis

    yeej2 committed Mar 16, 2019
    Configuration menu
    Copy the full SHA
    680d598 View commit details
    Browse the repository at this point in the history
  5. reformat files for travis

    yeej2 committed Mar 16, 2019
    Configuration menu
    Copy the full SHA
    a5e0e80 View commit details
    Browse the repository at this point in the history
  6. lint files for travis

    yeej2 committed Mar 16, 2019
    Configuration menu
    Copy the full SHA
    772a616 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f4fe1e2 View commit details
    Browse the repository at this point in the history
  8. Finish test cases for invoke.py

    yeej2 committed Mar 16, 2019
    Configuration menu
    Copy the full SHA
    2f53c3d View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2019

  1. add test cover for arguments.py

    yeej2 committed Mar 17, 2019
    Configuration menu
    Copy the full SHA
    e847e78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea774f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20e6d54 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ac4157 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2019

  1. fix code coverage

    yeej2 committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    6647bdd View commit details
    Browse the repository at this point in the history
  2. Fix test cases in test_issues

    This changes the code to use a test repository instead of gatorgrader
    yeej2 committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    53a297a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2739097 View commit details
    Browse the repository at this point in the history