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

1.2 dev branch #192

Merged
merged 41 commits into from
Apr 9, 2020
Merged

1.2 dev branch #192

merged 41 commits into from
Apr 9, 2020

Commits on Mar 30, 2020

  1. Major add of unit tests for most commands. Some fixes as a resulting …

    …benefit of these new tests to improve the core functionality and handle outlier behavior.
    Guy Acosta committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    0d4aa47 View commit details
    Browse the repository at this point in the history
  2. Minor cleanup of unnecessary test dll's in Commands project and updat…

    …e of readme, justrunt docs.
    Guy Acosta committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    a2c4b24 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. Refactor+ of code structure for technical debt and better result obje…

    …ct based support.
    Guy Acosta committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    600ace4 View commit details
    Browse the repository at this point in the history
  2. Refactor+ of code structure for technical debt and better result obje…

    …ct based support.
    Guy Acosta committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    d9627dd View commit details
    Browse the repository at this point in the history
  3. Rebase commit back into 1.2

    Guy Acosta committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    a27098c View commit details
    Browse the repository at this point in the history
  4. Merge of rebase and 1.2DevBranch

    Guy Acosta committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    1bbe2c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e05bb2c View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Removed unneccesary file as per PR comments.

    Guy Acosta committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    a000701 View commit details
    Browse the repository at this point in the history
  2. Removed unneeded versions of these files which already exists in the …

    …desired locations under source\unzipped\simple
    Guy Acosta committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    ab8a7ac View commit details
    Browse the repository at this point in the history
  3. Unneccessary files.

    Guy Acosta committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    e878810 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da53dd8 View commit details
    Browse the repository at this point in the history
  5. Update AppInspector.CLI/Program.cs

    Co-Authored-By: Gabe Stocco <98900+gfs@users.noreply.github.com>
    guyacosta and gfs committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    3b23ab6 View commit details
    Browse the repository at this point in the history
  6. Update AppInspector.CLI/Program.cs

    Co-Authored-By: Gabe Stocco <98900+gfs@users.noreply.github.com>
    guyacosta and gfs committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    28a6dac View commit details
    Browse the repository at this point in the history
  7. Optimiztion to remove unneeded type specific json writers that have s…

    …ame functionality in favor of a general json writer. Removed few space lines and consolidated ResultWriter methods into one.
    Guy Acosta committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    2f7578b View commit details
    Browse the repository at this point in the history
  8. Merge branch '1.2DevBranch' of https://github.com/microsoft/Applicati…

    …onInspector into 1.2DevBranch
    Guy Acosta committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    dde04bc View commit details
    Browse the repository at this point in the history
  9. Set missing defaults for CLIAnalyzeCmdOptions

    Guy Acosta committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    2bb0c88 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    451f109 View commit details
    Browse the repository at this point in the history
  11. Cast improvements suggestions from PR

    Guy Acosta committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    f0ba645 View commit details
    Browse the repository at this point in the history
  12. removing commented out code

    Guy Acosta committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    d9ba137 View commit details
    Browse the repository at this point in the history
  13. LGTM suggestions hygiene improvements

    Guy Acosta committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    26bf6f8 View commit details
    Browse the repository at this point in the history
  14. Update RulesEngine/RuleProcessor.cs

    Co-Authored-By: Gabe Stocco <98900+gfs@users.noreply.github.com>
    guyacosta and gfs committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    7dad3cb View commit details
    Browse the repository at this point in the history
  15. Update RulesEngine/RuleProcessor.cs

    Co-Authored-By: Gabe Stocco <98900+gfs@users.noreply.github.com>
    guyacosta and gfs committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    dd20d62 View commit details
    Browse the repository at this point in the history
  16. Merge branch '1.2DevBranch' of https://github.com/microsoft/Applicati…

    …onInspector into 1.2DevBranch
    Guy Acosta committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    cc83d0f View commit details
    Browse the repository at this point in the history
  17. Add Build Tests to Pipeline

    daalcant committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    42c5413 View commit details
    Browse the repository at this point in the history
  18. Update version.json

    daalcant committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    ff37b34 View commit details
    Browse the repository at this point in the history
  19. Remove warning exclusions; one fix for lgtm and removed unneeded code…

    … section for suppression which is not used in this fork of the rulesengine.
    Guy Acosta committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    6717e8a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f17fb75 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    899f2da View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. Setter default values used rather than ctor; code spacing hygiene fix…

    …es; added using statement for Process calls for auto dispose.
    Guy Acosta committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    508cec6 View commit details
    Browse the repository at this point in the history
  2. Merge branch '1.2DevBranch' of https://github.com/microsoft/Applicati…

    …onInspector into 1.2DevBranch
    Guy Acosta committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    52f16f8 View commit details
    Browse the repository at this point in the history
  3. CodeMaid final hygiene cleanup

    Guy Acosta committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    9583290 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94fc0e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e3c61a7 View commit details
    Browse the repository at this point in the history
  6. dep update

    Guy Acosta committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    4756e53 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cbed817 View commit details
    Browse the repository at this point in the history
  8. Create output.txt

    guyacosta committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    7041787 View commit details
    Browse the repository at this point in the history
  9. Test framework update

    Guy Acosta committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    109fcc9 View commit details
    Browse the repository at this point in the history
  10. Fix #191 made to master added here also.

    Guy Acosta committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    304df46 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6932ead View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. Configuration menu
    Copy the full SHA
    68b8607 View commit details
    Browse the repository at this point in the history
  2. Revert some dep changes

    daalcant committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    1e80738 View commit details
    Browse the repository at this point in the history