Skip to content

Releases: opendevshop/devshop

DevShop 1.8.0-beta3

01 Sep 12:35
Compare
Choose a tag to compare
  • Fix Sync links in environment and sync form.
  • Fix "Allow reinstall" checkbox.
  • Run database updates immediately after database sync. The drush call to sync files could fail.
  • Reduce default parallel tasks to 3. Fix check for maximum tasks, off by one. Allow --force option to ignore max task limit.
  • Fix running "build" hook in provision verify.
  • Verify codebase after install. Ensures sync'd files and database are working properly.

DevShop 1.8.0-beta2

30 Aug 15:18
Compare
Choose a tag to compare

DevShop 1.8.0-beta2

August 30, 2023

  • Fix deploy tasks when created by hosting git queue.
  • Fix install script problems.
  • Create script files with version numbers.
  • Add testing for ubuntu 20 and 22.
  • Default to PHP 8.1.
  • Ensure drush alias is entered when "other drush alias" is selected as source.

DevShop 1.8.0-beta1

29 Aug 14:01
Compare
Choose a tag to compare

The Big Payback

August 29, 2023

Our first release in almost 3 years. This release is a huge repayment of technical debt, and our last on a Drupal 7 / Aegir based framework.

Thanks for all the fish.

Support OpenDevShop

OpenDevShop was mostly created and updated without pay. Please support OpenDevShop financially at opencollective.com/devshop

ATTN UPGRADERS:

There is NO AUTOMATED UPGRADE PATH to this release. The last release of DevShop used Makefiles. So if you are still on that, you'll need to upgrade manually. See docs/upgrade-from-1.7.md

Release Notes

  • Solved Drush 9+ incompatibility with Aegir. Global drush is now Drush 10, and can be upgraded. DevShop Control is now composer, so it includes drush 8 to remain compatible with hosting/provision.
  • Drush 9+ Yaml alias support.
  • Moved web interface code to main opendevshop/devshop repository: ./src/DevShop/Control.
    • No more separate repository for backend & front-end code.
    • Provision & Hosting are included via composer, improving stability by locking in their versions.
    • Autoloader brings all code together reducing conflicts.
    • Behat tests are integrated with the composer codebase.
  • Automatic web path setting! If you use drupal-scaffold, you no longer have to specify the webroot.
  • Various GitHub CI fixes.
  • Fix robofile.
  • PHP 8 support.
  • Added "GitTraits" package: simple PHP package for reading information about it's git repo.
  • Provision/Hosting improvements
  • "Parallel" task execution:
    • Tasks now run one at a time per context so that tasks on a site don't collide.
    • Hosting queues and cron executions now launch tasks in their own process, running as fast as possible.
    • The regular, cron-drive Hosting Task Queue is now enabled so that both cron and hosting-queued can launch tasks.
    • The maxiumum number of parallel tasks is configured by the Aegir Queues settings page.
    • Git Queue scans every git platform for new upstream commits and creates new Deploy tasks automatically. This provides continuous deployment for users behind a firewall that can't use a webhook. Uses simple shell scripts, git-ref-type and git-behind.
  • Install Methods:
    • Aegir Site forms now natively support the "Install Method" selection widget from DevShop. Choose Install profile, SQL Sync, or Environment clone when creating a site or as the default per project.
    • "Allow Reinstall Site" setting allows one click site "reinstall" using the chosen method: profile, sync, etc.
  • Deploy hooks:
    • Define hooks for composer build, post-code deploy, and testing in composer.
    • Control what hooks run on each task.
    • Allow reinstall in deploy task.
  • Fixed GitHub and BitBucket integrations.
    • Create projects from existing bitbucket repos. Automatic PR environments for bitbucket. Repaired github deployment and commit status integration.
  • DevShop settings UX improvements.
  • DevShop Project Create wizard improvements. No more step 4.
  • Fix weird "last task" stuff.
  • Fixed dynamic task JS.
  • Fixed problematic deletion of environments. Should finally, truly delete everything properly, even if it's a total fail? Please test!
  • Fixed strange site-state display issues when installs went wrong.
  • Fixed interdependency issues with all the components.
  • Add found drush aliases to sync source options.
  • Attempts to improve docker situation.
  • Add version to install scripts using install/Makefile.
  • Aegir:
    • Get provision to work inside a composer codebase.
    • Moved many settings to site nodes. Git info, install method, deploy settings.
    • Moved all properties to Site Context instead of Platform. No more d()->platform->root. Just call d()->root.
    • No more platform nodes. Just create a site node. Set platform path, git repo, in site form.
    • Install profile is now a string. It was too difficult to work with. If someone wants to, they can create a new module to give users a better interface.
    • Added "group" and "environment" site properties to represent "project" and "environment". This was needed to generate drush9 yaml aliases because they require a group (filename) and environment (aliasname).
    • Move the last deploy stuff out of devshop to provision-deploy-code.
    • Moved the last install method stuff out of devshop to provision-install.

@todo: Final 1.8.0 Release Blockers

These are mostly all regressions. All of the little features I created need to be tested. This will be done before we call it a 1.8.0.

  • Merge ubuntu 20+ PR.
  • Ensure upgrade path works: DevShop control platform path changed: upgrade probably does not work right now.
  • Ensure Aegir Cloud, Aegir Docker & Ansible work.
  • Ensure git commit, tag, branch and deploy all work.
  • Ensure "Drupal update" task, Config Export, and Config import tasks work.
  • Ensure devshop_dothooks still works with new provision deploy stuff.
  • Remove Client form on sites.
  • Ensure devshop_support widget & connection works.

DevShop 1.7.0-alpha4

12 Nov 21:04
2a3146a
Compare
Choose a tag to compare
  • Fix issues with DevShop Control Composer Project installing old versions.
  • Create commands in github action and a script dedicated to composer magic to get the sub-repo of devshop_control testable.
  • Fix issue with GitHub Actions not working on main branch, only PRs.
  • Clean up a few Robofile steps.
  • New logo/wordmark. SVG file.
  • Fixed main devshop project to require @dev versiopns of components, and add composer uninstall and reinstall commands.
  • Incorporated Aegir Ansible and Aegir Cloud into the main DevShop megarepo, and fixed composer issues preventing Aegir Cloud DigitalOcean from working.
  • Task node page cleanup, rename of "follow logs" to "scroll logs".
  • Automatically detect hostname and set server_hostname ansible variable from it, allowing more automated devshop installations.
  • Allow UID of the application user to be changed after the user is first created.
  • Composer 2 Support.
  • Fix bug when using --status-url option in YamlTasks.
  • Add vars.ci.yml file for simple variable settings for CI environments.

DevShop 1.7.0-alpha3

12 Nov 20:49
1ae1a55
Compare
Choose a tag to compare
Update DevShop Components list. (#611)

* Update DevShop Components list.

* Fix bad paths in README.

DevShop 1.7.0-alpha2

07 Oct 02:42
Compare
Choose a tag to compare

First alpha for Composer-based DevShop Web UI, now called DevShop Control!

DevShop 1.6.0-alpha3

24 Mar 20:50
e70bd0f
Compare
Choose a tag to compare
DevShop 1.6.0-alpha3 Pre-release
Pre-release

Fixes issue with PowerProcess::mustRun() method.

DevShop 1.6.0-alpha1: First DevShop Components Release

20 Mar 18:18
8f88110
Compare
Choose a tag to compare

This is the first alpha release of DevShop that includes "DevShop Components": reusable tools that work independently.

The first two DevShop Components released are composer plugins:

  • GitSplit: Provides a composer command called git:split that automatically pushes commits from the main repo to the repositories defined in composer.json. Uses the splitsh-lite script that is used by symfony/symfony and drupal/drupal monorepos. This plugin is used on this repo to push to all of the devshop component repos, such as Ansible roles and Composer packages.
    See the "Git Management" action to see the plugin in use: https://github.com/opendevshop/devshop/runs/522033744?check_suite_focus=true#step:14:1
  • YamlTasks: Provides a composer command called yaml-tasks that runs a list of commands defined in a yaml file. Integrates with GitHub Status API to communicate results to developers and integrate with other CI systems.

DevShop 1.5.0-rc7

15 Mar 20:56
Compare
Choose a tag to compare

6 Commits to DevShop: 1.5.0-rc6...1.x

11 Commits to Devmaster: opendevshop/devmaster@7.x-1.50-rc6...7.x-1.x

3 Commits to opendevshop/aegir-user role: opendevshop/ansible-role-aegir-user@1.5.0-rc6...master

  • When creating a new project, if the user has to change "path to drupal", and platforms already exist, update the platforms to use the new path.
  • Automatically set "known_hosts" for GitHub, Bitbucket, Gitlab, and drupal.org so we don't have to manually authorize.
  • Bumping Drupal core to 7.64.
  • Update ctools, views, and bootstrap modules.
  • Fixed a bug in the DevShop Support form.
  • Set line-height in terminal output so we don't get gaps.
  • Add a Aegir user GID variable to playbooks.

DevShop 1.5.0-rc6

11 Jan 00:48
Compare
Choose a tag to compare
DevShop 1.5.0-rc6