Skip to content

0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@robbieaverill robbieaverill released this 11 Jan 09:04
· 33 commits to master since this release
  • FIX Update config commands for new config API in alpha5 (Robbie Averill) - 224e953
  • FIX Skip processing empty commands when task segments are empty from SilverStripe (Robbie Averill) - d097a9b
  • DOCS Add documentation and examples for all commands, and installation (Robbie Averill) - 63ae343
  • DOCS Add roles, project installation, contributing guide and screenshot to readme (Robbie Averill) - cd0cf08
  • TEST: Lint PSR-2 on Scrutinizer builds (Robbie Averill) - 7526950
  • Rename composer package to ssconsole, update readme and phpunit.xml (Robbie Averill) - b51da46
  • FIX: Remove silverstripe-module type so it will be installed to vendor/ (Robbie Averill) - 179d188
  • API: Add config:get command (Robbie Averill) - 460b838
  • API: Add config:dump command to examine the Config entries in various levels (Robbie Averill) - 8851524
  • TEST Add ConsoleBaseTest. Update member:create error message. (Robbie Averill) - ec864bd
  • API Add object:debug command. Add tests for Factory. (Robbie Averill) - 81746b6
  • API Add ObjectUtilities trait. Implement into ObjectCommands to resolve module names. (Robbie Averill) - d638efe
  • FIX Ensure Controller routes can be run with a mocked file to URL map (Robbie Averill) - 9b91ad1
  • Replaced bin path to composer and updated console_base_dir ([email protected]) - 2f7895b
  • TEST Add configuration for codecov.io for coverage instead of Scrutinizer (Robbie Averill) - 0ef932b
  • TEST Add ChangeGroupsCommandTest and an extra space on the question in Create (Robbie Averill) - 2549ece
  • FIX Remove duplication in test classes. Add "executeTest" method to centralize CommandTester. (Robbie Averill) - 4d00a6f
  • TEST Add dev:build and some member command tests. Add DB connection for unit tests to use. (Robbie Averill) - 6637b76
  • TEST Add tests for Object Commands, add AbstractCommandTest (Robbie Averill) - 7880177
  • TEST Add Loader tests (Robbie Averill) - 34742c2
  • FIX Remove unused namespace imports (Robbie Averill) - c0e86a0
  • DOCS Use Scrutinizer coverage badge instead of Shields (Robbie Averill) - 16900c6
  • BUILD Add Scrutinizer code coverage. Add install from source option to readme. (Robbie Averill) - 0e1ad60
  • Add ScaffoldTest, Travis and PHPUnit configuration (Robbie Averill) - db5a6d9
  • API Add object:children command to list concrete extensions of a class (Robbie Averill) - 915229f
  • FIX Use return type as $this instead of self (Robbie Averill) - 9cc94c2
  • API Add object:extensions command to list Extensions of an Object (Robbie Averill) - 08179b8
  • API Add object:lookup command to show Injector resolution for a class name (Robbie Averill) - 79c365d
  • API Add dev:build command and flushing capatibility (Robbie Averill) - a29d779
  • Simplify the bootstrap script. Remove some of the logic from the bin file. (Robbie Averill) - 51cb446
  • API Add configuration loader, YAML configuration file for commands (Robbie Averill) - 7463be2
  • Add Scrutinizer badge to readme (Robbie Averill) - 52e4415
  • FIX Loose type cast (Robbie Averill) - 7253b3f
  • API Add create member command and change member groups command (Robbie Averill) - 1a1355c
  • API Add member:change-password command. Add abstract task command as base. (Robbie Averill) - 562ab7b
  • Add SilverLeague Console ASCII for application name (Robbie Averill) - bbac0f6
  • API Implement Factory, SilverStripeCommand and ensure BuildTasks run (Robbie Averill) - 365225d
  • API Move SilverStripe loader to ssconsole, implement Injector into SilverStripeLoader (Robbie Averill) - 26db7a3
  • API Add SilverStripeLoader (Robbie Averill) - aa02ea9