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

Watchdogv1 #72

Draft
wants to merge 24 commits into
base: stability-improvements-v2
Choose a base branch
from

Commits on Jan 22, 2024

  1. Watchdog draft v1

    Signed-off-by: Abhin Balur <[email protected]>
    abhinb committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    549009f View commit details
    Browse the repository at this point in the history
  2. service notf

    Signed-off-by: Abhin Balur <[email protected]>
    abhinb committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    6bee5cf View commit details
    Browse the repository at this point in the history
  3. Changing gradle task name

    Signed-off-by: Abhin Balur <[email protected]>
    abhinb committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    bb6ea6a View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Adding tests

    Signed-off-by: Abhin Balur <[email protected]>
    abhinb committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    64a9e44 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

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

Commits on Feb 8, 2024

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

Commits on Feb 9, 2024

  1. Support to push metric data to Pravega Stream

    Signed-off-by: Abhin Balur <[email protected]>
    abhinb committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    14661c7 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Some more changes

    Signed-off-by: Abhin Balur <[email protected]>
    abhinb committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    5442a3b View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Correcting tests

    Signed-off-by: Abhin Balur <[email protected]>
    abhinb committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    587eae6 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    6fc0945 View commit details
    Browse the repository at this point in the history
  2. Handling comments

    Signed-off-by: Abhin Balur <[email protected]>
    abhinb committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    36b077c View commit details
    Browse the repository at this point in the history
  3. Stopping MetricPublisher

    Signed-off-by: Abhin Balur <[email protected]>
    abhinb committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    d57b809 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Not starting MetricStreamWriter

    Signed-off-by: Abhin Balur <[email protected]>
    abhinb committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    6845d7d View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Fixing unit test case (pravega#64)

    Fixing FileIngestServiceUnitTest
    kuldeepk3 authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    0c7a6fc View commit details
    Browse the repository at this point in the history
  2. Fixing keycloak credentials issue (pravega#65)

    Fixing unable to load KeyCLoak creds
    kuldeepk3 authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    410358e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a591072 View commit details
    Browse the repository at this point in the history
  4. Fixing Authorization failure

    Signed-off-by: Abhin Balur <[email protected]>
    abhinb committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    5cb429d View commit details
    Browse the repository at this point in the history
  5. Handling comment

    Signed-off-by: Abhin Balur <[email protected]>
    abhinb committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    dea286f View commit details
    Browse the repository at this point in the history
  6. Fixing stopAsync issues

    Signed-off-by: Abhin Balur <[email protected]>
    abhinb committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    35a1487 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Adding validation for required parameters (pravega#66)

    Adding validation for required parameters (pravega#66)
    kuldeepk3 authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    af79218 View commit details
    Browse the repository at this point in the history
  2. Updating READMe file (pravega#68)

    Update README to include new field for parameters table.
    kuldeepk3 authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    cf0cc0a View commit details
    Browse the repository at this point in the history
  3. Making file extension mandatory (pravega#69)

    File extension is optional parameter but when we try to process parquet file using CsvFileIngestService class, it throws parsing error when it tries to process parquet file.
    kuldeepk3 authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    c802447 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    4dd930d View commit details
    Browse the repository at this point in the history
  2. Fixing stylecheck errors

    Signed-off-by: Kuldeep Kumar <[email protected]>
    kuldeepk3 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    479b8b1 View commit details
    Browse the repository at this point in the history