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 poll watcher support to spec watcher for M1 #8449

Merged
merged 29 commits into from Mar 18, 2022
Merged

Commits on Mar 11, 2022

  1. Refactor watchers and add pollwatcher support for Mac M1

    Signed-off-by: pozsgaic <pozsgai@progress.com>
    pozsgaic committed Mar 11, 2022
    Copy the full SHA
    c5f61ca View commit details
    Browse the repository at this point in the history
  2. code review enhancements

    Signed-off-by: pozsgaic <pozsgai@progress.com>
    pozsgaic committed Mar 11, 2022
    Copy the full SHA
    2c74e2d View commit details
    Browse the repository at this point in the history
  3. update to setting and using package target env variable

    Signed-off-by: pozsgaic <pozsgai@progress.com>
    pozsgaic committed Mar 11, 2022
    Copy the full SHA
    98e2fe0 View commit details
    Browse the repository at this point in the history
  4. rustfmt

    Signed-off-by: pozsgaic <pozsgai@progress.com>
    pozsgaic committed Mar 11, 2022
    Copy the full SHA
    f98637f View commit details
    Browse the repository at this point in the history
  5. rustfmt

    Signed-off-by: pozsgaic <pozsgai@progress.com>
    pozsgaic committed Mar 11, 2022
    Copy the full SHA
    d7ca9d6 View commit details
    Browse the repository at this point in the history
  6. rustfmt

    Signed-off-by: pozsgaic <pozsgai@progress.com>
    pozsgaic committed Mar 11, 2022
    Copy the full SHA
    2bf25f2 View commit details
    Browse the repository at this point in the history
  7. clippy

    Signed-off-by: pozsgaic <pozsgai@progress.com>
    pozsgaic committed Mar 11, 2022
    Copy the full SHA
    4c94362 View commit details
    Browse the repository at this point in the history
  8. clippy

    Signed-off-by: pozsgaic <pozsgai@progress.com>
    pozsgaic committed Mar 11, 2022
    Copy the full SHA
    74d08f2 View commit details
    Browse the repository at this point in the history
  9. rustfmt

    Signed-off-by: pozsgaic <pozsgai@progress.com>
    pozsgaic committed Mar 11, 2022
    Copy the full SHA
    cb50a8b View commit details
    Browse the repository at this point in the history
  10. add test cases - file_watcher WIP

    Signed-off-by: pozsgaic <pozsgai@progress.com>
    pozsgaic committed Mar 11, 2022
    Copy the full SHA
    fefa482 View commit details
    Browse the repository at this point in the history
  11. refactor file_watcher to support pollwatcher

    Signed-off-by: pozsgaic <pozsgai@progress.com>
    pozsgaic committed Mar 11, 2022
    Copy the full SHA
    d25e5d0 View commit details
    Browse the repository at this point in the history
  12. rustfmt

    Signed-off-by: pozsgaic <pozsgai@progress.com>
    pozsgaic committed Mar 11, 2022
    Copy the full SHA
    9d969c5 View commit details
    Browse the repository at this point in the history
  13. rustfmt

    Signed-off-by: pozsgaic <pozsgai@progress.com>
    pozsgaic committed Mar 11, 2022
    Copy the full SHA
    2645453 View commit details
    Browse the repository at this point in the history
  14. rustfmt

    Signed-off-by: pozsgaic <pozsgai@progress.com>
    pozsgaic committed Mar 11, 2022
    Copy the full SHA
    8b0d6af View commit details
    Browse the repository at this point in the history
  15. clippy

    Signed-off-by: pozsgaic <pozsgai@progress.com>
    pozsgaic committed Mar 11, 2022
    Copy the full SHA
    0965fc4 View commit details
    Browse the repository at this point in the history
  16. refactor to call drop on pollwatcher instances

    Signed-off-by: pozsgaic <pozsgai@progress.com>
    pozsgaic committed Mar 11, 2022
    Copy the full SHA
    83a255f View commit details
    Browse the repository at this point in the history
  17. fix clippy and remove drop code on test poll watcher

    Signed-off-by: pozsgaic <pozsgai@progress.com>
    pozsgaic committed Mar 11, 2022
    Copy the full SHA
    8f8d792 View commit details
    Browse the repository at this point in the history
  18. rustfmt

    Signed-off-by: pozsgaic <pozsgai@progress.com>
    pozsgaic committed Mar 11, 2022
    Copy the full SHA
    92e95db View commit details
    Browse the repository at this point in the history
  19. test case updates

    Signed-off-by: pozsgaic <pozsgai@progress.com>
    pozsgaic committed Mar 11, 2022
    Copy the full SHA
    22cae13 View commit details
    Browse the repository at this point in the history
  20. test case updates - formatting

    Signed-off-by: pozsgaic <pozsgai@progress.com>
    pozsgaic committed Mar 11, 2022
    Copy the full SHA
    ad66078 View commit details
    Browse the repository at this point in the history
  21. test case updates - formatting

    Signed-off-by: pozsgaic <pozsgai@progress.com>
    pozsgaic committed Mar 11, 2022
    Copy the full SHA
    6e20335 View commit details
    Browse the repository at this point in the history
  22. TEMP - add sup test no args

    Signed-off-by: pozsgaic <pozsgai@progress.com>
    pozsgaic committed Mar 11, 2022
    Copy the full SHA
    2d9ee6b View commit details
    Browse the repository at this point in the history
  23. Revert "TEMP - add sup test no args"

    This reverts commit 0d2817a.
    pozsgaic committed Mar 11, 2022
    Copy the full SHA
    c701efc View commit details
    Browse the repository at this point in the history
  24. update user_config_watcher

    Signed-off-by: pozsgaic <pozsgai@progress.com>
    pozsgaic committed Mar 11, 2022
    Copy the full SHA
    1802518 View commit details
    Browse the repository at this point in the history
  25. update test code per review comments

    Signed-off-by: pozsgaic <pozsgai@progress.com>
    pozsgaic committed Mar 11, 2022
    Copy the full SHA
    9cec928 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. improve descriptions for test cases

    Signed-off-by: pozsgaic <pozsgai@progress.com>
    pozsgaic committed Mar 15, 2022
    Copy the full SHA
    3498793 View commit details
    Browse the repository at this point in the history
  2. rustfmt

    Signed-off-by: pozsgaic <pozsgai@progress.com>
    pozsgaic committed Mar 15, 2022
    Copy the full SHA
    78dcafa View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. update delay times as recommended in test cases

    Signed-off-by: pozsgaic <pozsgai@progress.com>
    pozsgaic committed Mar 17, 2022
    Copy the full SHA
    b5762e4 View commit details
    Browse the repository at this point in the history
  2. rustfmt

    Signed-off-by: pozsgaic <pozsgai@progress.com>
    pozsgaic committed Mar 17, 2022
    Copy the full SHA
    53a660f View commit details
    Browse the repository at this point in the history