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

Updating 1.x to latest 1.3 branch #901

Merged
merged 270 commits into from
Jul 28, 2022
Merged

Updating 1.x to latest 1.3 branch #901

merged 270 commits into from
Jul 28, 2022
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 21, 2021

  1. added new license

    mengweieric committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    d03d01b View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. Fix release notes links (#62)

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 authored Jul 1, 2021
    Configuration menu
    Copy the full SHA
    55cb128 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

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

Commits on Jul 9, 2021

  1. code clean up

    mengweieric committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    8be791d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #64 from opensearch-project/feature/pluginsidebar

    added sidebar & home page
    mengweieric authored Jul 9, 2021
    Configuration menu
    Copy the full SHA
    e9f1aed View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. Feature/visualization (#83)

    * resloved conflicts for rebasing
    
    * added overall layout and render fields
    
    * added two types of charts
    
    * added config panel for vis
    
    * removed unused files and for a quick demo
    
    * add intial redux setup
    
    * added initial reducer
    
    * refactorings for redux
    
    * minor code cleanup
    
    * adjusted chart styling, added timespan selector
    
    * added timestamp flag and checking for charts
    
    * fixed sidebar field icon issue
    
    * code cleanup
    
    * license and minor changes
    
    * changes for code review
    
    * removed few comments
    mengweieric authored Aug 6, 2021
    Configuration menu
    Copy the full SHA
    2442f53 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Feature/observability custom panels (#87)

    * initial commit adding custom operational panels
    
    * added dummy router and moved common/constants
    
    * fix breadcrumbs and Link in panel view
    
    * removed unnecessary headers and fixed new panel redirect
    
    * fixing headers
    
    * changed variable type, moved name validator in utilities & formatted document
    
    * removed old operational panels page
    ps48 authored Aug 10, 2021
    Configuration menu
    Copy the full SHA
    4c7755b View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Feature/visualization (#88)

    * resloved conflicts for rebasing
    
    * added overall layout and render fields
    
    * added two types of charts
    
    * added config panel for vis
    
    * removed unused files and for a quick demo
    
    * add intial redux setup
    
    * added initial reducer
    
    * refactorings for redux
    
    * minor code cleanup
    
    * adjusted chart styling, added timespan selector
    
    * added timestamp flag and checking for charts
    
    * fixed sidebar field icon issue
    
    * code cleanup
    
    * license and minor changes
    
    * changes for code review
    
    * removed few comments
    
    * bar/line visualization
    
    * count distribution changes
    
    * added save popover
    
    * event explorer home
    
    * minor changes
    
    * added types and removed comments
    mengweieric authored Aug 18, 2021
    Configuration menu
    Copy the full SHA
    8ba0533 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Feature query regex (#94)

    * added regex to get index
    
    * file renaming to unify naming converntions
    
    * file renaming
    
    * a minor refactoring
    
    * regex changes
    
    * minor fix for regex
    mengweieric authored Aug 25, 2021
    Configuration menu
    Copy the full SHA
    0ca74e0 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Move documents and repo setups

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    44c4d04 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. Remove manual sidenav index

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    0ea8099 View commit details
    Browse the repository at this point in the history
  2. Add placeholders pages for trace analytics

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    2af17ab View commit details
    Browse the repository at this point in the history
  3. Move TA to subdirectory

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    6179cd6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f0f841 View commit details
    Browse the repository at this point in the history
  5. Move TA to subdirectory

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    6563071 View commit details
    Browse the repository at this point in the history
  6. Update maintainers

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    590849f View commit details
    Browse the repository at this point in the history
  7. Disable workflows

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    3243dca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    910714b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2109b3c View commit details
    Browse the repository at this point in the history
  10. Merge branch 'feature/observability' of github.com:opensearch-project…

    …/trace-analytics into feature/merge-trace-analytics
    joshuali925 committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    92dc061 View commit details
    Browse the repository at this point in the history
  11. Move observability to trace analytics position in dashboards side nav

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    f714958 View commit details
    Browse the repository at this point in the history
  12. Organize trace analytics project structure

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    46b3bea View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. Feature/custom panel add viz (#98)

    * added new visualization window
    
    * added react-grid-layout, plotly and UI changes
    
    * merged plotly & react-grid-layout component, added popover for viz, added sample panels
    
    * added PPL service
    
    * added new visualization module, changed name to Ops panels
    
    * changed name to operational panels
    
    * moved custom panels inside panels Home route
    
    * adding rename and delete functions in panel view
    
    * changed back the ppl endpoint
    
    * added new visualization window
    
    * added react-grid-layout, plotly and UI changes
    
    * merged plotly & react-grid-layout component, added popover for viz, added sample panels
    
    * added PPL service
    
    * added new visualization module, changed name to Ops panels
    
    * changed name to operational panels
    
    * moved custom panels inside panels Home route
    
    * adding rename and delete functions in panel view
    
    * changed back the ppl endpoint
    
    * saved visualization layout states & replaced data with ppl query
    
    * added time filter and code cleanup
    
    * moved constants->shared commmons, ontimechange()->utils and resolved comments
    
    * resued Plot component and renamed popOver variables
    
    * reverted the react-grid-layout dependency version
    
    * removed dependency react-grid-layout
    ps48 authored Aug 31, 2021
    Configuration menu
    Copy the full SHA
    85d991d View commit details
    Browse the repository at this point in the history
  2. Migrate trace analytics components to observability

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    1bb5888 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d060a6a View commit details
    Browse the repository at this point in the history
  4. Fix corner cases for side nav when finding selected id (#101)

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 authored Aug 31, 2021
    Configuration menu
    Copy the full SHA
    f340db4 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. Refactor constants and remove unused trace analytics components

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    74ba9ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09970db View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Feature/field search and sorting (#103)

    * left align th text
    
    * fixed row detail expanding issue
    
    * add fields sorting
    
    * added more types and few changes
    mengweieric authored Sep 2, 2021
    Configuration menu
    Copy the full SHA
    91193e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c024e36 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. Configuration menu
    Copy the full SHA
    5823788 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69e78b3 View commit details
    Browse the repository at this point in the history
  3. Update UT and IT for trace analytics

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    0e401aa View commit details
    Browse the repository at this point in the history
  4. Update CI workflow file for observability

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    e60b1cd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d723e2b View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Added ppl query filter, added router placeholder for panels (#108)

    * added actions menu items duplicate, remove
    
    * added license to forms, added support for ppl filter query
    
    * changed common constants
    
    * added router placeholders, added panel opensearch API calls
    
    * commnt fixes
    
    * header fix
    ps48 authored Sep 9, 2021
    Configuration menu
    Copy the full SHA
    a42bd83 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. Added Algolia Autocomplete Bar (#110)

    * Implemented drop-down autocomplete using EuiSuggest
    
    * Addressed comments in PR
    
    Signed-off-by: Li <lnse@88665a2fa6f9.ant.amazon.com>
    
    * Query bar slows down after request
    
    Signed-off-by: Li <lnse@88665a2fa6f9.ant.amazon.com>
    
    * Query bar slows down after request
    
    Signed-off-by: Li <lnse@88665a2fa6f9.ant.amazon.com>
    
    * Implemented suggestions based on previous inputs, (pipes, available indices after source)
    
    Signed-off-by: Li <lnse@88665a2fa6f9.ant.amazon.com>
    
    * Changed str to const
    
    Signed-off-by: Li <lnse@88665a2fa6f9.ant.amazon.com>
    
    * Improved grammar and accounted for no spaces between pipes/=
    
    Signed-off-by: Li <lnse@88665a2fa6f9.ant.amazon.com>
    
    * Fixed issue where query[RAW_QUERY] was undefined which caused Event Analytics page to crash
    
    Signed-off-by: Sean Li <lnse@88665a2fa6f9.ant.amazon.com>
    
    * Implemented drop-down autocomplete using EuiSuggest
    
    * Addressed comments in PR
    
    Signed-off-by: Li <lnse@88665a2fa6f9.ant.amazon.com>
    
    * Query bar slows down after request
    
    Signed-off-by: Li <lnse@88665a2fa6f9.ant.amazon.com>
    
    * Query bar slows down after request
    
    Signed-off-by: Li <lnse@88665a2fa6f9.ant.amazon.com>
    
    * Implemented suggestions based on previous inputs, (pipes, available indices after source)
    
    Signed-off-by: Li <lnse@88665a2fa6f9.ant.amazon.com>
    
    * Changed str to const
    
    Signed-off-by: Li <lnse@88665a2fa6f9.ant.amazon.com>
    
    * Improved grammar and accounted for no spaces between pipes/=
    
    Signed-off-by: Li <lnse@88665a2fa6f9.ant.amazon.com>
    
    * Fixed issue where query[RAW_QUERY] was undefined which caused Event Analytics page to crash
    
    Signed-off-by: Sean Li <lnse@88665a2fa6f9.ant.amazon.com>
    
    * For debugging
    
    Signed-off-by: Sean Li <lnse@88665a2fa6f9.ant.amazon.com>
    
    * Changed to algolia autocomplete
    
    Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>
    
    * adding package.json
    
    Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>
    
    * Fix query disappearing on enter
    
    Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>
    
    * Removing old files
    
    Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>
    
    * Adding license
    
    Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>
    
    * Adding license
    
    Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>
    
    * Added stats commands
    
    Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>
    
    * Switched to Algolia autocomplete, cleaned up styling
    
    Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>
    
    * Updated fields comma loop
    
    Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>
    
    * Removing redundant file, addressing CR
    
    Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>
    
    * Fixing directory name typo
    
    Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>
    
    * adding changed files for DSL endpoint
    
    Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>
    
    * DSL plugin added
    
    Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>
    
    * fixing conflicts
    
    Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>
    
    * fixing conflicts
    
    Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>
    
    * adding files
    
    Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>
    
    * progress on DSL endpoint
    
    Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>
    
    * incorporating backend endpoints
    
    Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>
    
    * backend implemented
    
    Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>
    
    * adding changes
    
    Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>
    
    * checking console
    
    Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>
    
    * handleQueryChange() fixed
    
    Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>
    
    * forgot this one conflicts
    
    Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>
    
    * switched to using plugin for autocomplete logic
    
    Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>
    
    * fixed issue with where pipe command
    
    Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>
    
    * Some refactoring and formatting
    
    Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>
    
    * addressing issues, cleaning up code
    
    Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>
    
    * change to snake_case
    
    Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>
    
    * adding comments
    
    Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>
    
    Co-authored-by: Li <lnse@88665a2fa6f9.ant.amazon.com>
    sejli and Li authored Sep 10, 2021
    Configuration menu
    Copy the full SHA
    7f699c0 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

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

Commits on Oct 6, 2021

  1. Adding plugin backend adaptor (#126)

    * adding plugin backed adaptor
    
    * resolved comments and beautification
    ps48 authored Oct 6, 2021
    Configuration menu
    Copy the full SHA
    afd0c78 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

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

Commits on Oct 11, 2021

  1. Event Analytics - Add index picker to explorer page (#125)

    * Add index picker to explorer page
    
    * Update explorer.tsx
    kavithacm authored Oct 11, 2021
    Configuration menu
    Copy the full SHA
    f3f7a8f View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Feature/operational panels backend (#130)

    * added panel router, viz router and panel types
    
    * removed let->const
    
    * minor fix
    
    * replaced console log->error, removed index_not_found error check
    ps48 authored Oct 12, 2021
    Configuration menu
    Copy the full SHA
    059d81a View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. Feature/p1 release (#133)

    * removed live button
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * refresh button
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * removed live button from home
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * xaxis range selectable
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * added new charts
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * added sidebar to vis, hided vis setting panel
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * fixed a bar issue
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * modified run/refresh button
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * hided surrounding docs
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * disabled insights
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * disable reset button and remove s/ms options
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * breadcrumb/route changes
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * add date range to query & added runtime fields
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * disabled toggle button for queried fields
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * modified text
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * added couple of configs to autocomplete
    
    * added saved objects and few bug fixes
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * removed unused reference/files, modified few loggings
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * removed missed comments/usused code, fixed one sidebar issue
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * modified files for code review
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    mengweieric authored Oct 14, 2021
    Configuration menu
    Copy the full SHA
    f1d3512 View commit details
    Browse the repository at this point in the history
  2. Feature/operational panel UI (#132)

    * modified panels home, table and view
    
    * added new panel modules
    
    * moved modules to folders with css
    
    * css edits and removed time regex check
    
    * removed time and fields regex checks
    
    * minor doc changes
    
    * adding visualization charts
    
    * added delete panelList functionality
    
    * edited delete custom panel function, beautified
    
    * changed console log to error
    
    * removed time/fields regex
    
    * removed length check, combined optionalArgs in custom modal, prettier fix
    ps48 authored Oct 14, 2021
    Configuration menu
    Copy the full SHA
    4ae70c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e6145f View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Bump prismjs from 1.24.1 to 1.25.0 (#137)

    Bumps [prismjs](https://github.com/PrismJS/prism) from 1.24.1 to 1.25.0.
    - [Release notes](https://github.com/PrismJS/prism/releases)
    - [Changelog](https://github.com/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] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 18, 2021
    Configuration menu
    Copy the full SHA
    897a63c View commit details
    Browse the repository at this point in the history
  2. Bump immer from 9.0.5 to 9.0.6 (#136)

    Bumps [immer](https://github.com/immerjs/immer) from 9.0.5 to 9.0.6.
    - [Release notes](https://github.com/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] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 18, 2021
    Configuration menu
    Copy the full SHA
    6a06e24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d360344 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. Configuration menu
    Copy the full SHA
    a5e92f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    796be2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    938e5b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fbebd6c View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

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

Commits on Oct 21, 2021

  1. Panels' visualization design change (#149)

    * modified common files
    
    * modified UI components
    
    * modified panel adaptor and router
    
    * moved loading to post http call
    
    * fixed prettier quotes
    ps48 authored Oct 21, 2021
    Configuration menu
    Copy the full SHA
    fc5f9c3 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. Feature timestamp (#152)

    * timestamp related changes
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * cleanup
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * removed loggings and change to console error
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * remove unused sidebar component
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    mengweieric authored Oct 22, 2021
    Configuration menu
    Copy the full SHA
    51be6de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9aa0c23 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Feature toasts errors handling (#155)

    * timestamp related changes
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * cleanup
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * removed loggings and change to console error
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * remove unused sidebar component
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * added toasts
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * resolved build failure
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * couple of error handling changes
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * added types
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    mengweieric authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    254c428 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Autocomplete only displays current command (#157)

    * Only show current command in suggestion
    Signed-off by: Eugene Lee <eugenesk@amazon.com>
    
    * Remove console logs
    Signed-off by: Eugene Lee <eugenesk@amazon.com>
    
    * Only display suggestion
    Signed-off by: Eugene Lee <eugenesk@amazon.com>
    
    * Removed commas
    Signed-off by: Eugene Lee <eugenesk@amazon.com>
    
    * Remove import
    Signed-off by: Eugene Lee <eugenesk@amazon.com>
    eugenesk24 authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    103281b View commit details
    Browse the repository at this point in the history
  2. changed to support query without 'search' prefix (#158)

    Signed-off-by: Eric Wei <menwe@amazon.com>
    mengweieric authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    eaf5fdd View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Remove app analytics (#154)

    * removing app analytics from sidenav
    
    * removed unused headers
    
    * added trace analytics as default page
    ps48 authored Oct 27, 2021
    Configuration menu
    Copy the full SHA
    8e95476 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    769d028 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. Panels bug fix#1 (#159)

    * fixed UI bugs #1
    
    * folder name typo fix
    ps48 authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    45932e6 View commit details
    Browse the repository at this point in the history
  2. changes for adopting new sql artifact (#165)

    * changes for adopting new sql artifact
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * minor changes
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    mengweieric authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    2731780 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6a7991 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8c67ca View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Feature query bar (#166)

    * refactorings to integrate textarea
    
    * few improvements
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * refactorings to integrate textarea
    
    * few improvements
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * removed unused dependencies and types
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    mengweieric authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    abb22e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Feature bug fixes (#168)

    * removed editable title and displaybar
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * count distribution number
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    mengweieric authored Nov 1, 2021
    Configuration menu
    Copy the full SHA
    0bdaa5a View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Home table (#169)

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

    * fixed import bug and datepicker width
    
    * added refresh panel button & removed flyout preview button
    
    * changed maxitems for home page
    
    * fixing styling and margin
    
    * add new vizualization bug fix
    ps48 authored Nov 2, 2021
    Configuration menu
    Copy the full SHA
    8c1de16 View commit details
    Browse the repository at this point in the history
  3. Feature vis fix override button (#172)

    * add toast for no visualization to save
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * added loading/disable for timestamp button and one related fix
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * replaced override button with icon
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * adjusted override icon
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    mengweieric authored Nov 2, 2021
    Configuration menu
    Copy the full SHA
    d746fdb View commit details
    Browse the repository at this point in the history
  4. Visualizations theming (#171)

    * added basic theming
    
    * added dark theme layout, unicolor mode for bar chart
    
    * changed plotly paper to match panel color
    ps48 authored Nov 2, 2021
    Configuration menu
    Copy the full SHA
    e6c9e67 View commit details
    Browse the repository at this point in the history
  5. timestamp fix (#175)

    Signed-off-by: Eric Wei <menwe@amazon.com>
    mengweieric authored Nov 2, 2021
    Configuration menu
    Copy the full SHA
    7049a54 View commit details
    Browse the repository at this point in the history
  6. added find auto interval (#167)

    * added find auto interval
    
    * changed console.log to error
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * merge conflict resoled
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    ps48 authored Nov 2, 2021
    Configuration menu
    Copy the full SHA
    b250040 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Configuration menu
    Copy the full SHA
    d4ac7a1 View commit details
    Browse the repository at this point in the history
  2. added refresh datepicker button (#182)

    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    ps48 authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    4851b36 View commit details
    Browse the repository at this point in the history
  3. Field suggestions update for changed index in query (#176)

    The fields are updated after the first retrieval if the index selection changes.
    Signed-off by: Eugene Lee <eugenesk@amazon.com>
    eugenesk24 authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    3e63f6e View commit details
    Browse the repository at this point in the history
  4. adding colorsv2 (#181)

    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    ps48 authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    b7c7848 View commit details
    Browse the repository at this point in the history
  5. Home table update (#174)

    * Create history_table.tsx
    
    * Update history_table.tsx
    
    * Update home.tsx
    
    * Update history_table.tsx
    
    * Update history_table.tsx
    
    * Update home.tsx
    
    * Update home.tsx
    
    * Delete home.tsx
    
    * merge (#3)
    
    * Bump prismjs from 1.24.1 to 1.25.0 (#137)
    
    Bumps [prismjs](https://github.com/PrismJS/prism) from 1.24.1 to 1.25.0.
    - [Release notes](https://github.com/PrismJS/prism/releases)
    - [Changelog](https://github.com/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] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump immer from 9.0.5 to 9.0.6 (#136)
    
    Bumps [immer](https://github.com/immerjs/immer) from 9.0.5 to 9.0.6.
    - [Release notes](https://github.com/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] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Redirect legacy notebooks URL to current observability one (#141)
    
    * Move observability frontend to a sub directory (#142)
    
    * Add minimal plugin for backend observability (#143)
    
    * Add models for objects and requests (#144)
    
    * Add CRUD actions and index operations for observability objects (#145)
    
    * Update data modal and enable CI (#148)
    
    * Panels' visualization design change (#149)
    
    * modified common files
    
    * modified UI components
    
    * modified panel adaptor and router
    
    * moved loading to post http call
    
    * fixed prettier quotes
    
    * Feature timestamp (#152)
    
    * timestamp related changes
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * cleanup
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * removed loggings and change to console error
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * remove unused sidebar component
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * adding cancel button for edit & panel actions (#153)
    
    * Feature toasts errors handling (#155)
    
    * timestamp related changes
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * cleanup
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * removed loggings and change to console error
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * remove unused sidebar component
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * added toasts
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * resolved build failure
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * couple of error handling changes
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * added types
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * Autocomplete only displays current command (#157)
    
    * Only show current command in suggestion
    Signed-off by: Eugene Lee <eugenesk@amazon.com>
    
    * Remove console logs
    Signed-off by: Eugene Lee <eugenesk@amazon.com>
    
    * Only display suggestion
    Signed-off by: Eugene Lee <eugenesk@amazon.com>
    
    * Removed commas
    Signed-off by: Eugene Lee <eugenesk@amazon.com>
    
    * Remove import
    Signed-off by: Eugene Lee <eugenesk@amazon.com>
    
    * changed to support query without 'search' prefix (#158)
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * Remove app analytics (#154)
    
    * removing app analytics from sidenav
    
    * removed unused headers
    
    * added trace analytics as default page
    
    * Use JS API to redirect legacy notebooks URL (#162)
    
    * Panels bug fix#1 (#159)
    
    * fixed UI bugs #1
    
    * folder name typo fix
    
    * changes for adopting new sql artifact (#165)
    
    * changes for adopting new sql artifact
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * minor changes
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * Improve reindex handling for .opensearch-notebooks (#163)
    
    * inherited datepicker format from settings (#164)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Joshua <joshuali925@gmail.com>
    Co-authored-by: Shenoy Pratik <pshenoy36@gmail.com>
    Co-authored-by: Eric Wei <80358241+mengweieric@users.noreply.github.com>
    Co-authored-by: eugenesk24 <92330893+eugenesk24@users.noreply.github.com>
    
    * Update history_table.tsx
    
    * Update home.tsx
    
    * Delete public/components/explorer/home_table directory
    
    * Update explorer.ts
    
    * Update history_table.tsx
    
    * Update history_table.tsx
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Joshua <joshuali925@gmail.com>
    Co-authored-by: Shenoy Pratik <pshenoy36@gmail.com>
    Co-authored-by: Eric Wei <80358241+mengweieric@users.noreply.github.com>
    Co-authored-by: eugenesk24 <92330893+eugenesk24@users.noreply.github.com>
    6 people authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    3d14d34 View commit details
    Browse the repository at this point in the history
  6. Use observability specific permissions instead of notebooks (#177)

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    fbc0a27 View commit details
    Browse the repository at this point in the history
  7. Fix deleting all paragraphs for notebooks (#184)

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    fae74f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Feature available fields timestamp (#179)

    * added available fields when no hits because of timestamp
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * removed unused code
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    mengweieric authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    999afaa View commit details
    Browse the repository at this point in the history
  2. Icon that redirects to PPL Documentation next to Search Bar (#183)

    * Added link to PPL Documentation next to search bar
    Signed-off by: Eugene Lee <eugenesk@amazon.com>
    
    * Corrected icon type
    Signed-off by: Eugene Lee <eugenesk@amazon.com>
    eugenesk24 authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    6c4e8cf View commit details
    Browse the repository at this point in the history
  3. Added aggregate functions to Autocomplete (#185)

    Signed-off by: Eugene Lee <eugenesk@amazon.com>
    eugenesk24 authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    043b9b9 View commit details
    Browse the repository at this point in the history
  4. Suggestions are shown in dark mode (#187)

    Signed-off by: Eugene Lee <eugenesk@amazon.com>
    eugenesk24 authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    757c70f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1392b50 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    87bcab2 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. added panels modifications and bug fix (#194)

    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    ps48 authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    af155bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8cefe7 View commit details
    Browse the repository at this point in the history
  3. Feature event analytics imporovements and fixes (#199)

    * redo signoff
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * removed comments
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * signoff amendment
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    mengweieric authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    ae70b37 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2021

  1. added support for sample panels (#200)

    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    ps48 authored Nov 6, 2021
    Configuration menu
    Copy the full SHA
    b2428bf View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Add error handler when fetching ppl (#204)

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    d61208c View commit details
    Browse the repository at this point in the history
  2. Fix for duplicate indices in suggestion (#190)

    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    eugenesk24 authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    c350072 View commit details
    Browse the repository at this point in the history
  3. Feature couple of features and fixes (#202)

    * event sample data
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * home delete and sample data
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * removed one missed
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * separate container
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * removed unused code and some ehchancements
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    mengweieric authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    10fafc9 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Add toggle dark mode in observability side bar (#209)

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    5442441 View commit details
    Browse the repository at this point in the history
  2. Feature autocomplete fix (#208)

    * event sample data
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * home delete and sample data
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * removed one missed
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * separate container
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * removed unused code and some ehchancements
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * autocomplete related fixes
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * home search fix and few cleanups
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * removed comments
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * removed unused reference
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    mengweieric authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    f026e1d View commit details
    Browse the repository at this point in the history
  3. Support dark mode for notebooks and other style improvements (#206)

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    761ebb4 View commit details
    Browse the repository at this point in the history
  4. Adjust wording and margin for toggle button (#210)

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    1fdb77a View commit details
    Browse the repository at this point in the history
  5. Panel bug fixes4 and PPL Reference Manual (#211)

    * fixed panel bugs, added help flyout
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * remove unused file
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * removed log statements
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * remove unused flyout_container
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    ps48 authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    962f178 View commit details
    Browse the repository at this point in the history
  6. Case insensitive Autocomplete (#207)

    * Case insensitive autocomplete with less type errors
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Lowercase word variable and assign fitlered item list
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Variable for lowercase prefix
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    eugenesk24 authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    977bf7c View commit details
    Browse the repository at this point in the history
  7. Use parent height instead of view port height for nav bar (#212)

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    c98622e View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Add match command to AutoComplete (#203)

    * Added match command suggestion
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Add missing bracket
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    eugenesk24 authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    ce48cc5 View commit details
    Browse the repository at this point in the history
  2. Space after field for more balanced looking query (#213)

    * Case insensitive autocomplete with less type errors
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Lowercase word variable and assign fitlered item list
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Variable for lowercase prefix
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Another merge conflict
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Add space after field for balance
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    eugenesk24 authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    e9dc26c View commit details
    Browse the repository at this point in the history
  3. Add border around suggestions (#214)

    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    eugenesk24 authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    96cc313 View commit details
    Browse the repository at this point in the history
  4. Correct suggestions after count command (#215)

    * Suggest by and |
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Fix count bug
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    eugenesk24 authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    ebd9f18 View commit details
    Browse the repository at this point in the history
  5. Add release notes for 1.2 (#192)

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    682979b View commit details
    Browse the repository at this point in the history
  6. Explorer fixes (#216)

    * changed to query fields
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * select/available fields duplicate issue fix and reformatting
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * fixed issue - updating saved search not updating existing tab
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * added refresh to datepicker
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * updated saving
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * saved objects new changes
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    mengweieric authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    9a52fd9 View commit details
    Browse the repository at this point in the history
  7. Added Samples, help text, standardized tables (#217)

    * added new samples and modified workspace height
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * updated documentation links and help text
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * standardized empty table buttons
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * merged add samples logic
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * updated panel tests, added sample modal
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    ps48 authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    131e3e6 View commit details
    Browse the repository at this point in the history
  8. Add missing itemName properties (#218)

    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    eugenesk24 authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    9644ece View commit details
    Browse the repository at this point in the history
  9. Tab issue and run button (#219)

    * changed to query fields
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * select/available fields duplicate issue fix and reformatting
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * fixed issue - updating saved search not updating existing tab
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * added refresh to datepicker
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * updated saving
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * saved objects new changes
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * tab issue fix and remove run button
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * resolved conflicts
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    mengweieric authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    cf5eb4e View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. search bar related changes (#222)

    Signed-off-by: Eric Wei <menwe@amazon.com>
    mengweieric authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    bb708ba View commit details
    Browse the repository at this point in the history
  2. fixed emoji renders for in PPL manual (#221)

    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    ps48 authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    71f4885 View commit details
    Browse the repository at this point in the history
  3. Suggestions width match search bar (#220)

    * Wrapped in flex
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Extend suggestion bar to match search bar
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Remove unnecessary imports
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Remove parent autocomplete-root
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    eugenesk24 authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    3fd9df2 View commit details
    Browse the repository at this point in the history
  4. Throw exception if object type is inconsistent in update request (#224)

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    1b9acc5 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Add some space between last paragraph and action button (#225)

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 authored Nov 12, 2021
    Configuration menu
    Copy the full SHA
    16baa2f View commit details
    Browse the repository at this point in the history
  2. Add event analytics permission toast (#226)

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 authored Nov 12, 2021
    Configuration menu
    Copy the full SHA
    ca932e8 View commit details
    Browse the repository at this point in the history
  3. Add copyright to all files (#231)

    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    eugenesk24 authored Nov 12, 2021
    Configuration menu
    Copy the full SHA
    c9a9d3e View commit details
    Browse the repository at this point in the history
  4. Suggestions loaded after selection (#228)

    * Do not add space
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Suggest all nuber types for fields
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Suggest on selection
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Re add auto space after selection
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Remove unnecessary imports
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Suggest first commands on click
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Auto-select first suggestion
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    eugenesk24 authored Nov 12, 2021
    Configuration menu
    Copy the full SHA
    a353be1 View commit details
    Browse the repository at this point in the history
  5. Homepage moved to event analytics (#227)

    * changed homepage to event analytics
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * added events page with default hash
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    ps48 authored Nov 12, 2021
    Configuration menu
    Copy the full SHA
    55672f5 View commit details
    Browse the repository at this point in the history
  6. resolved conflicts and fixes (#233)

    Signed-off-by: Eric Wei <menwe@amazon.com>
    mengweieric authored Nov 12, 2021
    Configuration menu
    Copy the full SHA
    fb42e78 View commit details
    Browse the repository at this point in the history
  7. moved loading viz after panel update (#232)

    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    ps48 authored Nov 12, 2021
    Configuration menu
    Copy the full SHA
    0a5a0d8 View commit details
    Browse the repository at this point in the history
  8. Remove resetting query for autocomplete (#234)

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 authored Nov 12, 2021
    Configuration menu
    Copy the full SHA
    56aea5f View commit details
    Browse the repository at this point in the history
  9. Source as the only first command (#235)

    * Source as first command
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Remove logic for search and index
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    eugenesk24 authored Nov 12, 2021
    Configuration menu
    Copy the full SHA
    cb62e8f View commit details
    Browse the repository at this point in the history
  10. ppl manual update (#236)

    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    ps48 authored Nov 12, 2021
    Configuration menu
    Copy the full SHA
    08e2889 View commit details
    Browse the repository at this point in the history
  11. Run query with shift enter (#239)

    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    eugenesk24 authored Nov 12, 2021
    Configuration menu
    Copy the full SHA
    29527fe View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Update notebooks url redirect to use plugin id (#242)

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    35696f5 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. tab close issue (#243)

    Signed-off-by: Eric Wei <menwe@amazon.com>
    mengweieric authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    13d745b View commit details
    Browse the repository at this point in the history
  2. switching tab tirgger unnecessary requests fix (#247)

    Signed-off-by: Eric Wei <menwe@amazon.com>
    mengweieric authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    b9428c0 View commit details
    Browse the repository at this point in the history
  3. Autocomplete for data values (#245)

    * Autocomplete for data values
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Fetch data values earlier and save them
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Fetch dataValues for match early
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    eugenesk24 authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    6f169c9 View commit details
    Browse the repository at this point in the history
  4. Bump ansi-regex to 5.0.1 (#241)

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    efe931c View commit details
    Browse the repository at this point in the history
  5. Add support for codeowners to repo (#244)

    Signed-off-by: Ryan Bogan <rbogan@amazon.com>
    ryanbogan authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    7afc5e2 View commit details
    Browse the repository at this point in the history
  6. Panels bug fix4 (#249)

    * minor bug fix and updated unit tests
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * fixed date change issue
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * renamed relevance function to full text search
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * duplicate search text removed
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    ps48 authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    70a855c View commit details
    Browse the repository at this point in the history
  7. Fix undefined field error and where suggestions (#246)

    * Add check for properties
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Change logic order to support switching between match and other where fields
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    eugenesk24 authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    9ada179 View commit details
    Browse the repository at this point in the history
  8. Add Correct Erroring in Event Analytics (#248)

    * Add check for properties
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Change logic order to support switching between match and other where fields
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Autocomplete for data values
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Fetch data values earlier and save them
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Update to current status
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Fetch dataValues for match early
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Try addError
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Fix error messaging on Event Explorer
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Remove fielddata
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Assign string to fields with fields property
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Remove possible double toast and add console log back in
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    eugenesk24 authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    50ec30f View commit details
    Browse the repository at this point in the history
  9. changed error message (#257)

    Signed-off-by: Eric Wei <menwe@amazon.com>
    mengweieric authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    0a609ed View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Panels cypress test (#256)

    * adding panels cypress tests
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * added more visualization tests
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    ps48 authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    8aa864a View commit details
    Browse the repository at this point in the history
  2. Feature ppl link (#258)

    * changed error message
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * help icon changes
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * added PPL button and one panel snap
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * removed unused reference
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * fixed one issue
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    Co-authored-by: Shenoy Pratik <sgguruda@amazon.com>
    mengweieric and ps48 authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    c36ff08 View commit details
    Browse the repository at this point in the history
  3. Update release notes for 1.2 release (#261)

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    8a4a892 View commit details
    Browse the repository at this point in the history
  4. fixed vis saving issue (#262)

    Signed-off-by: Eric Wei <menwe@amazon.com>
    mengweieric authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    e5ffd16 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. fixed tab close issue (#265)

    Signed-off-by: Eric Wei <menwe@amazon.com>
    mengweieric authored Nov 18, 2021
    Configuration menu
    Copy the full SHA
    1c7b6fe View commit details
    Browse the repository at this point in the history
  2. Update codecov and enable for backend plugin (#268)

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 authored Nov 18, 2021
    Configuration menu
    Copy the full SHA
    a6679f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. Add unit tests for notebook helpers (#269)

    * Add UT for notebook helpers and remove panel wrapper
    
    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    
    * Use visualization from mock notebook for UT
    
    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 authored Nov 19, 2021
    Configuration menu
    Copy the full SHA
    945240b View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Update cypress timezone environment (#270)

    * Update cypress timezon environment
    
    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    
    * Update notebooks cypress
    
    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 authored Nov 22, 2021
    Configuration menu
    Copy the full SHA
    e9adac2 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. Support bulk delete operations for notebooks (#273)

    * Update notebooks cypress
    
    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    
    * Remove unused files
    
    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 authored Nov 24, 2021
    Configuration menu
    Copy the full SHA
    3431c0f View commit details
    Browse the repository at this point in the history
  2. Autocomplete Unit Tests (#274)

    * Add test for search bar
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Re-organize autocomplete
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Trying to test return value of getSuggestions
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Need to keep algolia import
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Separate out autocomplete logic
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Make id optional
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Snub out aloglia import
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Add broken logic test
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Add type to fullSuggestions
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Test coverage up to 95 for logic
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Add new line to end of js config file
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Add new line to autocomplete logic file
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    eugenesk24 authored Nov 24, 2021
    Configuration menu
    Copy the full SHA
    5268c85 View commit details
    Browse the repository at this point in the history
  3. Add unit tests for notebooks (#277)

    * WIP add unit tests to notebooks
    
    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    
    * WIP add unit tests to notebooks
    
    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    
    * WIP
    
    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    
    * WIP
    
    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    
    * Update snapshots
    
    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 authored Nov 24, 2021
    Configuration menu
    Copy the full SHA
    140f2e1 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Added more cypress tests, updated constants (#282)

    * added more tests, updated constants
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * removed timeout for on clone
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    ps48 authored Dec 2, 2021
    Configuration menu
    Copy the full SHA
    4425b00 View commit details
    Browse the repository at this point in the history
  2. Add unit tests for backend models (#283)

    * add notebooks unit tests
    
    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    
    * Add more unit tests
    
    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 authored Dec 2, 2021
    Configuration menu
    Copy the full SHA
    1873cfc View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. Add unit tests for backend requests and responses (#284)

    * Refactor requests and responses from model to action
    
    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    
    * Fix transport action for create object request
    
    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    
    * Add unit test for create object
    
    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    
    * Fix transport action for update object request
    
    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    
    * Add unit test for more requests and responses
    
    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    
    * Format code
    
    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    
    * Update tests
    
    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 authored Dec 3, 2021
    Configuration menu
    Copy the full SHA
    159bfeb View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. Adding code summary to the repo (#287)

    * adding panel tests in workflows
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * adding cypress tests doc
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * added table in readme, changed doc link
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * added more doc and changed BWC link
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * added variables for hyperlinks
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * added badge for plugin IT tests
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * fixing typos, removed duplicate lines
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * moved TA up similar to side nav
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * alt text name change
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    ps48 authored Dec 6, 2021
    Configuration menu
    Copy the full SHA
    645562d View commit details
    Browse the repository at this point in the history
  2. Add back onclick handler for plotly component (#285)

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 authored Dec 6, 2021
    Configuration menu
    Copy the full SHA
    47a944e View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. Use dateFormat from advanced settings for notebook visualizations (#297)

    closes #250
    
    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 authored Dec 7, 2021
    Configuration menu
    Copy the full SHA
    2c3c674 View commit details
    Browse the repository at this point in the history
  2. Fix link checker (#300)

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 authored Dec 7, 2021
    Configuration menu
    Copy the full SHA
    baf8a8e View commit details
    Browse the repository at this point in the history
  3. Code summary edits (#298)

    * changed table headers in code summary
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * removed observability name from modules
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * fixed more links
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * modularized the table and fixed links
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * fixed ppl doc link and IT badge name
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    ps48 authored Dec 7, 2021
    Configuration menu
    Copy the full SHA
    30d8106 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. changed headers to plugin names (#306)

    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    ps48 authored Dec 8, 2021
    Configuration menu
    Copy the full SHA
    a864ea1 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. Explorer cypress tests (#302)

    * signoff
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * added missed resolved lines
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    mengweieric authored Dec 9, 2021
    Configuration menu
    Copy the full SHA
    da0cc10 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Add BWC test for Observability (#314)

    * commit
    
    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    
    * delete 1.2 snapshot and update gradle
    
    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    kavithacm authored Dec 10, 2021
    Configuration menu
    Copy the full SHA
    cca378e View commit details
    Browse the repository at this point in the history
  2. add bwc to workflow (#316)

    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    kavithacm authored Dec 10, 2021
    Configuration menu
    Copy the full SHA
    1980395 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Update tests, builds and doc (#318)

    * rebased with bwc tests
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * updated bwc tests
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * added release notes
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    ps48 authored Dec 13, 2021
    Configuration menu
    Copy the full SHA
    d72e632 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Rename trace-analytics to observability (#341)

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    154de24 View commit details
    Browse the repository at this point in the history
  2. Event analytics unit tests (#342)

    * tests
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * updated some snapshots
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * resolved few failing tests
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * few modifications
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    mengweieric authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    352316f View commit details
    Browse the repository at this point in the history
  3. Update service map parsing results for testing (#345)

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    d1cbfa0 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. bumping version to 1.2.2 (#346)

    * bumping version to 1.2.2
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * update PR in release notes
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    ps48 authored Dec 15, 2021
    Configuration menu
    Copy the full SHA
    249c6b6 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. updating readme and badges (#352)

    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    ps48 authored Dec 20, 2021
    Configuration menu
    Copy the full SHA
    fff303a View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. Update Workflow (#360)

    * updated snapshot in workflow to 1.2.3
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * replaced variable with 1.2.3-snapshot
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * revert string to variable
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    ps48 authored Dec 22, 2021
    Configuration menu
    Copy the full SHA
    ab3a385 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2021

  1. bumping main to 1.3 (#361)

    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    ps48 authored Dec 27, 2021
    Configuration menu
    Copy the full SHA
    2727c7e View commit details
    Browse the repository at this point in the history
  2. Add observability visualization to notebooks (#351)

    * added observability viz support to notes
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * updated tests, clone para, zeppelin parser
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * updated observability viz links & cypress
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * updated tests
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * removed inputType, merged both viz options
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * resolved merge conflict
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * updated links, adaptors, tests
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * removed unused files, updated workflow
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * updated UI dateformat for observability viz
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * updated jest timeout
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * updated notebook tests
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    ps48 authored Dec 27, 2021
    Configuration menu
    Copy the full SHA
    c46b74d View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Add .whitesource configuration file (#365)

    Co-authored-by: whitesource-for-github-com[bot] <50673670+whitesource-for-github-com[bot]@users.noreply.github.com>
    mend-for-github-com[bot] authored Jan 10, 2022
    Configuration menu
    Copy the full SHA
    e3f1e66 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. CVE fix:json-schema, gson & glob-parent (#368)

    * CVE fix:json-schema, gson & glob-parent
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * updated yarn.lock
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    ps48 authored Jan 11, 2022
    Configuration menu
    Copy the full SHA
    9774a6c View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Update Release Notes 1.2.4 (#370)

    * CVE fix:json-schema, gson & glob-parent
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * updated yarn.lock
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * Update Release Notes 1.2.4
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    ps48 authored Jan 12, 2022
    Configuration menu
    Copy the full SHA
    a809809 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. jcenter removed from gradle.build (#374)

    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    ps48 authored Jan 14, 2022
    Configuration menu
    Copy the full SHA
    b0a1264 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Guava package update (#404)

    * updating guava to 31.0.1
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * revise version name
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    ps48 authored Jan 24, 2022
    Configuration menu
    Copy the full SHA
    c902bd7 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Support lazy scroll and auto complete for PPL parse command (#421)

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 authored Feb 2, 2022
    Configuration menu
    Copy the full SHA
    3a6942d View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Merge Application Analytics into main (#454)

    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    eugenesk24 authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    08b84c8 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Fix queries being filtered out (#472)

    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    eugenesk24 authored Feb 16, 2022
    Configuration menu
    Copy the full SHA
    2b4ccc5 View commit details
    Browse the repository at this point in the history
  2. Saving time for individual applications (#473)

    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    eugenesk24 authored Feb 16, 2022
    Configuration menu
    Copy the full SHA
    cc77e4f View commit details
    Browse the repository at this point in the history
  3. Separate appConfigs and extra filters (#474)

    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    eugenesk24 authored Feb 16, 2022
    Configuration menu
    Copy the full SHA
    517da4a View commit details
    Browse the repository at this point in the history
  4. Fix create/edit page bug (#475)

    * Fix create/edit page bug
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Update create test to pass correct existingAppId
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    eugenesk24 authored Feb 16, 2022
    Configuration menu
    Copy the full SHA
    47f917d View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Add date_nanos to valid time fields (#426)

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    929fac6 View commit details
    Browse the repository at this point in the history
  2. UI changes to Metrics Tab (#476)

    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    eugenesk24 authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    7dd774d View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. Finish after source autocomplete logic (#480)

    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    eugenesk24 authored Feb 21, 2022
    Configuration menu
    Copy the full SHA
    ad60789 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Redirect to trace tab, updateMappings once, etc (#481)

    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    eugenesk24 authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    641c0f0 View commit details
    Browse the repository at this point in the history
  2. add auto backporting functionality (#491)

    Signed-off-by: David Cui <davidcui@amazon.com>
    davidcui1225 authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    291dc1e View commit details
    Browse the repository at this point in the history
  3. Add Events Flyout and Correlate Traces with logs (#493)

    * adding events flyout
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * adding traces to events flyout
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * adding surroundings events flyout
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * removed metrics from events flyout
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * updated events tests
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * removed unused flyout scss
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    ps48 authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    a4d5b62 View commit details
    Browse the repository at this point in the history
  4. update backport workflow and add auto-delete workflow (#496)

    Signed-off-by: David Cui <davidcui@amazon.com>
    davidcui1225 authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    504bbe7 View commit details
    Browse the repository at this point in the history
  5. Revert query pre-processing for parse command (#497)

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    df63701 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Live tail - Event analytics (#494)

    * rebase
    
    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    
    * revert ObsIndex changes to main
    
    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    
    * remove comments
    
    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    
    * change timestamp variable
    
    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    
    * remove live_tail.ts and modify explorer
    
    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    
    * query_tils
    
    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    kavithacm authored Feb 24, 2022
    Configuration menu
    Copy the full SHA
    f14c32c View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Make base query immutable (#500)

    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    eugenesk24 authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    5f12db9 View commit details
    Browse the repository at this point in the history
  2. Feature latest observability (#509)

    * resolve signoff issue
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * remove unused code
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * adjust insights
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * panel options
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * remove candlestick
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * remove yarn-error.log from commits
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * Enchanced visualization and resolved signoff issue (#483)
    
    * resolve signoff issue
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * remove unused code
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * gauge changes
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * line mode selector
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * add title
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * expanded section by default and minor guage changes
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * gauge changes
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * 1 dependency change
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * redux support including all types of viz data for any tab
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * layout config and related cleanup
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * Add availability levels (#498)
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * updated panels with latest visualizations (#502)
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * thresholds and styling
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * state sync for config panels
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * remove conflicts
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * add more data validations
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * pie mode selector
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * moved contants
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * add some types
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * fix panel viz issue and update tests
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * remove logging'
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    Co-authored-by: Eugene Lee <eugenesk@amazon.com>
    Co-authored-by: Shenoy Pratik <sgguruda@amazon.com>
    3 people authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    8bd7a7c View commit details
    Browse the repository at this point in the history
  3. updated panels flaky jest tests (#505)

    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    ps48 authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    558aebc View commit details
    Browse the repository at this point in the history
  4. Add autocomplete enhancements (#507)

    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    eugenesk24 authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    fa26ab0 View commit details
    Browse the repository at this point in the history
  5. Fix events flyout bugs and Styling (#510)

    * updated eents flyout styling, added back button
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * disabled surroundings events w/o time, updated PPL time format
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * updated docViewer jest snapshot
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * removed repeated function
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    ps48 authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    d827bb8 View commit details
    Browse the repository at this point in the history
  6. Feature viz saving on missing fields (#511)

    * vis issues
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * minor changes
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * bar mode
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * fix lint issue
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    mengweieric authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    70e80eb View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. fix issue of clicking query caused crash (#515)

    Signed-off-by: Eric Wei <menwe@amazon.com>
    mengweieric authored Mar 1, 2022
    Configuration menu
    Copy the full SHA
    0289ed1 View commit details
    Browse the repository at this point in the history
  2. Fix lower margin of autocomplete being cut off (#512)

    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    eugenesk24 authored Mar 1, 2022
    Configuration menu
    Copy the full SHA
    6d3c3a0 View commit details
    Browse the repository at this point in the history
  3. Fix empty userConfigs stringify (#513)

    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    eugenesk24 authored Mar 1, 2022
    Configuration menu
    Copy the full SHA
    5de0866 View commit details
    Browse the repository at this point in the history
  4. Add parse command back in autocompletion (#517)

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 authored Mar 1, 2022
    Configuration menu
    Copy the full SHA
    e9c5233 View commit details
    Browse the repository at this point in the history
  5. Visualizations �to follow set timerange (#516)

    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    eugenesk24 authored Mar 1, 2022
    Configuration menu
    Copy the full SHA
    bfb32ac View commit details
    Browse the repository at this point in the history
  6. Change Default CI java version to 11 (#504)

    Change default CI java version to 11, add java versions to CI matrix and update developer guide
    
    Signed-off-by: David Cui <davidcui@amazon.com>
    davidcui1225 authored Mar 1, 2022
    Configuration menu
    Copy the full SHA
    4d2e154 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Issue/darkmode support viz config (#521)

    * fix dark mode issue
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * removed unused component and tests
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    mengweieric authored Mar 2, 2022
    Configuration menu
    Copy the full SHA
    6d1b710 View commit details
    Browse the repository at this point in the history
  2. Edit visualization in Application Analytics (#519)

    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    eugenesk24 authored Mar 2, 2022
    Configuration menu
    Copy the full SHA
    6b6fca2 View commit details
    Browse the repository at this point in the history
  3. Add service map to services and trace view page (#518)

    * Add more information on service map hover tooltip
    
    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    
    * Add service map to trace view
    
    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    
    * Update tests
    
    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 authored Mar 2, 2022
    Configuration menu
    Copy the full SHA
    bf4c145 View commit details
    Browse the repository at this point in the history
  4. Feature/sort only datatable in flyout (#522)

    * fix dark mode issue
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * removed unused component and tests
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * case insensitive sort
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * turn null to empty string
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * remove unused lodash
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * update snapshot
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    mengweieric authored Mar 2, 2022
    Configuration menu
    Copy the full SHA
    cdb45e0 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Change availability level to have expression (#525)

    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    eugenesk24 authored Mar 4, 2022
    Configuration menu
    Copy the full SHA
    d45805c View commit details
    Browse the repository at this point in the history
  2. Cypress fix for panels and events (#531)

    * updated cypress for panels and events
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * removing comments
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    ps48 authored Mar 4, 2022
    Configuration menu
    Copy the full SHA
    6a18789 View commit details
    Browse the repository at this point in the history
  3. detete request and response changes for event and panels (#530)

    Signed-off-by: Eric Wei <menwe@amazon.com>
    mengweieric authored Mar 4, 2022
    Configuration menu
    Copy the full SHA
    01f5f42 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ce3b3e View commit details
    Browse the repository at this point in the history
  5. Add parse command docs (#535)

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 authored Mar 4, 2022
    Configuration menu
    Copy the full SHA
    8c54f16 View commit details
    Browse the repository at this point in the history
  6. Update cypress for trace analytics (#536)

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 authored Mar 4, 2022
    Configuration menu
    Copy the full SHA
    e6906a0 View commit details
    Browse the repository at this point in the history
  7. changes panel requests & date, traces link in events (#533)

    * changes panel requests & date, traces link in events
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * updated docViewer jest snapshot
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    ps48 authored Mar 4, 2022
    Configuration menu
    Copy the full SHA
    37218e5 View commit details
    Browse the repository at this point in the history
  8. Add autocomplete to panels, add parse command to app analytics (#529)

    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    eugenesk24 authored Mar 4, 2022
    Configuration menu
    Copy the full SHA
    17d8372 View commit details
    Browse the repository at this point in the history
  9. Fixed documentation links (#534)

    Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    
    Co-authored-by: keithhc2 <keithhc2@users.noreply.github.com>
    Co-authored-by: Joshua Li <joshuali925@gmail.com>
    3 people authored Mar 4, 2022
    Configuration menu
    Copy the full SHA
    150a963 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. Flyout bugs (#540)

    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    eugenesk24 authored Mar 7, 2022
    Configuration menu
    Copy the full SHA
    b8b2419 View commit details
    Browse the repository at this point in the history
  2. Fix multiple flyouts issue in explorer (#538)

    * removed multiple flyouts open bug
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * memoised flyouts, updated tests
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    ps48 authored Mar 7, 2022
    Configuration menu
    Copy the full SHA
    3cfb9bf View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Add availability metrics to app table (#539)

    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    eugenesk24 authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    766b82e View commit details
    Browse the repository at this point in the history
  2. fix page flicker for live tail (#541)

    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    kavithacm authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    9ae1d70 View commit details
    Browse the repository at this point in the history
  3. replace viz icon (#543)

    Signed-off-by: Eric Wei <menwe@amazon.com>
    mengweieric authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    30749ff View commit details
    Browse the repository at this point in the history
  4. Update panels cypress (#545)

    * update panels cypress with new dimensions
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * increased time delay
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    ps48 authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    b5dad37 View commit details
    Browse the repository at this point in the history
  5. Add cypress tests for application analytics (#544)

    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    eugenesk24 authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    352c7ea View commit details
    Browse the repository at this point in the history
  6. Feature convert browser time to utc time (#542)

    * use utc for timerange
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * fixed time and source not aligned issue
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * convert selected timefield from utc time to local time
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * changed toast text for closing last tab
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * remove unused code
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    mengweieric authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    b4ec7a8 View commit details
    Browse the repository at this point in the history
  7. Feature/remove timestamp saving (#546)

    * support getting default timestamp from multipe indexes
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * timestamp and minor refactoring
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * multi indexes
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * timestamp reset for different indexes
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * add tests for new fields
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * update cypress tests
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * updated snapshot
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    mengweieric authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    cab1272 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. converting datetime to utc from picker (#551)

    * converting datetime to utc from picker
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * updated type check
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    ps48 authored Mar 9, 2022
    Configuration menu
    Copy the full SHA
    c381b09 View commit details
    Browse the repository at this point in the history
  2. added common visualization parser (#550)

    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    ps48 authored Mar 9, 2022
    Configuration menu
    Copy the full SHA
    4a9ad9b View commit details
    Browse the repository at this point in the history
  3. Sync PPL commands doc with main repo (#549)

    Signed-off-by: Peng Huo <penghuo@gmail.com>
    penghuo authored Mar 9, 2022
    Configuration menu
    Copy the full SHA
    91cacf9 View commit details
    Browse the repository at this point in the history
  4. Feature flyout tests (#553)

    * utc for flyout
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * flyout utc, cypress tests
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    mengweieric authored Mar 9, 2022
    Configuration menu
    Copy the full SHA
    29527d6 View commit details
    Browse the repository at this point in the history
  5. Add ability to choose visualization for availability (#552)

    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    eugenesk24 authored Mar 9, 2022
    Configuration menu
    Copy the full SHA
    d9f106d View commit details
    Browse the repository at this point in the history
  6. final live fixes (#558)

    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    kavithacm authored Mar 9, 2022
    Configuration menu
    Copy the full SHA
    d25ab36 View commit details
    Browse the repository at this point in the history
  7. Issue horizontal bar (#556)

    * backward compatibility for horizontal chart
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * disable gauge
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * line bug fixes and some adjustments
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * add color palette for heatmap
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * fix for not able to edit saved viz
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * increase margin
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    mengweieric authored Mar 9, 2022
    Configuration menu
    Copy the full SHA
    6843640 View commit details
    Browse the repository at this point in the history
  8. remove bold letter and extra pranthesis (#559)

    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    kavithacm authored Mar 9, 2022
    Configuration menu
    Copy the full SHA
    96f0413 View commit details
    Browse the repository at this point in the history
  9. Allow app creation with one composition (#557)

    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    eugenesk24 authored Mar 9, 2022
    Configuration menu
    Copy the full SHA
    c793fb5 View commit details
    Browse the repository at this point in the history
  10. fix interval selector issue, revert interval function changes (#563)

    Signed-off-by: Eric Wei <menwe@amazon.com>
    mengweieric authored Mar 9, 2022
    Configuration menu
    Copy the full SHA
    3294129 View commit details
    Browse the repository at this point in the history
  11. Disable duplicate visualization and enable edit panel (#554)

    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    eugenesk24 authored Mar 9, 2022
    Configuration menu
    Copy the full SHA
    ac777ec View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. fixed flaky panel test (#565)

    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    ps48 authored Mar 10, 2022
    Configuration menu
    Copy the full SHA
    9c4a4eb View commit details
    Browse the repository at this point in the history
  2. added fix for threshold (#568)

    Signed-off-by: Eric Wei <menwe@amazon.com>
    mengweieric authored Mar 10, 2022
    Configuration menu
    Copy the full SHA
    02012d4 View commit details
    Browse the repository at this point in the history
  3. Pass in prop curSelectedTabId for live tail (#567)

    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    eugenesk24 authored Mar 10, 2022
    Configuration menu
    Copy the full SHA
    faaeb30 View commit details
    Browse the repository at this point in the history
  4. Fix field fetch not being waited for (#566)

    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    eugenesk24 authored Mar 10, 2022
    Configuration menu
    Copy the full SHA
    f67f4d9 View commit details
    Browse the repository at this point in the history
  5. Update cypress test: (#564)

    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    eugenesk24 authored Mar 10, 2022
    Configuration menu
    Copy the full SHA
    be42a34 View commit details
    Browse the repository at this point in the history
  6. fix query clicking issue (#569)

    Signed-off-by: Eric Wei <menwe@amazon.com>
    mengweieric authored Mar 10, 2022
    Configuration menu
    Copy the full SHA
    6cd3e89 View commit details
    Browse the repository at this point in the history
  7. Update time to saved visualizations time when redirect to edit view (#…

    …570)
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    eugenesk24 authored Mar 10, 2022
    Configuration menu
    Copy the full SHA
    2407086 View commit details
    Browse the repository at this point in the history
  8. fix for datepicker issue (#571)

    Signed-off-by: Eric Wei <menwe@amazon.com>
    mengweieric authored Mar 10, 2022
    Configuration menu
    Copy the full SHA
    433e2d1 View commit details
    Browse the repository at this point in the history
  9. Bump prismjs from 1.25.0 to 1.27.0 in /dashboards-observability (#508) (

    #574)
    
    Bumps [prismjs](https://github.com/PrismJS/prism) from 1.25.0 to 1.27.0.
    - [Release notes](https://github.com/PrismJS/prism/releases)
    - [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
    - [Commits](PrismJS/prism@v1.25.0...v1.27.0)
    
    ---
    updated-dependencies:
    - dependency-name: prismjs
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    (cherry picked from commit b4f491a)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    2961e46 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. change to support java 8 in compile and runtime (#575) (#576)

    Signed-off-by: Zhongnan Su <szhongna@amazon.com>
    (cherry picked from commit 5c43e9d)
    
    Co-authored-by: Zhongnan Su <szhongna@amazon.com>
    opensearch-trigger-bot[bot] and zhongnansu authored Mar 11, 2022
    Configuration menu
    Copy the full SHA
    4afca56 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Add 1.3.0 release notes (#580) (#582)

    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    opensearch-trigger-bot[bot] authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    c85b9ef View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Bump version to 1.3.1 (#606)

    Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
    gaiksaya authored Mar 28, 2022
    Configuration menu
    Copy the full SHA
    ac57355 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Incremented version to 1.3.2. (#618)

    Signed-off-by: Sayali Rohidas Gaikawad <gaiksaya@amazon.com>
    gaiksaya authored Apr 5, 2022
    Configuration menu
    Copy the full SHA
    67d7f90 View commit details
    Browse the repository at this point in the history
  2. Bump observability dashboards to 1.3.1 (#622)

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 authored Apr 5, 2022
    Configuration menu
    Copy the full SHA
    c6b93e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Fixes trace analytics invalid service map and increase span limit (#629

    …) (#632)
    
    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    (cherry picked from commit 533eda1)
    
    Co-authored-by: Joshua Li <joshuali925@gmail.com>
    opensearch-trigger-bot[bot] and joshuali925 authored Apr 14, 2022
    Configuration menu
    Copy the full SHA
    b7e0240 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. Incremented version to 1.3.2. (#695)

    Signed-off-by: Zelin Hao <zelinhao@amazon.com>
    zelinh authored May 2, 2022
    Configuration menu
    Copy the full SHA
    5474bf6 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. Version Increment to 1.3.3 OpenSearch release (#779)

    Signed-off-by: pgodithi <pgodithi@amazon.com>
    prudhvigodithi authored Jun 3, 2022
    Configuration menu
    Copy the full SHA
    6461026 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. App Analytics bug fixes (#782)

    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    eugenesk24 authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    13748f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Incremented version to 1.3.4. (#844)

    Signed-off-by: Zelin Hao <zelinhao@amazon.com>
    zelinh authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    1df91f8 View commit details
    Browse the repository at this point in the history