Ecosyste.ms: OpenCollective

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

OpenDevShop

Open Source Cloud Hosting Platform
Collective - Host: opensource - https://opencollective.com/devshop - Website: https://getdevshop.com - Code: https://github.com/opendevshop

Add mysql port variable.

github.com/opendevshop/devshop.platform - 18a9f6cca84b0be5d4ecae27014cba51a428a73a authored about 2 years ago by Jon Pugh <[email protected]>
Allow `--tags apps` command line to work by running hosts role but skipping services.

github.com/opendevshop/devshop.platform - c4802cb6b8133c46b031416f0be0f209bc13b8b7 authored about 2 years ago by Jon Pugh <[email protected]>
Show ansible variable for the command.

github.com/opendevshop/devshop.platform - e1e03e8bdfafe5cde3521854cdb6aa247aab6b62 authored about 2 years ago by Jon Pugh <[email protected]>
Removing auto role install option

github.com/opendevshop/devshop.platform - 4de06d02a6ac485aa4029992b0d617187ea92024 authored about 2 years ago by Jon Pugh <[email protected]>
Get certificate generation to work

github.com/opendevshop/devshop.platform - 1138eb71fb31aceae8ff559c2af5696c79c6a2dc authored about 2 years ago by Jon Pugh <[email protected]>
Implement apache_vhosts_ssl variable and self signed cert generation

github.com/opendevshop/devshop.platform - 884782c046c2883f4f505a6a3a2077bc4c8d784e authored about 2 years ago by Jon Pugh <[email protected]>
print out the ansible variable name so devs can copy paste

github.com/opendevshop/devshop.platform - b4618f8d4512e006df00ccc64358a3e5a93debfb authored about 2 years ago by Jon Pugh <[email protected]>
Ensure home directory is owned by platform user

github.com/opendevshop/devshop.platform - 97bf9639a5277423421f3129fc991d718f8f3e37 authored about 2 years ago by Jon Pugh <[email protected]>
Remove memory limit for composer calls.

github.com/opendevshop/devshop.platform - feb756fbfb231b5d740373742e0cfa12848d8fa1 authored about 2 years ago by Jon Pugh <[email protected]>
Fix results variable request

github.com/opendevshop/devshop.platform - 52c26b5f90db3495d5629eb09cc35cd16c6095cc authored about 2 years ago by Jon Pugh <[email protected]>
Dont delegate here

github.com/opendevshop/devshop.platform - f3ee56c6d7e717c4c7915027ceec643144de2295 authored about 2 years ago by Jon Pugh <[email protected]>
Set app host facts

github.com/opendevshop/devshop.platform - 64a12b19e4459c6fdc18b8eb1ec2833609313b16 authored about 2 years ago by Jon Pugh <[email protected]>
Run "service" role on app host to gather server side variables when Hosts play is skipped (--tags=apps)

github.com/opendevshop/devshop.platform - 3a4d471af64346475dd4aac96de3030820225813 authored about 2 years ago by Jon Pugh <[email protected]>
Set a working dir for the container

github.com/opendevshop/devshop.platform - bdda2150807e67a9b0995ca4803b4f1ff80866e9 authored about 2 years ago by Jon Pugh <[email protected]>
Use drush without path. It is installed globally.

github.com/opendevshop/devshop.platform - 4c685f211180bcd80d6034d69cd17f9189a45a4d authored about 2 years ago by Jon Pugh <[email protected]>
Create a variable for the composer bin dir so devs can override that and not write their own command stage.

github.com/opendevshop/devshop.platform - 04af62b6624d46a159eff085eaf640ae535070bf authored about 2 years ago by Jon Pugh <[email protected]>
Ensure database name, username, and privileges are consistent.

github.com/opendevshop/devshop.platform - 63cbe2fa951bec2c62b042e407d33c78ddb213c0 authored about 2 years ago by Jon Pugh <[email protected]>
Use 'force_commands' as variable name as 'force_build' is misleading.

github.com/opendevshop/devshop.platform - 3cfe5a05ada1a8d6a1fd67987b142baebba7f8bb authored about 2 years ago by Jon Pugh <[email protected]>
Merge branch 'feature/create/docker' of github.com:opendevshop/devshop.platform into feature/create/docker

github.com/opendevshop/devshop.platform - bd1c8d20d7e0dab5eb42d6591c5a83c8fc807f8d authored about 2 years ago by Jon Pugh <[email protected]>
Dont use readline, its different on mac

github.com/opendevshop/devshop.platform - 4ed3b536f555c1741518be35dc70d8cfbe4d4bcd authored about 2 years ago by Jon Pugh <[email protected]>
Put default var from hosts so we can run w/tag=app;

github.com/opendevshop/devshop.platform - bfb252077a595f0c89489e127fc501452fa2bf36 authored about 2 years ago by Jon Pugh <[email protected]>
Attempt to truncate

github.com/opendevshop/devshop.platform - d582e8158ab399556a8f6337141ec7b16ea9c203 authored about 2 years ago by Jon Pugh <[email protected]>
Truncate db user name as well;

github.com/opendevshop/devshop.platform - afd751ba20047e4f2f04f272d6c6e573f14e2ea1 authored about 2 years ago by Jon Pugh <[email protected]>
Truncate database names to 32

github.com/opendevshop/devshop.platform - 68694807b571d3efbc841e2099b817a400a9b889 authored about 2 years ago by Jon Pugh <[email protected]>
Add collections folder to gitignore

github.com/opendevshop/devshop.platform - 6e50392f8c3fba7aa8b2c391e436e3cfdb354f60 authored about 2 years ago by Jon Pugh <[email protected]>
Add published ports for docker to http service.

github.com/opendevshop/devshop.platform - 6b24b4bedac9dd0a27b5d62ee90fc6ce9ee8369f authored about 2 years ago by Jon Pugh <[email protected]>
Run ansible-galaxy-install if roles are not present.

github.com/opendevshop/devshop.platform - e0a200421f8f820e8b4bd0d4772441f1777d6ede authored about 2 years ago by Jon Pugh <[email protected]>
Allow d script to run from a symlink (so it can run in a project's codebase.)

github.com/opendevshop/devshop.platform - 788e94317bc4ec656092bdbdf662236c4165f831 authored about 2 years ago by Jon Pugh <[email protected]>
Ubuntu 20.04 Support (#701)

* Add ubuntu20 dockerfiles.
* Add ubuntu20 to test matrix.
* Add prepare_ubuntu2004 function t...

github.com/opendevshop/devshop - 4a72feb618b971f8b2292de0b4396fb5de1783bc authored about 2 years ago by Jon Pugh <[email protected]>
Add command volumes and published ports variables.

github.com/opendevshop/devshop.platform - 6dc42701ca4cd42da22e15c98ac6d76aae2971c2 authored about 2 years ago by Jon Pugh <[email protected]>
Feature/robo/cleanup (#699)

- Update github actions to use latest.
- Fix Robofile to work with simplified containers.
- R...

github.com/opendevshop/ansible-role-devmaster - dc3664270b8cb48577803960ce1d963973ec7e27 authored about 2 years ago by Jon Pugh <[email protected]>
Feature/robo/cleanup (#699)

- Update github actions to use latest.
- Fix Robofile to work with simplified containers.
- R...

github.com/opendevshop/devmaster - 95df68dcb7814bbae1a0932648b2793fb9053076 authored about 2 years ago by Jon Pugh <[email protected]>
Feature/robo/cleanup (#699)

- Update github actions to use latest.
- Fix Robofile to work with simplified containers.
- R...

github.com/opendevshop/devshop - 8d040552f474b9cf72b50a3e88e10351b5849829 authored about 2 years ago by Jon Pugh <[email protected]>
Update project

github.com/opendevshop/devshop-composer-template - 5da1f5989af68de4a930a732b4b771a6c5f1ed70 authored about 2 years ago by aegir_client_name <devshop_devmaster_email>
Comment about what this is.

github.com/opendevshop/devshop.platform - 4cd0d10c27c61f16f9865ae3bb77636a661d4732 authored about 2 years ago by Jon Pugh <[email protected]>
Clear out docker mess. (#698)

* Totally redo docker and ansible setup.
* Update github workflow to build the single container...

github.com/opendevshop/ansible-role-apache - 8c2b69e2308b6a38257a531db6d56475f340b744 authored about 2 years ago by Jon Pugh <[email protected]>
Clear out docker mess. (#698)

* Totally redo docker and ansible setup.
* Update github workflow to build the single container...

github.com/opendevshop/ansible-role-devmaster - 39145b098dbff1c926567e2efe8ee7ac5f40fbfe authored about 2 years ago by Jon Pugh <[email protected]>
Clear out docker mess. (#698)

* Totally redo docker and ansible setup.
* Update github workflow to build the single container...

github.com/opendevshop/devshop - 653cbb5411bbe9a712e2f5efc37c18d1e0940d50 authored about 2 years ago by Jon Pugh <[email protected]>
Update components to work with PHP 8 (#697)

* Update composer packages for PHP code.
* Add tests for components php 8.
* Remove tests for ...

github.com/opendevshop/devshop - a8cc839e6be10ccddfda0f086e602eb67a746f55 authored about 2 years ago by Jon Pugh <[email protected]>
Update components to work with PHP 8 (#697)

* Update composer packages for PHP code.
* Add tests for components php 8.
* Remove tests for ...

github.com/opendevshop/devmaster - 7d41a0a16f158e44d3645522dc16c45b4f01ebc6 authored about 2 years ago by Jon Pugh <[email protected]>
Use higher versions first.

github.com/opendevshop/devshop - b40d42686c20a700080ed647a6acaed70a19cf1f authored about 2 years ago by Jon Pugh <[email protected]>
Remove testing on PHP 7.1.

github.com/opendevshop/devshop - 5245b8f02a55cf00767e64b4062c09954502167d authored about 2 years ago by Jon Pugh <[email protected]>
Allow higher github api version

github.com/opendevshop/devshop - 086c6238c77faef56eeeead39ee6d3732d3b6513 authored about 2 years ago by Jon Pugh <[email protected]>
Allow composer-common to be installed on php8 (#696)

Add to dependencies so this library is up to date.

github.com/opendevshop/devshop - b1bca6569b7bf5df705150a29ec8ff14db38ef89 authored about 2 years ago by Jon Pugh <[email protected]>
Documenting the single site inventory.yml file.

github.com/opendevshop/devshop.platform - b6ef309dd20bad03de510bc6df186e957a24a090 authored about 2 years ago by Jon Pugh <[email protected]>
Update Ansible Roles in prep for PHP8 (#692)

* Updating ansible roles
* Make php 8 available via variables
* Default to 7.4 until tests are...

github.com/opendevshop/ansible-role-apache - ed0e212e1ba817ab20b516ab7d05edd5b8b17f4a authored about 2 years ago by Jon Pugh <[email protected]>
Update Ansible Roles in prep for PHP8 (#692)

* Updating ansible roles
* Make php 8 available via variables
* Default to 7.4 until tests are...

github.com/opendevshop/devshop - 03f38a7a56d831c6a3c80181801fe412e15192b6 authored about 2 years ago by Jon Pugh <[email protected]>
Add PHP 7.4 support (#679)

* Add PHP 7.4 to github actions test matrix.
* Comment out cloud feature test, deprecated.
* U...

github.com/opendevshop/devshop - a486188ea3167a37fc11c23bff00e97c0975aa82 authored about 2 years ago by Jon Pugh <[email protected]>
Add PHP 7.4 support (#679)

* Add PHP 7.4 to github actions test matrix.
* Comment out cloud feature test, deprecated.
* U...

github.com/opendevshop/devmaster - 6f6cab01754be943e4d3f3ff0cd66e59e8cec07a authored about 2 years ago by Jon Pugh <[email protected]>
Fix tests and localhost (#689)

* Composer Update core and control and control project template.
* Use a volume for docker-comp...

github.com/opendevshop/devmaster - 12578f0cdb787e1f901cc956845273757daacec4 authored about 2 years ago by Jon Pugh <[email protected]>
Fix tests and localhost (#689)

* Composer Update core and control and control project template.
* Use a volume for docker-comp...

github.com/opendevshop/devshop - e83b34d8de215ddee084b8c2875a59905df2b917 authored about 2 years ago by Jon Pugh <[email protected]>
Bump guzzlehttp/guzzle from 6.5.5 to 6.5.8

Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 6.5.5 to 6.5.8.
- [Release note...

github.com/opendevshop/devshop-behat-extension - b68623534721242c4532ff47d9f771dea7a6b3ec authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Revert addition of drush cache clear to hosting-queue-runner script. This caused flickers in the system because this runs in the background.

github.com/opendevshop/devshop - e37863bb9fcd6e281e253600afff2a6136dcb8de authored about 3 years ago by Jon Pugh <[email protected]>
Use ubuntu-latest in github actions debug workflow.

github.com/opendevshop/devshop - 3372ad64a6ddc1d58d947a3ec17cf768aac9efb8 authored about 3 years ago by Jon Pugh <[email protected]>
Remove ansible linting to allow merge of passing tests.

github.com/opendevshop/devshop - c0d5cae3290b1b952b464c435e14840936a0c383 authored about 3 years ago by Jon Pugh <[email protected]>
Allow components to work with composer 1 or 2.

github.com/opendevshop/devshop - 57c1242c67700eebc61894cdcd14052cf978448a authored about 3 years ago by Jon Pugh <[email protected]>
Remove code.yml workflow that was only used for ansible linting.

github.com/opendevshop/devshop - 40ad2bc97fc527d06f048ab1b82a0b8bcac57b53 authored about 3 years ago by Jon Pugh <[email protected]>
Add privileged option to docker create

github.com/opendevshop/devshop.platform - 282fbd7b1e9c12eec23b1fc7f885bf8c2c7b28ac authored about 3 years ago by Jon Pugh <[email protected]>
Check that var is defined

github.com/opendevshop/devshop.platform - 5976cd9e508165bc6b6695466a0524179791751a authored about 3 years ago by Jon Pugh <[email protected]>
Use ansible_host instead of inventory_hostname so we can override

github.com/opendevshop/devshop.platform - b4fd4c15309fb85a343804ead69bd17208403ddb authored about 3 years ago by Jon Pugh <[email protected]>
Add volumes to docker creation

github.com/opendevshop/devshop.platform - 1bbabcdbcc700328ab5c49b9532343d9c684eb69 authored about 3 years ago by Jon Pugh <[email protected]>
Set home of platform user.

github.com/opendevshop/devshop.platform - e52b357887f80796d2df10c8dba023d625fc79b9 authored about 3 years ago by Jon Pugh <[email protected]>
Add openssh-server to the list of packages.

github.com/opendevshop/devshop.platform - e6255422599bd53429880968ed38de14eeb53095 authored about 3 years ago by Jon Pugh <[email protected]>
Add Create Server task list and enable Docker support.

github.com/opendevshop/devshop.platform - 6f61741f739f591fe7af028a808a1161c7acb29d authored about 3 years ago by Jon Pugh <[email protected]>
Hotfix: Use full path for hosting-queue-runner script in supervisor config

github.com/opendevshop/ansible-role-devmaster - 250e289d3e6780265484a4e896833439cad444b4 authored about 3 years ago by Jon Pugh <[email protected]>
Hotfix: Use full path for hosting-queue-runner script in supervisor config

github.com/opendevshop/devshop - 78cb8071ee7d3b6a6cb208a833e06bccdffe1091 authored about 3 years ago by Jon Pugh <[email protected]>
The devshop.platform Ansible Collection (#1)

This is the first pull request for a new Ansible-based DevShop platform.

This PR delivers wor...

github.com/opendevshop/devshop.platform - e2b4115e90489907e5a7b83af7c2679bfef1850b authored about 3 years ago by Jon Pugh <[email protected]>
Add symlink to ansible playbook script.

github.com/opendevshop/devshop.platform - 230a7d4d2bd3cb564a5d2fd730737965bb4066b1 authored over 3 years ago by Jon Pugh <[email protected]>
Remove default inventory source in ansible.cfg

github.com/opendevshop/devshop.platform - cf2c9c0cc3836a2f5c23344cdf2652fc89af0097 authored over 3 years ago by Jon Pugh <[email protected]>
Print out our first two services in app role

github.com/opendevshop/devshop.platform - bc05bf9ff835e117d9ad96ee1b971aa35965497e authored over 3 years ago by Jon Pugh <[email protected]>
Example inventory file with multiple hosts.

github.com/opendevshop/devshop.platform - bb99b073eba858885fde16e707b04be9f9af4c11 authored over 3 years ago by Jon Pugh <[email protected]>
Example of multiple apps on one host

github.com/opendevshop/devshop.platform - 791d29ff9de81e57cd596b4e05a43dcff1d7293a authored over 3 years ago by Jon Pugh <[email protected]>
Comment out build results for now.

github.com/opendevshop/devshop.platform - d4f6dd5b1125122c04a61a955c47f3fa5e8c2451 authored over 3 years ago by Jon Pugh <[email protected]>
Add dev-test-live inventory example.

github.com/opendevshop/devshop.platform - 076417c69616036e22737b24ef1db41a5b0d1018 authored over 3 years ago by Jon Pugh <[email protected]>
Set git root based on inventory_hostname so each app host gets a different checkout.

github.com/opendevshop/devshop.platform - 17fdf5dd6d513e0ccf9c947ac9ed57c05a19af71 authored over 3 years ago by Jon Pugh <[email protected]>
Adding the first example, a single app and server host.

github.com/opendevshop/devshop.platform - 299e4d036ac1793136fabdc2d5b2671d025b467d authored over 3 years ago by Jon Pugh <[email protected]>
Adding playbook, roles and ansible cfg.

github.com/opendevshop/devshop.platform - e4ccb0270a95323110de80274d19465b40627ed8 authored over 3 years ago by Jon Pugh <[email protected]>
Adding the new devshop platform roles, app, host, service, services

github.com/opendevshop/devshop.platform - b6ebbab9a3ecd795013f4f65338a89db8353f13e authored over 3 years ago by Jon Pugh <[email protected]>
Add ansible-galaxy-install helper script.

github.com/opendevshop/devshop.platform - 22e13e2ba0da264431a6f7a8ce03e9b5e8a117cf authored over 3 years ago by Jon Pugh <[email protected]>
Comment out unit tests until we have some.

github.com/opendevshop/devshop.platform - 8d1376e719b26bc1757e4717d4e7119bd670eedd authored over 3 years ago by Jon Pugh <[email protected]>
Fix README and metadata

github.com/opendevshop/devshop.platform - abff5a78ecff817d042ab781a51dcec24b828891 authored over 3 years ago by Jon Pugh <[email protected]>
Upgrade to GitHub-native Dependabot (#674)

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

github.com/opendevshop/devshop - 46fe5131f1ae3ccae6461ccc1334049d05829a5f authored over 3 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Update components tests to require right version. (#678)

https://github.com/opendevshop/devshop/pull/678

In the tests for DevShop Control, change the ...

github.com/opendevshop/devshop - b85dedabba59398479fb03bf9ab489ae137a5512 authored over 3 years ago by Jon Pugh <[email protected]>
Use supervisorctl ansible module to stop it instead of service to stop supervisor. (#676)

github.com/opendevshop/devshop - 4a873de5d4205cc58f7a934e56710046e8f8e278 authored over 3 years ago by Jon Pugh <[email protected]>
Use supervisorctl ansible module to stop it instead of service to stop supervisor. (#676)

github.com/opendevshop/ansible-role-users - ba61c299978e52764f474ec6513c4f3b0a45a1a6 authored over 3 years ago by Jon Pugh <[email protected]>
Update provision to latest sha

github.com/opendevshop/devshop - 11511aa0f4731b74dc68657b53f626fb1990b881 authored over 3 years ago by Jon Pugh <[email protected]>
Update provision to latest sha

github.com/opendevshop/devshop - 957fe71bafec8c89a4df115dc6d3c7903be5063b authored over 3 years ago by Jon Pugh <[email protected]>
Updating composer libraries

github.com/opendevshop/devshop-behat-extension - 2daab560592b4d1b74133f6146fea4a1cf3a6e60 authored almost 4 years ago by Jon Pugh <[email protected]>
Use actions/checkout@v2 for devshop control component so that the branches resolve for packagist repo lookup. (#670)

github.com/opendevshop/devshop - 3445c255f045850eef22b5e415ace02ab004f00c authored almost 4 years ago by Jon Pugh <[email protected]>
Fix failing CI: Dependency issues (#669)

* Remove extra devshop control composer updates.
* Don't run-quiet in Docker build, easier to f...

github.com/opendevshop/devshop - 2fb4a0247120eccc3e4daace9bc11c5a01602737 authored almost 4 years ago by Jon Pugh <[email protected]>
Fix failing CI: Dependency issues (#669)

* Remove extra devshop control composer updates.
* Don't run-quiet in Docker build, easier to f...

github.com/opendevshop/ansible-role-devmaster - ba3d6295907772cb77a01d65dea5457be20e2eaa authored almost 4 years ago by Jon Pugh <[email protected]>
Use at least 2.9.16 version of ansible: https://github.com/ansible/ansible/issues/71528#issuecomment-729778048 I was getting that error locally for the first time ever today... not sure if my laptop updated to something or what.

github.com/opendevshop/devshop - f24241871ea7f7d245b839f3df8ad7bdd6dc3b4a authored almost 4 years ago by Jon Pugh <[email protected]>
Fix failing 1.x tests where branch is needed. (#664)

* In DevShop Control component, use the local devmaster repo so we know we are installing this P...

github.com/opendevshop/devshop - bb4408d71e2c8aaa087821ab905a03d03eb2787e authored almost 4 years ago by Jon Pugh <[email protected]>
Stabilize Deploy Tasks (#655)

https://github.com/opendevshop/devshop/pull/655
- Repair DevShop deploy task and hooks function...

github.com/opendevshop/devshop - 4ef57201c275161d44da9f18a188f8fbf561bc04 authored almost 4 years ago by Jon Pugh <[email protected]>
Stabilize Deploy Tasks (#655)

https://github.com/opendevshop/devshop/pull/655
- Repair DevShop deploy task and hooks function...

github.com/opendevshop/ansible-role-devmaster - c189b12c0d7bcaeb4179016c6b94116e78fb3acf authored almost 4 years ago by Jon Pugh <[email protected]>