1262 Commits

Author SHA1 Message Date
Sachin Chaurasiya
786be3bedf
Feat (#7561) Announcements are not supported for MLModel from UI (#8109)
* Feat (#7561) Announcements are not supported for MLModel from UI

* Fix unit test

* Use Async/Await pattern

* Add conversation support for mlModel

* Add task support for mlModel

* Fix task page loading issue

* Fix unit test

* Add End to end test for entity announcement

* Fix Add CreateAnnouncement function issue

* Add End to End Test for entity task

* Fix End to End Test for Announcement and Tasks

* Revert "Fix End to End Test for Announcement and Tasks"

This reverts commit 48cbc0b6158b352b9e19e8290ff52a47849bb648.

* Fix Description unit test

* Fix cypress test

* Fix cypress test

* Fix entity task cypress test

* Remove EntityTask Spec

* Addressing review comment

* Addressing review comment

* Addressing review comment
2022-10-17 18:47:17 +05:30
Shailesh Parmar
3faef0e0cf
UI: Add Cypress for DTB in redshift container (#8162)
* UI: Add Cypress for DTB in redshift container

* move constants to separate file
2022-10-17 17:37:34 +05:30
Shailesh Parmar
dcf7df5d4d
UI: Added unit test for profilerDashboardPage and profilerDashboard component [part 1] (#8178)
* UI: Added unit test for profilerDashboardPage

* Added unit test for profilerDashboard component
2022-10-17 16:59:18 +05:30
Sachin Chaurasiya
78712a1fa3
UI : Make AuthMechanism Fields to readOnly from NonEditable (#8143) 2022-10-17 11:54:25 +05:30
Sachin Chaurasiya
491ece4d72
FIx #7477 Add logic to fetch log use react-lazylog (#8111)
* FIx #7477 Add logic to fetch log use react-lazylog

* Addressing review comment
2022-10-15 20:43:31 +05:30
Shaazaan Majeed
a8970b289d
Fixed Test Suites UI Name (#8156) 2022-10-14 17:36:18 -07:00
Chirag Madlani
2349684ab1
fix(ui-test): segmentation fault error unit tests (#7840)
* fix(ui-test): segmentation fault error unit tests

Getting segmentation fault error on GitHub CI too frequently for running tests with coverage. trying possible fix for it 
Reference: https://github.com/facebook/jest/issues/10662

* fix failed unit tests

* remove coverage to test segmentation fault

* update maxWorker to resolve segmentation fault

* remove duplicate key from props
2022-10-13 19:54:11 +05:30
Mohit Yadav
71fcb17e59
Added Context Info in ES reindexing (#8123)
* Added Context Info in ES reindexing

* Fix File Formatting

* Update openmetadata-spec/src/main/resources/json/schema/settings/eventPublisherJob.json

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>

* revert python file

Co-authored-by: Ayush Shah <ayush@getcollate.io>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2022-10-13 18:32:06 +05:30
Sachin Chaurasiya
56d555eb58
Fix UI : The auth mechanism for the edit bot is throwing an error for scopes value #8116 (#8129) 2022-10-13 15:49:47 +05:30
Shailesh Parmar
b22bfccbf4
Fixed: UI: Test case result & profiler result is not visible in UI #8114 (#8119)
* Fixed: UI: Test case result & profiler result is not visible in UI #8114

* removed only keyword
2022-10-13 15:27:06 +05:30
Ashish Gupta
1f1943d2f5
UI :- Converted html table to Antd table for Dashboard and PipelinesVersion (#8019)
* Converted html table to Antd table for Dashboard and Pipline Version

* remove dummy text

* change dashboardDetails and DatabaseSchema table to Antd

* remove tailwind css

* changes as per comments
2022-10-13 11:01:10 +05:30
NiharDoshi99
0e44f7d35d
Fixed: Intergrated DOMO Connector APIs (#7989) 2022-10-13 10:55:48 +05:30
mosiac1
d8a4cbeeb9
UI (#6189) | Update SearchResource and add new searchAPI frontend implementation (#8083)
* Update SearchResource and add new searchAPI frontend implementation

SearchResource now supports `query_filter` and `post_filter` as json
encoded Elasticsearch filters; `fetch_source` and
`include_source_fileds` for reducing response sizes.

* Remove

* Use async/await for searchAPI

* Move formatting to util functions
2022-10-13 09:30:56 +05:30
Ashish Gupta
997b977b03
Converted html table to Antd table for Custom Properties and DatabaseDetail (#8025) 2022-10-12 18:46:46 +05:30
Chirag Madlani
65600b2717
fix(ui): bot is not part of re-index entity (#8102) 2022-10-12 15:10:03 +05:30
Sachin Chaurasiya
ceb6e5b72d
Fix TypeScript Error for ButtonProps (#8101) 2022-10-12 12:59:36 +05:30
Chirag Madlani
5c7d01a9df
fix(ui): support batchSize & flushIntervalInSec while ES re-indexing (#8082)
* fix(ui): support batchSize & flushIntervalInSec while ES re-indexing

* add refresh button for stream mode

* add refresh batch for fallback option

* update flush interval label
2022-10-12 12:16:19 +05:30
Sachin Chaurasiya
b914afcb6a
Fix #6346 convert all jsx files to tsx file (#8046)
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2022-10-11 17:53:17 +05:30
Ashish Gupta
6b31132ae1
UI :- Converted html table to Antd table for tag and MlModal (#8001)
* Converted html table to Antd table for tag and MlModal

* unpushed file

* changes as per comments

* added rowkey in tags antd table

* fix cypress issue
2022-10-11 16:10:34 +05:30
Ashish Gupta
8ddab79dc1
UI :- Remove rc-tree and react-table dependencies (#8049)
* Remove rc-tree and react-table dependencies

* fix unit test issue

* File Formatted

Co-authored-by: Ayush Shah <ayush@getcollate.io>
2022-10-11 15:42:58 +05:30
Shailesh Parmar
53b43628e2
Fixed Add info for customSQLTest in UI #8039 (#8066) 2022-10-11 12:47:51 +05:30
Chirag Madlani
a81faed9f0
fix(ui-docs): API not working (#8063)
* fix(ui-docs): API not working

* fix unit tests
2022-10-11 00:12:15 +05:30
Shailesh Parmar
3fdcf7c6cf
Fixed UI sending incorrect timestep for fetching pipeline status #8050 (#8051) 2022-10-10 16:33:47 +05:30
Ayush Shah
9571ffc127
Fix Grammar Typo (#8054) 2022-10-10 16:17:03 +05:30
Shailesh Parmar
e141ab29db
Fixed: Flaky cypress tests (#8017)
* Fixed: Flaky cypress tests

* fixed flaky pipeline related test

* miner fix at profiling side

* fixed cypress for description update

* glossary: fixed click is not getting register
2022-10-08 00:07:24 +05:30
Sachin Chaurasiya
e25810e4aa
Fix #6346 UI - convert all cron editor jsx file to tsx file (#8016)
* Fix #6346  UI - convert all cron editor jsx file to tsx file

* Address review comments

* Addressing review comments

* Fix cypress
2022-10-07 23:08:06 +05:30
Sachin Chaurasiya
c12a0c7bc6
chore (#7373) UI : Remove momentjs and use luxon (#7988)
* chore (#7373)  UI : Remove momentjs and use luxon

* Fix failing test

* Fix cypress tests

* Fix token expiry issue

* Address review comments

* Address review comments

* Remove moment library

* Address comment
2022-10-07 22:21:25 +05:30
dependabot[bot]
b4daf507f9
Bump follow-redirects in /openmetadata-ui/src/main/resources/ui (#8023)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.1 to 1.15.2.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.1...v1.15.2)

---
updated-dependencies:
- dependency-name: follow-redirects
  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>
2022-10-07 22:14:40 +05:30
Ashish Gupta
8ce6c95025
fix broken link of OMD doc (#7999) 2022-10-07 19:27:36 +05:30
Chirag Madlani
285deef211
bump(ui): redoc version update to fix security issues (#8003)
* bump(ui): redoc version update to fix security issues

* fix unit tests
2022-10-07 18:58:14 +05:30
dependabot[bot]
73cebddcd7
Bump prismjs in /openmetadata-ui/src/main/resources/ui (#8005)
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.24.1 to 1.29.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.24.1...v1.29.0)

---
updated-dependencies:
- dependency-name: prismjs
  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>
2022-10-07 18:43:40 +05:30
Chirag Madlani
861c846932
feat(ui): initial support for localisation (#8015)
update AppBar to use localisation changes
2022-10-07 17:15:47 +05:30
dependabot[bot]
aa4a785525
Bump nanoid in /openmetadata-ui/src/main/resources/ui (#7997)
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.25 to 3.3.4.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.1.25...3.3.4)

---
updated-dependencies:
- dependency-name: nanoid
  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: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2022-10-07 13:59:26 +05:30
Chirag Madlani
3c701f4ff3
chore(ui-test): cleanup console errors for UI unit tests (#7979)
* chore(ui-test): cleanup console errors for UI unit tests

* fix build issue

* fix key issue
2022-10-07 10:10:37 +05:30
Mark
2d8d02da9a
#7946 Settings -> "Elastic Search" should be one single word (#7949)
https://github.com/open-metadata/OpenMetadata/issues/7946
2022-10-06 12:34:13 -07:00
Ashish Gupta
12d97423f7
UI :- Remove ellipses component (#7971)
* Remove ellipses component

* changes as per comments

* remove tailwind css from ellipses component

* fix unit test issue
2022-10-06 20:01:39 +05:30
Sachin Chaurasiya
d29721ab3d
Fix #7510 UI permission denied to edit lineage on Topics (#7977)
* Fix #7510 UI permission denied to edit lineage on Topics

* Fix test
2022-10-06 18:43:04 +05:30
Sachin Chaurasiya
4be02c20b9
Fix #7957 Table with FK and PK only display PK label in schema tab (#7982)
* Fix #7957 Table with FK and PK only display PK label in schema tab

* Add data-testid

* Fix tag page issue
2022-10-06 18:39:03 +05:30
Ashish Gupta
544bd7657f
Fix UI : Explorer Request and Update tags form (#7894)
* Fix ui of Explorer Request and Update tags form

* Added table name in request title for table level

* changes as per comments

* fix unit test issue
2022-10-06 17:51:12 +05:30
Ashish Gupta
c19ac8df9d
Fix UI : Dashboard request description form (#7889)
* Fix ui of Dashboard request description form

* Added dashboard name on table level in title

* changes as per comments
2022-10-06 12:51:52 +05:30
Ashish Gupta
7a45ecdc3e
Fix UI :- Added Ellipses in tags (#7926) 2022-10-04 13:35:10 -07:00
Chirag Madlani
a4ed9a4184
fix(security-vulnerable): d3-color vulnerable to ReDoS (#7931) 2022-10-04 13:34:46 -07:00
Shailesh Parmar
41f1ad23fe
Fix: Flaky cypress for teams spec (#7939) 2022-10-04 10:19:36 -07:00
Suresh Srinivas
7499277fcb
Update dependencies for release 0.13 (#7913)
* Update openmetadata-client module dependencies

* Update common module dependencies

* Update openmetadata-spec module dependencies

* Update openmetadata-ui module dependencies

* Update openmetadata-service module dependencies

* Upgrade remaining dependencies
2022-10-04 09:30:05 -07:00
Sachin Chaurasiya
c932b3bf92
E2E #7930 : Add E2E test for newly added bots feature (#7933) 2022-10-04 18:40:14 +05:30
dependabot[bot]
058d1f0bdf
Bump async from 2.6.3 to 2.6.4 in /openmetadata-ui/src/main/resources/ui (#6458)
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)

---
updated-dependencies:
- dependency-name: async
  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>
2022-10-04 18:34:34 +05:30
dependabot[bot]
9da9bee024
Bump terser in /openmetadata-ui/src/main/resources/ui (#6459)
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v4.8.0...v4.8.1)

---
updated-dependencies:
- dependency-name: terser
  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>
2022-10-04 18:33:46 +05:30
Chirag Madlani
0e035c44ee
fix(ui-test): pipeline display name not set properly (#7918)
* fix(ui-test): pipeline display name not set properly

* Fixed failing snowflake cypress test

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2022-10-04 17:06:33 +05:30
Harsh Wasnik
4829dc1a4b
Updated OpenMetadata UI Readme with getting started steps (#7907)
* modified README.md of openmetadata-ui

* modified readme of of openmetadata-ui
2022-10-04 11:43:07 +05:30
Aniket Katkar
1e00d0d487
Fix(UI): Loader not shown while fetching permissions on teams page (#7882)
* Fixed issue with no permissions placeholder showing before the data is displayed on teams page

* Fixed failing cypress tests for teams page
2022-10-04 11:42:39 +05:30