1683 Commits

Author SHA1 Message Date
Aniket Katkar
3f5277ede9
fix(ui): activity feed bugs (#9864)
* 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
2023-01-24 09:47:04 +05:30
Shailesh Parmar
ca74bf1143
Fixed glossary no data placeholder issue (#9832) 2023-01-23 12:40:47 +05:30
Shailesh Parmar
8aa6ffb10e
Fixed: Openmetadata Tour Page Issue table is not present for dummy data #9725 (#9826)
* 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>
2023-01-22 18:47:14 +05:30
Aniket Katkar
8c61638a67
fix(ui): ui changes for #9695 (#9770)
* 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>
2023-01-20 17:10:27 +05:30
Mayur Singal
939adf887b
Fix #8973: Superset fetch metadata from DB (#9645)
* 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
2023-01-19 16:39:43 +01:00
Sachin Chaurasiya
87719cef01
fix(#9812): UI : Add stepper for glossary bulk import steps (#9818) 2023-01-19 13:15:11 +00:00
Aniket Katkar
3dcccb1f14
added unit test improvements for CustomPropertyTable and Users components (#9802) 2023-01-19 16:56:02 +05:30
Mark_Yang
d7cf3acf9f
Multi language: add zh-cn (#9774)
* add zh-cn language support

* Revert "add zh-cn language support"

This reverts commit a9e9310772237b8cccd96665f378b68f50883895.

* add zh-cn language

Co-authored-by: yangkaiyuan <yangkaiyuan@maetimes.com>
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2023-01-19 11:19:24 +00:00
Ashish Gupta
ca20029d75
UI : Added cypress for mutually exclusive tags (#9804)
* Added cypress for mutually exclusive tags

* chanegs as per comments

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2023-01-19 16:47:44 +05:30
Ashish Gupta
210a9b74ab
Added more spacing and wrap the text in the cell (#9807) 2023-01-19 09:01:16 +00:00
Shailesh Parmar
0a85464e09
Cy: skip the teams spec test and removed * from search API call (#9803) 2023-01-19 07:37:47 +00:00
Aniket Katkar
ea9ef88af5
Added unit tests for components (#9790)
-ActivityFeelList
-CustomPropertyTable
-Users
2023-01-19 11:30:36 +05:30
Shailesh Parmar
1d874f49d0
Fixed UI: While removing one edge, all the edge related to same node is getting disappear #9792 (#9793) 2023-01-18 14:33:22 +00:00
Shailesh Parmar
11ebd8c050
Fixed Table isn't found to be added in the lineage #9746 (#9782)
* Fixed Table isn't found to be added in the lineage #9746

* added support for suggestion

* addressing comments
2023-01-18 13:46:23 +00:00
Sachin Chaurasiya
4bf60bd2f4
fix(#9775): UI - Teams owner can only be another user not another team (#9789)
* fix(#9775): UI - Teams owner can only be another user not another team

* fix:cy tests
2023-01-18 13:44:35 +00:00
Ashish Gupta
949f998180
UI : UI improvements (#9779)
* 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
2023-01-18 18:09:20 +05:30
Ashish Gupta
da856108ad
Revert "UI : Added Flag to exclude bot from user search (#9766)" (#9787)
This reverts commit e14d06503ebb292fb81d5bd453eedc9d2697dcfa.
2023-01-18 17:15:29 +05:30
Shailesh Parmar
a8885163e3
UI: Glossary ui revamp (#9729)
* 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
2023-01-18 16:09:00 +05:30
Ashish Gupta
94d3ffc2fd
UI : Added mutual exclusive fields in glosaary and classification (#9741)
* added mutual exclusive fields in glosaary and classification

* added cypress and unit test and fix spacing issue

* fix cypress issue

* change translation key
2023-01-18 13:49:10 +05:30
Aniket Katkar
ecee1a6ce2
disabled profiler calls for deleted tables for summary panel details (#9771) 2023-01-18 12:38:37 +05:30
Ashish Gupta
e14d06503e
UI : Added Flag to exclude bot from user search (#9766)
* Added Flag to exclude bot from user search

* added cypress and remove unwanted code

* changes as per comments

* remove unwanted code
2023-01-18 12:22:11 +05:30
Aniket Katkar
001e567bb3
fix(ui): search dropdown options case changing issue (#9745)
* fixed search dropdown options not showing the original suggestion options

* added unit tests for getSearchLabel util function
2023-01-18 10:43:13 +05:30
Aniket Katkar
35b328a5f7
ui: loaders added in missing places. (#9764)
* 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
2023-01-18 10:41:25 +05:30
Suresh Srinivas
ac157a8f0b
Fixes #9618 Allow apostrophe in entity names (#9642)
* 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>
2023-01-17 11:34:29 -08:00
Sachin Chaurasiya
2e5bbfc5d3
feat : Add support for glossary bulk upload and download. (#9726)
* 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
2023-01-17 21:02:35 +05:30
Ashish Gupta
5bed64cbf5
UI : Fix the count in Data Insights page on Tier (#9748)
* Fix the count in Data Insights page on Tier

* added unit test for progress bar
2023-01-17 13:45:37 +00:00
Ashish Gupta
296320a233
Added default value for DBT Classification field (#9763) 2023-01-17 12:07:22 +00:00
Ashish Gupta
25ef20fe16
UI : Fix the Classifications Count issue (#9744)
* Fix the Tags Count

* minor changes

* added unit test for left panel count
2023-01-17 14:21:10 +05:30
Ashish Gupta
1e731856e8
Fix the non-selected card color while search in Explore page (#9747) 2023-01-17 14:18:33 +05:30
Ashish Gupta
e6b85791ba
UI : Added Classification Field in DBT (#9727)
* Added Classification Field in DBT

* fix cypress issue

* fix cypress issue
2023-01-16 14:27:40 +05:30
Shailesh Parmar
9d08cf7eb9
Cypress: Fixed failing cypress test in main and glossary search localization (#9730) 2023-01-16 12:21:24 +05:30
Chirag Madlani
ec61e94bb8
chore(ui): support lint & prettier for cypress files (#9728) 2023-01-15 18:24:10 +05:30
Sachin Chaurasiya
35b9cef3fa
fix(#9720) : Profiler Partion Configuration is not sent in the API request (#9723) 2023-01-13 15:35:13 +05:30
Shailesh Parmar
198607008b
Fixed: UI UI: Add owner for glossary is not showing option on initial open #9602 (#9700) 2023-01-13 11:45:11 +05:30
Chirag Madlani
50278f93d3
fix(ui): remove redundant tags from explore page (#9701)
* fix(ui): remove redundant tags from explore page
also update folder structure

* fix unit tests

* fix path

* fix unit tests
2023-01-13 10:56:06 +05:30
Chirag Madlani
b7198df486
test(ui): clean alerts that cypress created for tests (#9697)
* test(ui): clean alerts that cypress created for tests

* fix main failures

* await on AriFlow api to avoid element got vanished

* fix flaky
2023-01-12 19:35:33 +05:30
Sachin Chaurasiya
eb01aa7d86
e2e: UI : User journey for permission end-2-end test (#9667)
* e2e: UI : User journey for permission end-2-end test

* address comments

* fix failing test
2023-01-12 13:22:59 +00:00
Aniket Katkar
91a794aaa0
UI: Improved summary panel (#9470)
* 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>
2023-01-12 18:05:08 +05:30
Chirag Madlani
e52e4207f7
chore(ui): update localisation for constants (#9670)
* chore(ui): update localization for constants

* fix tests and not working localization
2023-01-12 15:44:08 +05:30
Shailesh Parmar
b8bfab02a1
Fixed: Enabled skipped unit test and deprecated svgUtils.tsx (#9684) 2023-01-11 17:15:59 +05:30
Ashish Gupta
43c2923307
UI : Fix ML_Model issues and added version feature in it (#9672)
* Fix ML_Model issues and added version feature in it

* added localisation

* fix unit test issue
2023-01-11 11:42:59 +05:30
Shailesh Parmar
5ae011e3f2
UI: Added localization part 3 (#9669)
* UI: Added localization part 3

* fixed failing unit test
2023-01-10 17:06:41 +00:00
Sachin Chaurasiya
cfacbfa168
chore(ui) : Organize imports from baseURL with tsconfig-paths-webpack-plugin (#9663)
* chore(ui) : Organize imports from baseURL with tsconfig-paths-webpack-plugin

* make PageContainer as tsx file
2023-01-10 14:34:51 +00:00
Chirag Madlani
7575a3f55c
fix(ui): sonar-cloud code-smells and code optimizations (#9634)
* fix(ui): sonar-cloud code-smells and code optimizations

* fix errors

* fix other pending code-smells
2023-01-10 18:12:12 +05:30
Aniket Katkar
8ada2c8e04
fix(ui): activity feed filter bug on homepage (#9653)
* fixed the wrong data shown for applied default filter on my-data page

* fixed failing cypress tests
2023-01-10 14:23:07 +05:30
Sachin Chaurasiya
3de536b182
chore(ui) : Add skeleton loading for page and components (#9619)
* chore(ui) : Add skeleton loading for page and components

* fix : missing key

* fix: license header

* fix: license header

* refactor : skeleton component

* chore : remove duplicate headers

* fix: unit tests

* fix : unit tests

* address comments

* address comments

* address comment

Co-authored-by: Akash Jain <15995028+akash-jain-10@users.noreply.github.com>
2023-01-10 14:14:33 +05:30
Shailesh Parmar
8255e4685b
UI: Added localization changes part 2 (#9658)
* UI: Added localization changes part 2

* fixed failing unit test
2023-01-10 12:09:11 +05:30
Sachin Chaurasiya
bdb8a55cfe
refactor : Add useAirflowStatus hook (#9473)
* 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
2023-01-10 06:13:05 +00:00
Shailesh Parmar
1f4e7f5d58
cypress: added test cases for advance search (#9617)
* cypress: added test cases for advance search

* updated advance search cypress

* fix failing tests

* Fixed failing cypress test

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-01-10 11:10:43 +05:30
dependabot[bot]
48ff9684d0
chore(deps): bump luxon in /openmetadata-ui/src/main/resources/ui (#9659)
Bumps [luxon](https://github.com/moment/luxon) from 3.1.0 to 3.2.1.
- [Release notes](https://github.com/moment/luxon/releases)
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moment/luxon/compare/3.1.0...3.2.1)

---
updated-dependencies:
- dependency-name: luxon
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-10 10:27:01 +05:30