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 Bwc test for Observability #310

Closed
wants to merge 42 commits into from

Commits on Oct 18, 2021

  1. Create history_table.tsx

    kavithacm authored Oct 18, 2021
    Configuration menu
    Copy the full SHA
    9bd5b7e View commit details
    Browse the repository at this point in the history
  2. Update history_table.tsx

    kavithacm authored Oct 18, 2021
    Configuration menu
    Copy the full SHA
    97b09cb View commit details
    Browse the repository at this point in the history
  3. Update home.tsx

    kavithacm authored Oct 18, 2021
    Configuration menu
    Copy the full SHA
    78513c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Update history_table.tsx

    kavithacm authored Oct 21, 2021
    Configuration menu
    Copy the full SHA
    276a590 View commit details
    Browse the repository at this point in the history
  2. Update history_table.tsx

    kavithacm authored Oct 21, 2021
    Configuration menu
    Copy the full SHA
    693b261 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Update home.tsx

    kavithacm authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    ba84e8d View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Update home.tsx

    kavithacm authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    f6cd878 View commit details
    Browse the repository at this point in the history
  2. Delete home.tsx

    kavithacm authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    e7783f8 View commit details
    Browse the repository at this point in the history
  3. merge (#3)

    * Bump prismjs from 1.24.1 to 1.25.0 (opensearch-project#137)
    
    Bumps [prismjs](https:/PrismJS/prism) from 1.24.1 to 1.25.0.
    - [Release notes](https:/PrismJS/prism/releases)
    - [Changelog](https:/PrismJS/prism/blob/master/CHANGELOG.md)
    - [Commits](PrismJS/prism@v1.24.1...v1.25.0)
    
    ---
    updated-dependencies:
    - dependency-name: prismjs
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump immer from 9.0.5 to 9.0.6 (opensearch-project#136)
    
    Bumps [immer](https:/immerjs/immer) from 9.0.5 to 9.0.6.
    - [Release notes](https:/immerjs/immer/releases)
    - [Commits](immerjs/immer@v9.0.5...v9.0.6)
    
    ---
    updated-dependencies:
    - dependency-name: immer
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Redirect legacy notebooks URL to current observability one (opensearch-project#141)
    
    * Move observability frontend to a sub directory (opensearch-project#142)
    
    * Add minimal plugin for backend observability (opensearch-project#143)
    
    * Add models for objects and requests (opensearch-project#144)
    
    * Add CRUD actions and index operations for observability objects (opensearch-project#145)
    
    * Update data modal and enable CI (opensearch-project#148)
    
    * Panels' visualization design change (opensearch-project#149)
    
    * modified common files
    
    * modified UI components
    
    * modified panel adaptor and router
    
    * moved loading to post http call
    
    * fixed prettier quotes
    
    * Feature timestamp (opensearch-project#152)
    
    * timestamp related changes
    
    Signed-off-by: Eric Wei <[email protected]>
    
    * cleanup
    
    Signed-off-by: Eric Wei <[email protected]>
    
    * removed loggings and change to console error
    
    Signed-off-by: Eric Wei <[email protected]>
    
    * remove unused sidebar component
    
    Signed-off-by: Eric Wei <[email protected]>
    
    * adding cancel button for edit & panel actions (opensearch-project#153)
    
    * Feature toasts errors handling (opensearch-project#155)
    
    * timestamp related changes
    
    Signed-off-by: Eric Wei <[email protected]>
    
    * cleanup
    
    Signed-off-by: Eric Wei <[email protected]>
    
    * removed loggings and change to console error
    
    Signed-off-by: Eric Wei <[email protected]>
    
    * remove unused sidebar component
    
    Signed-off-by: Eric Wei <[email protected]>
    
    * added toasts
    
    Signed-off-by: Eric Wei <[email protected]>
    
    * resolved build failure
    
    Signed-off-by: Eric Wei <[email protected]>
    
    * couple of error handling changes
    
    Signed-off-by: Eric Wei <[email protected]>
    
    * added types
    
    Signed-off-by: Eric Wei <[email protected]>
    
    * Autocomplete only displays current command (opensearch-project#157)
    
    * Only show current command in suggestion
    Signed-off by: Eugene Lee <[email protected]>
    
    * Remove console logs
    Signed-off by: Eugene Lee <[email protected]>
    
    * Only display suggestion
    Signed-off by: Eugene Lee <[email protected]>
    
    * Removed commas
    Signed-off by: Eugene Lee <[email protected]>
    
    * Remove import
    Signed-off by: Eugene Lee <[email protected]>
    
    * changed to support query without 'search' prefix (opensearch-project#158)
    
    Signed-off-by: Eric Wei <[email protected]>
    
    * Remove app analytics (opensearch-project#154)
    
    * removing app analytics from sidenav
    
    * removed unused headers
    
    * added trace analytics as default page
    
    * Use JS API to redirect legacy notebooks URL (opensearch-project#162)
    
    * Panels bug fix#1 (opensearch-project#159)
    
    * fixed UI bugs #1
    
    * folder name typo fix
    
    * changes for adopting new sql artifact (opensearch-project#165)
    
    * changes for adopting new sql artifact
    
    Signed-off-by: Eric Wei <[email protected]>
    
    * minor changes
    
    Signed-off-by: Eric Wei <[email protected]>
    
    * Improve reindex handling for .opensearch-notebooks (opensearch-project#163)
    
    * inherited datepicker format from settings (opensearch-project#164)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Joshua <[email protected]>
    Co-authored-by: Shenoy Pratik <[email protected]>
    Co-authored-by: Eric Wei <[email protected]>
    Co-authored-by: eugenesk24 <[email protected]>
    6 people authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    e4d33d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6487a5a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e1437d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

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

Commits on Nov 3, 2021

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

Commits on Nov 24, 2021

  1. Configuration menu
    Copy the full SHA
    34eb7b1 View commit details
    Browse the repository at this point in the history
  2. bwc-test

    Signed-off-by: Kavitha Conjeevaram Mohan <[email protected]>
    kavithacm committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    e0dfe5f View commit details
    Browse the repository at this point in the history
  3. bwc-test

    Signed-off-by: Kavitha Conjeevaram Mohan <[email protected]>
    kavithacm committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    f36a5b9 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. update bwc test

    Signed-off-by: Kavitha Conjeevaram Mohan <[email protected]>
    kavithacm committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    190fd77 View commit details
    Browse the repository at this point in the history
  2. updated bwc test passes build

    Signed-off-by: Kavitha Conjeevaram Mohan <[email protected]>
    kavithacm committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    1b33e31 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

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

Commits on Dec 3, 2021

  1. update bwc along with snapshots

    Signed-off-by: Kavitha Conjeevaram Mohan <[email protected]>
    kavithacm committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    133370a View commit details
    Browse the repository at this point in the history
  2. update gradle uild for remote integTest

    Signed-off-by: Kavitha Conjeevaram Mohan <[email protected]>
    kavithacm committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    905d8dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f36314 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. add notebooks 1.1 IT

    Signed-off-by: Kavitha Conjeevaram Mohan <[email protected]>
    kavithacm committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    b5b90f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac6c57b View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. exclude bwc test from build and change notificationIT

    Signed-off-by: Kavitha Conjeevaram Mohan <[email protected]>
    kavithacm committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    dba9253 View commit details
    Browse the repository at this point in the history
  2. change notificationIT uri

    Signed-off-by: Kavitha Conjeevaram Mohan <[email protected]>
    kavithacm committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    2899b83 View commit details
    Browse the repository at this point in the history
  3. change notificationIT uri

    Signed-off-by: Kavitha Conjeevaram Mohan <[email protected]>
    kavithacm committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    9ad14e3 View commit details
    Browse the repository at this point in the history
  4. change old cluster task

    Signed-off-by: Kavitha Conjeevaram Mohan <[email protected]>
    kavithacm committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    f97fced View commit details
    Browse the repository at this point in the history
  5. change old cluster task

    Signed-off-by: Kavitha Conjeevaram Mohan <[email protected]>
    kavithacm committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    39dbded View commit details
    Browse the repository at this point in the history
  6. add integTest to Bwc test file

    Signed-off-by: Kavitha Conjeevaram Mohan <[email protected]>
    kavithacm committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    697ea44 View commit details
    Browse the repository at this point in the history
  7. update BWc file

    Signed-off-by: Kavitha Conjeevaram Mohan <[email protected]>
    kavithacm committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    1677473 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. update mixed cluster

    Signed-off-by: Kavitha Conjeevaram Mohan <[email protected]>
    kavithacm committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    4604064 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. bwc and gradle build passed

    Signed-off-by: Kavitha Conjeevaram Mohan <[email protected]>
    kavithacm committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    902dd8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b42c5e7 View commit details
    Browse the repository at this point in the history
  3. delete redundant file

    Signed-off-by: Kavitha Conjeevaram Mohan <[email protected]>
    kavithacm committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    077211f View commit details
    Browse the repository at this point in the history
  4. remove commented lines

    Signed-off-by: Kavitha Conjeevaram Mohan <[email protected]>
    kavithacm committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    97ee55e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8720daa View commit details
    Browse the repository at this point in the history
  6. delete redundant file

    Signed-off-by: Kavitha Conjeevaram Mohan <[email protected]>
    kavithacm committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    d683d10 View commit details
    Browse the repository at this point in the history
  7. remove commented lines

    Signed-off-by: Kavitha Conjeevaram Mohan <[email protected]>
    kavithacm committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    0adf9cf View commit details
    Browse the repository at this point in the history
  8. remove commented lines

    Signed-off-by: Kavitha Conjeevaram Mohan <[email protected]>
    kavithacm committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    911d50c View commit details
    Browse the repository at this point in the history
  9. remove space

    Signed-off-by: Kavitha Conjeevaram Mohan <[email protected]>
    kavithacm committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    3b750a4 View commit details
    Browse the repository at this point in the history