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: weiznich/wundergraph
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fix_ci
Choose a base ref
...
head repository: weiznich/wundergraph
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 15 commits
  • 13 files changed
  • 4 contributors

Commits on May 16, 2020

  1. Merge pull request #49 from weiznich/fix_ci

    Try to fix ci
    weiznich authored May 16, 2020
    Configuration menu
    Copy the full SHA
    6c8cb7b View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. replace deprecated std::error::Error::description by Display's to_str…

    …ing()
    Alexei Pastuchov committed May 26, 2020
    Configuration menu
    Copy the full SHA
    a008075 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. Configuration menu
    Copy the full SHA
    6c70d55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e738f9d View commit details
    Browse the repository at this point in the history
  3. run round_trip's assertions in separate threads

    This approach ensures the test reachs killing of client's thread.
    Alexei Pastuchov committed May 28, 2020
    Configuration menu
    Copy the full SHA
    67feb90 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. insta assertion is wrapped into std::panic::catch_unwind

    an alternative to previous thread based approach
    Alexei Pastuchov committed May 29, 2020
    Configuration menu
    Copy the full SHA
    178a042 View commit details
    Browse the repository at this point in the history
  2. Update wundergraph_cli/src/print_schema/mod.rs

    Co-authored-by: Georg Semmler <Georg_semmler_05@web.de>
    2 people authored and Alexei Pastuchov committed May 29, 2020
    Configuration menu
    Copy the full SHA
    eec8b72 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. Configuration menu
    Copy the full SHA
    55e5531 View commit details
    Browse the repository at this point in the history
  2. rename round_trip templates

    +little amemdment in the content
    Alexei Pastuchov committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    ee54e46 View commit details
    Browse the repository at this point in the history
  3. Try to fix CI

    weiznich committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    7cbba1b View commit details
    Browse the repository at this point in the history
  4. Better error messages

    weiznich committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    a6f16aa View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. Cleanup the snapshot mess

    weiznich committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    ad775a3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #53 from p-alik/issue-50

    run round_trip's assertions in separate threads
    weiznich authored Jun 5, 2020
    Configuration menu
    Copy the full SHA
    ffbb883 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. correction of link to the example

    Alexei Pastuchov committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    20ebeb4 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. Merge pull request #56 from p-alik/readme-fix-example-link

    correction of the link to the example
    weiznich authored Jul 29, 2020
    Configuration menu
    Copy the full SHA
    ed4986f View commit details
    Browse the repository at this point in the history
Loading