Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support keyword arguments partially #46

Merged
33 commits merged into from
Oct 24, 2015
Merged

Commits on Jun 25, 2015

  1. Edit specs to route command "random" to :route_random

    Braiden Vasco committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    92893e0 View commit details
    Browse the repository at this point in the history
  2. Move implementation of command "random" to single route

    Braiden Vasco committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    78566b4 View commit details
    Browse the repository at this point in the history
  3. Disable cop Style/LambdaCall

    Braiden Vasco committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    cc215b3 View commit details
    Browse the repository at this point in the history
  4. Add dependency "lita-keyword-arguments"

    Braiden Vasco committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    b146368 View commit details
    Browse the repository at this point in the history
  5. Edit specs for command "random"

    Braiden Vasco committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    1203947 View commit details
    Browse the repository at this point in the history
  6. Add defenition of keyword arguments for command "random"

    Braiden Vasco committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    3c8c1fc View commit details
    Browse the repository at this point in the history
  7. Configure specs to use extension "lita-keyword-arguments"

    Braiden Vasco committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    493e9fc View commit details
    Browse the repository at this point in the history
  8. Implement keyword arguments for command "random"

    Braiden Vasco committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    2b40803 View commit details
    Browse the repository at this point in the history
  9. Refactor Lita::Handlers::Random#extract_argument

    to be independent of argument type
    Braiden Vasco committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    8c2cc1e View commit details
    Browse the repository at this point in the history
  10. Split spec for Lita::Handler::Random into several files

    Braiden Vasco committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    320f6af View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2015

  1. Add specs for command "random base64"

    Braiden Vasco committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    b73ae22 View commit details
    Browse the repository at this point in the history
  2. Implement keyword arguments for command "random base64"

    Braiden Vasco committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    bb80d3e View commit details
    Browse the repository at this point in the history
  3. Allow only spaces or line ends after commands

    Braiden Vasco committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    ff21897 View commit details
    Browse the repository at this point in the history
  4. Add specs for command "random hex"

    Braiden Vasco committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    52bca3c View commit details
    Browse the repository at this point in the history
  5. Implement keyword arguments for command "random hex"

    Braiden Vasco committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    1df5f8d View commit details
    Browse the repository at this point in the history
  6. rename keyword argument for command "random base64"

    Braiden Vasco committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    ca95422 View commit details
    Browse the repository at this point in the history
  7. Add specs for command "random smart password"

    Braiden Vasco committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    6bfb017 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9f1b2ec View commit details
    Browse the repository at this point in the history
  9. Add specs for command "random password"

    Braiden Vasco committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    0b42d17 View commit details
    Browse the repository at this point in the history
  10. Implement keuword arguments for command "random password"

    Braiden Vasco committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    213f150 View commit details
    Browse the repository at this point in the history
  11. Remove defult value for internal functions

    Braiden Vasco committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    52b3b56 View commit details
    Browse the repository at this point in the history
  12. Simplify regexes

    Braiden Vasco committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    06f0519 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2015

  1. Merge branch 'development' into support_named_arguments

    Conflicts:
    	lib/lita/handlers/random.rb
    Braiden Vasco committed Oct 24, 2015
    Configuration menu
    Copy the full SHA
    756b720 View commit details
    Browse the repository at this point in the history
  2. Fix RuboCop offenses

    Braiden Vasco committed Oct 24, 2015
    Configuration menu
    Copy the full SHA
    5cfcc2e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'development' into support_named_arguments

    Braiden Vasco committed Oct 24, 2015
    Configuration menu
    Copy the full SHA
    725b57f View commit details
    Browse the repository at this point in the history
  4. Conform argument names in documentation

    with actual argument names
    Braiden Vasco committed Oct 24, 2015
    Configuration menu
    Copy the full SHA
    f6d44bb View commit details
    Browse the repository at this point in the history
  5. Remove unnecessary private access modifier

    Braiden Vasco committed Oct 24, 2015
    Configuration menu
    Copy the full SHA
    8e9cf74 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    87fb1b8 View commit details
    Browse the repository at this point in the history
  7. Add spec to not route foreign commands to :route_random

    Braiden Vasco committed Oct 24, 2015
    Configuration menu
    Copy the full SHA
    98f136c View commit details
    Browse the repository at this point in the history
  8. Fix routing

    Braiden Vasco committed Oct 24, 2015
    Configuration menu
    Copy the full SHA
    6f6eeff View commit details
    Browse the repository at this point in the history
  9. Conform argument names in specs

    with actual argument names
    Braiden Vasco committed Oct 24, 2015
    Configuration menu
    Copy the full SHA
    2429ce8 View commit details
    Browse the repository at this point in the history
  10. Add instructions for named arguments

    Braiden Vasco committed Oct 24, 2015
    Configuration menu
    Copy the full SHA
    8c24f94 View commit details
    Browse the repository at this point in the history
  11. Conform argument names in README

    with actual argument names
    Braiden Vasco committed Oct 24, 2015
    Configuration menu
    Copy the full SHA
    5b9c8f8 View commit details
    Browse the repository at this point in the history