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: uber/mockolo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.0
Choose a base ref
...
head repository: uber/mockolo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.1
Choose a head ref
  • 10 commits
  • 11 files changed
  • 5 contributors

Commits on May 23, 2023

  1. Use safeName

    sidepelican committed May 23, 2023
    Configuration menu
    Copy the full SHA
    9b29b5b View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. Merge pull request #239 from sidepelican/escape_keyword_for_history

    Use safeName for history variable name
    sidepelican authored May 27, 2023
    Configuration menu
    Copy the full SHA
    b312977 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2023

  1. Configuration menu
    Copy the full SHA
    43ed66b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #240 from sidepelican/drop_legacy_extension

    Drop legacy sequence extensions
    sidepelican authored May 28, 2023
    Configuration menu
    Copy the full SHA
    e51ab9a View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. [Bugfix] Fix generic functions with same signature and different gene…

    …ric constraints not generated
    ryanaveo committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    8e2ec5f View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

  1. Configuration menu
    Copy the full SHA
    01ca52b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6096bce View commit details
    Browse the repository at this point in the history
  3. Revert "Move genericWhereClause to the end of requirements to prevent…

    … any breaking API changes"
    
    This reverts commit 6096bce.
    ryanaveo committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    fdc5ac7 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Merge pull request #241 from uber/bugfix-generic-same-method-name

    [Bugfix] Fix functions with same signature and different generic constraints not getting generated
    ryanaveo authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    c1b8b05 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Only consider relevant files when collecting import statements. (#243)

    - There's no need to include all the imports we see.
    - Fixes #242
    rudro authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    e07a778 View commit details
    Browse the repository at this point in the history
Loading