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

Merge observability into main branch #135

Merged
merged 61 commits into from
Oct 14, 2021
Merged

Commits on Apr 9, 2021

  1. ppl api

    mengweieric committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    f9d1116 View commit details
    Browse the repository at this point in the history
  2. added gitignore

    mengweieric committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    9dd0c89 View commit details
    Browse the repository at this point in the history
  3. added few config files

    mengweieric committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    8225377 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Configuration menu
    Copy the full SHA
    256544e View commit details
    Browse the repository at this point in the history
  2. commmon endpoints

    mengweieric committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    06628c4 View commit details
    Browse the repository at this point in the history
  3. added cypress dep

    mengweieric committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    e613ed5 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. added explorer

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

Commits on Apr 28, 2021

  1. Configuration menu
    Copy the full SHA
    42e0a68 View commit details
    Browse the repository at this point in the history
  2. explorer tabs

    mengweieric committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    912852a View commit details
    Browse the repository at this point in the history
  3. added types

    mengweieric committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    58df410 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

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

Commits on May 13, 2021

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

Commits on May 22, 2021

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

Commits on May 25, 2021

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

Commits on Jun 3, 2021

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

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

Commits on Jun 10, 2021

  1. Configuration menu
    Copy the full SHA
    5a41dd1 View commit details
    Browse the repository at this point in the history
  2. use sql/ppl plugin

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

Commits on Jun 20, 2021

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

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 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

Commits on Sep 3, 2021

  1. Configuration menu
    Copy the full SHA
    69e78b3 View commit details
    Browse the repository at this point in the history
  2. 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
  3. 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
  4. 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