* add user spec
* organize user spec
* change test description
* cover different user roles
* change max password length
* code refactor
* fix failing update admin details test
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* fix feed-card header alignment issue by revert back the using 2 UserPopOverCard code and fix some css
* fix role button on span tag issue
* replace span and onClick with the Link
* make the whole feed header text as paragraph
* fix: Header in ActivityFeedCard component
* fix a style issue
* update unit test of feed-card-header
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* feat: SAS Viya connector
* refactor SASCatalog to SAS
* add SAS logo to UI and connection documentation
* doc changes
* modify ingestion logic
* revert original changes
* added support for dataflow & perfect logic for reports/datatables
* add filter doc
* more updates to perfect ingestion for each asset type
* fix a bug with table lineage not created properly
* Delete ingestion/pipelines/sasCatalog.yaml
* precomit fix
* Conversion to database connector
* minor fixes
* make custom properties type generic
* Add SAS javaEnum
* add dummy variable for sas.yaml
---------
Co-authored-by: lizmc <liz.mcintosh@sas.com>
Co-authored-by: Shiyang Xiao <Shiyang.Xiao@sas.com>
* feat(ui): supported resolution center in data quality
* resolution details page added
* components added in test case result page
* connected listing and detail page
* added severity modal and addressed comments
* added support to edit status
* change resolution center name to incident manager
* severity crud support
* added incident-manager-api
* updated listing page and added navigation for incident manager in left menu bar
* updated icon
* added issue tab in incident manager
* translation-sync
* commented the security check for timebing
* updated label style
* added below filters in incident manager listing page
- Assignee
- Status
- Test case name
* fix status modal was not working in incident manager listing page issue
* - integrated permissions in incident listing page and details page
- added update owner functionality
- IncidentDetails page updated as per mock
- fixed DQ component added redirection from status
* added test case resolution stepper in issue tab
* updated task details tab as per mock
* updated testcase ui
* added beta tag in left panel
* added reference line in graph for single count
* fixed failing unit test
* added unit test for severity and severityModal component
* added unit test for testCaseIssueTab
* added unit test for testCaseResultTab component
* added unit test for testCaseIncidentManagerStatus component
* added unit test for TaskTabIncidentManagerHeader component
* added unit test for below component
- incidentManagerPage
- IncidentManagerDetailPage
* added cypress for incident manager
* fixed failing cypress
* updated ui as per mock
* translation sync
* skip cypress for incident manager
* fixed dataQuality cypress test
---------
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* Fix#14442: Glossary index is not updated on Glossary deletion
* Fix#14442: update SearchIndexApp to add Glossary
* Add Glossary to other config schema
---------
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
* Removed the announcement knowledge panel
Announcements widget will only show on landing page if announcements are present
* renamed the MyDataPageV1 to MyDataPage
* added unit tests for the MyDataPage component
* Added unit tests for customizablePage and MyDataPage
* removed the API call to fetch announcements in customizeMyData component
* added unit tests for CustomizeMyData component
* added unit tests for EmptyWidgetPlaceholder component
* Added unit tests for AddWidgetModal components
* updated the data test ids for widgets
* updated the data test id for KPI widget
* added data-testids related to customize page flow
* Added tests for persona CRUD operations
* localization change for other languages
* updated data test ids related to customize landing page
* updated the persona flow spec
* added cypress tests for customizable landing page flow
* fixed unit tests
* updated the my data page logic to add announcement widget
* fixed empty widget placeholder not showing after resetting the layout
* Minor: Fix the DocStoreResourceTest
* remove the border for announcement widget
---------
Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
* Allow users to login with their user name in LDAP mode, and assign roles to user according to their LDAP group while login
* Fix#12503: Ldap feature: Allow user login using username and reassign roles based on users' ldap groups when login
---------
Co-authored-by: wentian <zb-wentian@kingmed.com.cn>
Co-authored-by: EricWent <135603556+EricWent@users.noreply.github.com>
* #14023 Unable to Zoom on graph view of tasks under airflow dag
* added dependency
* updated style as per the mock
* updated controls as per new style and addressing review comment
* MINOR - Fix Empty Test Suites list filter
* allowed empty test suite to appear in logical test suite page
---------
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
* Update helm-values documentation for v1.2.4
* Update Cypress CI workflows
* Remove projectId from cypress.config.ts
* Update Cypress workflows to use output variables
* Update step ID
* Update Cypress CI workflows' Project condition
* cleanup in getFormattedEntityData method
* fix failed test after cleanup in entity-summary-panel-utils
* added unit test for getMapOfListHighlights method
* separate test of different functions in different describe block
* in children table constraints will not pass
* fix a type issue
* children will only return for Column and Field type
* cleanup and remove redundancy in mock
* added unit test for getHighlightOfListItem method
* some cleanup + improve type defination
* minor change
* some cleanup
* fix: openmetadata-ui/src/main/resources/ui/package.json & openmetadata-ui/src/main/resources/ui/yarn.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
* process/browser support for okta (#14561)
---------
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Harsh Vador <58542468+harsh-vador@users.noreply.github.com>
* fix(#14539): make the input font-color consistent
* Revert "fix(#14539): make the input font-color consistent"
This reverts commit 3ab267bc1ce3e78b83fec1eedf6f3976613132e8.
* address comments
* Revert "address comments"
This reverts commit 547daf08b4e76e4e5fb556104d41a95e76c50833.
* update input color by updating variable of default theme
* change rjsf input-field color to #292929 from #757575 to make consistant color everywhere
* fix feed link breaking if data not found
* minor change
* changes as per comment mentioned
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>