4809 Commits

Author SHA1 Message Date
Ashish Gupta
953932c176
Fix UI :- Fix the active tab for explore page after refresh (#8420)
* fix the active tab for explore page after refresh

* changes as per comments

* simplify the method and make generic Entity type
2022-10-31 18:40:18 +05:30
Shailesh Parmar
63f8f9a15b
Cypress: Fixed failing cypress for role page (#8381)
* Cypress: Fixed failing cypress for role page

* fixed data quality test

* fixed memory getting full and cypress getting crush issue

* fixed explore page getting unresponsive
2022-10-29 09:05:20 +05:30
Sachin Chaurasiya
c74d5a9b18
Fix #8396 Multiple webanalytics events send per single page load (#8402)
* Fix Multiple webanalytics events send per single page load #8396

* Add comments

* Do not throw error for collect API
2022-10-28 14:45:35 +05:30
Sachin Chaurasiya
537499fa61
Fix #8361 Ingestion logs pass wrong breadcrumbs and URL (#8382) 2022-10-28 14:44:46 +05:30
Ashish Gupta
8e95e10da2
Added row count seperator in table entity (#8393) 2022-10-28 10:08:04 +05:30
Ashish Gupta
e50876d284
Fix UI :- fix the Team redirect url in mentions (#8384)
* Fix the Team redirect url in mentions

* added regex for to validate teams
2022-10-28 10:06:40 +05:30
Mohit Yadav
6efe6df96b
[LDAP] Added Ldap-Authentication (#8256)
* [LDAP] Add Ldap-Authentication

* Refactor Basic to Service Layer

* added read login config

* pom updates

* review comments

* review comments

* move authenticator after authorizer

* merge conflicts resolve

* add init method , for initializing authenticator

* sonar fix
2022-10-27 22:56:20 +05:30
Ashish Gupta
5944ad7c43
UI :- Added loading state on Save button in Modal (#8185)
* Added loading state on Save button in Modal

* added additional files

* Added localisation

* fix cypress issue

* changes as per comments

* changes as per comments
2022-10-27 18:27:09 +05:30
Sachin Chaurasiya
b7039cd717
UI : Change App bar items (#8302)
* UI : Change App bar items

* Change dropdown left margin

* Addressing review comments

* Addressing review comments

* Warp Test suite page with layout

* Revert getTestSuitePath --> getTestSuiteDetailPath

* Addressing review comments

* Fix cypress test

* Addressing review comments

* Fix cypress test

* Addressing comments

* Add dataSource
2022-10-27 10:24:43 +05:30
Finn McClusky
b80865ad96
ISSUE-8261: changed loading state in TeamsPage from number to boolean so multiple resources can be loaded at once without creating UI artefacts (#8309)
Co-authored-by: Finn McClusky <finnmcclusky@aquila.local>
2022-10-27 10:06:19 +05:30
mosiac1
552ccd5340
Remove INITIAL_FROM constant to fix UI tests (#8367) 2022-10-26 07:11:57 -07:00
mosiac1
ad7e4a2341
UI (#6189) | Refactor Explore and ExplorePage, add Logical Query Builder (#8140)
* Add logical query builder and Explore page refactor

* Add file headers

* Change search aggreagation keys

* Move query builder utils, remove comments

* Add comments

* Rename AdvancesSearch.constants.ts

* Add review changes

* Handle deleted elements correctly in Explore

The `deleted` field needs special handling because `showDeleted === false` should return only documents where `deleted` is false, but `showDeleted === true` should return documents regardless of their `deleted` field.

* Fix facet filter issue

Issue was the following: the user set a facet filter on `aggregationKey` and `value`. Then user changes the query builder so that in the new result there is no bucket in `aggregationKey` with `value`. The facet filter would still be used, but not visible to the user and not removable.

* Fix facetFilter tests

* Move isFilterObject type guard

* Use antd tabs for Explore component

* fix cypress failure

* miner fix in cypress

* fix typo

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2022-10-26 03:47:49 -07:00
Suresh Srinivas
0d75eb9ff2
Fixes #8313 Deprecate botPrincipals from open metadata configuration (#8314) 2022-10-21 20:49:41 -07:00
Suresh Srinivas
229b56e7b3
Fixes #8236 - Initialize bots from JSON data files (#8304) 2022-10-21 08:38:52 -07:00
Pere Miquel Brull
339f123f92
Fix #7477 - Paginate Airflow logs (#8145)
* Paginate last dag logs

* clean logic

* Prep pagination

* Prep pagination

* Format

* Update docker/local-metadata/docker-compose.yml

Co-authored-by: Nahuel <nahuel@getcollate.io>

* UI : Add pagination support for airflow logs

* Addressing review comments

Co-authored-by: Nahuel <nahuel@getcollate.io>
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2022-10-21 17:32:56 +05:30
Ashish Gupta
02997a2023
UI :- Added Redeploy option in Ingestion Pipeline action (#8251)
* Added Redeploy option in Ingestion Pipeline action

* move expression to commonUtils

* change function to generic

* added localisation

* fix unit test issue
2022-10-21 12:46:39 +05:30
Sachin Chaurasiya
2a1992dd76
Feat (#8258) Integrate Collect API on UI to collect the pageView Data (#8260)
* Feat (#8258) Integrate Collect API on UI to collect the pageView Data

* Extract Referrer

* Add unit test
2022-10-21 12:32:43 +05:30
Shailesh Parmar
1a0147b16b
Refactor(UI): Refactor lineage component code (#8269)
* Refactor(UI): Refactor lineage component code

* addressing all the comments

* Added unit test for lineage utils file

* fixing failed unit test
2022-10-21 11:41:45 +05:30
Aniket Katkar
7db929a5bc
Added unit tests for Signup page. (#6509)
* Added unit tests for Signup page with 94% statements coverage and 85% branch coverage

* Merge branch 'main' into signup-unit-tests

* Worked on comments

* Worked on comments

* Fixed failing tests and improved the coverage.

* - Moved mocked data to seperate file
- Removed repetative code
2022-10-21 11:39:15 +05:30
Shailesh Parmar
7dbf58ed13
Fix UI: Improve add user into team flow #7789 (#8106)
* Fix UI: UI: Improve add user into team flow #7789

* fixed failing cypress

* addressing comments
2022-10-21 10:31:33 +05:30
Ashish Gupta
fe77f710a1
fix the remove icon visible in Dropdown other than owner (#8291) 2022-10-20 23:47:16 +05:30
Sachin Chaurasiya
28dea47ffe
bump(ui): Upgrade react-quill to 2.0.0. (#8277) 2022-10-20 19:57:56 +05:30
Ashish Gupta
6ad828ef98
UI :- Added EmptyPlaceholder for no data Modal store (#8220)
* Added EmptyPlaceholder for no data  Modal store

* import fix for table

* added unit test along

* changes as per comments
2022-10-20 17:45:42 +05:30
Shailesh Parmar
38cd7eb6af
Cypress: Fixed flaky cypress for mydata and DBT spec (#8257)
* Cypress: Fixed flaky cypress for mydata and DBT spec

* added api wait for removing owner

* fix the multi api call on while removing owner

* fixed flaky cypress for tags page

* fixed entityDetails page

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2022-10-20 16:59:46 +05:30
Chirag Madlani
1d3f2b6a86
fix(ui): replace tab with antD tabs (#8092)
* fix(ui): replace tab with antD tabs

* update styling for tabs

* fix unit tests
rename files

* remove unwanted css

* fix unit tests failing

* fix file names

* fix cypress failure
2022-10-19 20:56:42 +05:30
Chirag Madlani
38e32af072
fix(ui): call logout api to invalidate token (#8243) 2022-10-19 20:55:31 +05:30
Chirag Madlani
97cdd22729
feat(ui): support test connection option for services (#8249)
* feat(ui): support test connection option for services

* update button to antd

* fix unit tests
2022-10-19 20:53:38 +05:30
Onkar Ravgan
d9b50b5be9
Added project id to DBT cloud config (#8062)
* Added project id to DBT cloud config

* added field in cloud config source Dbt config

* fix unit test issue

* Fixed pylint

Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2022-10-19 18:59:33 +05:30
Shailesh Parmar
cbcb910f06
Fix(UI): Inconvenient search in lineage #8077 (#8229) 2022-10-19 16:48:55 +05:30
NiharDoshi99
e086fb7c25
Add Domo Database Connector (#8221)
* added domo database connector

* added domo database connector

* changes based on comment
2022-10-19 12:50:58 +02:00
dependabot[bot]
34b4331559
Bump nth-check in /openmetadata-ui/src/main/resources/ui (#8250)
Bumps [nth-check](https://github.com/fb55/nth-check) from 2.0.0 to 2.1.1.
- [Release notes](https://github.com/fb55/nth-check/releases)
- [Commits](https://github.com/fb55/nth-check/compare/v2.0.0...v2.1.1)

---
updated-dependencies:
- dependency-name: nth-check
  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-19 16:16:48 +05:30
Finn McClusky
0770bf3b15
ISSUE-7834: Added searchable property to edit user teams and roles (#8245)
Co-authored-by: Finn McClusky <finn.mcclusky@gmail.com>
2022-10-19 15:59:11 +05:30
Sachin Chaurasiya
05ee89fdd6
Feat (#8159)Implement Web Analytics logic from frontend (#8181)
* Feat  (#8159)Implement Web Analytics logic from frontend

* Add login to prepare the event data and make log it

* Add Unit Test

* Move comment to the top

* Addressing comment

* Addressing review comments

* Mock app state

* Fix import issue

* Addressing comments

* Fix unit test
2022-10-19 14:02:20 +05:30
Chirag Madlani
3d3dcff910
bump(ui): recharts deps to v2 (#8203)
* bump(ui): recharts deps to v2

* fix legend rendering

* fix console warnings
2022-10-19 11:52:21 +05:30
Chirag Madlani
62f275a477
bump(ui): update @svgr/webpack security issue around nth-check (#8219) 2022-10-19 11:46:30 +05:30
dependabot[bot]
8f98b2c8b8
Bump terser in /openmetadata-ui/src/main/resources/ui (#8218)
Bumps [terser](https://github.com/terser/terser) from 5.7.1 to 5.15.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/v5.7.1...v5.15.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-19 11:31:01 +05:30
dependabot[bot]
851e2ddf12
Bump ansi-regex in /openmetadata-ui/src/main/resources/ui (#8238)
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](https://github.com/chalk/ansi-regex/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: ansi-regex
  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-19 11:27:22 +05:30
Ashish Gupta
28a1d4e1ad
UI :- Added option to remove Owner and Tier (#8087)
* Added option to remove owner

* Added delete option for Tier

* change remove button

* Added cypress and unit test for removal of owner and tier

* changes as per comments
2022-10-18 18:04:40 +05:30
Ashish Gupta
ced5909bc5
fix the missing close icon from modal (#8112) 2022-10-18 18:03:07 +05:30
Ashish Gupta
c7f1c56c94
Fix (ui) :- Tag dropdown overflow issue and added localisation (#8173)
* Fix Tag dropdown overflow issue and added localisation

* added missing colon
2022-10-18 18:02:51 +05:30
Chirag Madlani
9cc90e42fc
bump(ui): upgrade html-webpack-plugin to v5 (#8210) 2022-10-18 17:54:02 +05:30
NiharDoshi99
84a89d7181
Added DOMO Pipeline (#8133) 2022-10-18 17:52:28 +05:30
Sachin Chaurasiya
a0f44c5ac2
Fix #8204 UI : While login just show the loader in login button. (#8205)
* Fix #8204 UI : While login just show the loader in login button.

* Addressing review comment
2022-10-18 17:47:39 +05:30
dependabot[bot]
16619dbd5b
Bump tmpl from 1.0.4 to 1.0.5 in /openmetadata-ui/src/main/resources/ui (#8198)
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

---
updated-dependencies:
- dependency-name: tmpl
  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-18 17:35:12 +05:30
Shailesh Parmar
24752574c7
UI: Upgraded react flow library from V10 to V11 (#8201)
* UI: Upgraded react flow library from V10 to V11

* fixed failing unit test
2022-10-18 15:30:32 +05:30
Shailesh Parmar
3c4e3b846f
UI: Added Unit test and localisation support for profilerTab component [Part-2] (#8190)
* Added Unit test and localization support for profilerTab component

* Addressing comments
2022-10-18 14:20:49 +05:30
dependabot[bot]
23a18f1651
Bump json-pointer in /openmetadata-ui/src/main/resources/ui (#8142)
Bumps [json-pointer](https://github.com/manuelstofer/json-pointer) from 0.6.1 to 0.6.2.
- [Release notes](https://github.com/manuelstofer/json-pointer/releases)
- [Commits](https://github.com/manuelstofer/json-pointer/commits)

---
updated-dependencies:
- dependency-name: json-pointer
  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-18 11:00:05 +05:30
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