3788 Commits

Author SHA1 Message Date
Sachin Chaurasiya
19e70d4ca6
e2e: add cypress test for task flow (#12551)
* chore(ui): stay on the same page when the task is resolved

* chore: update filter on reject task

* chore: address comments

* fix: cypress test

* e2e: add cypress test for task flow

* refactor: minor changes

* fix: assignee option data test id

* test: add test for tags task

* fix: unit test

* fix: cypress test

* chore: address comment

* chore: address comments
2023-07-24 14:11:09 +05:30
Ashish Gupta
a38b297ae7
fix the tags not showing in database update tags (#12547) 2023-07-24 11:12:11 +05:30
Shailesh Parmar
8feada22de
cypress: worked on upgrade test part 2 (#12508) 2023-07-24 10:16:08 +05:30
07Himank
db5f6c594c
added missing aggregation for query API (#12395)
* added  missing aggregation

* fix: update aggregations keys in ui

* added field owner in glossary_search_index

* added filtering on aggregation

* working on filtering aggregation

* fix: update aggregate api

* fix: cypress tests

* fix: excluding cypress folder in sonar properties

* aggregation changes from backend for opensearch and elasticsearch

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: karanh37 <33024356+karanh37@users.noreply.github.com>
2023-07-23 11:28:02 +05:30
Sachin Chaurasiya
59ae1d18a1
chore(ui): stay on the same page when the task is resolved (#12537)
* chore(ui): stay on the same page when the task is resolved

* chore: update filter on reject task

* chore: address comments

* fix: cypress test
2023-07-22 11:40:49 +05:30
Chirag Madlani
536d1e9e19
fix(ui): disable auto renew for react-okta (#12530)
* fix(ui): disable autorenew for react-okta

* update okta token on renewal
2023-07-21 12:38:29 +00:00
Sachin Chaurasiya
2a03cb0c7c
chore(ui): ingestion workflow improvement (#12524) 2023-07-21 10:23:06 +05:30
Rudy Delouya
abe58f486f
escape lineage ingest. name to prevent Airflow err (#12521)
Co-authored-by: rudy.delouya <rudy.delouya@algodeep.ai>
2023-07-21 10:22:25 +05:30
Ashish Gupta
225c3667df
revamp user profile page to new ui (#12507)
* revamp user profile page to new ui

* sonar fixes

* fixbuild failure

* Rename Task-ic.svg to task-ic.svg

* changes as per comments
2023-07-20 17:52:00 +05:30
Aniket Katkar
43c1f1e3a2
improvements: added unit tests for version pages (#12381)
* added unit tests for version page components for Dashboard, Pipelines, Tables and Topics

* fixed entity version page test mock

* added and improved unit tests for version page related components

* fixed failing unit tests

* moved all mock files in mock folder

* Fixed test titles
Worked on comments
2023-07-20 10:36:32 +05:30
Chirag Madlani
8bac9b6ba8
fix(ui): tour with permission errors on multiple steps (#12511) 2023-07-20 10:33:49 +05:30
Chirag Madlani
2260b8da32
test(ui): e2e tests for recently viewed (#12506) 2023-07-19 21:24:02 +05:30
Mayur Singal
0c6435ae9b
Fix #2957: Add support for qlik sense enterprise connector (#12450) 2023-07-19 21:08:05 +05:30
Aniket Katkar
5ed85c8923
Improvement(ui): service, database and schema page (#12462)
* Refactored code for service, database details and schema details page
Added feature to add tags and tiers to service page
Applied new layouts to service and database schema details page

* Bug fixes and refactoring of service, database and database schema pages

* Removed unused components
Fixed unit tests

* Removed unnecessary code

* Fixed code smells

* reverted the type assertion changes

* Corrected interface name
Moved large function inside component to utils file

* fixed activity feed tab API fetching error

* fixed cypress test for tags spec
2023-07-19 14:48:01 +00:00
dependabot[bot]
f80fda1fe3
build(deps): bump word-wrap in /openmetadata-ui/src/main/resources/ui (#12500)
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

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-07-19 17:44:37 +05:30
Shailesh Parmar
0cfa519139
cypress: worked on skip test cypress part 2 (#12460)
* cypress: worked on skip test cypress part 2

* fixed failing cypress for glossary
2023-07-19 14:17:56 +05:30
karanh37
6b46f4e1cb
fix: lineage full screen view (#12473)
* fix: remove redirection to separate page

* fix: remove unused lineage page component

* fix: position full screen container

* fix: add unit tests

* fix: add cypress for full screen toggle

* fix: lineage style issue

* fix: address comments
2023-07-19 14:07:45 +05:30
Shailesh Parmar
ca16cd4087
cypress: worked on upgrade test cypress part 1 (#12476) 2023-07-18 18:08:02 +05:30
07Himank
b6d5a438ec
Support '%' in entity Name (#12382)
* added support for the % in entity name

* added support for the % in glossary and glossary term  name

* Added U exclude

* Fixed pytest

* fix: support % in glossary name

* added suppport for % in entityName

* fix % issue in the glossary or term

* fix: glossary with % encoding

* fix: tags redirect issue for glossaries with %

* fix: glossary import path

* fixed CI

* fixed Py Test

* fixed PyTest

* fixed glossary resource test

---------

Co-authored-by: Onkar Ravgan <onkar.10r@gmail.com>
Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: karanh37 <33024356+karanh37@users.noreply.github.com>
2023-07-18 17:58:16 +05:30
Sachin Chaurasiya
5ca757f5e8
fix(ui): show message based on pipeline service platform (#12446)
* fix(ui): show message based on pipeline service platform

* chore: only show the message if airflow is not available

* chore: remove tailwind classes

* fix: unit test

* test: add changes unit test

* fix: unit test
2023-07-17 20:34:25 +05:30
karanh37
18ee80d441
fix: ui feedbacks (#12423)
* fix: kpi overdue days

* fix: add localization

* fix: issue-12379

* fix: lose card borders

* fix: localization

* fix: lose card borders

* fix: remove card borders

* fix: cleanup unused code

* fix: review comments

* fix: address review comments

* fix: add unit tests
2023-07-17 17:02:33 +05:30
Shailesh Parmar
4e217aa00f
ui: worked on skip test of the cypress (#12430)
* ui: worked on skip test of the cypress

* fixed data quality skip test

* fixed failing cypress
- redshiftWithDBT
- DataQuality
2023-07-17 11:27:40 +00:00
karanh37
9147bb01e4
fix: type errors for tests (#12456) 2023-07-17 13:58:06 +05:30
Ashish Gupta
00934279c6
fix(ui): user page scroll issue on tabs and pagination (#12424)
* fix user page scroll on tabs and pagination too

* changes as per comments

* fix unit test
2023-07-15 06:36:51 +00:00
Ashish Gupta
fc29eba285
ui: revamp entity task component (#12419)
* revamp entity task component

* added test related to tags and description

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-07-15 11:23:25 +05:30
Mohit Yadav
0a6e91d69a
Fix issue while storing empty email (#12437)
* Fix issue while storing empty email

* Update TeamRepository.java

* chore(ui): if email is empty set value as undefined

* chore(ui): address comments

---------

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2023-07-14 20:08:18 +05:30
karanh37
d8e64b4f30
fix: glossary term incorrect relationship (#12426)
* fix: glossary term incorrect relationship

* revert tier changes
2023-07-14 09:10:08 +00:00
Sachin Chaurasiya
4c63398736
fix( #12403): áéíóú ÁÉÍÓÚ characters not allowed in glossary, glossary term, classification and tag names (#12421) 2023-07-14 14:04:46 +05:30
Pere Miquel Brull
3433e2b5dd
Ingestion Pipeline - Bulk deploy API & Status response updated (#12365)
* Redeploy in tables init

* Use Status class

* Update response Status

* Format

* Rename pipelineServiceClientResponse
2023-07-14 07:38:29 +02:00
vanshika18
bbe58b1b5f
Handle Table type for Snowflake Transient Tables (#12274)
* Handle Table type for Snowflake Transient Tables

* Clean the code by removing comments

* Optimize the code

* Optimize the code

* Clean the code

* Rename includeTempTables with includeTransientTables

* Rename includeTempTables to includeTransientTables

* Update Documentation and resolved migartion query error

* Resolved migartion query for postgres connection

---------

Co-authored-by: Vanshika Kabra <vanshikakabra@Vanshikas-MacBook-Pro.local>
Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>
2023-07-13 19:25:46 +02:00
Sachin Chaurasiya
a47e80baf0
Task improvements (#12361)
* chore(#6741): use antlr parser for fqn and entityLink

* chore: use this for class context

* chore: address comments

* chore: convert js to ts

* fix: typescript errors

* fix: entity link split method issue

* fix: split listener

* chore(ui): task UI improvements

* feat: add support for edit task assignees

* fix: validation issue

* minor improvements

* chore: address comments

* chore: show dropdown button on task action button

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-07-13 15:34:21 +05:30
07Himank
36f8cf6900
Added Support tasks for all entity (#12289)
* working on support task for all entites

* added support task for topic entity

* added support task for all entities

* added ui support for entity task of all the entities

* solve issue for container and topic tasks

* fix the task issue and ui improvements for tag icons

* added support for tasks assigned to children

* code improvement

* ui improvement around tags for icons

* changes as per comments

* fix unit test

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2023-07-13 11:35:05 +05:30
Chirag Madlani
e698589d55
fix(ui): local files line ending issue with pre-commit (#12392) 2023-07-13 11:18:02 +05:30
Shailesh Parmar
9bb4b18628
fix(ui): parent container is not populating in breadcrumb (#12294)
* fix(ui): parent container is not populating in breadcrumb

* fixed cypress for tagsAddRemove spec

* updated parent hierarchy in breadcrumb for container

* move fetch logic from container page to data header component

* addressing comments

* removed unwanted prop and added unit test for the change
2023-07-12 22:19:26 +05:30
Mohit Yadav
2c02052e21
Fix Pom versions (#12396) 2023-07-12 15:18:05 +02:00
Shailesh Parmar
e267d0fe14
ui: work on data quality feedback part 2 (#12386) 2023-07-12 18:35:38 +05:30
Chirag Madlani
7b89c5fefc
feat(ui): support custom cron syntax for ingestion (#12358)
* feat(ui): support custom cron syntax for ingestion

* fix: custom cron option issue and cron label issue

---------

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2023-07-12 14:36:07 +05:30
karanh37
09d1e9cadd
fix: ui feedbacks (#12356)
* fix: glossary rename issue

* fix: owner label redirections

* fix: feedbacks

* fix: feedbacks

* fix: alignment issues of mydata, following and recently_viewed

* fix: feedbacks

* fix: remove maxlength

* fix: unit tests

* fix unit tests

* fix: cypress tests

* fix: cypress tests

* fix: review comments
2023-07-12 11:07:30 +05:30
Shailesh Parmar
ab53a472d3
ui: worked on feedback part -1 (#12354)
* ui: worked on feedback part -1

* translation sync
2023-07-11 21:33:15 +05:30
dependabot[bot]
1601f027b3
Bump semver in /openmetadata-ui/src/main/resources/ui (#12343)
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

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-07-11 21:28:40 +05:30
Shailesh Parmar
c930427390
ui: replace ES api with table list api in schema details page (#12355)
* ui: replace ES api with table list api in schema details page

* updated url wait
2023-07-11 20:40:10 +05:30
Sachin Chaurasiya
ce89dbc94b
chore(#6741): use antlr parser for fqn and entityLink (#12324)
* chore(#6741): use antlr parser for fqn and entityLink

* chore: use this for class context

* chore: address comments

* chore: convert js to ts

* fix: typescript errors

* fix: entity link split method issue

* fix: split listener

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-07-11 18:46:04 +05:30
Ashish Gupta
8635fd7a28
chore(ui): remove unused tags files and minor ui fixes (#12264)
* remove unused tags files and minor ui fixes

* no tags shown as per global styling

* fix unit test
2023-07-11 14:05:17 +05:30
Shailesh Parmar
c3e37f4f55
ui: added unit test for data quality component part 2 (#12279)
* ui: added unit test for data quality component part 2

* added unit test for testSuitePage and editTestCaseModal

* updated test with findByLabelText function

* updated test for editTestCaseModal

* fixed redirection spec in cypress
2023-07-11 10:34:44 +05:30
Sriharsha Chintalapani
155cf354e3
Fix OpenMetadata schema to TypeScript generation (#12335)
* initial fix to add relative path to json schemas

* initial fix to add relative path to json schemas

* fix schema generation

* fix github workflow

* add license

* add jq to developer prerequisites

* add jq to developer prerequisites
2023-07-09 21:12:46 -07:00
karanh37
79d3e5d05c
fix: general ui feedbacks (#12257)
* fix: ui feedbacks for lineage and breadcrumbs

* fix: add loader for entity popover card

* fix: feedbacks

* fix: layout issue

* fix: add expand collapse

* fix: feedbacks

* fix: explore url flicker

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-07-06 19:38:28 +05:30
Snyk bot
9f5e85ad02
fix: upgrade @azure/msal-browser from 2.22.0 to 2.37.0 (#11802)
Snyk has created this PR to upgrade @azure/msal-browser from 2.22.0 to 2.37.0.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/harshach/project/450b4396-0ef4-4bb2-8b7a-9c8e6ab6c41d?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-07-06 14:04:42 +05:30
Ashish Gupta
f8ff645e5d
feat(ui): supported latest ui for the database page (#12277)
* supported latest ui for the database page

* fix unit test
2023-07-06 12:29:45 +05:30
Chirag Madlani
6dca644c46
fix(ui): cypress fix for login with email (#12306) 2023-07-05 21:13:29 +05:30
karanh37
8bdf806694
fix(ui): glossary name with dot loading issue (#12295)
* fix: glossary name with a dot loading issue

* fix: redirection issues

* fix glossary listing

* fix: glossary path issues

* fix: delete issue for first glossary

* update resource

* fix: unit tests

* fix: minor ui issue

---------

Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
2023-07-05 18:43:44 +05:30