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

Rewritten device groups (including static) #10295

Merged
merged 24 commits into from Jun 16, 2019
Merged

Commits on Jun 12, 2019

  1. Device Groups rewrite

    Updated web ui
    Static or dynamic groups allowed
    Alert rule query builder
    Translation support
    Permissions support
    murrant committed Jun 12, 2019
    Copy the full SHA
    2cb134c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    27de883 View commit details
    Browse the repository at this point in the history
  3. builder WIP

    murrant committed Jun 12, 2019
    Copy the full SHA
    a4d029b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2a21f67 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    c7ed0f4 View commit details
    Browse the repository at this point in the history
  6. Upgrade existing groups when editing.

    Properly update only dynamic groups when polling.
    murrant committed Jun 12, 2019
    Copy the full SHA
    b119386 View commit details
    Browse the repository at this point in the history
  7. remove unused old code

    Update API and other places to use Eloquent
    murrant committed Jun 12, 2019
    Copy the full SHA
    7e845ce View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    7340f88 View commit details
    Browse the repository at this point in the history
  9. Fix up some things

    creating static
    improved validation
    fix js error on creation
    Fix static groups in polling
    murrant committed Jun 12, 2019
    Copy the full SHA
    5741e6d View commit details
    Browse the repository at this point in the history
  10. hide pattern for static group

    murrant committed Jun 12, 2019
    Copy the full SHA
    d96b708 View commit details
    Browse the repository at this point in the history
  11. Implement authorization

    Use in the menu too
    murrant committed Jun 12, 2019
    Copy the full SHA
    4162798 View commit details
    Browse the repository at this point in the history
  12. update schema

    murrant committed Jun 12, 2019
    Copy the full SHA
    10bc8fc View commit details
    Browse the repository at this point in the history
  13. fix rollback

    murrant committed Jun 12, 2019
    Copy the full SHA
    947bb61 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    da8e863 View commit details
    Browse the repository at this point in the history
  15. fixes to query builder

    murrant committed Jun 12, 2019
    Copy the full SHA
    475353a View commit details
    Browse the repository at this point in the history
  16. add test data, looks like macros aren't handled (omitted them because…

    … groups don't use them generally)
    murrant committed Jun 12, 2019
    Copy the full SHA
    10c951e View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    e02c671 View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    163bcfe View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2019

  1. More space in forms

    Retain rules when converted to static
    no duplicate names allowed
    murrant committed Jun 13, 2019
    Copy the full SHA
    36fb57a View commit details
    Browse the repository at this point in the history
  2. Better error feedback

    Update related devices on save
    murrant committed Jun 13, 2019
    Copy the full SHA
    0388d34 View commit details
    Browse the repository at this point in the history
  3. Add button icon

    murrant committed Jun 13, 2019
    Copy the full SHA
    8c15fbb View commit details
    Browse the repository at this point in the history
  4. format

    murrant committed Jun 13, 2019
    Copy the full SHA
    41e350a View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2019

  1. update docs

    murrant committed Jun 16, 2019
    Copy the full SHA
    52db8e6 View commit details
    Browse the repository at this point in the history
  2. fix tests

    murrant committed Jun 16, 2019
    Copy the full SHA
    3859f9d View commit details
    Browse the repository at this point in the history