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

[Extensions] Enable Integration Tests for AD Extension #913

Draft
wants to merge 28 commits into
base: feature/extensions
Choose a base branch
from

Commits on May 16, 2023

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

Commits on May 17, 2023

  1. Adding yml file to pull extension properties from for use in integrat…

    …ion test cluster set up and integration test execution
    
    Signed-off-by: Joshua Palis <[email protected]>
    joshpalis committed May 17, 2023
    Configuration menu
    Copy the full SHA
    b307944 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    714c639 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Fixing REST IT classes, replacing clients/cluster service calls with …

    …SDK equivalents, commenting out BWC tests for now
    
    Signed-off-by: Joshua Palis <[email protected]>
    joshpalis committed May 18, 2023
    Configuration menu
    Copy the full SHA
    bc5b165 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Configuration menu
    Copy the full SHA
    86c1890 View commit details
    Browse the repository at this point in the history
  2. adding resolution strategy for jackson-bom/jackson-annotations

    Signed-off-by: Joshua Palis <[email protected]>
    joshpalis committed May 19, 2023
    Configuration menu
    Copy the full SHA
    97ef2d3 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Restoring ODFERestTestCase, extendnig ADExtensionIntegTestCase with O…

    …penSearchRestTestCase, refactored SDKRestClient intialization, renamed sdkClient() as sdkRestClient()
    
    Signed-off-by: Joshua Palis <[email protected]>
    joshpalis committed May 22, 2023
    Configuration menu
    Copy the full SHA
    2ff3f52 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Updated ADIntegrationTestCase to pull integ test cluster host/port to…

    … configure new SDKClient with for use in integration testing, removed test for AD Plugin enabled
    
    Signed-off-by: Joshua Palis <[email protected]>
    joshpalis committed May 26, 2023
    Configuration menu
    Copy the full SHA
    0db4d53 View commit details
    Browse the repository at this point in the history
  2. fixing javadoc

    Signed-off-by: Joshua Palis <[email protected]>
    joshpalis committed May 26, 2023
    Configuration menu
    Copy the full SHA
    da2f2bf View commit details
    Browse the repository at this point in the history
  3. adding forbidden API configuration

    Signed-off-by: Joshua Palis <[email protected]>
    joshpalis committed May 26, 2023
    Configuration menu
    Copy the full SHA
    7abe8f4 View commit details
    Browse the repository at this point in the history
  4. removing forbiddenApisMain configuration

    Signed-off-by: Joshua Palis <[email protected]>
    joshpalis committed May 26, 2023
    Configuration menu
    Copy the full SHA
    64bf9fa View commit details
    Browse the repository at this point in the history
  5. disabled forbiddenApisMain/Test, validatePluginZipPom/ValidateDebulaP…

    …om checks
    
    Signed-off-by: Joshua Palis <[email protected]>
    joshpalis committed May 26, 2023
    Configuration menu
    Copy the full SHA
    6b587b8 View commit details
    Browse the repository at this point in the history
  6. disabling generatePomFileForPluginZipPublication task

    Signed-off-by: Joshua Palis <[email protected]>
    joshpalis committed May 26, 2023
    Configuration menu
    Copy the full SHA
    9f113ab View commit details
    Browse the repository at this point in the history
  7. disabling publishPluginZipPublicationToMavenLocal task

    Signed-off-by: Joshua Palis <[email protected]>
    joshpalis committed May 26, 2023
    Configuration menu
    Copy the full SHA
    b3adb76 View commit details
    Browse the repository at this point in the history
  8. reverting removal of overrides of AnomalYDetectorRestTestCase

    Signed-off-by: Joshua Palis <[email protected]>
    joshpalis committed May 26, 2023
    Configuration menu
    Copy the full SHA
    0bf30f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. replacing cluster state calls to retrieve cluster name

    Signed-off-by: Joshua Palis <[email protected]>
    joshpalis committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    e158889 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. moving all getEnvironmentSettings calls out of constructor since sett…

    …ings are populated after initialization
    
    Signed-off-by: Joshua Palis <[email protected]>
    joshpalis committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    e8310bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    446369d View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Adding resolution strategies for jackson dependencies

    Signed-off-by: Joshua Palis <[email protected]>
    joshpalis committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    a08d78b View commit details
    Browse the repository at this point in the history
  2. rebase

    Signed-off-by: Joshua Palis <[email protected]>
    joshpalis committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    2a9fde9 View commit details
    Browse the repository at this point in the history
  3. fixing merge conflicts

    Signed-off-by: Joshua Palis <[email protected]>
    joshpalis committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    32d1555 View commit details
    Browse the repository at this point in the history
  4. spotless

    Signed-off-by: Joshua Palis <[email protected]>
    joshpalis committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    b62da62 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Retrieving JS plugin download from zipArchive/sonatype rather than fr…

    …om distribution build
    
    Signed-off-by: Joshua Palis <[email protected]>
    joshpalis committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    92738c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd72fc5 View commit details
    Browse the repository at this point in the history
  3. Closing sdkrestclients after class rather than after method

    Signed-off-by: Joshua Palis <[email protected]>
    joshpalis committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    b6d8334 View commit details
    Browse the repository at this point in the history
  4. spotless

    Signed-off-by: Joshua Palis <[email protected]>
    joshpalis committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    1b09d9f View commit details
    Browse the repository at this point in the history
  5. reverting changes to transport actions

    Signed-off-by: Joshua Palis <[email protected]>
    joshpalis committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    432cc58 View commit details
    Browse the repository at this point in the history
  6. Reverting changes to DeleteModelTransportActionTests

    Signed-off-by: Joshua Palis <[email protected]>
    joshpalis committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    c768223 View commit details
    Browse the repository at this point in the history