Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/docksal/docksal

Unified, Docker 🐳 powered web development environments for macOS, Windows, and Linux
https://github.com/docksal/docksal

Another take on is_docker_running

If only Mac had the timeout utility out of the box...

6da82c9561d9f607d14fb09f32e56fd0d0da2d9b authored over 8 years ago by Leonid Makarov <[email protected]>
Bump dsh version to 1.12.6

bba24847450c9a1457d7c2242051639394b3012f authored over 8 years ago by Alexei Chekulaev <[email protected]>
Fix for: implement dsh drupal shortcut for Drupal Console commands (#97).

9718e36006b7746e6294a90e08b7983b6e458c23 authored over 8 years ago by Alexei Chekulaev <[email protected]>
Bump dsh version to 1.12.5

20edeef48f49950058c0d815963d8fab8c3de255 authored over 8 years ago by Alexei Chekulaev <[email protected]>
Implement dsh drupal shortcut for Drupal Console commands.

Fixes #97

2b70f101de6d4281e4ff82cfd6621943cca4cbf0 authored over 8 years ago by Alexei Chekulaev <[email protected]>
Make sure Docker TLS is disabled

69155161016673c9f6fe44987dbc2d9f4d7ec07a authored almost 9 years ago by Leonid Makarov <[email protected]>
Merge pull request #96 from kae76/patch-1

Update README.md

8cfd21537327d10e849d8ba71e00060ed7537e7d authored almost 9 years ago by Leonid Makarov <[email protected]>
Update README.md

Typos :)

604b62fd1b80af87b58e8cfdae6d3f0838736b51 authored almost 9 years ago by Karen Leech <[email protected]>
Merge pull request #95 from fuzzbomb/typo-install-autocomplete

Fix typo in output of install_autocomplete()

631b686cb521e6ee01ea2c90b8dc5d31f88948c4 authored almost 9 years ago by Leonid Makarov <[email protected]>
Fix typo in output of install_autocomplete()

replace "you" with "your"

997238d1431017b015ea023c7c8d6524bd5f473f authored almost 9 years ago by Andrew Macpherson <[email protected]>
Bump version to 1.12.3

c7e362a9069dd6001f557632df5a1e63eec688b5 authored almost 9 years ago by Alexei Chekulaev <[email protected]>
OS-dependent documentation. Do not show Vagrant-related stuff in help on Linux

Improve dsh code readability by re-grouping code.

c5610ce37e8d6f8d7c19f33488eb2a18b5e8ff22 authored almost 9 years ago by Alexei Chekulaev <[email protected]>
Bump version to 1.12.2

3d14ba800ac3295dece858e2f56b0df6681c59a7 authored almost 9 years ago by Alexei Chekulaev <[email protected]>
Fix error that would prevent correct error reporting and script exiting in some cases

Local variable declaration and assignment should be separated if we need to check for $? right a...

846ab36c48491d626703887f762627a722a3c50c authored almost 9 years ago by Alexei Chekulaev <[email protected]>
Fix `dsh update dsh` errors. Current and above versions will update without garbage messages.

ff57c417491dbd092d7691e5575549e4ca431af7 authored almost 9 years ago by Alexei Chekulaev <[email protected]>
Fix dsh update dsh errors

1e7a37d1a7dcf01f9cb69dc4e97786d8cb46b844 authored almost 9 years ago by Alexei Chekulaev <[email protected]>
Fix dsh update dsh errors

e332783f84fc452207cd68feea3339a43b5ccbdd authored almost 9 years ago by Alexei Chekulaev <[email protected]>
Fix dsh update dsh errors

245bff98d12533ed88c70aacd0ab10a5bf7a44c9 authored almost 9 years ago by Alexei Chekulaev <[email protected]>
Fix dsh update dsh errors

51c65b69d5273bc539047fd2be39793445bf774e authored almost 9 years ago by Alexei Chekulaev <[email protected]>
Fix dsh update dsh errors

d44563a32813f9acf06a9a57b8b978939cc6bd72 authored almost 9 years ago by Alexei Chekulaev <[email protected]>
Bump version to 1.12.1

c54c3ad288d383cc64439ac21cc02a2a2d684801 authored almost 9 years ago by Alexei Chekulaev <[email protected]>
Fixes #94 (dsh stopped working properly on Linux in 1.12.0)

4e96fba924061b99c21df28d317d2082401a0c5e authored almost 9 years ago by Alexei Chekulaev <[email protected]>
Fixed varnish image URL

86b7ba80bba754e812e87f9e12f22604b4c429f6 authored almost 9 years ago by Leonid Makarov <[email protected]>
Added docs for using Varnish

1195538430379f8da38a9a950c7d6adba875b5e6 authored almost 9 years ago by Leonid Makarov <[email protected]>
MailHog setup instructions

3e8be1eb009a489050fe6c1a76696a8a06f88860 authored almost 9 years ago by Leonid Makarov <[email protected]>
Bump dsh version to 1.12.0

f802aa540abf2e91fc122bdfd68b8a138b1a4ff3 authored almost 9 years ago by Leonid Makarov <[email protected]>
Merge pull request #89 from blinkreaction/feature/winpty

Use winpty (console) in Babun on Windows

10e89285313daea83ecddc48363da1f47270c4fe authored almost 9 years ago by Leonid Makarov <[email protected]>
Check for the winpty (console) binary on Win

dcb45c19c5ffb785fee8af04ba2e507bceffcc88 authored almost 9 years ago by Leonid Makarov <[email protected]>
dsh bash: run docker via winpty to get a tty console in cygwin

4a97e140e201a1f82f4e14359929146eee644c01 authored almost 9 years ago by Leonid Makarov <[email protected]>
Leftovers for #87

573594b2c74c8bbb395ab9fcca61d156029b8589 authored almost 9 years ago by Leonid Makarov <[email protected]>
Use nc to detect docker daemon status

docker info is no longer returning status/failure immediately, so we are rolling back to using n...

f0a770c43a1ac037d105a32d6d8f3734ff978a59 authored almost 9 years ago by Leonid Makarov <[email protected]>
Add get_container_id function. Fixes #87

Trim \r from docker-compose output - necessary on Windows.

efb12ce79f2a7e86fdbb914548d60a43a1b0d221 authored almost 9 years ago by Leonid Makarov <[email protected]>
Fix dsh update <option>

ff557da9a391811af148b32fb36e93616c0f29a5 authored almost 9 years ago by Leonid Makarov <[email protected]>
Bump dsh version to 1.11.1

5ffae83882ab89102e30ee50aedd39ad6338baa6 authored almost 9 years ago by Leonid Makarov <[email protected]>
Merge pull request #88 from david-hernandez/fixDockerComposeTrim

Fixes #87: the issue with line breaks on Mac when running dsh stop

f6d69074b5f16a42285ddc03a1d3f7a7d294d0fa authored almost 9 years ago by Leonid Makarov <[email protected]>
Fixes #77 dsh drush (with no arguments) throws an error message

16a213111d62cc7dcfd4b9ae2a4f7e5aadc74032 authored almost 9 years ago by Alexei Chekulaev <[email protected]>
Fixes the issue with line breaks on Mac when running dsh stop

ba42ca3b07491b64df7432fd48349aa92f37d71e authored almost 9 years ago by David Hernandez <[email protected]>
Improve messaging that running as root is not recommended

493ed99176f22706b6b639f1648a0fb784c42fdd authored almost 9 years ago by Alexei Chekulaev <[email protected]>
Bump dsh version to 1.11.0

5b506e985700db0cc5869f9a6caf93017acf7007 authored almost 9 years ago by Alexei Chekulaev <[email protected]>
Install/Update functionality improved. Help updated.

New command: update dsh (replaces self-update)
New command: update images (pulls in container im...

b7201402636e4e41a587659843d62189335fe9b7 authored almost 9 years ago by Alexei Chekulaev <[email protected]>
Use host current user id (cid) in the cli container (unless root)

7e1ed1dee855b6ffcb26e58fe3685afa44ea7746 authored almost 9 years ago by Alexei Chekulaev <[email protected]>
Typo

254eda46475949f74d741712139128ca141f0f12 authored almost 9 years ago by Alexei Chekulaev <[email protected]>
is_docker_runnng improvement. Documentation improvement. Cleanup

02232ec7e175228cd31dfac7ee6a52bc07b6d4b1 authored almost 9 years ago by Alexei Chekulaev <[email protected]>
Bump dsh to 1.10.5

66687dcf61a9f49bd7eaee06f914fb47b7fc46d8 authored almost 9 years ago by Leonid Makarov <[email protected]>
Error message improvements

26927ffb79bd9115844cbd03c5a64663c7e86b90 authored almost 9 years ago by Leonid Makarov <[email protected]>
A better and simpler check for is_docker_running

098a0772c404b0870106fc6505713d31797cba7f authored almost 9 years ago by Leonid Makarov <[email protected]>
Bump dsh version to 1.10.4

360577e876654c2ce0f3a9122297fe94e437d0ee authored almost 9 years ago by Leonid Makarov <[email protected]>
Fix timeout argument

Replaced `-w` with `-G` and lowered timeout from 5 to 1 second

b851f37942ea1c3328342e96fd31664a2776ce76 authored almost 9 years ago by Leonid Makarov <[email protected]>
Merge pull request #81 from blinkreaction/develop

Release v1.2.4

6503725ab8f6e4ff0aebcf1312f5f3f9bbbcb827 authored almost 9 years ago by Leonid Makarov <[email protected]>
Bump to v1.2.4

364ff27be45f8f5bbf5f23f27b281a1da68f3306 authored almost 9 years ago by Leonid Makarov <[email protected]>
Fix links to docs in multiple-projects.md

ceb78c56dbb702379b6738b7de14d81e1d7df23b authored almost 9 years ago by Leonid Makarov <[email protected]>
Merge pull request #80 from eelkeblok/correct-vhost-proxy-link

Correct link to boot2docker vhost-proxy

77020be682b18260eb0cd96482ad8d105de8180e authored almost 9 years ago by Leonid Makarov <[email protected]>
Correct link to boot2docker vhost-proxy

The information about vhost-proxy seems to have moved to a separate file within the boot2docker ...

9915a41dc852f87cd27c0ead9a58b23fe3d33241 authored almost 9 years ago by Eelke Blok <[email protected]>
Added an override option to force tty mode.

Fixes #79

a68c9f24e3a467a70a0dd80b0f5d844c1ad87973 authored almost 9 years ago by Leonid Makarov <[email protected]>
Fix "tput: No value for $TERM and no -T specified"

ee663bc62385424b4fb99f0b7f936eb9d266ef44 authored almost 9 years ago by Leonid Makarov <[email protected]>
Fix container_id in dsh bash on Windows [dsh 1.10.3]

13362f257045c3dc833f34e2407a902084aaa8a5 authored almost 9 years ago by Leonid Makarov <[email protected]>
Merge branch 'develop' of github.com:blinkreaction/drude into develop

# Conflicts:
# bin/dsh

171c7c926af73b5dc10f4c644e204c13fa2f16a7 authored almost 9 years ago by Leonid Makarov <[email protected]>
Minor variable renaming

b48afda27edd91634de5920a35fac5922d7bf373 authored almost 9 years ago by Leonid Makarov <[email protected]>
Trim CR(\r) from the docker-compose output.

Add docker_compose wrapper back.

4c727c4a0b6b3be179ff719d825561290a0ad563 authored almost 9 years ago by Leonid Makarov <[email protected]>
Removed docker_compose wrapper

Native COMPOSE_PROJECT_NAME and COMPOSE_FILE should be used to pass the file and project name to...

9addd60fd349d9f15d2e274789e1303e35b3de94 authored almost 9 years ago by Leonid Makarov <[email protected]>
Updated docs with setup instructions per use case

fc8700e608463116adcf420a5a4776da697e4a92 authored about 9 years ago by Leonid Makarov <[email protected]>
Merge pull request #71 from blinkreaction/develop

Release v1.2.3

ddecba7e87fa51136af7bc2762335db754b91505 authored about 9 years ago by Leonid Makarov <[email protected]>
Bump dsh to v1.9.3

66074e025af6e8515c72219c88986cfd35ea718e authored about 9 years ago by Leonid Makarov <[email protected]>
Fix in _set_cli_uid for non-interactive sessions

84fd737187e393fba076202fe0dc4bba19ed7b67 authored about 9 years ago by Leonid Makarov <[email protected]>
Merge pull request #70 from blinkreaction/develop

Release v1.2.2

993b6499d68a3b74433f366523123a98592c86b6 authored about 9 years ago by Leonid Makarov <[email protected]>
Fix docker-compose usage

Replace docker-compose => docker_compose in several places.
Bump dsh to v1.9.2

76622914f1d0d6bde1bb689d9c93ed3040a67a50 authored about 9 years ago by Leonid Makarov <[email protected]>
Merge pull request #69 from karschsp/develop

Fix a really tiny typo in the README.

63cb9ed466cdb9372628910a63659d7ec7acf10c authored about 9 years ago by Leonid Makarov <[email protected]>
Fix a really tiny typo in the README.

be0ee80a047a50754467a989bda2d7209c08189f authored about 9 years ago by Steve Karsch <[email protected]>
Merge branch 'develop'

Conflicts:
CHANGELOG.md
VERSION
docs/system-requirements.md

086cdc50d43299b8f3944406c16fa48b35f38dfc authored about 9 years ago by Leonid Makarov <[email protected]>
Bump to v1.2.1

4cc1db2a3c7209ae23cdb71eed51e2a6be7c4b00 authored about 9 years ago by Leonid Makarov <[email protected]>
Bump dsh version to 1.9.1

1587169ae4f7e2a2d13b885084474285d9021bab authored about 9 years ago by Leonid Makarov <[email protected]>
Fix Ubuntu version check

7e52af3965373f6025b87f468c72e34ce99affac authored about 9 years ago by Leonid Makarov <[email protected]>
Drop /cygdrive prefix on Windows

Compatibility fix for the new docker-compose binary on Windows

4e0f402f7f12e027d1cd37c0e3b33a071a6a468a authored about 9 years ago by Leonid Makarov <[email protected]>
Bump version to 1.2.0

af37b1d90a0ca8462452f32a183845290d2d90c1 authored about 9 years ago by Leonid Makarov <[email protected]>
Merge pull request #66 from blinkreaction/develop

Release v1.2.0

42452a811156bba238720a41a5813b17b715e4b1 authored about 9 years ago by Leonid Makarov <[email protected]>
Bump version to 1.2.0

f6c1a0d20aec7629fc131acd88110f315662ae33 authored about 9 years ago by Leonid Makarov <[email protected]>
Update cli tools description in docs

b420c584ace01752948ff83a920965614042b319 authored about 9 years ago by Leonid Makarov <[email protected]>
Update system requirements - add minimal versions

4805b03472707026d37865f9230e8c1e9f71de52 authored about 9 years ago by Leonid Makarov <[email protected]>
Document MySQL DB access for external tools

f71447ce1b555172040f21a12ad3a25526949607 authored about 9 years ago by Leonid Makarov <[email protected]>
Bump docker-compose version for Ubuntu to v1.5.0

0e39e864c28199e2f44a6de8d925f2f732189d71 authored about 9 years ago by Leonid Makarov <[email protected]>
`dsh stop --all` using labels. Fixes #65

fa6a26db17d00c210fe05569230c225caeb4ce99 authored about 9 years ago by Leonid Makarov <[email protected]>
Bump dsh version to 1.8.0

8506ce0fc241e6b135021b1fc7899eae35deabfc authored about 9 years ago by Leonid Makarov <[email protected]>
Replace return with an if in _set_cli_uid

Cannot use return in a child function (this will stop the parent function execution)

83e9bcab34d84efcc7ec032fc0054c59f3e1754b authored about 9 years ago by Leonid Makarov <[email protected]>
Allow to override the user id in the cli container via DRUDE_SET_UID env variable

360f181047483fd714586f1378e6c1f31b9bef05 authored about 9 years ago by Leonid Makarov <[email protected]>
Split lines

bae6787bf865788e742c4b3ca266799747289572 authored about 9 years ago by Leonid Makarov <[email protected]>
Point dns service to 8.8.8.8 to prevent it from recursing to itself

5fba0e1409bab6796bdde39109728eb21a018ea3 authored about 9 years ago by Leonid Makarov <[email protected]>
Add docker-compose installation for Ubuntu

5ac5fa8924d29122cf240d469df926abcc2ea8b6 authored about 9 years ago by Leonid Makarov <[email protected]>
Fix help. Fix self-update failure reporting

72a345085db76980fd15761e0a33701e43b34a8f authored about 9 years ago by Alexei Chekulaev <[email protected]>
Merge pull request #64 from blinkreaction/develop

Release v1.1.0

2bbe403b2514acba24e376816fcef33703d5fea2 authored about 9 years ago by Leonid Makarov <[email protected]>
Bump version to v1.1.0

bf7ae30f69aa61de2f272453bdd9356be374716b authored about 9 years ago by Leonid Makarov <[email protected]>
Update domain names for containers

4ddfabca1708a77c917eedc4332ca2549e774976 authored about 9 years ago by Leonid Makarov <[email protected]>
Bumping dsh version to 1.7.0

2e53c7eec036538af63cb5f62718fa8a97112ac6 authored about 9 years ago by Leonid Makarov <[email protected]>
Minor cleanup

44a048314d6944253b4e7523b140fe797540b57e authored about 9 years ago by Leonid Makarov <[email protected]>
Detect project root based on docker-compose.yml file or .drude directory presence

c2d723c291d5058a01f644ff7e49481738a35d41 authored about 9 years ago by Leonid Makarov <[email protected]>
Allow drush and drush cc to be run anywhere

db85fd319a89e9314e9642021e780fff17ef3bb4 authored about 9 years ago by Leonid Makarov <[email protected]>
Deprecate get_project_root_path(), pass PROJECT_ROOT to init script

e9de7c77ef60209b0ccf46af8864f8a23c769d12 authored about 9 years ago by Leonid Makarov <[email protected]>
Cosmetic changes in dsh

eb6b53316ce48694894a2789430f75db0a74e7da authored about 9 years ago by Leonid Makarov <[email protected]>
Update dsh

Fix scripts.sh path

e2461fb551fed955e0eb6cc3496be0e48008b2a9 authored about 9 years ago by Leonid Makarov <[email protected]>
Update system-requirements.md

Clarify that prerequisites installation is automated

f49f6cb820714e3d5549624ab03928780fdcffd9 authored about 9 years ago by Leonid Makarov <[email protected]>
Bump dsh version to 1.6.0

6e7a9288ba4d50ee2ff58d7babdedad0f2cd6aac authored about 9 years ago by Leonid Makarov <[email protected]>