-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: nmteck/git-deploy
base: master
head repository: mislav/git-deploy
compare: master
- 14 commits
- 7 files changed
- 6 contributors
Commits on Jun 18, 2015
-
Configuration menu - View commit details
-
Copy full SHA for f1f2e22 - Browse repository at this point
Copy the full SHA f1f2e22View commit details
Commits on Oct 26, 2015
-
Merge pull request mislav#74 from til/relax-version-requirements
Relax version requirements for net-ssh and net-scp
Configuration menu - View commit details
-
Copy full SHA for 24b062e - Browse repository at this point
Copy the full SHA 24b062eView commit details
Commits on Mar 17, 2016
-
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
Configuration menu - View commit details
-
Copy full SHA for 661a04b - Browse repository at this point
Copy the full SHA 661a04bView commit details -
minor adjustment to travis-ci config to try and avoid a bundler bug c…
…ausing the builds to fail rubygems/bundler#3558 (comment)
Configuration menu - View commit details
-
Copy full SHA for bdd8cbc - Browse repository at this point
Copy the full SHA bdd8cbcView commit details
Commits on Sep 29, 2016
-
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.
Configuration menu - View commit details
-
Copy full SHA for 25e70c1 - Browse repository at this point
Copy the full SHA 25e70c1View commit details
Commits on Sep 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d0d6129 - Browse repository at this point
Copy the full SHA d0d6129View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28c5546 - Browse repository at this point
Copy the full SHA 28c5546View commit details
Commits on Mar 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ec45f3a - Browse repository at this point
Copy the full SHA ec45f3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2848bc9 - Browse repository at this point
Copy the full SHA 2848bc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b2526f - Browse repository at this point
Copy the full SHA 7b2526fView commit details -
Merge pull request mislav#91 from wizard2nd/gem-update
Gem update Closes mislav#85
Configuration menu - View commit details
-
Copy full SHA for f41a95b - Browse repository at this point
Copy the full SHA f41a95bView commit details -
Merge pull request mislav#84 from gregnavis/master
Don't display an error when no db/migrate
Configuration menu - View commit details
-
Copy full SHA for c40210b - Browse repository at this point
Copy the full SHA c40210bView commit details -
Merge pull request mislav#79 from reednj/reednj/home-path
handle ssh urls that use home relative paths (ie. paths starting with ~)
Configuration menu - View commit details
-
Copy full SHA for fe10add - Browse repository at this point
Copy the full SHA fe10addView commit details -
Configuration menu - View commit details
-
Copy full SHA for 744f4c0 - Browse repository at this point
Copy the full SHA 744f4c0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master