* Add logical query builder and Explore page refactor
* Add file headers
* Change search aggreagation keys
* Move query builder utils, remove comments
* Add comments
* Rename AdvancesSearch.constants.ts
* Add review changes
* Handle deleted elements correctly in Explore
The `deleted` field needs special handling because `showDeleted === false` should return only documents where `deleted` is false, but `showDeleted === true` should return documents regardless of their `deleted` field.
* Fix facet filter issue
Issue was the following: the user set a facet filter on `aggregationKey` and `value`. Then user changes the query builder so that in the new result there is no bucket in `aggregationKey` with `value`. The facet filter would still be used, but not visible to the user and not removable.
* Fix facetFilter tests
* Move isFilterObject type guard
* Use antd tabs for Explore component
* fix cypress failure
* miner fix in cypress
* fix typo
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
* added data insight module to refine and ingest data
* Added json schema for data insight workflow
* Added mixin for data insight
* Added tests for data insight workflow and methods
* Fixed python style
* Fixed python linting
* Fixed unit test
* Added data insight worflow + workflow logging
* Fix python style
* Renamed analytic -> data_insight + added test to make + fixed style
* Fixed java style
* Fixed code smells + python style
* Ignore ES linting for now
* Fixed comments from review
* fix python formatting
* Fixe PipelineType attribute for data insight
* Fixes#8326 Add roles to system bots during initialization and use policy based authorization for bots
* Remove var usage and instead use specific types for variables
* Fix bot can't create entities
* Initial implementation of report endpoint
* Modified model files
* Added migration
* Added tests for analytics/report endpoint
* Finalized implementation of the reports endpoint
* Fixed maven test failure
* Fixed java style
* Added policy for reportDefinition
* Fixed minor typos in code
* Added database migration for web analytic event type
* Added logic for collect endpoint
* Added JSON Schema for collect endpoint
* Added index on table columns + added resource description for web event entities
* Fixed policy tests
* Updated add web analytic function to return the body of the request + updated test
* Added referer URL to PageView event
* Changed collection name to align with API endpoint
* updated initSeed method to initializeEntity
* cleaned up PR by removing unused filed from branch
* Fixed requested changes from review
* Clean up names
* Fixed comma in SQL statement
* Endpoint should be more specific, causes issue in case we have enitities containing login, config etc in name
* Endpoint should be more specific, causes issue in case we have enitities containing login, config etc in name
* Update SearchResource and add new searchAPI frontend implementation
SearchResource now supports `query_filter` and `post_filter` as json
encoded Elasticsearch filters; `fetch_source` and
`include_source_fileds` for reducing response sizes.
* Remove
* Use async/await for searchAPI
* Move formatting to util functions
* fix(ui-test): pipeline display name not set properly
* Fixed failing snowflake cypress test
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
* Fix of variable names according to the naming convention (#7855)
* Changed the fields to final static
* correct the java checkstyle
* Changed the naming of packages according to the naming conventions
* Fixing warnings in the code
Co-authored-by: Shivam Purohit <91889807+shivam-Purohit@users.noreply.github.com>