Skip to content

Releases: silverleague/silverstripe-console

1.0.1

15 Nov 19:01
Compare
Choose a tag to compare
  • Add SilverStripe 4.3 to Travis build matrix (Robbie Averill) - 41e4a1f
  • FIX Ignore abstract BuildTasks when loading commands (Robbie Averill) - d42246a

1.0.0

13 Nov 11:45
Compare
Choose a tag to compare
  • Update version (Robbie Averill) - 52d6a65
  • Switch test assertion for a class that is configured in SilverStripe 4.0 and ^4.2 (Robbie Averill) - 12ef918
  • Test various core recipes in Travis (Robbie Averill) - cc3a778
  • Remove obsolete branch alias (Robbie Averill) - fecc069
  • FIX Provide a server protocol when running ssconsole (Robbie Averill) - b1b98fe

1.0.0-beta1

12 Jun 03:41
ac00785
Compare
Choose a tag to compare
1.0.0-beta1 Pre-release
Pre-release
  • NEW Add AbstractMemberCommand and implement into existing member commands (Robbie Averill) - e170561
  • NEW Add lock and unlock commands for member (Robbie Averill) - 50c7f92
  • FIX Return resolved module name rather than original class module name (Robbie Averill) - 741fcd2

0.2.0

11 Jan 09:04
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
  • NEW Add tests for Factory::getFriendlySegment (Robbie Averill) - 43c5e55
  • FIX Flush argument passes to scaffold correctly (Robbie Averill) - 88fc2c2
  • FIX Module can run as root project, i.e. as global composer install (Robbie Averill) - 0b42aaa
  • FIX Include silverstripe/framework test bootstrapping to ensure database credentials are provided (Robbie Averill) - 52a0388
  • FIX Return a non-zero exit code when failing to load SilverStripe (Robbie Averill) - 757a5c4
  • FIX Update tests to use more stable classes from core, update module references (Robbie Averill) - 2db21b1
  • FIX Handle autoloader in test bootstrap from multiple locations (Robbie Averill) - 871adf9
  • FIX Update commands for stable SS4 (Robbie Averill) - 0dbe890
  • FIX Update constraint for symfony/yaml to 3.2 for compatibility with console (Robbie Averill) - f2e14bb

0.1.0

11 Jan 09:04
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-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 (dan.mclellan@core-ed.ac.nz) - 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