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

Merge branch '1.x' into 2.x #81

Open
wants to merge 22 commits into
base: 2.x
Choose a base branch
from
Open

Merge branch '1.x' into 2.x #81

wants to merge 22 commits into from

Commits on Oct 26, 2022

  1. Find the correct app's SSH URL when no instance or default is given

    This uses the instance-based SSH URL if an app default URL is not available and
    the $instance is not provided. So it avoids falling back to the environment's
    default SSH URL in more cases.
    pjcdawkins committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    caaf59a View commit details
    Browse the repository at this point in the history
  2. Add some getSshUrl() tests

    pjcdawkins committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    05200ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0faacf View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

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

Commits on Dec 28, 2022

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

Commits on Jan 8, 2023

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

Commits on Feb 16, 2023

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

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    e33c8c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad58db1 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

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

Commits on Mar 24, 2023

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

Commits on May 31, 2023

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

Commits on Jul 11, 2023

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

Commits on Jul 13, 2023

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

Commits on Jul 17, 2023

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

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    512a2d0 View commit details
    Browse the repository at this point in the history
  2. Expose runOperation() to run an operation and receive a Result

    Deprecates Environment methods that naively expect exactly one Activity to be
    returned.
    pjcdawkins committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    2bdfdd1 View commit details
    Browse the repository at this point in the history
  3. Fix unit tests

    pjcdawkins committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    ea58ea6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93ca1c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    52cf6db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    463ff4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fff811 View commit details
    Browse the repository at this point in the history