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

ssh_add optimizations

- check_docker_running
- only copy keys when necessary

ca363f807884b5bcbf80b282f2265e2eeb02018a authored over 7 years ago
Remove debug lines from _set_cli_uid

[ci skip]

f6c72d82d94623bed43a347f5baeb67f4d6b713b authored over 7 years ago
Use nocopy mode for project_root volume

This tells Docker to not merge the content of the volume with the destination directory in the c...

51d47acf0436b119434f56cff74c64b2029ccd5d authored over 7 years ago
1.11.2 _set_cli_uid refactoring

a3acf1528359d7cdc58fd9ac8e458bd62e80ec14 authored over 7 years ago
Removed defaults for HOST_UID: HOST_GID

HOST_UID: HOST_GID can be passed without setting the default values in docksal.yml

8e56c0de1f136359135ed5c554760d1f5d1cc525 authored over 7 years ago
Set COMPOSE_CONVERT_WINDOWS_PATHS=1. Fixes #213

https://docs.docker.com/compose/reference/envvars/#compose_convert_windows_paths

7201dcd83ae25f4bb3d565b03b0afbb939de49ac authored over 7 years ago
Update dependency versions. Closes #219

- docker v17.04.0-ce
- docker-compose v1.13.0
- docker-machine v0.12.0
- VirtualBox v5.1.22
- wi...

8540d12b34a975100242fb7527747d6417f07698 authored over 7 years ago
Assume bash if no command was given in run_cli

d47181e6496ec6f42b144fe0c8053db77ee6c361 authored over 7 years ago
Exclude more commands from load_configuration

- docker-compose, dc
- stop -a, stop --all

817081a7201653bce700ee6325df5bd0923a965a authored over 7 years ago
Updated memcached settings and docs

- Switched to memcached:1.4-alpine
- Fixed: memory limit settings were not working after we swit...

336111ea4c682e4170563c7356e35c461b2af187 authored over 7 years ago
Updated blackfire.md

Added "Debugging cli commands" instructions

[ci skip]

4806696c3aa73f9833b9570217a31bb6664c4b80 authored over 7 years ago
Update Behat docs. Fixes #259

Include DNS settings for the service

e1641f1ff753d5fd6789453c6ca3881d6018de28 authored over 7 years ago
Update Solr docs

- Added Solr versions
- Updated Search API setup instructions

f18a09a462040efd1f9a8c266226582893756594 authored over 7 years ago
Removed debug output in _healthcheck_wait

[cin skip]

441ce5091fd37c06595eec9a0e100d16c637578f authored over 7 years ago
Bump fin version 1.11.0

[ci skip]

8f9b541516ace0e03d71588e4828609060028ea9 authored over 7 years ago
Merge pull request #252 from docksal/feature/healthcheck

Replace sleep with a true healthcheck for cli. Fixes #225

f2b820a281bf729b2847bd0052ab9901e53986dc authored over 7 years ago
Increase delay for legacy cli images startup to 10s

deab11087119a4e7af201d644ada0cad655251cb authored over 7 years ago
Added a timeout after which we give up trying the healthcheck

04149e78ec11f2254a3e7ff4b6ddfb4b74dafe0f authored over 7 years ago
Replace sleep with a true healthcheck for cli

Requires docksal/cli version edge (or 1.3.0+ eventually). Falls back to `sleep 5` for older vers...

7fe795db59bef58a487855eac4c76a5ed2a8ea71 authored over 7 years ago
Updated env-setup-native.md

`fin reset network` is necessary (to remove the loopback adapter IP alias) prior to starting the VM

2be692ab0b0dc8404b6822dca23216afc884aa83 authored over 7 years ago
Merge pull request #228 from docksal/develop

v1.3.1

f19d6afcd43106ef474afbb2f9afb926ea729043 authored over 7 years ago
Minor text change

[ci skip]

ff563f986c377e342144ab254f4ff623ea7a9128 authored over 7 years ago
Changed "--config" to "--stacks" argument in fin update

"--config" is now deprecated and will be soon removed

400d07e65c8937ca179c901d17b4bea825a6b556 authored over 7 years ago
Updated default HOST_UID and HOST_GID values

1000:100

2f0a11537b4b5d0d0e7a7241633a5e593a3a7402 authored over 7 years ago
Bump fin version and update CHANGELOG

[ci skip]

c70928f689145f18f520f55eb133197c10e91b6c authored over 7 years ago
Merge pull request #244 from docksal/feature/dns-resolver-refactoring

DNS resolver refactoring. Fixes #242

f977ceb3eaa3dee6c8d979d2919983b9a5626083 authored over 7 years ago
Adding DOCKSAL_DNS_DEBUG flag

cb6286c6a8dfa11ba7391f49b114ee6233d8696e authored over 7 years ago
Fix typo in nslookup command

c25c5d16a7bf56206652097ad2e501def2f63d40 authored over 7 years ago
Update docs regarding the DNS resolver

[ci skip]

1f3ab67dd7ed7316cc5eb6d037760fa7f843328a authored over 7 years ago
Adding configure_resolver "off" mode

This will revert resolver settings when the VM is stopped, killed, removed

d04810c5f63ab2921d55d47a1ce58b2725bb99c7 authored over 7 years ago
Set interface metric on Windows

Also exclude "reset network" from load_configuration

0e57bc60d7e7b1a350222c30ef395213783bd5ef authored over 7 years ago
Set interface metric on Windows

This makes sure our VBox adapters is the first in the list and thus it's DNS server settings wil...

ace56358aa875b4bc0ab04ba6f4b3c48113def8b authored over 7 years ago
Refactoring DNS settings

- Doing a DNS probe to make sure the upstream DNS server is reachable
- Using 8.8.8.8 a the defa...

b4e906a4a1124eabcb2abc0074890fd35d2c88c8 authored over 7 years ago
Exclude debug from load configuration

73b6c24800ea02faa9632c4bd800260e255cc0fa authored over 7 years ago
1.9.6 fix vm env command

891f887dc0c9ee50d6f08decef5157e652109e8f authored over 7 years ago
Update troubleshooting-smb.md

357df98e2b75630310627a7d5a6436de3ea6b4d8 authored over 7 years ago
Update troubleshooting-smb.md

0718ee20e8e42b5faa8c8a8230b6c04978b5a96d authored over 7 years ago
1.9.5. Bump version

e9894590de2aea4f8531f9ac1e36abf6fb5462bf authored over 7 years ago
Change output of registry command to display image tags in more usable way

Display tags in a way that that they can be copied and easily pasted into docksal.yml

a3dc33ca1efec4647b17568a9f0edb4562670728 authored over 7 years ago
Ban single quote character from password. Warn about illegal characters in password

be3d84df50dce034b837dcad9b320d39a533d72a authored over 7 years ago
Fix issue with "nexport" warnings in babun

ba216b9399939f00159429ced83db4ebc70e79f8 authored over 7 years ago
Update SMB troubleshooting

7fd8cbe60685d554c54f4aa604901500cd174913 authored over 7 years ago
SMB Shares creation and mounting troubleshooting doc. Fixes #229

8841545cbcab04647f38500c20d761779e6c8e50 authored over 7 years ago
Update CHANGELOG.md

1ae1b0d0af2c9087d2b28cef9be961296c6a5827 authored over 7 years ago
1.9.2 Fix edge case with versions comparison

6342bc2f220c174b82ff15439f85aced3b17c5de authored over 7 years ago
Bump fin 1.9.1

[skip ci]

ed46ca02b68794093253cb453dd9f4c7ac20e214 authored over 7 years ago
cli uid/gid setting fixes

- give cli a little more time to start (uid/gid overrides may not propagate within 1s)
- don't r...

047642d7649945f794041dcd778d574dd5fa6c48 authored over 7 years ago
Silence ifconfig -alias

Fixes: "ifconfig: ioctl (SIOCDIFADDR): Can't assign requested address" when trying to remove the...

1aafa7c5d607bf4f1ef33237af2e5f31889ed632 authored over 7 years ago
DOCKSAL_DNS2 regression fix

969ba7819b5c5252f98b8043ed02f5a9c7f2de09 authored over 7 years ago
Merge pull request #206 from docksal/develop

Release 1.3.0

f43f9424b14d80299f446289ebb076186d6e285d authored over 7 years ago
Updated changelog

[ci skip]

0e4afaa20102cc9020fa670fdb5cbb306a485bd5 authored over 7 years ago
Docs - analytics.md

[ci skip]

0a2f888fe29553fd45dddbb9fd14266ab236934a authored over 7 years ago
DNS resolver and native Docker apps docs updates

[ci skip]

8b590b93772b33644249cee83f83546fa0bfca8d authored over 7 years ago
Bump fin version 1.9.0

436a95bdf8c69de93a48b0988e987312d931dfd5 authored over 7 years ago
Merge pull request #215 from docksal/feature/proxy-dns-bind-refactoring

- DNS and proxy IP binding refactoring (support Docker for Mac/Win)
- Windows DNS resolver!

e25f1b8e3b8038b850f143e0b5eac3e0e6441986 authored over 7 years ago
Trigger configure_resolver on vm start

64eb203a31f6e7133861994dfacaca1bf2056468 authored over 7 years ago
Flush DNS cache on Windows

1f3c37159f09c6501d2715dc3b3e47be85d5b517 authored over 7 years ago
configure_resolver_windows

0ab8391df7196c0e1d2bfcfa5de7a1f11502b3b1 authored over 7 years ago
Simplify DNS configuration variables

- using a single IP for D4M and D4W (192.168.64.100)
- simplify DNS configuration
- return back ...

a6ec43fb573d5be8fdbc994666ea285791de5f59 authored over 7 years ago
Docker for Mac: use a static IP address alias for system service bindings

cd98f4c46149c8e1454388d968ca7b00957a873e authored over 7 years ago
Docker for Win: use a static IP address alias for system service bindings

d8749e602d909a0219bfb96eb148919a8216920a authored over 7 years ago
Revising DNS IPs again

Tested and works on boot2docker and Docker for Mac

a62e4253eb9f0aad1592eb9d7963f6b464eeea8f authored over 7 years ago
Fixing a regression with overridable dns and proxy variables

dab2492dc960905d9bbd45d4c6e9e1c04cc316be authored over 7 years ago
Update db-sandbox.md

6f1b01d4b087ba401916fd5230402455ad03a2da authored over 7 years ago
DNS and proxy IP binding refactoring. Fixes #214

- Set DOCKSAL_IP and DOCKSAL_HOST_IP based on the environment (support D4M and D4W)
- Bind proxy...

d1b8a30ccae90ae7c1673ca8fe27e6287de09646 authored over 7 years ago
fin pl should not load configuration

ed7737458b1893a6ec5debb663371abeaea5c5c3 authored over 7 years ago
Bump fin version 1.8.0

0ae97054591098f2941619efb9527d1e951efaf9 authored over 7 years ago
Simplify DOCKSAL_DNS2

This may be deprecated in the future as it may not be necessary at all

c4af301c475de667fcc244b4c23226c993d70a69 authored over 7 years ago
Bind vhost-proxy service to a specific IP. Fixes #183

192.168.64.100 for VBox, 127.0.0.1 for Docker Native
This should help avoid conflicts with local...

d458ed305aecbdaa7ae76d41fbcbb91c6087f99b authored over 7 years ago
Exclude project command from load_configuration

2b3297396bf2950280af067e57b18a39c2d08962 authored over 7 years ago
Exclude fin image from load_configuration

1072e21df98640e9e61ebb0eae588931c7d1c4be authored over 7 years ago
DNS for Docker Native

9bf27f4b07cce04a1b38083828d04b7f50f3572f authored over 7 years ago
Config generate should not load configuration. Fix tests

57c0611bdd672c087f593c906479c2a3c653b43e authored over 7 years ago
Use check_docksal in load_configuration

Because load_configuration only makes sense inside a project. Fixes #178

64da0f68716aa797dd2cd3d246fb69ecdd375d0c authored over 7 years ago
Add keys during containers reset on linux Fixes #180

d2f60112ccebe4a6c705d6fe9cc11fd6eedd6a72 authored over 7 years ago
Improve hosts help

a2958acf88f53a67610e5ba7ba947e0b0e4eb817 authored over 7 years ago
Hosts command support for current VIRTUAL_HOST and DOCKER_NATIVE. Closes #196

fin hosts add - uses current VIRTUAL_HOST if no parameters provided
fin hosts remove - uses curr...

cc93d832b4778d12dcc7d86e3f3111739bb82d28 authored over 7 years ago
Add a note to remove vm-stats

84fc3a34bdc35132a359b7d301efbfa54286ffb6 authored over 7 years ago
Use `rm -f` in update_start_script_shortcut

74e9d42b27279b21882c132db4dae24efeef364e authored over 7 years ago
Improve help

c67f0593f84189eac4629d82b79f4b7fe39c19e9 authored over 7 years ago
Do not load configuration for hosts and run-cli

f5091c6d90bd5fb4022e633298ee147ba692a77c authored over 7 years ago
Improve help

ce4f4f914a3fd52cc92dc5e369238f1481ea6afd authored over 7 years ago
Merge pull request #205 from docksal/feature/windows-smb-refactoring

Windows SMB share/mount refactoring. Fixes #117

672bff2e6487d5b41e1159a8aecba4f8ea073cf1 authored over 7 years ago
Improve error messaging

eaeab7cc0c9b81feffbb58549f480febc612bb7d authored over 7 years ago
Cleanup and fixes

34079c36a1b171e480f2e14ef414777177846f6c authored over 7 years ago
Mount SMB shares with either ntlmssp or ntlm. Fixes #117

- Perform two attempts to mount a SMB share: use ntlmssp by default, use ntlm as a fallback
- Al...

1f1051f98d11f83d7b2253c8abba22d975dd712c authored over 7 years ago
Specifying domain when mounting

May help when a Windows machine is in a domain environment.

86329186ee77a9e7ff1e6e254f1fe3224bea65db authored over 7 years ago
Windows SMB share/mount refactoring

- Using name variables for clarity
- Prefix docksal SMB shares with "docksal-" to avoid conflict...

9e4ba6ab63753e32717ebd6c950be27651eecf6a authored over 7 years ago
Deprecated Docksal console and desktop icon

With the winpty improvements there is no more need in this experimental console approach.

32c07f4677704cca6673e03ebde6cb37a3e0d817 authored over 7 years ago
Merge pull request #202 from docksal/feature/fix-200

Fix #200 - VBox installer path on Windows

43d16604ced86fbac9d6f88123b17bbdac47598f authored over 7 years ago
Fix #200 - VBox installer path on Windows

5b3596693a680584ed59b82dcef126d39c85af87 authored over 7 years ago
Ability to override VirtualBox HDD size during creation. Closes #128

d50e00367514f64ad0ae4421f6d08cc614d39e2e authored over 7 years ago
Merge pull request #190 from timodwhit/fix-native-docker-link

Update Link to properly resolve for native docker

6528750de73defb750d29c381c332ea46b775071 authored almost 8 years ago
Update Link to properly resolve for native docker

e97812732b7ba79470307b0d77f37429d1534eac authored almost 8 years ago
Update the-software.md

7dec091a7db06544c456cfa6a620bf75754c84f8 authored almost 8 years ago
Update drush.md

5d38c5847576f11907db5c78eed3edb29ae94a39 authored almost 8 years ago
Update troubleshooting doc

9260317c05f312c3780a622e028a2353b0da8663 authored almost 8 years ago
Remove some legacy lines

e87ccf1952a3048404715d73feba5c86ffb8ac6e authored almost 8 years ago
Change wording and reduce help by 1 line

fed10fdde2a9bcbc39162a1afda24c99796a0a77 authored almost 8 years ago
fin hosts commands subset (#179)

Can add/remove a host to/from OS-dependent hosts file. Relates to #113

64ffdf9238fc48284003a28a8ac8efff580cf465 authored almost 8 years ago