* Fixed issue with activity feed on homepage where onboarding placeholder was shown if no feed data is present for 'My Data' filter
* improved message shown for no feed data found
* fixed key mismatch for localization file
* Fixed: Openmetadata Tour Page Issue table is not present for dummy data #9725
* fixed failing unit test
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
* Fix#9695: Teams show up in lower case
* changed owner advanced search filter field from name to display name
* fixed minor quick filter bug
* fixed failing cypress tests
* fixed failing unit tests
* Fixed failing cypress tests
* added comments in unit tests for better understanding of changes
* fixed failing cypress tests for advanced search
* improved logic for showing advanced search options
Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
* Docs #8973: Superset with SSO docs
* Superset support for mysql & postgres db
* remove unwanted field from yaml
* Fix pylint
* Fix superset tests
* Fix sample data connection
* ci fix & review comments
* cypress & defualt provider fix
* UI fixes
* Revert "UI : Added Flag to exclude bot from user search (#9766)"
This reverts commit e14d06503ebb292fb81d5bd453eedc9d2697dcfa.
* remove * from team search
* revert unwanted changes
* minor changes
* UI: Revamp the glossary UI
- Change the left panel as per new mock
- updated folder structure of glossary page
* added glossary folder icon
* Added glossary terms tab
* no data placehoder added
* updated loading experiance and plus icon
* fixed failing unit test
* miner fix
* fixed cypress for glossary
* aded unit test for glossary left panel component
* Added unit test for glossary term tab
* added unit test for glossary term page
* added unit test for glossaryDetails page
* resolved conflict
* fixed id issue for related term
* prevented empty string to be appear in synonyms
* addressing comments
* fixing failing cypress
* added mutual exclusive fields in glosaary and classification
* added cypress and unit test and fix spacing issue
* fix cypress issue
* change translation key
* Added loaders while data is being fetched for pages-
homepage activity feeds, entity details pages activity feed and custom property tab, user details page tabs, service details page, database details page and database schema page
* fixed failing unit tests
* Fixes#9618 Allow apostrophe in entity names
* Add support for space in entity names (with exception) and column names
* Add regex checks to entity names, table column names to allow only required characters
* fix: allowed characters in entityName
* Add all the allowed special characters in the entity name in tests
* Allow '&', '/', ':' only for the table
* Override basic entityName by defining entity specific entityName for Python code gen
* fix: dagster migration + json schema path
* fix: python style check
* Fix test failure
Co-authored-by: Teddy Crepineau <teddy.crepineau@gmail.com>
* feat ✨ : Add support for glossary bulk upload and download.
* feat : add import widget
* fix : cy test
* feat: add import result screen
* feat : add import function
* fix: unit test
* chore: add localization
* test: add unit test for export glossary modal
* address comments
* test : add unit test for import result
* test : add unit test for glossary component
* chore: make export as deep link action
* test: add unit test for import
* style: add bg color to uploader widget
* fix: minor issues
* chore: cover all the import status
* Improved topic summary panel content
* added functionality to show nested column and schema details inside the EntitySummaryPanel.
* added unit tests for SummaryListItems component
* added unit tests for summary panel components
code optimizations and improvements
* fixed localization in SummaryListItems component
fixed unit tests
* fixed codesmells
* - added schema type field to show for topic summary
- fixed width issue for nested field details in summary panel
- added unit tests for EntitySummaryPanelUtils
- moved imports on top in EntitySummaryPanel test
* fixed failing unit tests
* Fixed failing unit tests
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* chore : Add useAirflowStatus hook
* Add interface for hook
* Expose the fetch status method
* update hook return value
* refactor : use useAirflowStatus hook to get the airflow status
* Update useEffect to fetch data based on airflow status
* update license
* fetch workflow if airflow is available
* Revert "Update useEffect to fetch data based on airflow status"
This reverts commit c8cea80d4d2637d1c9163f650a34783c8efe376b.
* fix : cy failures
* address comments
* fix : unit test
* fix : cy test