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

TDL-22816 allow discovery of commitless repos #187

Merged
merged 13 commits into from
May 9, 2023

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    efcd42f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    276607b View commit details
    Browse the repository at this point in the history
  3. Revert "Allow discovery of commitless repos"

    This reverts commit efcd42f.
    luandy64 committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    885a052 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df8f22b View commit details
    Browse the repository at this point in the history
  5. Make pylint happy

    luandy64 committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    428499b View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Fix bookmarks test by pinning window

    The tap syncs from the start_date/bookmark until now() and we don't have
    new test data on the test repo. This causes tests to fail after a while.
    The ability to shift the bookmark, on a per-stream basis, was already put
    in place so we use it to make the state work with the data we have.
    
    `Commits` only has two days of data, so we need to put the start date
    before the first day and the bookmark on the second day in order for the
    second sync to pull less data
    
    ---------
    
    Co-authored-by: Dylan Sprayberry <28106103+dsprayberry@users.noreply.github.com>
    luandy64 and dsprayberry committed May 3, 2023
    Configuration menu
    Copy the full SHA
    37ce383 View commit details
    Browse the repository at this point in the history
  2. Fix pagination test by excluding streams without enough data

    ---------
    
    Co-authored-by: Dylan Sprayberry <28106103+dsprayberry@users.noreply.github.com>
    luandy64 and dsprayberry committed May 3, 2023
    Configuration menu
    Copy the full SHA
    7b18a06 View commit details
    Browse the repository at this point in the history
  3. Make the test log which version of the test failed

    ---------
    
    Co-authored-by: Dylan Sprayberry <28106103+dsprayberry@users.noreply.github.com>
    luandy64 and dsprayberry committed May 3, 2023
    Configuration menu
    Copy the full SHA
    b5d0874 View commit details
    Browse the repository at this point in the history
  4. Fix start_date test by specifying the date for issues and `pull_req…

    …uests`
    
    ---------
    
    Co-authored-by: Dylan Sprayberry <28106103+dsprayberry@users.noreply.github.com>
    luandy64 and dsprayberry committed May 3, 2023
    Configuration menu
    Copy the full SHA
    ccc1d00 View commit details
    Browse the repository at this point in the history
  5. Force calculated_states_by_stream to take start_date

    This was initially an optional param, but this is the only test to use the
    function, so we can update its signature everywhere
    
    ---------
    
    Co-authored-by: Dylan Sprayberry <28106103+dsprayberry@users.noreply.github.com>
    luandy64 and dsprayberry committed May 3, 2023
    Configuration menu
    Copy the full SHA
    aaa74e0 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. TDL-22816 style changes (#188) [skip ci]

    * Whitespace clean up
    
    ---------
    
    Co-authored-by: Dylan Sprayberry <28106103+dsprayberry@users.noreply.github.com>
    
    * Params get their own lines
    
    ---------
    
    Co-authored-by: Dylan Sprayberry <28106103+dsprayberry@users.noreply.github.com>
    
    * Comments go above code
    
    ---------
    
    Co-authored-by: Dylan Sprayberry <28106103+dsprayberry@users.noreply.github.com>
    
    * Fix long lines
    
    ---------
    
    Co-authored-by: Dylan Sprayberry <28106103+dsprayberry@users.noreply.github.com>
    
    * Update logger to info [skip-ci]
    
    ---------
    
    Co-authored-by: Dylan Sprayberry <28106103+dsprayberry@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Dylan Sprayberry <28106103+dsprayberry@users.noreply.github.com>
    luandy64 and dsprayberry committed May 4, 2023
    Configuration menu
    Copy the full SHA
    fe2a1c7 View commit details
    Browse the repository at this point in the history
  2. Trigger CI

    ---------
    
    Co-authored-by: Dylan Sprayberry <28106103+dsprayberry@users.noreply.github.com>
    luandy64 and dsprayberry committed May 4, 2023
    Configuration menu
    Copy the full SHA
    3a60924 View commit details
    Browse the repository at this point in the history
  3. Bump version, update changelog

    ---------
    
    Co-authored-by: Dylan Sprayberry <28106103+dsprayberry@users.noreply.github.com>
    luandy64 and dsprayberry committed May 4, 2023
    Configuration menu
    Copy the full SHA
    af66133 View commit details
    Browse the repository at this point in the history