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: nmteck/git-deploy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mislav/git-deploy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 7 files changed
  • 6 contributors

Commits on Jun 18, 2015

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

Commits on Oct 26, 2015

  1. Merge pull request mislav#74 from til/relax-version-requirements

    Relax version requirements for net-ssh and net-scp
    mislav committed Oct 26, 2015
    Configuration menu
    Copy the full SHA
    24b062e View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2016

  1. handle ssh urls that use home relative paths (ie. paths starting with ~)

    It's common for us to have scp style remote urls that use the '~' at the start of the path, to indicate the home directory of the user used at the start of the url. The conversion of these scp style urls to ssh:// urls breaks the path and adds an initial '/' to the `deploy_to` path, causing git-deploy not to work.
    
    There is no way (that I know of) to preserve these paths when converting to an ssh:// style uri, so we need to detect this situation and 'correct' the url by removing the initial '/' when getting the path
    reednj committed Mar 17, 2016
    Configuration menu
    Copy the full SHA
    661a04b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdd8cbc View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2016

  1. Don't display an error when no db/migrate

    before_restart.rb would make git print an error message when run in a
    Rails project without db/migrate. The error would be printed to stderr
    which would result in num_migrations being set to 0 (which is correct).
    However, printing the error message when there was no error is
    confusing.
    
    This commit introduces a check for the existence of db/migrate. If it
    exists then git is called. Otherwise num_migrations is set to 0.
    gregnavis committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    25e70c1 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2018

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

Commits on Mar 22, 2019

  1. Update Gemfile.lock

    mislav committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    ec45f3a View commit details
    Browse the repository at this point in the history
  2. Test against Ruby >= 2.3

    mislav committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    2848bc9 View commit details
    Browse the repository at this point in the history
  3. Require Ruby >= 2.2.6

    mislav committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    7b2526f View commit details
    Browse the repository at this point in the history
  4. Merge pull request mislav#91 from wizard2nd/gem-update

    Gem update
    
    Closes mislav#85
    mislav authored Mar 22, 2019
    Configuration menu
    Copy the full SHA
    f41a95b View commit details
    Browse the repository at this point in the history
  5. Merge pull request mislav#84 from gregnavis/master

    Don't display an error when no db/migrate
    mislav authored Mar 22, 2019
    Configuration menu
    Copy the full SHA
    c40210b View commit details
    Browse the repository at this point in the history
  6. Merge pull request mislav#79 from reednj/reednj/home-path

    handle ssh urls that use home relative paths (ie. paths starting with ~)
    mislav authored Mar 22, 2019
    Configuration menu
    Copy the full SHA
    fe10add View commit details
    Browse the repository at this point in the history
  7. v0.7.0

    mislav committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    744f4c0 View commit details
    Browse the repository at this point in the history
Loading