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

Use --no-cache in robo prepare:containers

github.com/opendevshop/devshop - df3484960e2670ee99c0d23194779c550b47b9fa authored about 5 years ago
ls /lib/systemd

github.com/opendevshop/devshop - 101c94ff42bc0270680c264b957efc445a00363d authored about 5 years ago
Changing"playbook" to option

github.com/opendevshop/devshop - d05c41ba5fb83bc7498af41ab326dd6616ab7523 authored about 5 years ago
Cleanup docker-compose: removing vars we dont use anymore.

github.com/opendevshop/devshop - 0896cbd2f5995831406b9b727dbb76aad2877cd6 authored about 5 years ago
Clean up robo command options.

github.com/opendevshop/devshop - b020881f2e84be25d5f9cf378784395f772f4b5f authored about 5 years ago
Comment out all the install.sh stuff from robofile.

github.com/opendevshop/devshop - 33f95503d2221417fee0e39587b790de5197d69f authored about 5 years ago
Merge branch '1.x' into ops/docker/fast-testing

github.com/opendevshop/devshop - fb72fd0c9a195c6557c83c0e867be9bcb7e933e7 authored about 5 years ago
Merge pull request #481 from opendevshop/ops/docker/systemd-crashing

Ops / Docker / SystemD Crash: Address crashing hosts when developing docker containers.

github.com/opendevshop/devshop - c5331b0826a0f7c63d933eb832f32a0c6f4ec68a authored about 5 years ago
Just ls the file. Nothing is running.

github.com/opendevshop/devshop - b1979b2f618bcbf4df090f50143f0b7047a3ee63 authored about 5 years ago
Set PATH to current dir

github.com/opendevshop/devshop - bc422a99fbd295082a94813036089af2ba3f90f6 authored about 5 years ago
Cherry-picking devshop-logo sh

github.com/opendevshop/devshop - 8ff564adae2e46dc7db52f99749cef1998c99ba8 authored about 5 years ago
Removing skip-tags, to determine cause of play fail.

github.com/opendevshop/devshop - 7b3f61680f43573a4a0075839eb49762e993af0f authored about 5 years ago
Set hostname on container in travis.

github.com/opendevshop/devshop - 9a4a54f7d02c1aad85981680a753209db9f6fc83 authored about 5 years ago
Use ANSIBLE_TAGS and ANSIBLE_SKIP_TAGS env var names to remove the possibility that the TAGS and SKIP_TAGS vars are affecting behavor.

This step is using --tags, but it runs nothing! https://travis-ci.org/opendevshop/devshop/jobs/6...

github.com/opendevshop/devshop - 920f94ddc42fc5d8ad70df900eff1846eeed7d17 authored about 5 years ago
Wrong tag name!

github.com/opendevshop/devshop - 6d96c88f6319583a9f4c2794dba4c58cc40f93c5 authored about 5 years ago
Something wrong with the docker exec string?

github.com/opendevshop/devshop - dc518664fa4d5456907053c5d67e9ce24efd0125 authored about 5 years ago
Run tests as the aegir user.

github.com/opendevshop/devshop - 4084a0f496bb0dffd25c177e01ad05e78ca29fe2 authored about 5 years ago
set +x after ansible playbook run.

github.com/opendevshop/devshop - cc2acc1b2256d83894106bb79fb746f566e74490 authored about 5 years ago
Use SYSTEMD_INIT as the run command... it does not seem to be running in travis: https://travis-ci.org/opendevshop/devshop/jobs/633022501#L1048

github.com/opendevshop/devshop - c453bc782a2e2439949802d2673de1152a720f98 authored about 5 years ago
Forgot to mention the container to show logs for.

github.com/opendevshop/devshop - e08c7bee961b8b8355a9e104631976134ef23fd5 authored about 5 years ago
Add a docker ps after fail.

github.com/opendevshop/devshop - 96f6b1c1e744e178ccd5ec5e01fca66d908bf6d6 authored about 5 years ago
Add a sleep and a docker ps and logs before launching the next playbook.

github.com/opendevshop/devshop - 87b800317a51245b7b205b1f4483ff477e5e821c authored about 5 years ago
set -x to try and see what's going on.

github.com/opendevshop/devshop - db763d7665f326a2bf450305c665636fa656a2b7 authored about 5 years ago
Use absolute path for the run playbook.

github.com/opendevshop/devshop - 361ccec67cc74f88255f965b0d412b8eeb0b895a authored about 5 years ago
Fix ansible extra vars, finally, I think? Using YML or name=val string

seems to work now. No need to write to file.

github.com/opendevshop/devshop - a48741948ed90ce7e807aeda5780b05293bccf1b authored about 5 years ago
Switch up how build command is altered for the ANSIBLE_EXTRA_VARS build

arg. If the file is empty, ansible-playbook freaks out.

github.com/opendevshop/devshop - c659ec9e766a82f8e171791f134150da8109419e authored about 5 years ago
Fix ANSIBLE_PLAYBOOK to be relative.

github.com/opendevshop/devshop - 21adb53fff4b48cf9e1bbb09a0588fef3718799e authored about 5 years ago
Make docker-systemd-clean executable

github.com/opendevshop/devshop - 3166dfb31edf01c9a2225dabb1fdd093d9284400 authored about 5 years ago
Add Global env vars ANSIBLE_PLAYBOOK, ANSIBLE_RUN_PLAYBOOK, DEVSHOP_IMAGE_TAG.

github.com/opendevshop/devshop - 285bff2f1d3479bd7ba1ba196002afdb89ce8b65 authored about 5 years ago
Cleanup display of OS info, and output build info to it!

Now, when you build FROM devshop/server, you will see the prior build
information coming from /e...

github.com/opendevshop/devshop - 0df9947b4ec884d88a6fdb9e948af7dbf61f15cb authored about 5 years ago
Update Dockerfile build-arg documentation.

github.com/opendevshop/devshop - 4c4737e799cf9d1f64f6eb382ac5800fdb49c174 authored about 5 years ago
Write ANSIBLE_EXTRA_VARS to a file to avoid us having to maintain strings.

github.com/opendevshop/devshop - e55ceb72d7e8f4f126b78d2ac43d32597e81eb42 authored about 5 years ago
Clean up the Dockerfile logging, adding more friendly language, including

a really nice "End of Script" output of important ENV vars. Makes it easy
to see important inform...

github.com/opendevshop/devshop - 6fb9273acb51527246d7ff8c44f27621821b8b3c authored about 5 years ago
Fix problem with TAGS and SKIP_TAGS environment variables not being respected.

It's actually better to just create a command, anyway. Easier to debug and run by humans!

github.com/opendevshop/devshop - 6bf950c947f2ef701ca4ca04fa6e8297e14a61d0 authored about 5 years ago
Push TAGS and SKIP_TAGS into the ansible-playbook command string. ENV vars don't seem to work.

github.com/opendevshop/devshop - 2ad27ae28d7416b2622e79c539cefbf538427443 authored about 5 years ago
Use docker logs in travis since we are using just docker.

github.com/opendevshop/devshop - 0101ed30c1a058bd834be1186adba5d3d459910f authored about 5 years ago
Setup ANSIBLE_RUN_TAGS and ANSIBLE_RUN_EXTRA_VARS for use at docker runtime.

github.com/opendevshop/devshop - b9f55645c61531392d7a62074491eb22766d5268 authored about 5 years ago
Fix YML string commands.

github.com/opendevshop/devshop - 1909dc47ced03a7491019030913bd90419fc0a23 authored about 5 years ago
Addressing crashing hosts when developing docker containers.

See https://github.com/geerlingguy/docker-ubuntu1804-ansible/pull/12

github.com/opendevshop/devshop - cf1f72f6d89f39fbf5352eeae3bef9026ab10387 authored about 5 years ago
Forgot volume and privileged flags in travis yml.

github.com/opendevshop/devshop - fcc3e945ead26d396395c31f41c874e9f04ffabd authored about 5 years ago
Don't double concatenate strings.

github.com/opendevshop/devshop - f9d0cf773e60711117399a104cf504909ab8fc65 authored about 5 years ago
Remove debug call.

github.com/opendevshop/devshop - 04d34f62606f5739ab0e86b075d4077c8c2e2092 authored about 5 years ago
Put docker container starting and devmaster installing code in the "install" section. Just tests in "Script"

github.com/opendevshop/devshop - f12f7944d8c047cce3399b112dd703483c6785f8 authored about 5 years ago
Run correct docker run command.

github.com/opendevshop/devshop - 80ad77ceb8a2f20c6bce729735972605a9cf3cd6 authored about 5 years ago
Add FROM_IMAGE matrix item for rapid testing that only runs devmaster-install

github.com/opendevshop/devshop - 2eed7e806f0a8fc099e4b34c8e38f627dabc7ac7 authored about 5 years ago
Simplifying ENV var names on travis.

github.com/opendevshop/devshop - d0d216cab50d638671588e58008727661487c0ca authored about 5 years ago
Run code quality workflow on push.

github.com/opendevshop/devshop - c5d32ad2400da105ecde18de93ba4a74c2d756a2 authored about 5 years ago
Going back to docker run and exec on travis.

github.com/opendevshop/devshop - 2a7e6d6c3b5dbdf17978909439e756fa3bb8105b authored about 5 years ago
Renaming github workflow files.

github.com/opendevshop/devshop - 8313fa7dd9368891023c25bbdecc6840dd0579c6 authored about 5 years ago
Print environment before running ansible playbook.

github.com/opendevshop/devshop - 8af821b7b143ccaad50cf2e47b3a0d0d976bdfbe authored about 5 years ago
Set ANSIBLE_VERBOSITY in travis and github actions to 2.... hmm do they both support .env files? :D

github.com/opendevshop/devshop - 1ed9e127732b45b6844db511758d431c9148860d authored about 5 years ago
Match .travis.yml to github actions.

github.com/opendevshop/devshop - 708d718b9aa5a62487a46a7e405ca8cab4e37bd4 authored about 5 years ago
ansible lint the roles file? why not...

github.com/opendevshop/devshop - c9c3b729e724c0a33fa030d80c429d5aff39bdbf authored about 5 years ago
Accidental additions to .gitignore.

github.com/opendevshop/devshop - b92ac6906d040f00558f32ea43e175ec6c617fbf authored about 5 years ago
Committing Ansible Galaxy roles.

github.com/opendevshop/devshop - 8bccb3687bb193e59837982e2e5846d902c248c8 authored about 5 years ago
Removing all usages of ansible-galaxy! Turns out, just putting a "ansible-galaxy install" into the composer update scripts is a GREAT WAY to maintain our dependent roles! They get updated whenever composer update is called.

github.com/opendevshop/devshop - 37511b35c63a2acea1d13a3542b285f742e77334 authored about 5 years ago
Merge pull request #478 from opendevshop/ops/php/versions

Ops / PHP / Versions: Include geerlingguy.php versions and set default variable.

github.com/opendevshop/devshop - f71120cac72fe58643ebcc66f02e24ed5cda64e1 authored about 5 years ago
Set ANSIBLE_VERBOSITY at the top of the tests file for easy access.

github.com/opendevshop/devshop - 09b39e57942c5956ad982f687b59645c99193d1e authored about 5 years ago
Switch tests to use docker build for now.

github.com/opendevshop/devshop - 3ae85f9b880e113433b70449828ec77318641d4f authored about 5 years ago
Default devshop/server container to PHP 7.2.

github.com/opendevshop/devshop - 3912c4811e7e0a05d47eb1b80d7362e4a5ccfa35 authored about 5 years ago
Document the DevShop SuperDockerfile and fix vars that needed DEVSHOP_PATH.

github.com/opendevshop/devshop - 22cbba352b0e548e917f9f7652ebbc84a1c34aa1 authored about 5 years ago
Refactor Dockerfile and others to work as rapidly as possible by default:

1. COPY source code first so we can use bin dir.
2. Announce some information with devshop-logo s...

github.com/opendevshop/devshop - 44b37a2fc5bbc22ddb71f467cb5e84a5121df0d4 authored about 5 years ago
Add devhop-logo shell script.

github.com/opendevshop/devshop - 16695b4ac22a34c7aa6c90ec4fd1f17ccb205434 authored about 5 years ago
Add docker-compose logs after_failure.

github.com/opendevshop/devshop - 187fe6f950a1a50e2b5fab0d892520191f4d88dc authored about 5 years ago
Merge branch 'master' of github.com:provision-ops/power-process

github.com/opendevshop/devshop - 7980ab58458fb10381603e766fe82f1d0f936a36 authored about 5 years ago
Stringify the YML.

github.com/opendevshop/devshop - 65121e75a4bf36f548b8dd447d13756ddb4a39a6 authored about 5 years ago
Clean up travis.yml file to more closely match the GitHub workflows.

github.com/opendevshop/devshop - 23980da44a96ce5b154c133d88973da31d5294ec authored about 5 years ago
Add PHP 7.4 to the github workflow matrix.

github.com/opendevshop/devshop - d3a450f28174c46d35b074011a9ff045dbf753b6 authored about 5 years ago
Stringify the yaml

github.com/opendevshop/devshop - 6b410b34c5b8b9dea18ddea88585de0eb7ee3691 authored about 5 years ago
Add matrix for PHP 7.2 and 7.3 testing.

github.com/opendevshop/devshop - 2978eb6e94e060d35080a2034b8ff19e84c5b2e9 authored about 5 years ago
Add "ansible-extra-vars" robo option to prepare:containers so we can pass arbitrary ansible vars via command line.

github.com/opendevshop/devshop - ed51faf7f43963c5b9f71bd8cc0924a79204b0ad authored about 5 years ago
Skip the Ansible lint test 306 so we can test PHP version with grep.

github.com/opendevshop/devshop - 022bc36095ded27470b28bbb889e4afb2db6c903 authored about 5 years ago
Add the test step from geerlingguy.php-versions to confirm the expected PHP version was installed.

github.com/opendevshop/devshop - bd85f82dcc73959cfd80c17d517c032bfb5bbffc authored about 5 years ago
Add the test step from geerlingguy.php-versions to confirm the expected PHP version was installed.

github.com/opendevshop/ansible-role-devmaster - a06ac218997098ab13d2d4a1153ba4fb9fa80d8f authored about 5 years ago
Merge branch '1.x' of github.com:opendevshop/devshop into ops/php/versions

github.com/opendevshop/devshop - 090026cd39d40353aa498af2a9e5631e6370de5b authored about 5 years ago
Merge pull request #477 from opendevshop/ops/docker/rebuild

Ops / Docker / Rebuild

github.com/opendevshop/devshop - f9ce48a84086df703cc0e69483e8544359b39d0d authored about 5 years ago
Cherry picking PHP version related changes from #418

github.com/opendevshop/devshop - 4085d645086d1926d031b6ca4d2f30add785ac6b authored about 5 years ago
Cherry picking PHP version related changes from #418

github.com/opendevshop/ansible-role-users - c55f3ad67d1159f51678ba4eee1ab072fc974133 authored about 5 years ago
Merge pull request #459 from opendevshop/ops/testing/logs-improvements

Ops / Testing / Logs Improvements

github.com/opendevshop/devshop - 8d6305a16d00ae71009048387676c711e6a11e0c authored about 5 years ago
Add step to remove /var/aegir for when FROM is devshop/server

github.com/opendevshop/devshop - f85e4fc67f8d169fd32a3e552d144d2a8b9afe97 authored about 5 years ago
Add step to remove /var/aegir for when FROM is devshop/server

github.com/opendevshop/devshop - ab9fc43dff6db1b8c5c5936d26e353854fc4ff0e authored about 5 years ago
Merge branch '1.x' of github.com:opendevshop/devshop into ops/testing/os-centos7

github.com/opendevshop/devshop - 31e91e4e4aeb45f1c895242634d621a439de2a52 authored about 5 years ago
Merge pull request #476 from opendevshop/ops/docker/single-file

Ops / Docker / Single Dockerfile

github.com/opendevshop/devshop - af5f29c6400242ec6915451e89c8415b1c64b90c authored about 5 years ago
Too many strings!

github.com/opendevshop/devshop - b6d4ecca15dd24c01f1546cc8a3437ec95886aa2 authored about 5 years ago
Removing Dockerfile.fast in favor of proper build args.

github.com/opendevshop/devshop - 2cc152430daa4d8f267e038c02a600a8f99f8063 authored about 5 years ago
Add aegir_log_files_touch variable

github.com/opendevshop/devshop - a98694cf979cd42e51e49e77811807754ea13609 authored about 5 years ago
Add aegir_log_files_touch variable

github.com/opendevshop/ansible-role-devmaster - bb0f1fb8d20ce161d4be8dcb7b8032dd062c4d84 authored about 5 years ago
Extra verbose as we debug.

github.com/opendevshop/devshop - 98df77a6bbd57af3b4f350cbc1cd7f2761c4dcd0 authored about 5 years ago
Use the matrix variable in github step name

github.com/opendevshop/devshop - 55cb4b91490bcd0c19a1fcb2a5c5fb1ca3c0345e authored about 5 years ago
If 'os-version' == ubuntu18, just use devshop/server:latest to save time.

github.com/opendevshop/devshop - ebd1a087479457bd403d449bd31d880c0784db3c authored about 5 years ago
Merge branch '1.x' into ops/testing/os-centos7

github.com/opendevshop/devshop - c6d08556f4e73ff21909def966aa9ddc80c28747 authored about 5 years ago
Merge branch '1.x' into ops/testing/os-centos7

github.com/opendevshop/ansible-role-users - 4aa5004a49aa934d19e6cf79df71cc2cc027bce2 authored about 5 years ago
Merge branch '1.x' into ops/testing/logs-improvements

github.com/opendevshop/devshop - cb34263298a04b678b040acb4fc5b7db62b28bcb authored about 5 years ago
Merge branch '1.x' into ops/testing/logs-improvements

github.com/opendevshop/ansible-role-devmaster - 5ebfde128c530c918be81b4abf9c5e1c1d3e9427 authored about 5 years ago
Merge pull request #475 from opendevshop/ops/ansible/lint-fixes

Ops / Ansible / Lint Fixes

github.com/opendevshop/devshop - 1cb98c3b48d6a22142611994f6f5948d2d223bdb authored about 5 years ago