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

feat: validate commands #594

Merged
merged 31 commits into from
Aug 31, 2022
Merged

feat: validate commands #594

merged 31 commits into from
Aug 31, 2022

Commits on Aug 21, 2022

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

Commits on Aug 22, 2022

  1. First Working Validation

    Validates:
    - Command Name
    - Argument Types
    - Argument Count
    outercloudstudio committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    20f9bb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7f2b62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38995b2 View commit details
    Browse the repository at this point in the history
  4. fix: skip comment lines

    solvedDev committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    8fdd1ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    70ba25f View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Configuration menu
    Copy the full SHA
    6a15a92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc40fd2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e71bb7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    507225a View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

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

Commits on Aug 25, 2022

  1. Configuration menu
    Copy the full SHA
    40648dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f860e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed079a7 View commit details
    Browse the repository at this point in the history
  4. Change how diagnostics are stored

    Diagnostics and warnings are stored per definition until the definition passes. This allows warnings in one command to still appear if one of its command arguments has an error.
    outercloudstudio committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    c29896f View commit details
    Browse the repository at this point in the history
  5. Optional arguments

    outercloudstudio committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    a3639f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Fix option values

    outercloudstudio committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    b0bb122 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    207f1c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a8c22a View commit details
    Browse the repository at this point in the history
  4. Validate Selectors

    outercloudstudio committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    ba9253a View commit details
    Browse the repository at this point in the history
  5. Restructure Json Data

    Needs further testing to see if this functions properly
    outercloudstudio committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    89f901d View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2022

  1. Score Data

    outercloudstudio committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    10b6f8e View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2022

  1. Block State

    outercloudstudio committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    449ef39 View commit details
    Browse the repository at this point in the history
  2. Remove Debug Logs

    outercloudstudio committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    9d49ded View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d03217d View commit details
    Browse the repository at this point in the history
  4. upd: tweaks to code style

    Joelant05 committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    18a126c View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Configuration menu
    Copy the full SHA
    652b299 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1df0c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7bf5f27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5bab97d View commit details
    Browse the repository at this point in the history
  5. Fix: @initator

    outercloudstudio committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    ff9fb3a View commit details
    Browse the repository at this point in the history