Граф коммитов

  • e5522df90c
    Record app health heartbeat + default ExtensionEvent OperationId to VMWatchCohortId (#93) master frank-pang-msft 2024-11-19 17:39:02 -0800
  • ee6bb4a4d7 Move heartbeat logging to health.go dev/frankpang/vmwatchCohortId Frank Pang 2024-11-20 00:05:51 +0000
  • 19936de7d2 Revert ticker implmenetation, just use time comparisons Frank Pang 2024-11-19 21:16:14 +0000
  • d5793d599c Resolving comments on task name + method of logging heartbeat Frank Pang 2024-11-19 19:03:31 +0000
  • ba97c8a6f1 Add more comments Frank Pang 2024-11-14 23:46:35 +0000
  • 69d4a57a23 Record app health heartbeat + default ExtensionEvent OperationId to VMWatchCohortId Frank Pang 2024-11-14 23:42:18 +0000
  • df3b7f5f9c Fixed Race condition bug on `logging_test.go` feature/v2/WindowsMigration klugorosado 2024-10-23 17:15:46 -0700
  • dee021df39 Refactor logging in logging_test.go to use lumberjack for log rotation Kevin Lugo Rosado 2024-10-23 20:03:23 +0000
  • dfa74e20fd Update version in manifest.xml to 2.0.14 Kevin Lugo Rosado 2024-10-22 23:47:29 +0000
  • 6e189c4d8b Created function to push a CustomStatus Kevin Lugo Rosado 2024-10-22 23:22:22 +0000
  • ca04510598 Refactor logging in cmdhandler_windows.go to include telemetry events in resetStateHandler Kevin Lugo Rosado 2024-10-22 23:21:26 +0000
  • e7abf0e358 Refactor logging in uninstallHandler to include telemetry events to updateHandler Kevin Lugo Rosado 2024-10-22 23:21:04 +0000
  • 02df089060 Refactor logging in cmdhandler_windows.go to include telemetry events in updateHandler Kevin Lugo Rosado 2024-10-22 23:20:45 +0000
  • 986a620ebc Refactor logging in cmdhandler_windows.go to include telemetry events in disableHandler Kevin Lugo Rosado 2024-10-22 23:20:32 +0000
  • 1d31d4c91c Refactor logging in cmdhandler_windows.go to include telemetry events in enableHandler Kevin Lugo Rosado 2024-10-22 23:20:08 +0000
  • 340d958edd Refactor telemetry and logging in installHandler Kevin Lugo Rosado 2024-10-22 23:19:29 +0000
  • 53512b01c4 Added Telemetry to windows handler Kevin Lugo Rosado 2024-10-22 23:18:44 +0000
  • b555316b3b Refactor logging initialization and execution in cmdhandler_linux.go Kevin Lugo Rosado 2024-10-22 23:13:33 +0000
  • d39f74868f Refactor logging initialization and execution in cmdhandler_linux.go and cmdhandler_windows.go Kevin Lugo Rosado 2024-10-22 07:02:55 +0000
  • 81fa6c7516 Refactor upload scripts to use latest build artifacts and set proper permissions Kevin Lugo Rosado 2024-10-22 07:00:10 +0000
  • 4fb7c7c021 Refactor upload scripts to use latest build artifacts Kevin Lugo Rosado 2024-10-22 06:59:59 +0000
  • cb8aeca963 fix telemetry event Kevin Lugo Rosado 2024-10-18 22:07:14 +0000
  • d50d081c44 Refactor logging initialization in main.go to use an empty log file path Kevin Lugo Rosado 2024-10-18 22:06:09 +0000
  • 315943d13b Refactor logging in loghandlers.go and logging.go to use rotating log files using lumberjack library Kevin Lugo Rosado 2024-10-18 22:05:22 +0000
  • df0baa0b10 Refactor logging in reportstatus_test.go to use an empty log file path Kevin Lugo Rosado 2024-10-18 22:01:01 +0000
  • 4bd75e1fe4 go mod tidy and ran go mod vendor Kevin Lugo Rosado 2024-10-18 22:00:41 +0000
  • 008cb555f9 Refactor handlersettings_test.go to use rotating log files for logging in tests Kevin Lugo Rosado 2024-10-18 22:00:11 +0000
  • 3e0e65c81f Refactor probeResponse_test.go to use rotating log files for logging in tests Kevin Lugo Rosado 2024-10-18 21:59:38 +0000
  • 3797bddccd Refactor vmwatch_test.go and vmwatch_windows.go Kevin Lugo Rosado 2024-10-18 21:59:06 +0000
  • 04df8df693 ran go mod tidy and go mod vendor Kevin Lugo Rosado 2024-10-18 02:43:26 +0000
  • 985dc307a5 Refactor cmdhandler/cmdhandler_windows.go to use slog.Logger and push telemetry events and seqNum uint Kevin Lugo Rosado 2024-10-18 02:38:08 +0000
  • 07adcf0ec4 Refactor health.go to use slog.Logger and push telemetry events Kevin Lugo Rosado 2024-10-18 00:55:09 +0000
  • 4478468fbf Refactor cmdhandler/reportstatus.go to use slog.Logger and push telemetry events on the ReportStatus function Kevin Lugo Rosado 2024-10-18 00:53:04 +0000
  • f38e5a5be7 Refactor cmdhandler_linux_test.go to use slog.Logger and push telemetry events on the enablePre function Kevin Lugo Rosado 2024-10-18 00:49:33 +0000
  • 02cdcf3e78 Refactor cmdhandler_linux.go to use slog.Logger and push telemetry events on the uninstall handler Kevin Lugo Rosado 2024-10-18 00:46:40 +0000
  • 40a065b70b Refactor cmdhandler_linux.go to use slog.Logger and push telemetry events on the install handler Kevin Lugo Rosado 2024-10-18 00:44:32 +0000
  • 87f577c5c9 Refactor cmdhandler package to use slog.Logger instead of custom Logger interface in LinuxCommandHandler.Execute Kevin Lugo Rosado 2024-10-18 00:43:50 +0000
  • e206efb1a3 Refactor cmdhandler package to use slog.Logger instead of custom Logger interface in settings package Kevin Lugo Rosado 2024-10-18 00:39:25 +0000
  • 660aacd551 Refactor cmdhandler package to push telemetry events Kevin Lugo Rosado 2024-10-18 00:36:52 +0000
  • b38ffa6394 Refactor cmdhandler package to use slog.Logger instead of custom Logger interface Kevin Lugo Rosado 2024-10-18 00:34:56 +0000
  • f174cdd0f4 Refactor main.go to use slog.Logger instead of custom Logger interface and update package imports Kevin Lugo Rosado 2024-10-18 00:33:44 +0000
  • fa7508a626 Refactor logging_test.go to use slog.Logger instead of custom Logger interface Kevin Lugo Rosado 2024-10-18 00:31:55 +0000
  • 1d0cad6ccf Refactor logging package to use slog.Logger instead of custom Logger interface Kevin Lugo Rosado 2024-10-18 00:29:55 +0000
  • 005921ffa7 Refactor ExtensionSlogHandler constructor to accept options for log handling Kevin Lugo Rosado 2024-10-18 00:26:18 +0000
  • d081dd00fa Refactor seqno.go package with as a singleton Kevin Lugo Rosado 2024-10-18 00:24:31 +0000
  • 8a3f3a0834 Refactor log package import in mock_seqno.go Kevin Lugo Rosado 2024-10-18 00:20:04 +0000
  • 3b64c965ff Refactor regex pattern in test_helper.bash Kevin Lugo Rosado 2024-10-18 00:19:20 +0000
  • daa2830443 Refactor test setup in 7_vmwatch.bats and test_helper.bash Kevin Lugo Rosado 2024-10-18 00:19:08 +0000
  • 099c716bd1 Merge branch 'master' into feature/v2/WindowsMigration Kevin Lugo Rosado 2024-10-17 02:26:16 +0000
  • 982061e8de Update VMWatch version Kevin Lugo Rosado 2024-10-16 04:51:20 +0000
  • 3d9cf2d3d4
    bump version to 2.0.14 (#92) v2.0.14 Mingyang Zheng 2024-09-23 13:38:10 -0700
  • bffd7d62a0 bump version to 2.0.14 Mingyang Zheng 2024-09-23 13:13:00 -0700
  • d532e74181
    AppHealthLinux's VMWatch binary update to 1.2.0, AppHealthLinux manifest version bump to 2.0.13 (#91) v2.0.13 Mingyang Zheng 2024-09-17 10:19:51 -0700
  • 91496b5a84 remove binary Mingyang Zheng 2024-09-16 19:04:53 -0700
  • 290225e1c3 update binary under integration folder Mingyang Zheng 2024-09-16 19:04:14 -0700
  • 98d0dd8fb7 AppHealthLinux's VMWatch binary update to 1.2.0, AppHealthLinux manifest version bump to 2.0.13 Mingyang Zheng 2024-09-16 17:57:37 -0700
  • b7f7bc0d06
    Merge 403f33e78d into 9a5ee9f78f Kevin Lugo 2024-07-30 22:02:52 -0700
  • 403f33e78d Merge branch 'feature/v2/WindowsMigration' into feature/v2/sync feature/v2/sync Kevin Lugo Rosado 2024-07-31 05:02:16 +0000
  • 3ec3e5b906
    Refactoring Telemetry Package and replacing go-kit Logger for Slog Logger (#88) feature/v3/consolidatedCodebase Kevin Lugo 2024-07-01 20:47:09 -0700
  • cd19ec010d refactor: Update telemetry event dispatch and logging in telemetry package feature/v2/Telemetry Kevin Lugo Rosado 2024-06-29 00:40:46 +0000
  • bf139db77f Merge branch 'master' into feature/v2/Telemetry Kevin Lugo Rosado 2024-06-28 19:23:57 +0000
  • 55a29ae97f Added new slog handler Kevin Lugo Rosado 2024-06-28 02:29:38 +0000
  • 4481cc328d refactor: Update logger usage and telemetry package usage in vmWatch.go Kevin Lugo Rosado 2024-06-28 02:16:02 +0000
  • 4f8b3dae92 refactor: Update logger usage and telemetry package usage in killVMWatch function Kevin Lugo Rosado 2024-06-28 02:14:42 +0000
  • 1e4d1ed4f6 refactor: Refactored vmwatch funtion to use slog.Logger and telemetry package. - Refactored function: executeVMWatch, executeVMWatchHelper, applyResourceGovernance, monitorHeartBeat Kevin Lugo Rosado 2024-06-28 02:14:02 +0000
  • fcdbff73da refactor: Update health probe evaluation functions to use slog.Logger instead of log.Logger and added the use of refactored telemetry package Kevin Lugo Rosado 2024-06-28 01:31:06 +0000
  • cf66d11186
    Implementing New Sequence Number Management and Fixing how we get the extension Sequence Number (#83) Kevin Lugo 2024-06-27 18:13:21 -0700
  • 677ecfa5a8 updated imports Kevin Lugo Rosado 2024-06-28 00:55:54 +0000
  • cf2078adec refactor: Update logger usage and telemetry package usage in parseAndValidateSettings function Kevin Lugo Rosado 2024-06-28 00:55:33 +0000
  • 5a61b4aba1 refactor: Update logger initialization and telemetry usage in enable function. Kevin Lugo Rosado 2024-06-28 00:53:59 +0000
  • 16bf39e61f refactor: Update logger initialization and telemetry usage in install, uninstall and noop function Kevin Lugo Rosado 2024-06-28 00:52:15 +0000
  • a0cfb0dfd0 chore: Update logger initialization and telemetry usage in main function Kevin Lugo Rosado 2024-06-28 00:06:17 +0000
  • b69b77f1a3 refactor(reportstatus): Update reportStatus function to use slog.Logger instead of log.Logger and updated the use of telemetry Kevin Lugo Rosado 2024-06-28 00:02:44 +0000
  • a7f425e262 fixed reportstatus unit tests. Kevin Lugo Rosado 2024-06-28 00:01:30 +0000
  • 78fb8f970d modified GetTelemetry function Kevin Lugo Rosado 2024-06-27 23:04:48 +0000
  • 63a68a2757 refactor(telemetry): Refactor Telemetry package and logging - NewTelemetry function now returns an error. - Created new Custom error. Kevin Lugo Rosado 2024-06-27 23:02:37 +0000
  • e708e9c62d Adding Package level SendEvent functionn to avoid the need to pass telemetry object with all the functions. Kevin Lugo Rosado 2024-06-27 19:05:27 +0000
  • 83036106f1 chore: Refactor Telemetry package and logging Kevin Lugo Rosado 2024-06-27 19:01:09 +0000
  • b826d3ef16 update Telemetry package Event constants naming Kevin Lugo Rosado 2024-06-27 18:26:31 +0000
  • 7b478892b7
    chore(logging): Logging the error code if kill fails (#87) v2.0.12 dpoole73 2024-06-20 12:27:33 -0700
  • 212543df06 chore(logging): Logging the error code if kill fails dev/dpoole/log-error-on-kill Dave Poole 2024-06-20 11:22:26 -0700
  • 9a5ee9f78f
    Feature/v2/windows migration adding windows code (#80) Kevin Lugo 2024-06-20 10:35:09 -0700
  • 99e183fa7f ran go mod tidy and go mod vendor dev/klugorosado/fixProvisioning Kevin Lugo Rosado 2024-06-18 22:19:01 +0000
  • 17a5b8365e refactored sequence number to use newly created gomock structs Kevin Lugo Rosado 2024-06-18 22:18:22 +0000
  • f82bc659d3 feat: Allowed current Sequence number and mrseq to be equal to allow execution when restarting. Kevin Lugo Rosado 2024-06-18 22:17:30 +0000
  • 7fb4970b8d changed Seqnum type from int to uint Kevin Lugo Rosado 2024-06-18 22:15:40 +0000
  • 85b404e9d3 Add Mock SequenceNumberManager Kevin Lugo Rosado 2024-06-18 22:14:12 +0000
  • 8266818da1 Refactor SequenceNumberManager Kevin Lugo Rosado 2024-06-18 22:12:55 +0000
  • d2d9562981
    chore(script): Update the script to upload the test binaries to use the new account (#86) dpoole73 2024-06-17 10:13:58 -0700
  • 78910a6b1b chore(script): Update the script tp upload the test binaries to use the new account dev/dpoole/update-upload-zip-script Dave Poole 2024-06-13 16:57:58 -0700
  • 784f7cce3d
    fix(shim): Fix timing issue in shim script (#85) dpoole73 2024-06-13 14:38:18 -0700
  • 4d59c2b761
    Merge branch 'master' into dev/klugorosado/fixProvisioning Kevin Lugo 2024-06-13 13:45:11 -0700
  • b03100ecca update modules.txt Kevin Lugo Rosado 2024-06-13 20:41:05 +0000
  • 8a1f5ccd32 Bump google.golang.org/protobuf from 1.27.1 to 1.33.0 dependabot[bot] 2024-06-11 22:17:18 +0000
  • f9cd527079 fix(shim): Fix timing issue in shim script dev/dpoole/fix-shim-pkill Dave Poole 2024-06-13 11:43:24 -0700
  • 93f8e0fe5e Bump google.golang.org/protobuf from 1.27.1 to 1.33.0 dependabot[bot] 2024-06-11 22:17:18 +0000
  • 38e71b1c68
    Bump google.golang.org/protobuf from 1.27.1 to 1.33.0 dependabot[bot] 2024-06-11 22:17:18 +0000
  • ab885dcecc
    Bump to v2.0.12: VMWatch Integration (#60) frank-pang-msft 2024-06-11 15:16:42 -0700
  • 7b64dcc478 refactor: Update VMWatch functions to include logger as parameter parameter feature/v2/WindowsMigration_AddingWindowsCode Kevin Lugo Rosado 2024-06-11 20:36:07 +0000
  • 39f4ab39d9 Fixed nit typos Kevin Lugo Rosado 2024-06-11 20:05:26 +0000