Ecosyste.ms: OpenCollective

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

github.com/opendevshop/devshop

Open Source DevOps Framework
https://github.com/opendevshop/devshop

Remove name parameter because it's not used.

071c27d836943768ad88e9bbea3497c627caf292 authored almost 5 years ago
Standalone bin scripts can only use console commands, unless composer is in the autoloader, so stick to the Console command.

11ea45182d65de091847be626f063a3e8f8fb6e5 authored almost 5 years ago
Use STATUS_URL server variable as a default value, and pass it from the devshop_dothooks.module.

7272bb4c3769a8c62735e6b1d074d6c9fa551039 authored almost 5 years ago
Ensure all target URLs have https: links

34016bbbb240a512ec3b3ee23c45d454efb92683 authored almost 5 years ago
Merge pull request #542 from ElijahLynn/el-files-sync-install-method

Add Files directory sync to Install Method: "Import".

5268286de1d0348ea22c42b1df988c9885087951 authored almost 5 years ago
Hotfix yaml-tasks executable

aecab287a01b937c6da25db526218fe5aa6ef4bd authored almost 5 years ago
Print the message from the GitHub exception.

22a9fcbd004e46e07a9a33cdeb9b15b97dc74606 authored almost 5 years ago
Removing branch aliases from components

1cc0046e45a4845794ae9ece5a84b2e74500c54d authored almost 5 years ago
Merge pull request #557 from opendevshop/component/yaml-tasks/env-fixes

Component / YamlTasks / Debugging failures

f9f6fa97ca7805fdcad97f648e1ae9542ed2df43 authored almost 5 years ago
Use branch alias for power process as well. Use new branch alias first so the `dev-1.x` line won't be changed in git.

b879359b0ad95432b8d52d3c965507856df4219e authored almost 5 years ago
Handle a null $env variable.

016bb018188f481c86c8e601c578c42e99a79351 authored almost 5 years ago
Revert "Match the parameters from Parent: get $env from function args."

This reverts commit cd50fcff6bd37d49520b3422b4cf9b6519e33425.

96c924bf9cecfbce645a5acbbd27c5dc54188376 authored almost 5 years ago
Include $_ENV vars when generating environment in Robofile.

8fd70dfc560aca731d700675c059b9482a725dbd authored almost 5 years ago
fail prepareContainers if process fails.

b67e20d85859095fe16256414f2cc7a819f8b90f authored almost 5 years ago
Print docker and docker-compose version in github action to debug failing tests.

3737eedb0987607c03cffa221c50dffeb8963302 authored almost 5 years ago
Use branch alias to allow testing of yamltasks component on this branch

44ebe7888c0285a8bcc4fb53e168b1a15b36450a authored almost 5 years ago
json typo

67ce24db34a537cc1beab5c5cf15275df644d83a authored almost 5 years ago
Removing dotenv loading from YamlTasks. Applications that use the plugin will handle their own env.

db97e48a49e34fa5494de7345cd62753e96b9b7c authored almost 5 years ago
Merge pull request #555 from opendevshop/component/power-process/must-run-bug

Call to undefined method DevShop\Component\PowerProcess\PowerProcessStyle::isDebug()

f5ebaf57fc6788a4b3c6d84a3df7287fa207df12 authored almost 5 years ago
Add output property and isDebug() method explicitly to see if that solves this:

```
Fatal error: Uncaught Error: Call to undefined method DevShop\Component\PowerProcess\...

6bba8fa401dd8a747d8484d7504e9c23e586fdd1 authored almost 5 years ago
Merge pull request #554 from opendevshop/component/power-process/must-run-bug

Remove mustRun completely

9db56cfc3b62c5b53afe9a1aa072c51b382e62d8 authored almost 5 years ago
Match the parameters from Parent: get $env from function args.

cd50fcff6bd37d49520b3422b4cf9b6519e33425 authored almost 5 years ago
Remove mustRun completely? I think it was added prematurely

442817b57ea8b1534351380eb90e8ca5a2763be7 authored almost 5 years ago
Merge pull request #553 from opendevshop/component/power-process/must-run-bug

Component / Power Process / mustRun Bug

e70bd0f41607042d5b68011a92f5dfd817a81972 authored almost 5 years ago
Don't use mustRun() on a command that might fail. Use a failing command to demonstrate.

e683d49b982db959a949de451e996bad8b8e832a authored almost 5 years ago
Fix lingering copy paste errors.

0ea90b5fd2c34359a75f25cebac265f763712887 authored almost 5 years ago
Use mustRun in demo.php, and catch the final command's error and print a message about it.

d1eee1cc6ccbd4708d890c5122549864ffbd8c3c authored almost 5 years ago
Add the universal autoloader includer and Exit with the exit code.

2b7203ef06cd41354159aabedc67bcfa11ba96bb authored almost 5 years ago
Return $this for proper compatibility with parent class.

ed63c9a2cea1fc77fa006adaff95d627164df476 authored almost 5 years ago
Valid JSON please!

119c5081566d18a4238588922ff234d9161d43ca authored almost 5 years ago
Adding power process sub repo.

539472d30e8d9414f083455566fd372f040e5220 authored almost 5 years ago
Merge pull request #551 from opendevshop/infra/components/monorepo-testing

FIx automated testing of the components by setting a path repo.

299a28522c5073b8e7fc612d38a6dd563b9c49c4 authored almost 5 years ago
Add composer require devshop/power-process to the test process so it updates to the local path repo version.

d5fe49126447c5e4a4a16eed60326552b6032759 authored almost 5 years ago
Add a step to github tests to override the composer repository to point to the path of the dependent component.

9f8917bf55ad192d6668d79e3a19a4d2e95f5cb8 authored almost 5 years ago
Removing PowerProcess composer.lock file

7ac331adfb41a85a588deab5b10b97795077bcb5 authored almost 5 years ago
Use 1.x as an alias for version 1.6 so that packages can require 1.6^ now

8f8db5c08f523d0f50f3bf23ea50e54d9d7bcc6c authored almost 5 years ago
Adding note about symfony

3358f08ba91490b69e2b19707095cb1575d56335 authored almost 5 years ago
Set yaml tests to require PowerProcess version * in the dev branch.

c54b8cd9d981f1dc4594474e95a617f511132777 authored almost 5 years ago
Rework namespacing to use PowerProcess and PowerProcessStyle.

d7b893e606686b5ba81e1a79b575c798737184a1 authored almost 5 years ago
Use DevShop Classes.

82b3793749d8b1d879d4395743b4da5633cc4cbe authored almost 5 years ago
Adding to PowerProcess changelog

7158f4fec73ff98612e3c88485d27dd7f27069d6 authored almost 5 years ago
Updating YamlTests to use Provision Process from the monorepo.

ac38dae1ce25060d1f03accca0171252fbfc5a98 authored almost 5 years ago
Fix signature of mustRun?

00ffe541bdbcb85dbeeae59f6d8b737094f3b224 authored almost 5 years ago
Accept any SymfonyStyle class derivative.

a89ae3a0623e3e401456efde2e63c41b9cc099a6 authored almost 5 years ago
Switch back to ProvisionOps until merged.

20c7a77673b71c45b81d33d58ae72bb05d7cde25 authored almost 5 years ago
Use correct class.

e87c9d573fc51bd1aa351e8b993b188e10471189 authored almost 5 years ago
use full path to SymfonyStyle class.

735c7ddb1b59d6c437f4189a32716497d8b9678f authored almost 5 years ago
Now that PRs are being tested, only test on pushes to 1.x branch.

16b7ecd10aef44b8e582a4f4d315f205f10835db authored almost 5 years ago
Use symfony style here.

56cbed368215377b0d1e03dd79539cccf0e55a85 authored almost 5 years ago
Finish refactoring ProvisionOps\Tools\PowerProcess into DevShop\Component\PowerProcess\PowerProcess.

435504c4f0e92b54f846c25d6fb3546e9aba6d03 authored almost 5 years ago
Finish refactoring ProvisionOps\Tools\PowerProcess into DevShop\Component\PowerProcess\PowerProcess.

2faa341d4002a02026b3475d5f37ac131cbca677 authored almost 5 years ago
Move power process tests to the components tests file.

05eb5a13c8924f54928437cd7e55b55e5679a035 authored almost 5 years ago
Revert "Move env settings to top of file."

This reverts commit 9694ff22b057d5a2dd4e437aafebe393beff3534.

b297797d5d3ea0dcbc6788b1ec5317ca8b31a480 authored almost 5 years ago
Move env settings to top of file.

9694ff22b057d5a2dd4e437aafebe393beff3534 authored almost 5 years ago
Add pull request to workflow config.

5dd80c5edfdea4350dbf2424237713ac9c02aca4 authored almost 5 years ago
Add composer.lock to gitignore.

e7557c71484aa75349c8c56dbe31dcda9066a7f6 authored almost 5 years ago
Update github workflow yaml to be more readable.

8ee6a9bddb4152aac0e680adebb81875f9381eb4 authored almost 5 years ago
Update lockfile.

abc86ef6b102b4ed509a66a553dc6ba7478c0058 authored almost 5 years ago
Convert power-process github workflow file to work in the sub directory.

0fa568270583c45b1982c6224cd479caf5d0ec1a authored almost 5 years ago
Refactor ProvisionOps\Tools to DevShop\Component\PowerProcess.

5bc0f84b9a47d38b22776dc6361c8e943c99962c authored almost 5 years ago
Updating composer lockfile.

4a2bb2f866963ae8c8f2d7244e5633f04d83808a authored almost 5 years ago
Moving github workflow yml file to parent repo root.

6c18662044cceee506ab3f5756768e8fb1c710ee authored almost 5 years ago
Update composer.json to refect it being devshop component.

96f4935eba9aca185c4362533111da45495df75c authored almost 5 years ago
Add 'src/DevShop/Component/PowerProcess/' from commit '23d39b1272d5bbfb6965ec4725805d93fb89ced7'

git-subtree-dir: src/DevShop/Component/PowerProcess
git-subtree-mainline: 8f88110d44114c9b413e31...

d38775e6b466159ffacc38d5d12f1a9be005b5c6 authored almost 5 years ago
Merge pull request #547 from opendevshop/develop

Bring develop branch work back to 1.x

8f88110d44114c9b413e31d70e467a33c79184a1 authored almost 5 years ago
Bring 1.x README.md back into develop branch in preparation for moving to that as the main branch.

0e42a26a4529bdbd92062ad8027da0a8c4d97c6e authored almost 5 years ago
Merge branch '1.x' of github.com:opendevshop/devshop into dev/projects/inactive

e7a615e096aa047663a30466a4dea6261e21152d authored almost 5 years ago
Merge branch '1.x' of github.com:opendevshop/devshop into ops/docker/fast-container

7d21eba94d076a57d6baaa206fe9e23ce31299fd authored almost 5 years ago
Merge pull request #543 from ElijahLynn/el-github-actions-pull-request-event

Add Pull Request event to GitHub Actions

8a0e30450daa5bc97962f2e3c0717c520424f264 authored almost 5 years ago
Merge pull request #541 from opendevshop/component/composer/yaml-tasks

Component Import: Yaml Tests / Yaml Tasks

2f8444fd0013b7e93480aa3fa5874ecefd8ca5bb authored almost 5 years ago
Merge branch 'el-github-actions-pull-request-event' into el-files-sync-install-method

db7d64a4a8dd52db3f6366e441a297d608494bb5 authored almost 5 years ago
Add GitHub Pull Request Action to GitHub Actions.

5c30a86c4cc3f57073a0fa5ca8affb206990051b authored almost 5 years ago
Empty commit to test.

1bb5898f0c0a997d48407c37ffc343e069b234eb authored almost 5 years ago
Merge branch 'develop' of github.com:opendevshop/devshop into component/composer/yaml-tasks

2fd4cbd15e7d07164361699093d132b066fe2f3e authored almost 5 years ago
Merge branch '1.x' of github.com:opendevshop/devshop into develop

13773e41155b2b14551dbad67c4ebfbd66b34a5a authored almost 5 years ago
Add Files directory sync to Install Method: "Import".

Fixes #536.

c3fb69efe2dac9aabf05edf25bdde1045dbd60bd authored almost 5 years ago
Adding drush 8 back into the stack with composer. Removing custom drush phar installer.

2ddab544d4adf82ba025e1ac2dde6c6db03ba464 authored almost 5 years ago
Removing composer.lock file

f0d4805595de1b1a3c2407d0f9cdaa5fc050751f authored almost 5 years ago
ignore composer.lock file in components

e49b13d4bea4adf2da4044649edd7da869847b53 authored almost 5 years ago
Comment out mustRun() calls for now, it fails.

df3bcf38e790f1f09055260cbe2bf2c1e5d2bb79 authored almost 5 years ago
Avoid mustRun in power process for now.

408d121ea5bb507eda15ff6cd05c5a352f311e62 authored almost 5 years ago
Update power-process in root composer.

e2a19ebdae44a2e7010b13ff05cf27e78694c815 authored almost 5 years ago
Bump power-process to latest rc

9291730592f9bc4db91168cf9299cbeabdcd7670 authored almost 5 years ago
Load $env the same way mustRun does.

23d39b1272d5bbfb6965ec4725805d93fb89ced7 authored almost 5 years ago
Bump power-process to latest rc

278a8dfba71a0fefb86bc97348c20ed7915b8b95 authored almost 5 years ago
Merge pull request #9 from provision-ops/must-run

Add mustRun to keep compatibility

85a064a4b11b6ed38ce44b788511de22fa703489 authored almost 5 years ago
Provide a wrapper for mustRun so it remains compatible with Process component

cc3f26f5e59090f63cde9e507ade5adb2343ad88 authored almost 5 years ago
Merge branch '1.x' of github.com:opendevshop/devshop into component/composer/yaml-tasks

3ac7eaf00e41c157c7eb9b4d5345fb5a293c66d0 authored almost 5 years ago
Merge pull request #518 from opendevshop/ops/ansible/role-updates

Ops / Ansible / Roles updates

0c3ca2a6973217e64b7cb8b3687ba449bdb7bbbe authored almost 5 years ago
Merge branch 'ops/ansible/role-updates' into component/composer/yaml-tasks

f88f72c238660ef4bbbe52d2232d6f8b02746d02 authored almost 5 years ago
Remove commented out packages from vars files.

2f56fafeb6ae494d2ea1ebd8f09d6566b95032f3 authored almost 5 years ago
Set all Debian systems to use python3-mysqldb for mysql_python_package_debian.

106dffabeedd61beac1cf6fcd7ef00942572996a authored almost 5 years ago
Removing extra python3 packages to see if this is related to the failing ubuntu mysql install: https://github.com/opendevshop/devshop/pull/518/checks?check_run_id=517865257#step:7:523

a1a5c6fa1b44b71a308c74617e56eaeb39156d6a authored almost 5 years ago
Revert "Print system info as a pre-task."

This reverts commit 5cd6bebc4ca385548102eb200cd4d1e43ac9df11.

69d7efd533d349fce867edd0479956d0326e5632 authored almost 5 years ago
Print system info as a pre-task.

5cd6bebc4ca385548102eb200cd4d1e43ac9df11 authored almost 5 years ago
Revert "Use python2 for centos servers"

This reverts commit 8decbf15da59584ff1aace097dbd4745c762013c.

aa21c1d2aebfaaacc939019c12a6a9f452598222 authored almost 5 years ago
Try "auto" for interpreter_python in ansible.cfg

7d03c595f48f3d4967301a7b7b93d551928f6dfc authored almost 5 years ago
Move the python interpreter config up the chain to ansible.cfg.

a35741376df33b344b8b56ecd3f5c504ba717822 authored almost 5 years ago
Add debugging to server playbook.

2042a937f1b2f0d5b3c1953f54815ed59a618c65 authored almost 5 years ago
Put back ansible_python_interpreter for python 3 for ubuntu servers.

0b022e2e4df4b514963e9dbb7e87f702d080b627 authored almost 5 years ago