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

Update provision to latest sha

11511aa0f4731b74dc68657b53f626fb1990b881 authored over 3 years ago
Update provision to latest sha

957fe71bafec8c89a4df115dc6d3c7903be5063b authored over 3 years ago
Use actions/checkout@v2 for devshop control component so that the branches resolve for packagist repo lookup. (#670)

3445c255f045850eef22b5e415ace02ab004f00c authored almost 4 years ago
Fix failing CI: Dependency issues (#669)

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

2fb4a0247120eccc3e4daace9bc11c5a01602737 authored almost 4 years ago
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.

f24241871ea7f7d245b839f3df8ad7bdd6dc3b4a authored about 4 years ago
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...

bb4408d71e2c8aaa087821ab905a03d03eb2787e authored about 4 years ago
Stabilize Deploy Tasks (#655)

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

4ef57201c275161d44da9f18a188f8fbf561bc04 authored about 4 years ago
Improve developer experience in RoboFile and composer.json.

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

- Run composer install and update in Control ...

de89baf294832fdfed78eedf660857d2fed1e084 authored about 4 years ago
Ensure there is a remote tracking the current branch

dd5a8e9faa0103a14e0a706bc5de1ba205306a99 authored about 4 years ago
Hotfix: Install script builder. (#658)

* Clean up the make build process for install.sh and netlifty config.
* Remove install repo fro...

91995eab3668931ec5056e37edf64551ec681c1f authored about 4 years ago
Hotfix to alter how netlify serves the install script.

ba98db06ea784b5d6b09b6fcd3f1ee8d84c356c9 authored about 4 years ago
Improve install script and add tests for it. (#631)

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

* Rewrite the standalone install.sh script em...

7c159accb61617e84d65710e633a2c3494e77c75 authored about 4 years ago
Merge branch '1.x' of github.com:opendevshop/devshop into 1.x

67c2248f5f03d2d8262a221db2e75129841105bb authored about 4 years ago
Allow GitHub forks to be launchable and pass tests (#651)

DRASTICALLY IMPROVES the ability for users to contribute to DevShop because they can use forks l...

2075ff0242364f9178da5d96d07b18a206ae94a7 authored about 4 years ago
Allow GitHub forks to be launchable and pass tests (#651)

DRASTICALLY IMPROVES the ability for users to contribute to DevShop because they can use forks l...

3ad48915e3787176f397bf147c71af35ed8eae79 authored about 4 years ago
Use core DevShop source for DevShop Control site. (#645)

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

- DevShop UI and CLI code in one repo:
- D...

979433fbdffdb7961c66f5c3d19957327ccd1a1b authored about 4 years ago
Improve GitHub Actions implementation (#646)

https://github.com/opendevshop/devshop/pull/646
* Use actions/checkout features instead of our ...

36278018bdb0a3aa9abcaceb5e3d1f5a99eae0e6 authored about 4 years ago
Feature/ch256/devshop developers (#647)

- Add composer uninstall to robo destroy
- In the robo destroy command, remove root files insid...

c7b3c8a7c9248cc5de7024efd64dab5f998f6267 authored about 4 years ago
Fix disabled sites disappearing from the projects UI. (#643)

* Fixes #642: disabled sites not appearing in projects UI by loading all sites but deleted ones....

a799010a2bc4ad658f8f41ced1a1bcfabbe5b9f4 authored about 4 years ago
Ansible roles and vars cleanup (#638)

* Deleting unused playbooks and dockerfiles.
* Remove vars from play.yml so they can be overwri...

a0577eb95096a544bd7cb0d7bddd71c60b05468b authored about 4 years ago
Simpler composer fixes (#637)

* Remove composer from require-dev
* Put back released version of drupal-composer/preserve-path...

6a24aac4b4a0c739874f51dcecc4a473862c375f authored about 4 years ago
Create a named branch only for PR environments. (#636)

* Create a named branch only for PR environments.

95951a10614a897c6f15944a0165457da7c25e73 authored about 4 years ago
Hotfix: Docker entrypoint script exits and kills the container if DEVSHOP_DOCKER_COMMAND_RUN fails.

98c3e20ac48e95bb440dfa1bd0660296e80edbb8 authored about 4 years ago
Simplify ansible inventory generation (#633)

* Create a new default inventory file in YML format with clear comments documenting how it is us...

9b8cf4e199b9d1a2d7f566517b06502431279eec authored about 4 years ago
Hotfix: dont fail if 1.x branch already exists.

9f0ccb6a9f7078eae43d6f33700ab542f663322b authored about 4 years ago
Ensure the DevShop Control Project template installs the latest alpha of `devshop/devmaster`. (#629)

* Ensure devmaster is at least 1.7
* Run component tests twice a day just like the main tests.
...

2a3146aed4996083e4cf73c4469101ca44740be8 authored about 4 years ago
Improve UID reset (#610)

* Allow resetting UID/GID of the aegir user on ansible play runs.
* Kill all tasks running of t...

d2afe55e8c1201d15d3e9ded46562e4f4d1774f3 authored about 4 years ago
Release Cleanup: Text, comments, etc. (#608)

* Change mentions of "Devmaster" in ansible tasks to "DevShop Control".

25f33762c88b04dc19ff52fc35f693f6194b15ee authored about 4 years ago
Detect hostname from `hostname -f` if `server_hostname` variable is not explicitly set. (#627)

* Ansible roles now detect the `server_hostname` variable if not set from `hostname -f`. Before ...

b02954ece453c968eebca487478e7bf5de97c453 authored about 4 years ago
1.x builds are failing (#626)

* Use 1.x instead of github.ref, which has refs/heads in it.
* Use composer reinstall command i...

69b4226d8091f76d89fa957d8008e5530cc2ecc2 authored about 4 years ago
Don't set a version for `devshop_version` in the default env var. (#625)

* Don't set a version for `devshop_version` in the default env var. It gets set below, and githu...

a3fd341b58c163fbe34323e891a15cd3a7166874 authored about 4 years ago
Composer 2 compatibility (#624)

* Bump composer-plugin-api to 2.0 for composer2 compatibility.
* Fix up local reference package...

176ee9079b3923453eb35671749edb9d7027c67a authored about 4 years ago
Update lockfile.

7e17aec1a6a9b51952f625ed30436b6997edba44 authored about 4 years ago
Remove --no-suggest from composer install.

6438e48e33e9cc92677b2ac164d353fa09683a53 authored about 4 years ago
Bump composer-plugin-api to 2.0 for composer2 compatibility.

bdceda5c1ddf03fdc0d4db83c3c06e687a5fabc9 authored about 4 years ago
DevShop Ansible & DevShop Cloud modules (#621)

Import the Aegir Cloud and Aegir Ansible modules from drupal.org and get them working again.

2f53fcf5672cfb7e6713777bc963ac5d766407c8 authored over 4 years ago
Test DevShop Control from source (#619)

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

5c0ed16e69950653f22ebdf27e09788eaf2c1b48 authored over 4 years ago
Moving devshop repos docs into the docs

e979a7298f7d128d70212b656a6dcfe80f8c8e97 authored over 4 years ago
Update core values language.

5f67dc84ce03bbdab9f30a98d78461827d183ab2 authored over 4 years ago
Don't set CMD to devshop-ansible-playbook or it runs twice. Just print logo (and version and file that created the CMD.)

e0a24860bfdc9c06cbe8d6c7aa80ecf7ae0a8a9c authored over 4 years ago
Improvements to Task Node Pages (#618)

* Print link to every url

* Display links as a list group.

* Print type name instead of the en...

6da2e4b7f409d85166640eda0f94d666067cd1c2 authored over 4 years ago
Send user to the environment dashboard when they create an environment (#520)

* Send user to the environment dashboard when they create an environment
* Alter test to confir...

37b97f7d0735cd18543dd946f16a84a0466c0e4b authored over 4 years ago
Fix bad provision version (#616)

b68c89793b15e3ebbccf1f7729c6a912708875a6 authored over 4 years ago
Adding wordmark svg

0f1059c0b098fdba70d4152ea8e5e40d1eb8f428 authored over 4 years ago
Merge branch '1.x' of github.com:opendevshop/devshop into 1.x

11bf716396496960db98e2f2a1ef4c6b786d158b authored over 4 years ago
Update README.md

Changed link from http://github.com/devshop/devmaster to https://github.com/opendevshop/devmaste...

f46d38252ceee2bee620bbc3dcbe95296b1581d0 authored over 4 years ago
PHPCBF

c6605f5584a0474630e1fc96a19baa7f461264be authored over 4 years ago
Handle empty --status-url option.

d94e708a2213b7769aab7fad1bcdf4d9009ff281 authored over 4 years ago
Update DevShop Components list. (#611)

* Update DevShop Components list.

* Fix bad paths in README.

1ae1a557ff26e0dcf1efde863162021745e77036 authored over 4 years ago
Component/Deploy: Single command for running an entire devops cycle.

02b5a2e4b756e65391334a86f9197726c8b4503d authored over 4 years ago
Bump to new tag of aegir ansible and cloud

b72ef2be6bf3a01b6cfaa6f92b3bf508a7887491 authored over 4 years ago
Set prefer-stable to true to ensure drupal stack is built on released packages.

3b6b68e2e2622fe55345b78dd04b50e8bbe93a37 authored over 4 years ago
Must remove internal "repository" for independent installs to works.

c9dc02e485652d24fc6d8346a793ada970c726f8 authored over 4 years ago
Pin devmaster version to 1.7 alpha

dcd5fc607c979a7f233e7463bbc3d89aec09c022 authored over 4 years ago
Pin provision tag

1acda1ddf7773554d1e11b456161ffb619549621 authored over 4 years ago
Removing lockfile now that we have releases.

19182d590f6ba6f91e78e31e92c7af3c83fe57ac authored over 4 years ago
Component / Composer DevShop Control (#601)

4ed38febf3218bf01fdc35698353c023e4c3600a authored over 4 years ago
Rapid DevShop Tests must run PR code (#602)

* Run rapid tests with volumes to it uses latest code.

* Whitespace and better wording.

* ...

7f5fbb1f5ee5b2a1a1025036acc3d394b63d7d34 authored over 4 years ago
Update Core Values section. (#600)

7d6bb64e941282943edcd24d25c817d2b5b420ab authored over 4 years ago
Fix incorrect ordering of arguments in docker-compose up.

8981307afd18116a6acff29b39a4ad7393d946e8 authored over 4 years ago
Tests: Implement devshop/server for rapid tests (#598)

* Implement the DOCKER_COMMAND_POST environment variable for defining a post-ansible run test co...

258f3fd8bd021c3d23856f440c2d62e6bdf5b171 authored over 4 years ago
Run at 5 and 5 ET

7b9b7c85935173b1b48f1a372814504ab8ec9f80 authored over 4 years ago
Add test job using pre-built container (#599)

* Use same test steps in both build and test jobs

* Use docker-compose pull first to receive ...

a8a9749d0e744efb11bc9f9013c85b14b5ee26aa authored over 4 years ago
Run DevShop workflow at 6AM and 5PM every day.

c719aced8421bca20cd97f7080c0544606e877fa authored over 4 years ago
Ops / Docker / Ansible Role Containers and Faster Testing (#586)

* Revert "Remove opendevshop.users from runtime tag."

This reverts commit 768ec4eb0621156e993...

c5c223ec292645db69a7854fe70e6807db3149da authored over 4 years ago
CH36 / Little Bugs (#596)

* Use --ci option instead of --volumes for indicating that we don't want to use docker volumes.
...

d7484b7b5963016b6fb96702d4c24e1aa2266d31 authored over 4 years ago
Finish automated test result saving to github action artifacts (#593)

* Move test-assets folder to /var/aegir/test-assets inside the containers. [ch-17]
* Fix last p...

6739cd8d4cd32d5d8bf8e247febbb80ea334f12f authored over 4 years ago
Resolves [ch-20]: Skips ansible lint rule 208. (#594)

51b88015714ed6388de531d4c4acdd07cf24be7a authored over 4 years ago
Add a unique key to the devshop environment table (#437)

* Add a unique key to the devshop environment table so that the same name/project_nid combo cann...

ad35194e49d4768fe1c4872b3f4b4c3e9d78020d authored over 4 years ago
devmaster performance improvements (#590)

Use more efficient node_load_multiple() and limit what needs to be processed.

23c51d3a9aa2b20b40c3a9326aa87212f8d1298f authored over 4 years ago
Fix incorrect drupal version display.

6ca74b7018cca11321283dca5b4873ba1735a59a authored over 4 years ago
Wrong brach!

Revert "Comment out hosting_git* from info files."

This reverts commit d3291becb32c7d77c9ee3d274...

ae3435d1d05e5f9400466417bd970bf61962a105 authored over 4 years ago
Comment out hosting_git* from info files.

d3291becb32c7d77c9ee3d274a78d386a9814037 authored over 4 years ago
Update GitSplit Component Documentation.

e9d85c93a7a089fd4d5dac796b1b08367534e4f6 authored over 4 years ago
Run task commands in the same path as the task file.

b869f8b9baa763c06ff371b970e15fee9a800632 authored over 4 years ago
Hotfix to remove unquoted DESC

1cb23b60f82bb563d0a05b14d5eaf863d76622fb authored over 4 years ago
Merge pull request #519 from opendevshop/dev/projects/inactive

Dev / Projects / Active/Inactive Projects UI

83b0292fa0e8edd7d87da3316363fe469cb7e5ce authored over 4 years ago
Bumping views and VBO

9f44e8ef0b30aa7892f670f0800b47430df8f534 authored over 4 years ago
Merge branch '1.x' of github.com:opendevshop/devshop into 1.x

b7292e39b59a815803b5727884bfda379e308fe8 authored over 4 years ago
Bump Drupal core release.

548d1fbba8ed6183b50ec3100edb51c83216515e authored over 4 years ago
Bump Drupal core release.

2b11927f4e9a6e3078196e1070c369bdba40d7ef authored over 4 years ago
Merge pull request #585 from opendevshop/ci/install/devshop-tech

CI / Publish install script

0d587afeb9a865058b81519a81ad00fbabba517e authored over 4 years ago
Set download of get.devshop.tech to save as install-devshop.sh

4583aed75f35ee4c72c5165f92148a92811665bf authored over 4 years ago
With netlify, the publish github action is not needed.

a9dcd9f08ce31ee935a3e19f983cfa1d7cec0542 authored over 4 years ago
Add build settings to netlify.

874dc2092d537ee91f066e3b1cf705a49abce27d authored over 4 years ago
Netlify uses paths, set the header for the root request.

c7b74a899e635974f7d736ea35b4fb3426e6a5c7 authored over 4 years ago
Adding netlify config file to set headers on install script.

bc4c8768d9de85271e8fa232220d356612cc44dd authored over 4 years ago
Merge branch '1.x' of github.com:opendevshop/devshop into ci/install/devshop-tech

36d99c7b83ea4f25a95df8532b22bf0d81376ce5 authored over 4 years ago
Set keep_history and fqdn for github pages publish

3db85e85d19b10e83451ff62271ea5e9b6c3c783 authored over 4 years ago
Update publish.yml

eb29b112d8485c70c7922510fa659473dc87e256 authored over 4 years ago
Publish on all PRs

a8ea7c462708446f18b0a9eaa1b6db257759950f authored over 4 years ago
Add a symlink from the old install.sh to the new one.

dba1af1fd343d61042b097566625b0816ddda3c5 authored over 4 years ago
Merge branch '1.x' of github.com:opendevshop/devshop into 1.x

3adce4f22fa4d2c81307fb34146297bc6fe3effe authored over 4 years ago
Update publish.yml

9bd6d2bef138e8f7619d617080f1c441a1263b88 authored over 4 years ago
Add github workflow for publishing things.

a28765fd6392b9c5259b56b100b1401caf78d1f0 authored over 4 years ago
Merge pull request #580 from opendevshop/install/install-sh/ansible-pip

Install / install.sh / Fix Ansible and python-related install problems

eae36968fee74ed706e463c15eafc4cd1f5c7427 authored over 4 years ago
Update content hash in composer.lock.

b97a2c91b684c2926893ab6beb451c4dbc7fc400 authored over 4 years ago
Call with bash to avoid the need to chmod.

c67bb489fe954b8305fe06c29be4c74789048991 authored over 4 years ago
Ah, right... docker-systemd-prepare.

9a2ab054002e7450289c5f3939844cb3dfe4143c authored over 4 years ago
Use full path when running things in Dockerfile.

fe4a9fac0146de3818b605061b7831a84292a5a7 authored over 4 years ago