Ecosyste.ms: OpenCollective

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

Docksal

Docksal is making local development and project onboarding a one step process.
Collective - Host: opensource - https://opencollective.com/docksal - Website: https://docksal.io - Code: https://github.com/docksal

PROXY_ACCESS_LOG variable

- Make it possible to turn access logging in nginx on/off (off by default) using env PROXY_ACCES...

github.com/docksal/service-vhost-proxy - 2784d19ae63bcd3b82042393731fe01a5f4b5223 authored almost 7 years ago by Leonid Makarov <[email protected]>
Use ARG instead of ENV for versions

github.com/docksal/service-vhost-proxy - 8a418bdc05737678f7d9e6ec653c87f465011d5b authored almost 7 years ago by Leonid Makarov <[email protected]>
Push to Docker Hub with Travis

github.com/docksal/ci-agent - 621d593655bbdf5a6f95edfacb2c2017c337b680 authored almost 7 years ago by Leonid Makarov <[email protected]>
Renaming to docksal/ci-agent

github.com/docksal/ci-agent - a3e2d0f3c18b12ff15f52a285b5b45e49b2731b5 authored almost 7 years ago by Leonid Makarov <[email protected]>
Updated README and added examples

github.com/docksal/ci-agent - a8af18615cb39331a2e1de7ee73e83faad8c8003 authored almost 7 years ago by Leonid Makarov <[email protected]>
Added rsync

Closes #8

github.com/docksal/ci-agent - 3dace31fdb1dee93a96b14340764883fa03aec05 authored almost 7 years ago by Leonid Makarov <[email protected]>
build-acp: check BITBUCKET_API_AUTH is set

github.com/docksal/ci-agent - a7167a9aa15672cf74e5fd15a4fcd1417ad51441 authored almost 7 years ago by Leonid Makarov <[email protected]>
build-acp: allow specifying a subpath within the destination path

github.com/docksal/ci-agent - 36cacf69a449286568d2ac682c9b4e59dd4ae88f authored almost 7 years ago by Leonid Makarov <[email protected]>
Bump versions

docker 17.09.01
docker-compose 1.18.0

github.com/docksal/ci-agent - 9f995b1506dda16358d9dfb475f214b6d4aab4b5 authored almost 7 years ago by Leonid Makarov <[email protected]>
Add default-nodb stack (Relates to #427)

github.com/docksal/docksal - 11326a3c8815449ea9fa767f794abe6a03aaf375 authored almost 7 years ago by Alexei Chekulaev <[email protected]>
Fix docker tagging in .travis.yml

github.com/docksal/service-cli - 89b06d0edf31fb1d46334559190793984422a5ab authored almost 7 years ago by Leonid Makarov <[email protected]>
Merge pull request #20 from docksal/feature/refactoring

Refactoring. Prep for 2.0 release

github.com/docksal/service-cli - 7de7137d38f1bc3286a787e3b01248b5787dbeae authored almost 7 years ago by Leonid Makarov <[email protected]>
Use TravisCI to push images to Docker Hub

github.com/docksal/service-cli - 5057d4a7d096949561e2f043824130fa5d8f5016 authored almost 7 years ago by Leonid Makarov <[email protected]>
Merge pull request #19 from docksal/proxy-buffers

Increase proxy buffers to 256k

github.com/docksal/service-vhost-proxy - 54a9c7005074175c49361abed3d4a25740bb542b authored almost 7 years ago by Leonid Makarov <[email protected]>
Increase proxy buffers https://stackoverflow.com/a/13896157/1359178

github.com/docksal/service-vhost-proxy - af32e8f5ba9f8e92b313878ba1d1de7a8f24d667 authored almost 7 years ago by Alexei Chekulaev <[email protected]>
Disable xdebug by default

Kill docker-php-ext-xdebug.ini. Necessary for PHP 7.2, but added to all for consistency.

github.com/docksal/service-cli - aedd96f0add07c34c453b3e05dcfb7f6c7b923f0 authored almost 7 years ago by Leonid Makarov <[email protected]>
pecl stdin/stdout to /dev/null

Necessary for imagick with 7.2 installation which expects interactive input

github.com/docksal/service-cli - 8457cacd5517be1521cf0c6e185833c491ad75a7 authored almost 7 years ago by Leonid Makarov <[email protected]>
Added html2text and libfcgi0ldbl for PHP 7.x images

github.com/docksal/service-cli - 494dc787cad9710af1e7cf1645261588495fcf24 authored almost 7 years ago by Leonid Makarov <[email protected]>
It's memcached, not memcache extension for PHP 7.x...

github.com/docksal/service-cli - 7d5f1ca71365aacd3b817ac2798f8592f61f8f35 authored almost 7 years ago by Leonid Makarov <[email protected]>
Unmute pecl

github.com/docksal/service-cli - 6bf0b24b58c01a81be20a5fda82207010cb97fdb authored almost 7 years ago by Leonid Makarov <[email protected]>
Merge pull request #10 from aczietlow/gitlab-support

fixes #9 by adding support for GitLabCI

github.com/docksal/ci-agent - 383267d4376411eca1138a0050e0096569a6c0bd authored almost 7 years ago by Leonid Makarov <[email protected]>
Fix pecl extensions

Removed unnecessary ssh2 and xdebug from 7.x images

github.com/docksal/service-cli - 81f93b71a5a02cb5e74966a034eba6fa03160982 authored almost 7 years ago by Leonid Makarov <[email protected]>
Refactoring tests

- fixing xdebug
- fixing php-fpm overrides
- testing with cgi-fcgi inside cli
- removing depende...

github.com/docksal/service-cli - 0178c3abb16965be9c58c409ed0afcf8e6cf992e authored almost 7 years ago by Leonid Makarov <[email protected]>
Mute apt-get purge in Dockerfiles

github.com/docksal/service-cli - 1cf5746411d53f36c9231846abcd4548dee35240 authored almost 7 years ago by Leonid Makarov <[email protected]>
Fix tests

- added missing xdebug in php-modules.txt
- use php_value in fpm settings, since php_admin_value...

github.com/docksal/service-cli - e96840bc0442d15fc6be7d945d9f923651a24485 authored almost 7 years ago by Leonid Makarov <[email protected]>
Fix FROM php:7.2-fpm

github.com/docksal/service-cli - 1119b61395bf9583e57ac2745c7f61f57605a5b8 authored almost 7 years ago by Leonid Makarov <[email protected]>
Fix ssh2 and xdebug install from source

github.com/docksal/service-cli - e5f093877172de75c5e3012210be44a9dc036ee8 authored almost 7 years ago by Leonid Makarov <[email protected]>
Don't use -x with node/nvm install

It prints just too much stuff

github.com/docksal/service-cli - 0fdf7d814d30942dfbe183c5a43d60c23127c1f7 authored almost 7 years ago by Leonid Makarov <[email protected]>
Renamed php-cli.ini into php.ini in tests

github.com/docksal/service-cli - d777b7ffbd302356c6f0d36fcb0967554ab949a9 authored almost 7 years ago by Leonid Makarov <[email protected]>
Removed 5.6 and 7.2 tests

github.com/docksal/service-cli - 4bb00c55d37e8f589c56af7ed5b8bf8be22c7541 authored almost 7 years ago by Leonid Makarov <[email protected]>
Remove .git after git clone

github.com/docksal/service-cli - abbb546019b84980a1b6f3054de291ac9fc8de73 authored almost 7 years ago by Leonid Makarov <[email protected]>
Mega refactoring: 7.0, 7.1, 7.2

github.com/docksal/service-cli - 521d52c88c3ab0d98111744d3a6a81063f281d05 authored almost 7 years ago by Leonid Makarov <[email protected]>
Reduce build log verbosity

github.com/docksal/service-cli - b7e015b2b51a74f19174c029b357603433caf228 authored almost 7 years ago by Leonid Makarov <[email protected]>
Refactoring (5.6)

- removed Prezto
- restructured RUN commands in Dockerfile
- use tabs for indentation
- renamed ...

github.com/docksal/service-cli - 2deca08b7235254286c90c47d7367f1adae1efa1 authored almost 7 years ago by Leonid Makarov <[email protected]>
Merge pull request #13 from fjmk/use-official-phpfpm

Use official phpfpm

github.com/docksal/service-cli - b880412369c85f52fc90b15d32cc74ee44ab30e4 authored almost 7 years ago by Leonid Makarov <[email protected]>
Use travis_retry

Retry builds, as pecl.php.net tends to time out often

github.com/docksal/service-cli - 87351e9945a3a193d33106075c800b39289d47ad authored almost 7 years ago by Leonid Makarov <[email protected]>
fixes #9 by adding support for gtlab CI.

github.com/docksal/ci-agent - fbd6b38a0c7e5bea9a2a3c4d1b33f320cda045d4 authored almost 7 years ago by Chris Zietlow <[email protected]>
Fix typo (Fixes #424)

github.com/docksal/docksal - 72dca43dc3891c09fac3dbc8965988023a676d7e authored almost 7 years ago by Alexei Chekulaev <[email protected]>
Merge pull request #423 from docksal/develop

Release 1.6.1

github.com/docksal/docksal - f278522b4813249d1a4d513d20bfa3e5c14e0229 authored almost 7 years ago by Leonid Makarov <[email protected]>
Changelog updates

[ci skip]

github.com/docksal/docksal - 6a6118d57164cb81f3a1a80abe7688fdb5a03f17 authored almost 7 years ago by Leonid Makarov <[email protected]>
Updated Xdebug configuration and docs. Fixes #420

- Removed PHP_IDE_CONFIG=serverName=${VIRTUAL_HOST} from the default stacks
- Updated xdebug.md
...

github.com/docksal/docksal - cb806ebc778b906759bea75b5ba1b45d76ab310d authored almost 7 years ago by Leonid Makarov <[email protected]>
Changlog updates for 1.6.0 and 1.6.1

[ci skip]

github.com/docksal/docksal - 39f75bb34daacd61b5fe90053fa8f2b4b2725150 authored almost 7 years ago by Leonid Makarov <[email protected]>
Version bump 1.43.2

github.com/docksal/docksal - 9a821a5aa3d414b364dfa58c63cc42cdaff48070 authored almost 7 years ago by Leonid Makarov <[email protected]>
Revert "Check for kext on VirtualBox install on Mac"

This reverts commit 525930fd139eb46cf82df9fb6d20c88bc97f2417.

github.com/docksal/docksal - d5a1ecd660985e29a96283478c5ab56fe5e8dc0a authored almost 7 years ago by Alexei Chekulaev <[email protected]>
Revert "Check for kext on VirtualBox install on Mac"

This reverts commit 2724c803cbadba1b2ff0f96dc790c2c9bc64264b.

github.com/docksal/docksal - 260c8a5f0e2ebc8ca060185dd0927d67e7a0d211 authored almost 7 years ago by Alexei Chekulaev <[email protected]>
Revert "Proper wait for VirtualBox installation to finish"

This reverts commit 68d99342b3c6572bd99ec9bae667960e07710494.

github.com/docksal/docksal - c9e3f2f7745f56c6fb22a89bd5632470aafe15ea authored almost 7 years ago by Alexei Chekulaev <[email protected]>
Revert "1.44.0. Check whether VBox kernel extension was enabled and restart VirtualBox installation if it was not"

This reverts commit 0c0d765639264aac6338ce43a79aa5b3dd933248.

github.com/docksal/docksal - e9a803a97b089966494a3e71a70124ee20e52fda authored almost 7 years ago by Alexei Chekulaev <[email protected]>
1.44.0. Check whether VBox kernel extension was enabled and restart VirtualBox installation if it was not

github.com/docksal/docksal - 0c0d765639264aac6338ce43a79aa5b3dd933248 authored almost 7 years ago by Alexei Chekulaev <[email protected]>
Proper wait for VirtualBox installation to finish

github.com/docksal/docksal - 68d99342b3c6572bd99ec9bae667960e07710494 authored almost 7 years ago by Alexei Chekulaev <[email protected]>
Check for kext on VirtualBox install on Mac

github.com/docksal/docksal - 2724c803cbadba1b2ff0f96dc790c2c9bc64264b authored almost 7 years ago by Alexei Chekulaev <[email protected]>
Check for kext on VirtualBox install on Mac

github.com/docksal/docksal - 525930fd139eb46cf82df9fb6d20c88bc97f2417 authored almost 7 years ago by Alexei Chekulaev <[email protected]>
Check for docker-machine binary existence during vm stop on update

github.com/docksal/docksal - 3a39dbf51d314ab4e5050ee70c486a600906f980 authored almost 7 years ago by Alexei Chekulaev <[email protected]>
Added deprecation notice

github.com/docksal/backstopjs - 71e921b3ac6fb58cf9b8ee422a453499eddd0aca authored almost 7 years ago by Leonid Makarov <[email protected]>
1.43.1 Adjusted CI check

Consider we are in a CI environment if CI variable is not empty

github.com/docksal/docksal - 3781c4c5b024f8411f95f7f8c7cf2626406311ad authored almost 7 years ago by Leonid Makarov <[email protected]>
Added ability to lock Docksal updates

Set DOCKSAL_LOCK_UPDATES to anything in $HOME/.docksal/docksal.env to lock updates. Useful on CI...

github.com/docksal/docksal - 14fee1c09a8cbd45cde6865263c0b553b89fa9e6 authored almost 7 years ago by Leonid Makarov <[email protected]>
WSL support (beta) (#421)

Closes #407 Investigate WSL

github.com/docksal/docksal - 2141c6b3a8944fdf3370041d6cc1b7adb1fc3851 authored almost 7 years ago by Alexei Chekulaev <[email protected]>
Added Netlify redirect for test.docksal.io

github.com/docksal/get.docksal.io - 7211becb03da19f4daa8d314073afd6d8c37a41c authored almost 7 years ago by Leonid Makarov <[email protected]>
refactor php.ini settings in php 7.2

github.com/docksal/service-cli - 926519a0ac9b69dc93098e2abeefa32d61bad841 authored almost 7 years ago by Frans Kuipers <[email protected]>
refactor php.ini settings in php 7.1

github.com/docksal/service-cli - dc2413b02898ea9da424b6b77076373ca65d7ca0 authored almost 7 years ago by Frans Kuipers <[email protected]>
refactor php.ini settings in php 7.0

github.com/docksal/service-cli - 0be29c5b3a1695fe99c6126611d5becd017ae47d authored almost 7 years ago by Frans Kuipers <[email protected]>
fin logs unison - show unison log

github.com/docksal/docksal - 28aabbe823da1b71659a50bac24ceec764ca427a authored almost 7 years ago by Alexei Chekulaev <[email protected]>
1.42.0. Support Unison volumes. Ability to wait for initial sync

github.com/docksal/docksal - 02cf03fa251210e590dfc7f5918a414329d08cb9 authored almost 7 years ago by Alexei Chekulaev <[email protected]>
1.41.1. Export DOCKSAL_ENVIRONMENT and DOCKSAL_STACK to make them available to custom commands and addons

github.com/docksal/docksal - fce8f506992cd8127a9f5ad519e5b130e987b10a authored almost 7 years ago by Alexei Chekulaev <[email protected]>
Merge pull request #418 from docksal/develop

Release 1.6.0

github.com/docksal/docksal - b071dadc9aadccb8a9a72ff3e3b3884c4ec09a39 authored almost 7 years ago by Leonid Makarov <[email protected]>
Updated changelog

github.com/docksal/docksal - 852fd445ed7f89bdd422532281195b42a19c2f97 authored almost 7 years ago by Leonid Makarov <[email protected]>
Update changelog

github.com/docksal/docksal - 41f696beefde62f3434bc43c6f8248b1bf8eec29 authored almost 7 years ago by Leonid Makarov <[email protected]>
Old code cleanup

Removed code marked for removal in September 2017

github.com/docksal/docksal - 5a338ce6fa35f2484f834b7ce717000c588ef6af authored almost 7 years ago by Leonid Makarov <[email protected]>
Don't do check_docker_running for fin reset network

github.com/docksal/docksal - 088cedcd48467571eb4749503d6ca48b74ee6c48 authored almost 7 years ago by Leonid Makarov <[email protected]>
Fix typos

github.com/docksal/docksal - 101bb846e7e5e17fa0d88d26afa531d03015765d authored almost 7 years ago by Alexei Chekulaev <[email protected]>
Update CHANGELOG

github.com/docksal/docksal - 9b37b338ed0cfb9f95d8a41178c8ced2c7a82a7f authored almost 7 years ago by Alexei Chekulaev <[email protected]>
'ssytem' error is intentional

github.com/docksal/docksal - 4abd1ee459167819b6806256b21f51975dd09d21 authored almost 7 years ago by Alexei Chekulaev <[email protected]>
Fixed version comparison function in init

github.com/docksal/boilerplate-drupal8 - 1c62439252640e039ae21dba100fe4e02adb4374 authored almost 7 years ago by Leonid Makarov <[email protected]>
Set proper db permissions in fin create db. Fixes #371 (#372)

* Set proper db permissions in fin create db

- renamed mysql function to _mysql to avoid conf...

github.com/docksal/docksal - a94ae1e0c6176799d0f3f62056867ab8bc0ba43e authored almost 7 years ago by Leonid Makarov <[email protected]>
Revert "Improve native mode documentation for Windows. (Relates to #359)"

This reverts commit 390ff27ecdbe9a0d05b4a7f7ff85c21c570de625.

github.com/docksal/docksal - a9d78f769cd65e728dcb17b145231d8cfb32e5c3 authored almost 7 years ago by Leonid Makarov <[email protected]>
1.40.0. Enrich <project> commands subset. (#404)

* 1.40.0. Enrich <project> commands subset.

From now on the default way to launch commands ag...

github.com/docksal/docksal - 6fe4bfb217ccff1a790db08594e1e10101cfa1de authored almost 7 years ago by Alexei Chekulaev <[email protected]>
Merge pull request #402 from docksal/feature/fix-update-virtualbox

Fix the bug that virtualbox update breaks docker-machine upgrade.

github.com/docksal/docksal - cbc7a3d770ccc5deffd73c59d624618b1933c843 authored almost 7 years ago by Leonid Makarov <[email protected]>
Improve native mode documentation for Windows. (Relates to #359)

github.com/docksal/docksal - 390ff27ecdbe9a0d05b4a7f7ff85c21c570de625 authored almost 7 years ago by Alexei Chekulaev <[email protected]>
1.38.0. Laravel project creation wizard

github.com/docksal/docksal - 1dcba0ed6b91af1d7e59ed3bbf9cccb0cfdb5191 authored almost 7 years ago by Alexei Chekulaev <[email protected]>
Improve messaging

github.com/docksal/boilerplate-laravel - b7caf4455099cb1aa884300167e8d3179da0afd5 authored almost 7 years ago by Alexei Chekulaev <[email protected]>
Merge branch 'master' of https://github.com/docksal/example-laravel

github.com/docksal/boilerplate-laravel - e4f4e01bd5e39054358311ae726e54a27c2babe0 authored almost 7 years ago by Alexei Chekulaev <[email protected]>
Minor init fix

github.com/docksal/boilerplate-laravel - 494f48a99e50e779f3696cc505c72ecf964f709e authored almost 7 years ago by Alexei Chekulaev <[email protected]>
1.37.0. Gatsby JS project creation wizard

github.com/docksal/docksal - 905a5e76be2a1d8a53b9c0232fe5f6422db028d4 authored almost 7 years ago by Alexei Chekulaev <[email protected]>
Merge branch 'master' of https://github.com/docksal/example-gatsby

github.com/docksal/boilerplate-gatsby - 0e9ddd47c0c43c5801ec4599b80d12f0a5df7cfe authored almost 7 years ago by Alexei Chekulaev <[email protected]>
A lot of updates to init

github.com/docksal/boilerplate-gatsby - f99aba4ce317f7674821365ffc5b0276ec321b00 authored almost 7 years ago by Alexei Chekulaev <[email protected]>
1.36.0. Grav project creation wizard

github.com/docksal/docksal - c0c3d1b8a450c9c97f298f7f7be526f11f73d0b2 authored almost 7 years ago by Alexei Chekulaev <[email protected]>
Replace ~/.docksal with $HOME/.docksal in the documentation

github.com/docksal/docksal - 8afe002192f768c378691cfe43d64358b812f910 authored almost 7 years ago by Alexei Chekulaev <[email protected]>
Fix typo

github.com/docksal/boilerplate-laravel - c927feabd2b7379afc5cc674d3974334eaa1576e authored almost 7 years ago by Alexei Chekulaev <[email protected]>
Create README.md

github.com/docksal/boilerplate-laravel - 649c6aa07aee673c4442567dfeb67b2ef85b10b8 authored almost 7 years ago by Alexei Chekulaev <[email protected]>
Improve init

github.com/docksal/boilerplate-laravel - bfef9a7f00b3d4b2af165406f41a7ba039a98aa7 authored almost 7 years ago by Alexei Chekulaev <[email protected]>
Improve init

github.com/docksal/boilerplate-laravel - e5e22c704520c1f2d6c8deda7d38133ab2dd6771 authored almost 7 years ago by Alexei Chekulaev <[email protected]>
Change laravel folder name

github.com/docksal/boilerplate-laravel - 29dfbb03574fe43a4cbbe7853ab0d2576a2c2062 authored almost 7 years ago by Alexei Chekulaev <[email protected]>
init as addon

github.com/docksal/boilerplate-laravel - f8bdd36796a21ca32561541fe4759f807d8ea196 authored almost 7 years ago by Alexei Chekulaev <[email protected]>
Initial commit

github.com/docksal/boilerplate-laravel - 72f6354e52dfddff2e7d04927fae0a139f92bdb5 authored almost 7 years ago by Alexei Chekulaev <[email protected]>
Update README.md

github.com/docksal/boilerplate-gatsby - d3fee483a11e90173a5ae9e878748d1a49cc75ac authored almost 7 years ago by Alexei Chekulaev <[email protected]>
Create README.md

github.com/docksal/boilerplate-grav - ff999695e26f1c08edffb2d89affeafe96c1fc4c authored almost 7 years ago by Alexei Chekulaev <[email protected]>
Create README.md

github.com/docksal/boilerplate-gatsby - f1814ff2fddb8bc9bf44ee6d9886f3c629185014 authored almost 7 years ago by Alexei Chekulaev <[email protected]>
1.36.0. Add possibility for add yml files based on $DOCKSAL_ENVIRONMENT. Relates to #383 #354

github.com/docksal/docksal - 3bcc078e44d9adb51882c89bac076bf5c9dad646 authored almost 7 years ago by Alexei Chekulaev <[email protected]>
Delete unneeded files

github.com/docksal/boilerplate-gatsby - d6971f9e7e269df7e4086a1d8a6cff7a5d620929 authored almost 7 years ago by Alexei Chekulaev <[email protected]>
Update init

github.com/docksal/boilerplate-gatsby - 53c8f44d1e4e12f375b2ef344e9f5b1a21aa0286 authored almost 7 years ago by Alexei Chekulaev <[email protected]>
Update init

github.com/docksal/boilerplate-gatsby - fc521a03aee09e8e666dd1f64486f4d6745d7e7e authored almost 7 years ago by Alexei Chekulaev <[email protected]>