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

Switch pipeline trace to DiagnosticSource #1169

Merged
merged 47 commits into from Jul 21, 2020
Merged

Switch pipeline trace to DiagnosticSource #1169

merged 47 commits into from Jul 21, 2020

Commits on Jul 6, 2020

  1. Configuration menu
    Copy the full SHA
    28a8abd View commit details
    Browse the repository at this point in the history
  2. Adapted .editorconfig rules from corefx to help with naming suggestio…

    …ns and conflicting styles.
    tillig committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    aac41f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c09f4ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    87f2148 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. 2 Configuration menu
    Copy the full SHA
    8f01e36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98dbdb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ea2d94 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa6764f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aaf370c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    40efaec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7010c9b View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. Docs and minor refactoring.

    tillig committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    b09abc6 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. Configuration menu
    Copy the full SHA
    ac8a48d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b3a2d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6875d12 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

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

Commits on Jul 12, 2020

  1. Configuration menu
    Copy the full SHA
    c316344 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1166 from alistairjevans/remove-toplevel-operation

    Remove IsTopLevelOperation and ITracingIdentifier
    tillig committed Jul 12, 2020
    Configuration menu
    Copy the full SHA
    842b86a View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Configuration menu
    Copy the full SHA
    9ad6a0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c650a51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d73ee6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d0fcae View commit details
    Browse the repository at this point in the history
  5. Graphs work!

    tillig committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    eee56ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ca4815b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b7fd58e View commit details
    Browse the repository at this point in the history
  8. Rounded out DOT test suite.

    tillig committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    b4fcb5b View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

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

Commits on Jul 15, 2020

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

Commits on Jul 16, 2020

  1. Configuration menu
    Copy the full SHA
    f1f9115 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dbebea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfef17a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad0b26f View commit details
    Browse the repository at this point in the history
  5. Test cleanup.

    tillig committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    3dfc836 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    54550a7 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. Configuration menu
    Copy the full SHA
    c5efb26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75128b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2770326 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9777ad6 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. Configuration menu
    Copy the full SHA
    9bad3eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09e0802 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    879d496 View commit details
    Browse the repository at this point in the history
  4. Only IContainer has a public DiagnosticSource to avoid incorrect subs…

    …cription handling mid-operation or on specific lifetime scopes.
    tillig committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    01cfe4e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    10d0306 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aaeb9a0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    876f157 View commit details
    Browse the repository at this point in the history
  8. Checking basic IsEnabled() on DiagnosticSource before checking on the…

    … specific subscription.
    tillig committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    6795a91 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

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