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
Parth Panchal
8bed933e34
Fixed#9426: When in Debug mode OM is logging passwords in plaintext ( #9629 )
...
* Fixed#9426: When in Debug mode OM is logging passwords in plaintext
* Fixed#9426: When in Debug mode OM is logging passwords in plaintext
* Fixed#9426: When in Debug mode OM is logging passwords in plaintext
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2023-01-06 19:36:18 +00:00
Chirag Madlani
1d81d16ac0
chore(ui): organise import paths with meaningful names ( #9633 )
...
* chore(ui): organize import paths with meaningful names
* fix tests
* fix: pages alias
* organize imports for pages
* fix: add jest config for pages and components
* organize imports for components
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2023-01-06 14:14:57 +00:00
Sachin Chaurasiya
923aeb0882
chore(ui): clean up the type declaration file ( #9624 )
2023-01-06 17:34:47 +05:30
Sachin Chaurasiya
aeb08a78b7
chore (ui) : remove react-tippy and rc-tree from webpack config ( #9631 )
...
* chore (ui) : remove react-tippy from webpack config
* remove rc-tree from webpack
2023-01-06 13:34:41 +05:30
Onkar Ravgan
e9ac8ecb85
Fix 7972: Added dbt tag classification name ( #9575 )
...
* Added dbt tag classification name
* resolved merge conflicts
* handle ui side change for dbt schema change
* Fixed migration scripts
* fixed failing cypress for dbt
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2023-01-06 11:08:21 +05:30
Sachin Chaurasiya
b12e919f3b
chore (ui) : add coverage path ignore patterns ( #9628 )
2023-01-06 10:14:29 +05:30
Shailesh Parmar
70d9c27035
ui: localization changes ( #9612 )
...
* ui: localization changes
* fixed failing tags cypress
* reverted fr-fr file changes
* addressing comments
* addressing comments
* addressing comments
* fixed error message issue
* Disable AlertTest
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
2023-01-05 21:51:15 +05:30
Sachin Chaurasiya
9f1f91f393
chore : Update localization values ( #9598 )
...
* chore : update the localization labels value
* chore : update message and server values
* fix : cy test
* address comments
2023-01-05 07:15:11 +00:00
Parth Panchal
a813d25efa
Fixes#9576: Data insights page empty and reindexing fails ( #9597 )
...
* Fixes#9576: Data insights page empty and reindexing fails
* Fixes#9576: Data insights page empty and reindexing fails
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2023-01-05 11:42:54 +05:30
Shailesh Parmar
2bc8ca050d
fixed ANTD deprecated warnings ( #9560 )
...
* fixed and deprecate warning
* fixed failing unit test
2023-01-05 06:02:25 +00:00
Chirag Madlani
ea84695648
fix(ui): missing localization key for delete widget ( #9600 )
2023-01-05 10:00:50 +05:30
Chirag Madlani
0d71d15b04
fix(ui): split of undefined error ( #9609 )
...
remove unused files
2023-01-05 09:57:52 +05:30
dependabot[bot]
93f0efdab1
Bump json5 from 2.2.1 to 2.2.3 in /openmetadata-ui/src/main/resources/ui ( #9608 )
...
Bumps [json5](https://github.com/json5/json5 ) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
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>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-01-04 22:30:48 +05:30
Sachin Chaurasiya
a93909e7c8
chore(ui) : Remove react-tippy dependency and use antd component ( #9606 )
...
* chore(ui) : Remove react-tippy dependency and use antd component
* remove : react-tippy package
* chore : replace popover with tooltip where required
* fix : unit test
2023-01-04 15:21:46 +00:00
Chirag Madlani
daa5cc3caf
chore(ui): jest comment for coverage on PRs ( #9601 )
2023-01-04 14:12:02 +00:00
dependabot[bot]
d29c7da890
Bump fast-json-patch in /openmetadata-ui/src/main/resources/ui ( #9551 )
...
Bumps [fast-json-patch](https://github.com/Starcounter-Jack/JSON-Patch ) from 3.0.0-1 to 3.1.1.
- [Release notes](https://github.com/Starcounter-Jack/JSON-Patch/releases )
- [Commits](https://github.com/Starcounter-Jack/JSON-Patch/compare/3.0.0-1...3.1.1 )
---
updated-dependencies:
- dependency-name: fast-json-patch
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>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-01-04 19:16:34 +05:30
Chirag Madlani
d459f5a998
chore(ui): remove react-slick and use AntD carousel ( #9586 )
2023-01-04 13:22:12 +00:00
Chirag Madlani
96aa75b885
chore(ui): fix todo comments and done cleanup on types ( #9585 )
2023-01-04 13:20:18 +00:00
Sachin Chaurasiya
fb42c0f8d5
refactor : move ErrorBoundary, Authentication and Router folder to components folder ( #9592 )
...
* refactor : move ErrorBoundary folder to components folder
* refactor : move authentication and router folder inside components
* fix : unit tests and remove unwanted mocking
2023-01-04 13:01:39 +00:00