Commit Graph

23 Commits

Author SHA1 Message Date
nuomi1 d145da6bdb Update github-desktop.rb for zap (#27175) 2016-11-28 11:21:51 +00:00
Mike McQuaid 0504d719b2 Set auto_updates to true on some Casks (#26856) 2016-11-18 10:25:08 +08:00
Vítor Galvão 60531a2812 remove license from all casks (#25368) 2016-10-10 17:45:23 +01:00
Victor Popkov 2022a2b78a Update github-desktop to 222 (#24788) 2016-09-23 22:32:40 +03:00
Victor Popkov c4c37f1dd7 Update github-desktop to 221 (#24576) 2016-09-17 21:47:14 +03:00
Matt Wean 47383169de [WIP] Change artifact behavior to moving instead of symlinking (#13966)
* Change app artifact to move instead of link

First step towards change in installation behavior mentioned in [13201]

* Fix handling of binaries linked from inside of app bundles

Also adds `appdir` method for interpolation in stanzas

* Change appdir to root Applications directory

* Update 2-app tests

* Refactor: add options, ivars to `Installer`, `Download`

In preparation for upcoming changes, this commit cleans up some code. The commit includes:

- In order to reduce unnecessary object passing, make both the `force` and `skip_cask_deps` option into instance variables of the `Installer` class

- Introduce options hashes to initializers of both the `Installer` and `Download` class

- When the `install --force` command enters the fetch phase, make it explicit in the code that fetching is never enforced in that case.

- Update tests

* Force overwrite artifacts on `--force` reinstall

This commit changes the behavior of a `Moved` artifact such that if the target already exists, `brew cask install --force` will remove the existing target before moving the staged artifact.

In that case, the warning message will say *overwriting* instead of *not moving*.

The behavior of plain `brew cask install` remains unchanged; the same goes for the warning message for that case.

* Change remaining artifacts to move instead of symlink

* Update casks to use appdir in binary paths

* Forcibly overwrite artifacts, modifying flags and using `sudo` if needed

- This commit implements [the proposed behavior for `install --force`](https://github.com/caskroom/homebrew-cask/pull/13966#issuecomment-220830387) when a target already exists and has either permission problems or is not owned by the user.

- The changes apply only when the `force` option is given.

- Reused the existing safeguard from the `.pkg` artifact to prevent deleting important directories by bug or mistake

- The two existing blacklists `SYSTEM_DIRS` and `UNDELETABLE_DIRS` have been consolidated into the `Hbc::MacOS` module.

- `UNDELETABLE_DIRS` now also contains all the entries from `SYSTEM_DIRS` which was a to-do anyway.

- The two blacklists are now also frozen for good measure.

- The utility method `permissions_rmtree` was moved to `Hbc::Utils`.

- The `tried_permissions` part in `Utils` now falls back correctly when there are also ownership issues at the same time.

- Introduced a separate `current_user` method for mocking.

- Added an optional feature to `FakeSystemCommand` so it can now act as a proxy to `SystemCommand`.

- Added tests for various `permissions_rmtree` cases.
2016-05-31 15:23:21 -04:00
Victor Popkov 56276f4866 updated github-desktop (220) (#20708) 2016-04-22 23:11:56 +03:00
Victor Popkov 6e67fb0a3a updated github-desktop (219) (#20503) 2016-04-12 22:55:02 +03:00
Josh Tilles 34f634b40a GitHub Desktop 217 2016-03-07 16:57:40 -05:00
Josh Hagins 312ae841f1 Use Ruby 1.9 hash syntax in casks where possible 2016-01-17 21:57:28 -05:00
Vítor Galvão 530f9dbd47 fix all :checkpoint values 2016-01-13 19:27:34 +00:00
Vítor Galvão bbc9cc0138 change all appcast casks to use :checkpoint 2016-01-13 19:27:34 +00:00
Vítor Galvão 1a7bf783e9 github-desktop.rb: appcast sha256 without pubDate 2016-01-13 16:19:02 +00:00
Vítor Galvão fb7da16d44 updated github-desktop (216) 2016-01-07 20:47:40 -05:00
Josh Hagins 98c4411d4c github-desktop.rb: RuboCop (master), RuboCop-cask (master) auto-correct 2016-01-03 15:28:49 -05:00
Josh Hagins feba4ec740 Remove DSL versions from all casks 2015-12-17 20:15:28 -05:00
buo 5de4bce5f0 Update GitHub Desktop to 216 2015-11-14 02:24:05 +02:00
Lou Rinaldi 5de37af12f bump github-desktop to 2.1.5 2015-10-20 16:20:59 -04:00
Josh Tilles d5a1419d10 GitHub Desktop: release 212 (“Blank State”) 2015-09-23 00:51:45 +01:00
buo 4de92844cf Update Github Desktop to 211 2015-09-18 17:33:19 +03:00
Oleksii Taran a89ac309d4 github-desktop 210 2015-08-14 04:16:06 +03:00
Aditya Dalal 28a7f21514 Updated zap for github-desktop 2015-08-12 17:30:16 +01:00
Richard Lee 890ae85c93 GitHub becomes GitHub Desktop 2015-08-12 17:10:10 +01:00