Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Console package #76

Open
wants to merge 95 commits into
base: master
Choose a base branch
from
Open

Console package #76

wants to merge 95 commits into from

Commits on Mar 31, 2015

  1. initial commit

    alex-phillips committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    b73e0f7 View commit details
    Browse the repository at this point in the history
  2. fixed hh extension

    alex-phillips committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    cf7cfb3 View commit details
    Browse the repository at this point in the history
  3. initial commit

    alex-phillips committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    14d294f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad8e97e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ced7517 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c924552 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7b8ff19 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    617bd58 View commit details
    Browse the repository at this point in the history
  9. fixed formatting issue

    alex-phillips committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    47171da View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dd518e8 View commit details
    Browse the repository at this point in the history
  11. type checker fixes!

    alex-phillips committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    80bbd09 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    356dbd3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a515019 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4e528ea View commit details
    Browse the repository at this point in the history
  15. initial commit

    alex-phillips committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    dbbaee6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    bade068 View commit details
    Browse the repository at this point in the history
  17. initial commit

    alex-phillips committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    6166fdb View commit details
    Browse the repository at this point in the history
  18. fixed type check errors

    alex-phillips committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    5b3f66f View commit details
    Browse the repository at this point in the history
  19. user now just calls 'render' on a tree to output it, the render will …

    …handle the call to the now protected method 'build' as necessary
    alex-phillips committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    47934a2 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    49ee277 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    229b5f4 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    15653b1 View commit details
    Browse the repository at this point in the history
  23. added documentation

    alex-phillips committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    d367e64 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    a324a34 View commit details
    Browse the repository at this point in the history
  25. yay for documentation!

    alex-phillips committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    65e501c View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c91101f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    6ce69d2 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    c2b21e3 View commit details
    Browse the repository at this point in the history
  29. initial feedback commit

    alex-phillips committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    f8985b0 View commit details
    Browse the repository at this point in the history
  30. type checker fixes

    alex-phillips committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    b03f79b View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    f49e02f View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    4cc138e View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    5eef7ab View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    286041d View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    ded2d0c View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    deee5e0 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    e9229e2 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    eaf4696 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    33e1b08 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    d278655 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    10b4bd4 View commit details
    Browse the repository at this point in the history
  42. fixed typo

    alex-phillips committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    b6a28a8 View commit details
    Browse the repository at this point in the history
  43. initial commit

    alex-phillips committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    c4d352d View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    410724e View commit details
    Browse the repository at this point in the history
  45. fixed issues per PR

    alex-phillips committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    2c45d92 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    249ec80 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    bfc18d6 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    a44fc13 View commit details
    Browse the repository at this point in the history
  49. since we're not using nullable class variables, need to account for e…

    …mpty alias strings when rendering the help screen
    alex-phillips committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    099bcd8 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    239cef9 View commit details
    Browse the repository at this point in the history
  51. last commit was wrong - the CONSOLE accepts command string name, here…

    … we just need to pass in input and output
    alex-phillips committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    23eb04d View commit details
    Browse the repository at this point in the history
  52. fixed failing test

    alex-phillips committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    b380345 View commit details
    Browse the repository at this point in the history
  53. reconstructed CommandStub to be a nice demo command that is fully fun…

    …ctional to show all features of the package. fixed type errors, fixed issues related to commens from the PR, InputDefinitions no longer have defaults (pass in a default value in the getValue if desired), and more.
    alex-phillips committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    cd23e47 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    78b5dc4 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    9846926 View commit details
    Browse the repository at this point in the history
  56. composer update ran

    alex-phillips committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    2d7f88f View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    1546bd9 View commit details
    Browse the repository at this point in the history
  58. added missing docblock

    alex-phillips committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    72ba9da View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    e3e9939 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    f11dc7f View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    2c54dbf View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    438f8c8 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    fdeba82 View commit details
    Browse the repository at this point in the history
  64. honoring ANSI support flags on output, altered HelpScreen to pass in …

    …the console for access to the application information (name, version etc.), added basic exception rendering for exceptions thrown in user-generated commands
    alex-phillips committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    4b168bb View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    5b5fcd6 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    0cedcb6 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    a6118e2 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    7974a64 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    26ecae7 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    46acae1 View commit details
    Browse the repository at this point in the history
  71. console is now integrating with the Kernel package, feedback classe…

    …s support suppressing ANSI output
    alex-phillips committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    8d5632e View commit details
    Browse the repository at this point in the history
  72. initial commit

    alex-phillips committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    987cb4f View commit details
    Browse the repository at this point in the history
  73. adjusted run command so that we always return an exit code, kernel ad…

    …justed for new updates to its package
    alex-phillips committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    4fd6e70 View commit details
    Browse the repository at this point in the history
  74. gah, missing semicolon

    alex-phillips committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    a6f4ad6 View commit details
    Browse the repository at this point in the history
  75. register input now clones the commands parameters and adds the inputs…

    … before registering them with the input. This allows the commands parameters to come before all registered global params for output, helpscreen, etc.
    alex-phillips committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    716e3d9 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    ae75ffc View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    ebf2da8 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    9f5e735 View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    ac0d648 View commit details
    Browse the repository at this point in the history
  80. docs update

    alex-phillips committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    b60793d View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2015

  1. Configuration menu
    Copy the full SHA
    cc2fa54 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2015

  1. Configuration menu
    Copy the full SHA
    874e7c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e5662e View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2015

  1. Quick polish while testing.

    milesj committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    c9f5f48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2487223 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b48d13 View commit details
    Browse the repository at this point in the history
  4. merged from origin

    alex-phillips committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    70f14bf View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2015

  1. Configuration menu
    Copy the full SHA
    1463525 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0baab59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14670d6 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2015

  1. Started structuring docs.

    milesj committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    ee4ebc0 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2015

  1. Added the application docs.

    milesj committed Jun 27, 2015
    Configuration menu
    Copy the full SHA
    72ea3c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2015

  1. Added output docs.

    milesj committed Jun 28, 2015
    Configuration menu
    Copy the full SHA
    6130bde View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into console-package

    Conflicts:
    	composer.lock
    milesj committed Jun 28, 2015
    Configuration menu
    Copy the full SHA
    4de445f View commit details
    Browse the repository at this point in the history
  3. Fixed comments.

    milesj committed Jun 28, 2015
    Configuration menu
    Copy the full SHA
    5584d39 View commit details
    Browse the repository at this point in the history