-
-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use --ci option instead of --volumes for indicating that we don't want to use docker volumes. * Fix for commit 23c51d3. In the create wizard, site nodes don't exist for a time, so the query must include environments with site == null. * Test using devshop-composer-template instead * Fix broken class arrays. * Improve admin section for Server Access. * Improve project templates admin section. * Give create.js the data it expects, for now. * On "project/add/settings" page, don't show the checkbox. * Make checks for no_verify consistent with "empty()". * Accidentally lost $output[] setting. * Squashed cherry-pick of dab7968...ffa7621 * Include unverified sites in project query. Rewrite OR query to one condition per line * change to empty to avoid notices. * Add gcp as an alias for git cherry-pick. * Clean up behat error reporting, including printing last drush output. * Avoid PHP notices. It slows things down quite a bit when DBLog is active. * Add a "Run in Terminal" button that outputs the command to trigger the task! * Cleanup run in terminal button with kbd alert. * Check more options to avoid printing in the wrong place. * Create separate "View Logs" and "Retry" buttons. Make the Retry button go right to the confirm form. * Let the hosting-queue-runner clear drush caches by itself, try to avoid strange missing module message: > Command hosting-task needs the following extension(s) enabled to run: [error] > The drush command 'hosting-task 197' could not be executed. [error] * Use devshop-log, not log. * Removing devshop_support_network_client from devmaster install profile and adding an update hook to disable it. * Add --reinstall option to robo test. * Bad update number. * Use all git projects in devmaster dev and remove distro_update * Bump to Drupal 7.73 * Build full drupal and makefile for now to reduce confusion until the rest of the integration work is done. * Keep break step commented. * Rename tested project to compose. * Stopgap: pass future git platform properties to context so that latest provision 3.x works with devshop in soon-to-be-legacy * Delete duplicate test file. * Remove test for support widget. * Ensure github PR queues respect the project settings by removing complex pull_request_create_policy feature that is impossible to calculate. Improve the form. * Improve the github PR settings form and messaging. * Fix create project form so that: - GitHub PR environments are included in the main form, so that they get created on the spot just like ad-hoc environments. - GitHub PR environments only show up when enabled. - Show number of PRs and link to PRs even if disabled. - * Fix create project form so that: - GitHub PR environments are included in the main form, so that they get created on submit of the form just like ad-hoc environments. - GitHub PR environments only show up when enabled. - Show number of PRs and link to PRs even if disabled. * Remove dsm and unneeded UI. * Fix error reporting about environment names already in use: highlight the right element and include the duplicate name in the error message. * Fix incorrect link back to project settings from errored environments page. * Update hosting_create_environment() to be used by the create site wizard by allowing it to skip site nodes, and replace ad-hoc code that did the same thing. * Remove the extra environments list from the project create page. * Save boolean for pr_environment in env settings so we know which envs to load PR data into later. * Handle forked repos in new project wizard with alternate URLs and branches. * Fix project name validation. * Remove loading.gif reference that isn't there. * Catch bad data exceptions when trying to load PR data. * If environment/platform was already created, re-insert environment DB record on Step 3 submit. this function was lost when converting to hosting_create_environment(). * Remove mentions of master branch from behat tests.
- Loading branch information
Showing
36 changed files
with
386 additions
and
394 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.