-
Notifications
You must be signed in to change notification settings - Fork 10
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
Allow using Vagrant without vagrant-unison #5
base: master
Are you sure you want to change the base?
Commits on Jan 21, 2016
-
only validate vagrant-unison fields if we're actually using
vagrant-unison
Configuration menu - View commit details
-
Copy full SHA for 0bf2066 - Browse repository at this point
Copy the full SHA 0bf2066View commit details
Commits on Jan 22, 2016
-
can't run with sudo a command with ~ in the path, just execute as the
regular user so it'll resolve correctly
Configuration menu - View commit details
-
Copy full SHA for 9585e4f - Browse repository at this point
Copy the full SHA 9585e4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for af92edb - Browse repository at this point
Copy the full SHA af92edbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42d1360 - Browse repository at this point
Copy the full SHA 42d1360View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bfecf4 - Browse repository at this point
Copy the full SHA 9bfecf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f113232 - Browse repository at this point
Copy the full SHA f113232View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbbafb2 - Browse repository at this point
Copy the full SHA bbbafb2View commit details -
change command line args to all start with "unison" instead of just
sync, change config args to also start with unison
Configuration menu - View commit details
-
Copy full SHA for e284dec - Browse repository at this point
Copy the full SHA e284decView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0099b3e - Browse repository at this point
Copy the full SHA 0099b3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 127836b - Browse repository at this point
Copy the full SHA 127836bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d27406a - Browse repository at this point
Copy the full SHA d27406aView commit details -
bump major version - renamed commands, add a new command to sync once
and exit, fix a bug where trying to rm ~/.unison with sudo resolves to the wrong path, fix a bug where Listener.listen? is from an old version of the listen gem which was too old to be resolved along with the vagrant gem
Configuration menu - View commit details
-
Copy full SHA for da4ea94 - Browse repository at this point
Copy the full SHA da4ea94View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8c2a7b - Browse repository at this point
Copy the full SHA f8c2a7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09fc2c7 - Browse repository at this point
Copy the full SHA 09fc2c7View commit details
Commits on Jan 23, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 8c2db15 - Browse repository at this point
Copy the full SHA 8c2db15View commit details -
Configuration menu - View commit details
-
Copy full SHA for f795719 - Browse repository at this point
Copy the full SHA f795719View commit details
Commits on Feb 2, 2016
-
update cleanup command to delete the contents but not the directory
itself, this can mess up e.g. a docker container with that directory mounted
Configuration menu - View commit details
-
Copy full SHA for 44c4531 - Browse repository at this point
Copy the full SHA 44c4531View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61e717d - Browse repository at this point
Copy the full SHA 61e717dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0da2e98 - Browse repository at this point
Copy the full SHA 0da2e98View commit details
Commits on Feb 15, 2016
-
fix vagrant cleanup command so it removes all hidden dirs and files as
well, stuff in .git/ is often the thing that gets out of sync.
Configuration menu - View commit details
-
Copy full SHA for e75a335 - Browse repository at this point
Copy the full SHA e75a335View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0af02f - Browse repository at this point
Copy the full SHA c0af02fView commit details
Commits on Feb 25, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 79b3ef5 - Browse repository at this point
Copy the full SHA 79b3ef5View commit details -
Merge pull request #1 from dcosson/restart_on_crash
Restart sync polling if the process crashes
Configuration menu - View commit details
-
Copy full SHA for 97df69f - Browse repository at this point
Copy the full SHA 97df69fView commit details
Commits on Mar 1, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 7f04d6d - Browse repository at this point
Copy the full SHA 7f04d6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for aabb956 - Browse repository at this point
Copy the full SHA aabb956View commit details -
Configuration menu - View commit details
-
Copy full SHA for f727878 - Browse repository at this point
Copy the full SHA f727878View commit details
Commits on Mar 7, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 107fbb5 - Browse repository at this point
Copy the full SHA 107fbb5View commit details
Commits on Mar 9, 2016
-
Configuration menu - View commit details
-
Copy full SHA for fdff8fc - Browse repository at this point
Copy the full SHA fdff8fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7736c03 - Browse repository at this point
Copy the full SHA 7736c03View commit details -
Merge pull request #2 from dcosson/dc_memory_watcher
Add a background thread to kill vagrant when memory use gets high
Configuration menu - View commit details
-
Copy full SHA for 4ddc50f - Browse repository at this point
Copy the full SHA 4ddc50fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd6dc63 - Browse repository at this point
Copy the full SHA fd6dc63View commit details
Commits on Mar 15, 2016
-
Configuration menu - View commit details
-
Copy full SHA for c52ebce - Browse repository at this point
Copy the full SHA c52ebceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56f882f - Browse repository at this point
Copy the full SHA 56f882fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a51191 - Browse repository at this point
Copy the full SHA 1a51191View commit details -
Merge pull request #3 from flynfish/additional_configs
Allow configuration of ssh user, host and port
Configuration menu - View commit details
-
Copy full SHA for 0ec5fe1 - Browse repository at this point
Copy the full SHA 0ec5fe1View commit details -
This adds info about possible error due to ocaml version differences. Also clarifies installation instructions
Configuration menu - View commit details
-
Copy full SHA for ad0f819 - Browse repository at this point
Copy the full SHA ad0f819View commit details
Commits on Mar 19, 2016
-
Configuration menu - View commit details
-
Copy full SHA for d989df9 - Browse repository at this point
Copy the full SHA d989df9View commit details -
Merge pull request #6 from dcosson/dc_mem_cab_variable
Make the Restart memory limit a config variable
Configuration menu - View commit details
-
Copy full SHA for 1c7d15f - Browse repository at this point
Copy the full SHA 1c7d15fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b607d9 - Browse repository at this point
Copy the full SHA 5b607d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c237d90 - Browse repository at this point
Copy the full SHA c237d90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43d391d - Browse repository at this point
Copy the full SHA 43d391dView commit details
Commits on Mar 21, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 8bbeb01 - Browse repository at this point
Copy the full SHA 8bbeb01View commit details
Commits on Mar 22, 2016
-
Merge pull request #8 from flynfish/add_perms_arg
Add perms arg as optional argument. Update readme
Configuration menu - View commit details
-
Copy full SHA for f396ebf - Browse repository at this point
Copy the full SHA f396ebfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a14583 - Browse repository at this point
Copy the full SHA 5a14583View commit details -
Carsten Ganske committed
Mar 22, 2016 Configuration menu - View commit details
-
Copy full SHA for 1294734 - Browse repository at this point
Copy the full SHA 1294734View commit details -
Configuration menu - View commit details
-
Copy full SHA for da6d402 - Browse repository at this point
Copy the full SHA da6d402View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1344d0e - Browse repository at this point
Copy the full SHA 1344d0eView commit details -
Merge pull request #9 from carstn/ssh-config-patch
Fix ssh authorization issue.
Configuration menu - View commit details
-
Copy full SHA for 88e9111 - Browse repository at this point
Copy the full SHA 88e9111View commit details
Commits on Apr 20, 2016
-
Update Windows binary to 2.48 also
So it interoperates with the Ubuntu versions. The zipfile includes a `unison-fsmonitor.exe` which I haven't looked at -- of use?
Configuration menu - View commit details
-
Copy full SHA for f3be019 - Browse repository at this point
Copy the full SHA f3be019View commit details
Commits on Jun 1, 2016
-
Configuration menu - View commit details
-
Copy full SHA for c4fc74c - Browse repository at this point
Copy the full SHA c4fc74cView commit details
Commits on Jun 15, 2016
-
Merge pull request #19 from danez/patch-1
Update name of ubuntu unison package
Configuration menu - View commit details
-
Copy full SHA for 539ff4a - Browse repository at this point
Copy the full SHA 539ff4aView commit details -
Merge pull request #15 from pbowyer/patch-1
Update Windows binary to 2.48
Configuration menu - View commit details
-
Copy full SHA for d51316c - Browse repository at this point
Copy the full SHA d51316cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa951f3 - Browse repository at this point
Copy the full SHA fa951f3View commit details
Commits on Aug 2, 2016
-
Remove Listener gem - we will use Unison's native '-watch=repeat' ins…
…tead
Jake Teton-Landis committedAug 2, 2016 Configuration menu - View commit details
-
Copy full SHA for 6b5dca8 - Browse repository at this point
Copy the full SHA 6b5dca8View commit details -
Allow an array for ignore patterns config
Each ignore pattern is added as a seperate ignore argument to the unison command.
Jake Teton-Landis committedAug 2, 2016 Configuration menu - View commit details
-
Copy full SHA for cd80692 - Browse repository at this point
Copy the full SHA cd80692View commit details -
[style] comply with Airbnb styleguide / rubocop
Jake Teton-Landis committedAug 2, 2016 Configuration menu - View commit details
-
Copy full SHA for 9ef2cf9 - Browse repository at this point
Copy the full SHA 9ef2cf9View commit details -
[ui] add .synopsis to all commands
Vagrant uses this class method to print a description of your command when you run `vagrant` without any sub-commands. This improves the usability of this plugin.
Jake Teton-Landis committedAug 2, 2016 Configuration menu - View commit details
-
Copy full SHA for 5802da4 - Browse repository at this point
Copy the full SHA 5802da4View commit details -
Exit with unison exit status from wrapper commands
This commit also adjusts our commands to print unison's exit status, whenever it exits.
Jake Teton-Landis committedAug 2, 2016 Configuration menu - View commit details
-
Copy full SHA for 6cff5b0 - Browse repository at this point
Copy the full SHA 6cff5b0View commit details -
[airbnb] add config option 'ssh_use_agent'
When enabled, this config option turns off using the Vagrant-supplied identity file, so that unison's ssh command will use the system's ssh-agent or ssh config. One reason you might want to do this is to use a PKCS11 hardware token to connect to your vagrant machine. Vagrant itself is lagging on support for this feature; at Airbnb we use a monkey-patch.
Jake Teton-Landis committedAug 2, 2016 Configuration menu - View commit details
-
Copy full SHA for d02b3d1 - Browse repository at this point
Copy the full SHA d02b3d1View commit details -
Add --push, --pull, etc options to unison commands
add --push, --pull, --force-push, --force-pull options to all vagrant-unison2 commands. These flags allow setting the unison options `-prefer` and `-force` to prefer or force changes from a specific root. --push or --force-push prefers/forces the unison root on the local machine. --pull or --force-pull prefers/forces the unison root on the Vagrant remote machine. improve the help output of all commands to read clearly if called like `vagrant unison-sync-interact --help`
Jake Teton-Landis committedAug 2, 2016 Configuration menu - View commit details
-
Copy full SHA for 229244f - Browse repository at this point
Copy the full SHA 229244fView commit details
Commits on Sep 8, 2016
-
Merge pull request #22 from justjake/master
Notify upstream of Airbnb changes
Configuration menu - View commit details
-
Copy full SHA for a6e26b2 - Browse repository at this point
Copy the full SHA a6e26b2View commit details -
Update major version number after merging #22.
We removed the unison-sync command and with it the dependency on ruby `listen` gem because using unison's fs polling works a lot better, at least on OSX Hosts.
Configuration menu - View commit details
-
Copy full SHA for ac51e2f - Browse repository at this point
Copy the full SHA ac51e2fView commit details