* fixed failing cypress on main
* updating cypress config to test
* updating ingestion check
* revert changes related cypress.config
* added api wait for service details page API
* Deprecate location and old storage service
* Format
* Fix test
* Refactor
* Clean location
* Rename object store to storage
* Rename object store to storage
* Rename object store to storage
* Format
* Format
* Refactor object store for storage
* Refactor object store for storage
* Rename object store to storage
* Fix test
* Fix test
* Format
* chore(ui): change Objectstore to Storage
* Fixes
* Fix test
* Remove storage service from Glue cypress
---------
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
* Improvements in DataModel Entity
* Added lineage view in DataModel Entity
* changes as per commets
* fix unit test issue
* fix code smell
* changes as per commets
* fixes App Analytics summary not adjusting to the datetime [UI] #10571
* added comments to the code
* updated sum logic, used sumBy method from lodash
* addressing comment
* Made changes to use the newly created APIs for fetching elasticSearch re-indexing data
* DOcs Fix and add validation
* Fixed APIs to fetch the batchJob reIndex data
worked on comments
---------
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
* Supported DataModel in Dashboard Page
* url fqn changes
* Support Activity tab for DataModel Entity
* Remove dataModel resource descriptor
* Fix tasks for dashboard data models
* changes as per comments
* minor fix
* changes as per comments and minor improvements
---------
Co-authored-by: Nahuel Verdugo Revigliono <nahuel@getcollate.io>
* Added displayName field in Tags
* localisation key added
* minor changes
* added tooltip
* remove rename option from outside and added it inside the form
* minor changes
* fix cypress issue
* changes as per comments
* fix cypress issue
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* Add ingestionIpInfoEnabled configuration
* Format
* hide ip address if api response if not 200
* removing dependancy on ip-modal and checking default state
* updated status code for ip to 204 to check default state
* fixed failing cypress
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
* Changed description change method for service connections from 'Put' to 'PATCH'
* worked on comments
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* Supported DataModel in Dashboard Page
* url fqn changes
* Added Sql tab in Data Model Entity
* if sql is not there tab will not be shown
* fix the delete entity failure
* made changes to redirect user to test suite listing page after test suite deletion instead of homepage
* removed unnecessary fields being passed to API call for fetching for entity summary panel
* removed unnecessary fields being passed to API call for fetching test case results in dataset details page
* Added action column to the test suite list page inside tables for delete action
* fixed an issue with the test case form where going back and forth through steps was making fields unresponsive
* fixed unit tests
* fixed test suite deletion issue
* Revert changes for TableProfilerV1
* Restructured Reindexing + Added Automated Reindexing on Glossary import
* Revert Openmetadata yaml
* Fix pending issues
* Fix stats
* Refactor to workflows and SearchIndex
* Fix Failing tests
* Get status for stream and push status with
* fix UI build failing
* replace all with entity list before hit api
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* chore(ui): Show error message if test definition API fails
* test: add unit test
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* Fixes Handle databse filter in ingestion pipeline when connection specifies a database #7044
* fix: Handle databse filter in ingestion pipeline when connection specifies a database #7044
* sync-translation
* fixed unit test
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* fix(ui): show system badge for system tags
* rename file to coding standards
* fix cypress failure
* update badge styling to details
* update badge styling
added unit tests
* fix(ui): entity selection for es re-indexing
* Add query and container for reindexing
* add tree view for entity selection
* fix tree view for entities
---------
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
* upgraded cypress to v12.9.0 and fixed service connection cypress
* fixing failing cypress
* updated cy setting
* fixed restore cy test
* added API wait for users spec
* fixed suspected specs
* Fix ES aligning suggests with Java
* separate the tag test for DatabaseSchema
* updated tags spec
* skip advance search
* fixed failing API's
* await on tags api
* debounce search api
* update numKeptInMemory flag to minimum
* fix unit tests and skip failed tests
* fixed failing cy test
* fixed redirection
---------
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* Use @Tag annotation to group APIs in the swagger documentation.
* Hide internal APIs
* Change API path events/subscription to events/subscriptions
* Change API path from automations/workflow to automations/workflows
* Change API path v1/testCase to v1/testCases
* Change API path v1/testDefinition to v1/testDefinitions
* Change API path v1/testSuite to v1/testSuites
* Rename Kpi and kpi in the documentation to KPI
* Change API path v1/testConnectionDefinition to v1/testConnectionDefinitions
* Update API section in the API documentation
* Fix test failures
* Correctly capitalize Test Cases and Test Suites in API docs
* feat: added auth logic for reportData endpoint
* feat: added permission logic for dataInsightChart and dataReport
* feat: ran mvn clean for code linting
* feat: changed endpoint name to `/reports`
* fix: renamed analytics API endpoints
* fix: eslint
* fix: updated data insight test collection path
* fix: description and changed dataInsight to dataInsights
* ✨feat(ui): Add click event web analytic
* chore: remove userId check for custom event
* chore: only track event if event value if there
* chore: add unit test
* address comments
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>