Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
enzolutions committed Jul 17, 2017
2 parents 898f1a2 + a7b32fe commit ebf9ba8
Show file tree
Hide file tree
Showing 36 changed files with 24 additions and 224 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Using the DrupalConsole Launcher
drupal
```

We highly recommend you to install the global executable, but if is not installed, then you can run DrupalConsole by:
We highly recommend you to install the global executable, but if is not installed, you can run Drupal Console depending on your installation by executing:

```
vendor/bin/drupal
Expand All @@ -65,9 +65,9 @@ bin/drupal
## Drupal Console Support
You can ask for support at Drupal Console gitter chat room [http://bit.ly/console-support](http://bit.ly/console-support).

## Getting The Project To Contribute

For information about how to run this project for development follow instructions at [setup instructions](https://gist.github.com/jmolivas/97bbd07f328217be3564a434c5bd2618).
## Contribute to Drupal Console
* [Getting the project](https://docs.drupalconsole.com/en/contributing/getting-the-project.html)
* [Running the project](https://docs.drupalconsole.com/en/contributing/running-the-project.html)

## Enabling Autocomplete
```
Expand Down
3 changes: 3 additions & 0 deletions bin/drupal.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
use Drupal\Console\Application;

set_time_limit(0);
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);

$autoloaders = [];

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"composer/installers": "~1.0",
"doctrine/annotations": "1.2.*",
"doctrine/collections": "1.3.*",
"drupal/console-core": "1.0.0-rc24",
"drupal/console-core": "1.0.0-rc25",
"drupal/console-dotenv": "~0",
"drupal/console-extend-plugin": "~0",
"gabordemooij/redbean": "~4.3",
Expand Down
24 changes: 12 additions & 12 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion config/services/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ services:
arguments: ['@console.drupal_api', '@console.site', '@class_loader', '@request_stack']
tags:
- { name: drupal.command }
lazy: true
11 changes: 0 additions & 11 deletions config/services/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,63 +4,52 @@ services:
arguments: ['@config.factory', '@config.storage', '@config.storage.sync']
tags:
- { name: drupal.command }
lazy: true
console.config_diff:
class: Drupal\Console\Command\Config\DiffCommand
arguments: ['@config.storage', '@config.manager']
tags:
- { name: drupal.command }
lazy: true
console.config_edit:
class: Drupal\Console\Command\Config\EditCommand
arguments: ['@config.factory', '@config.storage', '@console.configuration_manager']
tags:
- { name: drupal.command }
lazy: true
console.config_export:
class: Drupal\Console\Command\Config\ExportCommand
arguments: ['@config.manager', '@config.storage']
tags:
- { name: drupal.command }
lazy: true
console.config_export_content_type:
class: Drupal\Console\Command\Config\ExportContentTypeCommand
arguments: ['@entity_type.manager', '@config.storage', '@console.extension_manager']
tags:
- { name: drupal.command }
lazy: true
console.config_export_single:
class: Drupal\Console\Command\Config\ExportSingleCommand
arguments: ['@entity_type.manager', '@config.storage', '@console.extension_manager']
tags:
- { name: drupal.command }
lazy: true
console.config_export_view:
class: Drupal\Console\Command\Config\ExportViewCommand
arguments: ['@entity_type.manager', '@config.storage', '@console.extension_manager']
tags:
- { name: drupal.command }
lazy: true
console.config_import:
class: Drupal\Console\Command\Config\ImportCommand
arguments: ['@config.storage', '@config.manager']
tags:
- { name: drupal.command }
lazy: true
console.config_import_single:
class: Drupal\Console\Command\Config\ImportSingleCommand
arguments: ['@config.storage', '@config.manager']
tags:
- { name: drupal.command }
lazy: true
console.config_override:
class: Drupal\Console\Command\Config\OverrideCommand
arguments: ['@config.storage', '@config.factory']
tags:
- { name: drupal.command }
lazy: true
console.config_validate:
class: Drupal\Console\Command\Config\ValidateCommand
tags:
- { name: drupal.command }
lazy: true
5 changes: 0 additions & 5 deletions config/services/create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,23 @@ services:
arguments: ['@console.drupal_api', '@console.create_node_data']
tags:
- { name: drupal.command }
lazy: true
console.create_comments:
class: Drupal\Console\Command\Create\CommentsCommand
arguments: ['@console.create_comment_data']
tags:
- { name: drupal.command }
lazy: true
console.create_terms:
class: Drupal\Console\Command\Create\TermsCommand
arguments: ['@console.drupal_api', '@console.create_term_data']
tags:
- { name: drupal.command }
lazy: true
console.create_users:
class: Drupal\Console\Command\Create\UsersCommand
arguments: ['@console.drupal_api', '@console.create_user_data']
tags:
- { name: drupal.command }
lazy: true
console.create_vocabularies:
class: Drupal\Console\Command\Create\VocabulariesCommand
arguments: ['@console.create_vocabulary_data']
tags:
- { name: drupal.command }
lazy: true
2 changes: 0 additions & 2 deletions config/services/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ services:
arguments: ['@module_handler', '@lock', '@state', '@console.chain_queue']
tags:
- { name: drupal.command }
lazy: true
console.cron_release:
class: Drupal\Console\Command\Cron\ReleaseCommand
arguments: ['@lock','@console.chain_queue']
tags:
- { name: drupal.command }
lazy: true
9 changes: 0 additions & 9 deletions config/services/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,49 +4,40 @@ services:
arguments: ['@console.database_settings_generator']
tags:
- { name: drupal.command }
lazy: true
console.database_client:
class: Drupal\Console\Command\Database\ClientCommand
tags:
- { name: drupal.command }
lazy: true
console.database_query:
class: Drupal\Console\Command\Database\QueryCommand
tags:
- { name: drupal.command }
lazy: true
console.database_connect:
class: Drupal\Console\Command\Database\ConnectCommand
tags:
- { name: drupal.command }
lazy: true
console.database_drop:
class: Drupal\Console\Command\Database\DropCommand
arguments: ['@database']
tags:
- { name: drupal.command }
lazy: true
console.database_dump:
class: Drupal\Console\Command\Database\DumpCommand
arguments: ['@app.root', '@console.shell_process']
tags:
- { name: drupal.command }
lazy: true
console.database_log_clear:
class: Drupal\Console\Command\Database\LogClearCommand
arguments: ['@database']
tags:
- { name: drupal.command }
lazy: true
console.database_log_poll:
class: Drupal\Console\Command\Database\LogPollCommand
arguments: ['@database', '@date.formatter', '@entity_type.manager', '@string_translation']
tags:
- { name: drupal.command }
lazy: true
console.database_restore:
class: Drupal\Console\Command\Database\RestoreCommand
arguments: ['@app.root']
tags:
- { name: drupal.command }
lazy: true
Loading

0 comments on commit ebf9ba8

Please sign in to comment.