Ecosyste.ms: OpenCollective

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

github.com/opendevshop/devmaster-archive

Drupal web interface for DevShop | READ-ONLY
https://github.com/opendevshop/devmaster-archive

Fixing suggested git ignore.

fd1c3816fe137766660d67c5552ccf196a903c6c authored almost 7 years ago
Fix update hook to also enable aegir_features.

33568de1039abebb5ded27be6b7c7ca84a712efa authored almost 7 years ago
Enable aegir download, commit, update, and config.

f98bff043f6e492c64369f384f5f1da276fddb32 authored almost 7 years ago
Enable aegir download, commit, update, and config.

0b9de5c4d9b244576bc2235b29f078f2530cfabf authored almost 7 years ago
Add "private" directory to recommended git ignore.

088e850527b328dac9c10a27a853f1f0696e094f authored almost 7 years ago
Remove the composer deploy hook configuration. Provision now always runs composer install.

bfe5d593b71d80f8a02d520140598694fbefc2ef authored almost 7 years ago
Show a bigger error message with a button to fix it, instead of the whole form with an error in the select options.

9414852728eb375c820621dc6e7e86d4ecb19997 authored almost 7 years ago
Allow verification link for projects.

d3289eb19421f33363642af81c729f5371bca3c0 authored almost 7 years ago
Don't alter the port of the link if port is 0.

63b127e9f22d90868e4f15fa16122546f5b33de3 authored almost 7 years ago
Don't load tasks by "type", because multiple verify tasks overwrite each other, and the oldest gets loaded. Take current($tasks['verify']) so only the last task gets tested for success.

dd35d921dcc4d9e6e7ad37ebc4201291575c5a39 authored almost 7 years ago
Load full server nodes into environment->servers, then use that to add the port to the environment link.

328cb2a0b318198b0915628030977b99d1a3a675 authored almost 7 years ago
Don't write aliases for servers.

89b0cb62b6c362d970dcb3843d07cd647453b72e authored almost 7 years ago
Test 7.x-1.x branch and update matrix from devshop .travis.yml.

5077c8b362dac72d536298e4b0f799bbae494131 authored almost 7 years ago
Bumping hosting.module to 3.14.1

c893495fa2a225e9fa6ac72c8b5ebb65db651ea9 authored almost 7 years ago
Fixing incorrect contrib versions

9112023c2c9d9241223f1440ac31f5d2a5f7ecd8 authored almost 7 years ago
Bumping to Drupal 7.57

a8f17abf0784fc662b2b96ac244e1696ea17b2d0 authored almost 7 years ago
Merge pull request #100 from opendevshop/allow-domain-change

Add help text if site domain rename is chosen.

a08576fcb8a2561af86437e8e3486ef1b12d3608 authored almost 7 years ago
Merge branch '1.x' into allow-domain-change

d31b2b23f514b04ce536683f1ce0e583f01a30fc authored almost 7 years ago
Merge branch '1.x' into project-settings-error-2

4c88b4bb7f632988f26db8d248eaae96757b30d7 authored almost 7 years ago
Remove more reference foreach variables.

ac26236d3150e250ee1d4e06e426bce8e9558dc5 authored almost 7 years ago
Fixing detection of "create" vs "edit" submissions.

47a4a25f630790ab7ea563009e325628b97134fa authored almost 7 years ago
Fixing eldir version.

871c1ad7bdd8eb7e8cfdd24e55f659d097a3b69a authored almost 7 years ago
Fix checking for "unfinished project" message.

c9a6c5b29873f19618d13c57ec1610b0ae6313c8 authored almost 7 years ago
Don't use & in foreach(), it causes hanging in PHP7!

Discovered in the process of getting DevShop working in Ubuntu 16: https://github.com/opendevshop...

c85da224a6f0ecbf0c56e0181076f22f44af26a2 authored almost 7 years ago
Add a dummy filter to avoid missing argument problems.

a3f52ff66b4a808294802928a5e8d63e10a852e8 authored almost 7 years ago
Removing unused cloned indicator.

9692ba074bd936b4e211475213ed215a7e25ffd1 authored almost 7 years ago
Fix variable name to avoid notice.

788892eae4b8b5e2206166db4327a1daef662692 authored almost 7 years ago
Update contrib.

6b8b3cd230e2df161270f74c509e2b5f7ebbfca7 authored almost 7 years ago
Set hosting_delete_force variable in install profile and update hook.

76bf01d81cb51e0f18131ae08fc67a6d08ab3d06 authored about 7 years ago
Partial revert of 675d41adc78415dba10dc4a24b3eb9868da7d2f9 : Hosting module will have force delete.

300d5de1d0cfdc3b01e57d8b55d8af6871fb5210 authored about 7 years ago
Make sure to check for enabled platform.

10ab12830864a2784ab130edcb5ff084bb081056 authored about 7 years ago
Also force delete platforms.

333fcff98809ccedce3cf0e84936674bfa63e8da authored about 7 years ago
Set --force option in Delete task, to ensure bad sites get deleted.

591ab888df0a5cc4b4a0e2f78306653d4e3f9e21 authored about 7 years ago
Removing Aegir Ansible and Aegir Cloud from devmaster. These two are too powerful to be mixed up in DevShop.

4e0203f6a8e8b10a8386fd7b6583a342e0011b7d authored about 7 years ago
Merge branch 'hosting-git-hooks' into 1.x

eba0920e58b2d5efcd41be523b49bb75d89e678a authored about 7 years ago
Merge branch '7.x-1.x' of git.drupal.org:project/devmaster into 7.x-1.x

e9a1fa391ba334a4583f49db4e1ae19ec853918f authored about 7 years ago
Environment and project properties are now just strings.

6990bfdc73554e22aef6ed72c64e1366ab34da4b authored about 7 years ago
Don't just include once. Settings.php might get bootstrapped more than once. See https://www.drupal.org/project/provision/issues/2940702

cdf0d2ad7917aa2095cbf757775db61b5cf52353 authored about 7 years ago
Don't run composer install in our own module. Git hooks should handle this now.

c51aed1b9600171c3d7f4f44818d9765702b42b8 authored about 7 years ago
Fix Project aliases so they are written before every task.

e48d21ae3cee8512700fc03698bd4d9ce5e29497 authored about 7 years ago
Handle no install profiles, just in case. Seeing tons of warnings coming from provision_drupal.drush.inc:592. Drupal 8 packages not being loaded right?

e200c43be77f1b43006a8815301a24875b2441b2 authored about 7 years ago
Removing manual addition of + icon. Apparently bootstrap theme does that now.

8bddb39b15388fcebd4ecf7ea3adc45398daae84 authored about 7 years ago
Merge pull request #96 from opendevshop/update-contexts

Update old hosting_context records for projects that may have been saved without a "project_" pr...

28591fd19747c7b54118ee2d159ab66b119e571b authored over 7 years ago
Copy the devmaster makefile for travis forks over the default makefile so `robo up` uses it.

a7610c3338e3b11605254cb38688775aab8a0643 authored over 7 years ago
Fixing YML formatting in Travis.yml

1f391d015af73f069e9d79a8543a1ffa03fe11f8 authored over 7 years ago
Attempt to override development make yml instead of build-devmaster.make

6a9ef5a1133697be0bdcad4306135f237eac2c57 authored over 7 years ago
Update old hosting_context records for projects that may have been saved without a "project_" prefix.

efc6f19e91b791e1172e817bf5adbbbb3ce345c1 authored over 7 years ago
Use --no-dev option so we use build-devmaster.make for now. Travis copies make-format into the makefile, so we need to keep using that instead of the YML development makefile.

f3a72ec51d1ceb2c17b4314b002ad63259356fa5 authored over 7 years ago
Merge branch '1.x' into remove-distro-update

78a2c041161bee923e8de3c2564326a1c9fd8432 authored over 7 years ago
Moving all development makefile data to build-devmaster-dev.make.yml. Removing the need to parse it out for release.

c05b737c68f9489871a6e2b34edc61b759a695cd authored over 7 years ago
Merge branch '1.x' into remove-distro-update

235436a3177a1c0e29d54b20b6657c49a1509972 authored over 7 years ago
Bumping bootstrap module to 3.15

e05c61d44a5ac9286e43043c775196199492b866 authored over 7 years ago
Removing distro_update from devmaster install profile.

175b10c0db38ee3aca2baf3dca230900560d9abc authored over 7 years ago
Disable and uninstall the module. We can remove it on the next release.

17a61796e9312b5e9377a7dbe882a69f4125f873 authored over 7 years ago
Remove fix_permissions and fix_ownership from devmaster install.

c69aa03262a1d86c95da611b9f47b16030ca67b3 authored over 7 years ago
Removing devel module from drupal-org.make file since it is now in build-devmaster-develop.make

0f9bf3454eabaa00819ebcb853ff58a19680103c authored over 7 years ago
whitespace in makefile

576778975d33d74c2109870a4b071bb1537d2513 authored over 7 years ago
Comment out hosting_https from makefile.

2282fc63ef84ac9c146eccf5218d6598e1ce589f authored over 7 years ago
Removing quotes from version for easier sed.

571c08ed2cb0650d06d9e0b05b73d39f4871ec40 authored over 7 years ago
Remove duplicate include statement for development make yml.

ce13da92d7b5edaef342dbd160becc766e6f8f2b authored over 7 years ago
Replacing accidentally lost versions in makefile.

1e040123f0d0a4b3d1be3359be6c2ce2e0cd5e98 authored over 7 years ago
Moving contrib modules to drupal-org.make.

1fc99f26038ebed4a50299fd3c1b8401ad8fca2d authored over 7 years ago
Avoid problems if we lost the platform ID

f7fda95604d010e9ce1c7b80554555d6bacb60e9 authored over 7 years ago
Fixes opendevshop/devshop#228: Git Submodules don't init when checking out a tag.

7c54dfb782161b13d123d4af29cd283184631044 authored over 7 years ago
Bumping versions of aegir config, aegir ansible, and aegir cloud.

7d6eaaa741a4cb028f3dbdf501179a347094c456 authored over 7 years ago
Bump all Aegir modules to 3.120

32e121eaba44e02f04e549c7c5f199c0ba28d849 authored over 7 years ago
Load profile_name into site nodes if profile is empty. Fixes opendevshop/devshop#236

26b7197015a7fea3603a6fffb43c7a2facee4def authored over 7 years ago
Merge pull request #85 from opendevshop/add-fix-permissions

Enable fix_permissions and fix_ownership modules on install.

e9ff4b2fd57ab02019aa6316a43fe157ff467b1f authored over 7 years ago
Adding drupal-org-core.make and build-devmaster.make so drupal.org can package us up.

51aec6afc096ed4f3ed4e098ca1454688b63ca05 authored over 7 years ago
Bumping Hosting Tasks Extras to 3.111

c55866430b424e59184308f8e475fab971184b5d authored over 7 years ago
Remove unused node/%/edit/env/NAME page.

3a728eb8672560d18734d92c87c075f6c815ed7b authored over 7 years ago
Link to the site edit page, not the project sub url.

300b964594e80e98bf5b0f4a4f9d196b0a178baf authored over 7 years ago
Remove commented out code.

a2940712baa5ff4fddf8036636dc512d906220d7 authored over 7 years ago
Link to the site edit page, not the project sub url.

f35e46c44ed0f05cc60143695d109bcbfd166824 authored over 7 years ago
Fixes opendevshop/devshop#170: Ajax for domain aliases breaking because it's in the vertical tabs.

b81d32721fbf161237b7805b3626eb353912da20 authored over 7 years ago
Enable fix_permissions and fix_ownership modules on install.

fdde71631ace776ea7147134a98a14ae9a66e579 authored over 7 years ago
Set correct aegir logs folder.

9245bfe9865b5eaaa2c5c37c1821a2984cfbcd06 authored over 7 years ago
Reverting changes that shouldn't have been merged re:makefiles.

526aa3bf46242fa31fc1b10d08d118febbd3f989 authored over 7 years ago
Bumping aegir SSH to 1.0.

e0e05d426a155e04cfccb02fd226dd8caaa8bb16 authored over 7 years ago
Renaming function devshop_drush_process() to just devshop_process().

a935a95bc7136c82d1bc8a834372cfcdf4dcbb7e authored over 7 years ago
Always load $site_node->profile_name. Site's cloned from sites installed from custom profiles need this to be set properly, otherwise, it uses "standard" and won't find modules in `profiles/MYPROFILE/modules`.

08549ec04aa3b6adc12178683563a6f8114fb7f8 authored over 7 years ago
Pulling devshop_prepare_platform_node() function from makefiles branch so we can fix our hosting git repo_path, repo_docroot problems.

72470eaa51adf4de1de32e53b3a62561b1589dc3 authored over 7 years ago
Revert "Load PR data into environment settings so it gets saved in context."

This reverts commit bb09ac9020af8566bbf2d42e6a850c82388baa64.

fe639ff5cdc92bc479f02441f29c18fb0936a83b authored over 7 years ago
Merge pull request #81 from opendevshop/improvements

Improvements

dd3d85147ae2101b9e71424443c94ed5eb49aac7 authored over 7 years ago
Check node/add/site when deciding to show add environment button.

795e149c52d87177dcc57e9a1c4d54fecb0a31e5 authored over 7 years ago
Add target=_blank to environment links.

3af57c185dca1699bb7f4116eb1c1f90e140e688 authored over 7 years ago
Massive improvements to Sync UI

24d590ad43563bfc287faa5ac7f847f98678ab49 authored over 7 years ago
Only write drush aliases if project name was found.

0dbc813ee2b425a475e3a9fd375e6b8e16aff167 authored over 7 years ago
Don't run drush status, we don't know if a site is available.

854dedf0e20776e25911ef01d47a3e0f2f0e7d8c authored over 7 years ago
Changing git commit task to use d()->platform->repo_root.

# Conflicts:
# modules/devshop/devshop_projects/drush/aegir_extras/aegir_commit.drush.inc

aa297faffe9f638365b8295a4c87e24dce73ba07 authored over 7 years ago
Remove no longer used code for add environment page.

c52057836e9b170f9798c918fe4fea7abbd29f96 authored over 7 years ago
Use correct task name for Features Revert task.

f8e514a81e56046872c3a00f4be13489ee969d53 authored over 7 years ago
Check for drupal version before showing export/import config.

f4cb64cb179e94fbae278febc2d0cf973fa6a7fb authored over 7 years ago
Verify site after install and deploy.

317de590f42e5b267a746f8ec6af4932f6df524b authored over 7 years ago
Load PR data into environment settings so it gets saved in context.

69900a0a65ac9b72abb498b1b96b1d48d28e8bac authored over 7 years ago
Putting back development make yml.

bc3d51294fbabc7e398da4dfe9631d03263ad24a authored over 7 years ago
Temporarily commenting out development makefile to give travis a chance to test pegged versions.

9fbb952c2e4993567c2a3d7adbcf56229924f5c2 authored over 7 years ago
Adding git checkot for devshop_stats to makefile.

1d44895bf886ab8db736b556fdaa8566c5e48e07 authored over 7 years ago
Peg as many modules to fixed versions as we can by default.

64a1fef916da622d85bb7407b01e6dd30e2a11f4 authored over 7 years ago
Add a make.yml file to make all modules download as git repos.

e52b9f6e409d2e84b35162c6fdad819f86d6f2f1 authored over 7 years ago