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

Add Agent's Computer Name to metric #115

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Oct 9, 2024

  1. Add systemcapabilities property to model

    Charlie B committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    a0774c5 View commit details
    Browse the repository at this point in the history
  2. set IncludeCapabilities to true in URL

    Charlie B committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    469f928 View commit details
    Browse the repository at this point in the history
  3. Add label for agent computername

    Charlie B committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    bb23ee8 View commit details
    Browse the repository at this point in the history
  4. Change fetch capabilities for fetch computername

    Charlie B committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    78e87fc View commit details
    Browse the repository at this point in the history
  5. Fixed formatting

    Charlie B committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    ba53eb4 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Use full capability export rather than demand

    Using `Demands` in the query string breaks support for
    includeAssignedRequest which is used for working out which agents are
    currently doing work
    Charlie B committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    34c971c View commit details
    Browse the repository at this point in the history