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

CommandSystem: Tabcompletion and bug fixes #65

Merged
merged 12 commits into from
May 24, 2021
Merged

CommandSystem: Tabcompletion and bug fixes #65

merged 12 commits into from
May 24, 2021

Commits on Apr 29, 2021

  1. Fixed NPE when KommonCommand fails to parse the command

    Signed-off-by: DSeeLP <46624152+DSeeLP@users.noreply.github.com>
    DSeeLP committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    05e1ef4 View commit details
    Browse the repository at this point in the history
  2. Fixed maven build

    Signed-off-by: DSeeLP <46624152+DSeeLP@users.noreply.github.com>
    DSeeLP committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    d38b3d6 View commit details
    Browse the repository at this point in the history
  3. Fixed issue that only the root node could be executed.

    Signed-off-by: DSeeLP <46624152+DSeeLP@users.noreply.github.com>
    DSeeLP committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    6d84225 View commit details
    Browse the repository at this point in the history
  4. Added Tab-Completion

    Signed-off-by: DSeeLP <46624152+DSeeLP@users.noreply.github.com>
    DSeeLP committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    daa447f View commit details
    Browse the repository at this point in the history
  5. Added boolean argument to KTestCommand

    Signed-off-by: DSeeLP <46624152+DSeeLP@users.noreply.github.com>
    DSeeLP committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    7a06038 View commit details
    Browse the repository at this point in the history
  6. Fixed issue that the complete function always returned nothing

    Signed-off-by: DSeeLP <46624152+DSeeLP@users.noreply.github.com>
    DSeeLP committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    edfbafc View commit details
    Browse the repository at this point in the history

Commits on May 2, 2021

  1. Bumped KommonCommand version to 0.1.1

    Signed-off-by: DSeeLP <46624152+DSeeLP@users.noreply.github.com>
    DSeeLP committed May 2, 2021
    Configuration menu
    Copy the full SHA
    ffc7d70 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. Command completer now respects the checkAccess method

    Signed-off-by: DSeeLP <46624152+DSeeLP@users.noreply.github.com>
    DSeeLP committed May 4, 2021
    Configuration menu
    Copy the full SHA
    0465faf View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Bumped Kotlin version to 1.5.0

    Signed-off-by: DSeeLP <46624152+DSeeLP@users.noreply.github.com>
    DSeeLP committed May 6, 2021
    Configuration menu
    Copy the full SHA
    e9a3be4 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. Bumped KommonCommand to version 0.2.2

    Signed-off-by: DSeeLP <46624152+DSeeLP@users.noreply.github.com>
    DSeeLP committed May 13, 2021
    Configuration menu
    Copy the full SHA
    b98a695 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. Configuration menu
    Copy the full SHA
    653ab38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    597ad46 View commit details
    Browse the repository at this point in the history