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

186 open snapshot in editor #197

Merged
merged 3 commits into from
May 21, 2020

Commits on May 15, 2020

  1. Merge pull request #3 from Raathigesh/master

    sync with official fork v1.7.0
    gregveres authored May 15, 2020
    Configuration menu
    Copy the full SHA
    2296cf6 View commit details
    Browse the repository at this point in the history
  2. implement view snapshot button

    This commit implements issue Raathigesh#186. I can't know if there is a snapshot
    for each but I can add a button to the summary that opens the snapshot
    for the file in the code editor. That's what this commit does. It adds
    the button to the UI and a mutation to send to the server to open the
    snapshot in the editor.
    And it implements issue Raathigesh#191. There was already a button for generating
    a snapshot, but it was only visible when there was a detected snapshot
    error. This caused us to have to run known failing tests before we could
    get the button to generate the snapshots. Now the button is there all
    the time, so if you know your snapshots are out of date, then you can
    generate them immediately and save time.
    Greg Veres committed May 15, 2020
    Configuration menu
    Copy the full SHA
    f77d47a View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. Configuration menu
    Copy the full SHA
    861f0e2 View commit details
    Browse the repository at this point in the history