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

[Merge-on-Red] - Implement Test Process Watcher #78742

Merged
merged 35 commits into from
Mar 10, 2023
Merged

[Merge-on-Red] - Implement Test Process Watcher #78742

merged 35 commits into from
Mar 10, 2023

Commits on Nov 10, 2022

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

Commits on Nov 11, 2022

  1. Configuration menu
    Copy the full SHA
    e79ae66 View commit details
    Browse the repository at this point in the history
  2. Removed auto-generated file.

    ivdiazsa committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    b17eef2 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

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

Commits on Nov 16, 2022

  1. Perfect arg parsing done!

    ivdiazsa committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    6cc9e9e View commit details
    Browse the repository at this point in the history
  2. Seems to be working?

    ivdiazsa committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    fcd9f1a View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Watchdog is functional now!

    ivdiazsa committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    1c7f46c View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Fixed a nuisance with the Windows compiler messing with Linux code, b…

    …ut now gotta convert a whole char ** to a char *.
    ivdiazsa committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    ec90d1e View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

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

Commits on Dec 6, 2022

  1. Added initial linking of the watcher to the repo's build scripts. Not…

    … yet functional, but gotta save my progress :)
    ivdiazsa committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    36a75f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4f2009 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Got it to build on Windows!

    ivdiazsa committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    e8b13a5 View commit details
    Browse the repository at this point in the history
  2. Builds and Works on Linux!

    ivdiazsa committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    b476ad2 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Configuration menu
    Copy the full SHA
    f74fb2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    958dc29 View commit details
    Browse the repository at this point in the history
  3. This is C++, not C.

    ivdiazsa committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    67e25fe View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Configuration menu
    Copy the full SHA
    7ef09b2 View commit details
    Browse the repository at this point in the history
  2. Renamed variable.

    ivdiazsa committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    226ea36 View commit details
    Browse the repository at this point in the history
  3. FIXED THE LINUX PART!

    ivdiazsa committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    5fbd787 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

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

Commits on Dec 17, 2022

  1. TEMP LOG BUILDS!

    ivdiazsa committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    8f21b9c View commit details
    Browse the repository at this point in the history
  2. TEMP LOGS WORK!

    ivdiazsa committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    c7fc541 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Updated with main.

    ivdiazsa committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    4f658e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    a88e48c View commit details
    Browse the repository at this point in the history
  2. Updated the Helix Commands with the watcher now included, and removed…

    … some dev-only logging from the watcher. Unix should be good to go now, or very close to be.
    ivdiazsa committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    8fceb44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    064b9b0 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Configuration menu
    Copy the full SHA
    2cb9270 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    450eba9 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

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

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    d68d16c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    998965c View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Changed the Helix Correlation Payloads to bundle the whole watchdog d…

    …irectory, rather than just the executable, and reallowed tests to be run without the watcher.
    ivdiazsa committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    7cb4e89 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Changed the scripts to use the test watcher in the Core_Root, instead…

    … of the object artifacts.
    ivdiazsa committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    2ba916a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a712352 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

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