Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python-security/pyt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: python-security/pyt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8githubScanRefactor
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 3 files changed
  • 2 contributors

Commits on Mar 4, 2017

  1. fix get_dates algorithm

    now correctly gets portions of 'interval' dates from startdate to enddate
    Stefan Micheelsen committed Mar 4, 2017
    Copy the full SHA
    22eba56 View commit details
  2. testcases for get_dates

    Stefan Micheelsen committed Mar 4, 2017
    1
    Copy the full SHA
    41317a5 View commit details
  3. fix getdates for days < interval case

    Stefan Micheelsen committed Mar 4, 2017
    Copy the full SHA
    83a6abd View commit details
  4. remove excessive prints

    Stefan Micheelsen committed Mar 4, 2017
    Copy the full SHA
    ae357c3 View commit details

Commits on Mar 5, 2017

  1. Code Review | Review of get_dates in github_search

    Added doc-string to get_dates as the returned generator
    can be tough to grasp from the name of the method.
    
    Also replaced the assert with self.assertEqual as if we at some point
    want to run PyT with python in optimised mode these test will still be executed.
    Thalmann committed Mar 5, 2017
    Copy the full SHA
    a4f0703 View commit details

Commits on Mar 19, 2017

  1. test for github search

    Stefan Micheelsen committed Mar 19, 2017
    Copy the full SHA
    6ca9669 View commit details

Commits on Mar 30, 2017

  1. prototype test of scan_github

    Stefan Micheelsen committed Mar 30, 2017
    Copy the full SHA
    fb80388 View commit details
Loading