4917 Commits

Author SHA1 Message Date
Onkar Ravgan
855790924e
Cost Analysis - Data Insights Reports and Aggregation (#13379)
* Added reports and indexes

* Clean code

---------

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2023-09-29 11:50:43 +02:00
Keagan O'Donoghue
f2f3cfbb26
[Docs] - Add context for windows authentication from linux (#13356) 2023-09-28 09:42:50 +05:30
karanh37
16f6b73d08
Part 2 of 3090: add glossary term approval workflow (#13324)
* feat: initial commit for glossary approval workflow

* fix: workflow scenario

* fix: add localization

* fix: add filters

* test: add cypress tests

* fix: show badge in header

* fix: hide glossary sidebar for glossary terms page

* fix: review comments

* fix: code smell

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-09-27 12:17:51 +05:30
Aniket Katkar
c6d8f90f81
fixed custom attribute settings page for search index (#13335) 2023-09-26 19:06:43 +05:30
Aniket Katkar
82b06b1a79
chore(ui): search index details and version cypress (#13287)
* Added cypress for search index version page
Added cypress checks for domains on version pages

* Added cypress for search index details page with different roles

* worked on comments

* fixed comment
2023-09-26 17:46:28 +05:30
Pere Miquel Brull
a4b9a2d2cb
Fix #13023 - Fix ingestionPipeline list parameters (#13289)
* Fix ingestionPipeline list parameters

* Fix test

* support filters from ui

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-09-26 10:57:14 +02:00
Chirag Madlani
226de71a26
fix(ui): contraint icon for table (#13322) 2023-09-25 09:31:01 -07:00
Ashish Gupta
8b37b92ffd
supported cypress for stored procedure and data models (#13312)
* supported cypress for stored procedure and data models

* fix failing cypress

* remove data model cypress
2023-09-25 21:53:03 +05:30
Sachin Chaurasiya
9e95ff47aa
fix(#13284): persist the data between the next and back step in ingestion workflow form (#13285)
* fix(#13284): persist the data between the next and back step in ingestion workflow form

* chore: add cypress test

* chore: update the test
2023-09-25 14:34:48 +05:30
Sachin Chaurasiya
e08a3dc7ad
feat(ui): add html to markdown conversion and vice versa in block editor (#13122)
* feat(ui): add html to markdown conversion and vice versa in block editor

* chore: update mention suggestion logic

* chore: add field support in entityLink

* chore: set focus after setting the content

* revert: chore: set focus after setting the content

* chore: change the prop name

* chore: add options to setContent

* chore: move parsing option to constant

* chore: add diff view custom node

* chore: add custom extension for image

* chore: address comment

* chore: address comment
2023-09-25 14:32:43 +05:30
Shailesh Parmar
621afae8d4
ui: aligned assets tab ui of teams page with glossary term page (#13291)
* ui: aligned assets tab ui of teams page with glossary term page

* move index's to constant file

* fixed no data placeholder flickering issue

* updated default layout option
2023-09-25 10:27:50 +05:30
Aniket Katkar
7524b673d0
Removed the error toasts shown for summary panel (#13309) 2023-09-22 17:09:26 +05:30
karanh37
41262ecb59
Issue 10516 (#13297)
* fix: add description component for lineage

* fix: update lineage data

* fix: code smells

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-09-22 12:59:05 +05:30
Shailesh Parmar
11ba94e4ea
ui: separate the api call for test suite (#13277)
* ui: separate the api call for test suite

* updated lampchage icon

* addressing comments
2023-09-22 11:40:59 +05:30
mohitdeuex
483219eadc Update pom for copying resources 2023-09-22 01:31:12 +05:30
Chirag Madlani
6417dff1c4
feat(ui): support custom properties for glossary, database & databaseSchema page (#13226)
* feat(ui): support custom properties for glossary, database & databaseSchema page

* update permission
fix version pages

* fix tests

* fix path for version page

* fix paths

* fix types

* fix codesmells

* fix logo for database

* fix code smell

* fix encoding issue
2023-09-21 21:25:16 +05:30
Chirag Madlani
b872d83c73
fic(ui): limit teamType options for various teams (#13282)
* fic(ui): limit teamType options for various teams

* fix edit teamtype

* fix condition
2023-09-21 21:22:05 +05:30
karanh37
b7119334be
Explore UI changes (#13280)
* fix: explore ui issues

* fix: add localisation

* fix: cypress updates

* fix: domain issues

* fix: update explore active index

* fix: review comments

* fix: code smells

* fix: update cypress

* fix: update method name
2023-09-21 19:07:42 +05:30
Shailesh Parmar
30c9f3e046
fixed: Bug: UI text spilling when deleting entity #13185 (#13281) 2023-09-21 18:27:41 +05:30
Chirag Madlani
eb3570e20d
test(ui): set env variable for e2e tests (#13256)
* test(ui): set env variable for e2e tests

* added CYPRESS_BASE_URL

* fix variable mapping
2023-09-21 11:22:36 +05:30
Chirag Madlani
a778500e26
fix(test): cypress failures for main (#13272)
* fix(test): cypress failures for main

* limit cypress runs

* remove passed specs

* revert spec pattern changes

* fix more tests

* skip failed tests
fix glossary spec failure

* Revert cypress spec pattern
2023-09-20 23:17:54 +05:30
Aniket Katkar
10d174e01b
fix #12779: added search index version page and domain changes display on version of all assets (#13228)
* added search index option for global search

* removed the announcement and rename options for soft deleted entities

* fixed the testid for SummaryTagsDescription

* Added summary panel component for search index

* updated summary components to use new common component

* Added lineage functionality for search index entity

* fixed code smells

* Removed unnecessary case conversions

* removed unnecessary fields

* Fixed code smells

* domain update functionality for searchIndex page
added version page for search index
updated domain changes for all the version pages

* fixed unit tests

* fixed minor bug on version page

* added after domain update action for tables

* added searchIndex option for reIndexing

* fixed searchUtils error

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-09-20 14:47:06 +05:30
Aniket Katkar
326ab46678
fix #12779: explore tabs and lineage functionality for search index entity (#13220)
* added search index option for global search

* removed the announcement and rename options for soft deleted entities

* fixed the testid for SummaryTagsDescription

* Added summary panel component for search index

* updated summary components to use new common component

* Added lineage functionality for search index entity

* fixed code smells

* Removed unnecessary case conversions

* removed unnecessary fields

* Fixed code smells

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-09-20 10:35:08 +05:30
Ashish Gupta
e25c5968f3
chore(ui): fix ui styling issue (#13211)
* fix ui styling issue

* fix oveflow issue in table cell

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-09-20 00:23:00 +05:30
Chirag Madlani
902541f612
fix(ui): service should list based on pagesize (#13243)
* fix(ui): service should list based on pagesize

* fix service verssion page cypress

* revert spec patter for cypress config
2023-09-20 00:21:36 +05:30
karanh37
bcdb5e9cf7
feat: Domain filtering (#13227)
* changed properties of dataProducts

* feat: add data products ui

* fix: assets tab widget layout

* fix: assets tab layout in data products

* fix: minor css issues

* fix: review comments

* fix: update domain icon

* fix: add domain filtering

* fix: add data products listing on dashboard and topics

* fix: sonar issues

* fix: add domain assets cypress

* fix: refactoring interface

* fix: permission related errors

* fix: minor issues

* fix: do not intercept domain page

* fix: add unit tests for select form

* fix: review comments

* fix: domain cypress

* fix: rename method

---------

Co-authored-by: 07Himank <himank07mehta@gmail.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-09-20 00:21:11 +05:30
Sachin Chaurasiya
2b77795162
fix(#13212): ui: usage details is missing on dashboard and ml model page (#13214)
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-09-20 00:20:15 +05:30
Ashish Gupta
d7c212e893
fix(ui) : supported storedProcedure and dashboardDataModel search index (#13194)
* supported storedProcedure and dashboardDataModel search index

* added multi language support in lineage drawer and added stored procedure and data model in it

* added fix in explore side panel

* made id required in schema and ui side

* remove stored procedure from linages sidebar

* ui: supported storedProcedure as edge in lineage (#13225)

* supported storedProcedure as edge in lineage

* fix unit test

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-09-19 19:42:39 +05:30
Ashish Gupta
64607c8869
fix(ui): shown children tab in storage container in case of schema empty (#13172)
* shown children tab in storage container in case of schema empty

* fix unit test

* fix unit test

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-09-19 19:40:55 +05:30
Sachin Chaurasiya
af6cd905e9
chore(ui): add layoutType in tags container (#13230)
* chore(ui): add layoutType in tags container

* chore: address comment

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-09-19 19:33:12 +05:30
Pere Miquel Brull
18a4513ccc
Fix #13237 - Rename to instanceDomain and test DomoDashboard charts (#13247)
* Rename sandboxDomain to instanceDomain

* Test Get Charts in DomoDashboard

* Fix schemas

* Fix test

* Fix test

* Rename to Auto Tag PII

* Fix query test

* Fix query test

* Fix query test
2023-09-19 14:14:04 +02:00
Teddy
b07dac8c1d
Issue-12305 - Add logic to sort test cases result by latest execution (#13143)
* fix: added logic to store test case result state with test case entity

* fix: added relative path logic in python unit test

* fix: added logic to sort testCases based on last execution date of test case result

* fix: ran python linting

* fix: added test case listing order param in frontend call

* fix: added tests around test suite result summary state

* fix: remove isDeleted repeated check

* fix: isolated test suite for maven tests + fix some UI failing tests

* fix: run java linting
2023-09-19 08:21:38 +02:00
Chirag Madlani
844b03e2ba
fix(ui): align reindex values from server (#13254) 2023-09-18 23:10:30 -07:00
Pere Miquel Brull
22b0f44e38
Part of #12998 - Query Service & Lineage filter processed queries (#13215)
* Update mapping

* Prep

* prep

* Prep query migration

* Add query index deletion fix

* Docs and Maven CI fix

* Fix tests

* Add service filter

* Add query entity FQN col migration

* Fix lint

* supported serviceFQN in query api

* Prep repo

* Prep ES query search

* Do not recompute lineage

* Format

* Fix test

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2023-09-19 07:37:47 +02:00
Shailesh Parmar
a268f2adf8
cypress: fixed cypress failure in the main (#13221)
* cypress: fixed cypress failure in the main

* fixed flaky cypress for glossary

* fixed failing cypress

* fixed flaky cypress specs

* fixed failing cypress for query and users

* Add immediate refresh policy

---------

Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
2023-09-18 17:54:43 +05:30
Onkar Ravgan
cc47f5618f
Added SSL support to Superset (#13130) 2023-09-18 10:45:21 +05:30
Chirag Madlani
a0791f0326
include generated files to ui build 2023-09-17 12:59:12 +05:30
karanh37
e0e246772d
feat(ui): add data products page (#13178)
* changed properties of dataProducts

* feat: add data products ui

* fix: assets tab widget layout

* fix: assets tab layout in data products

* fix: minor css issues

* fix: review comments

* fix: update domain icon

---------

Co-authored-by: 07Himank <himank07mehta@gmail.com>
2023-09-16 17:37:00 +05:30
Chirag Madlani
05e346357e
fix om package bundling (#13210) 2023-09-15 19:03:07 +05:30
Aniket Katkar
5cc3a0b50b
feat(ui): added search index details page changes (#13104)
* added search index details page and related changes

* localization changes for other languages

* added search index option in settings custom attribute section

* updated the search icon on settings page

* updated the default fields to fetch on search index details page

* fixed unit tests

* fixed unit tests

* added unit tests for newly added components
code optimization to remove duplication

* fixed alignment for expand all button

* fixed the margin issue with search bar

* fixed minor bugs on search index details page

* localization changes for other languages

* worked on comments

* fixed code smells
2023-09-15 17:41:20 +05:30
Shailesh Parmar
25368cfdf1
ui: Implement filtering by tags inside the table schema #12860 (#13154)
* ui: Implement filtering by tags inside the table schema #12860

* fixed icon alignment

* added filter functionality to tags and glossary in entity fileds

* fixed failing unit test

* added cypress for filter tags
2023-09-15 15:32:27 +05:30
Sachin Chaurasiya
ae16ce7ad7
fix(#13204): after changing the team type action buttons are not disappearing (#13205) 2023-09-15 14:43:01 +05:30
Shailesh Parmar
56929842fd
ui: added search support for schema page (#13142)
* ui: added search support for schema page

* removed videoUploadOnPasses in cypress config

* added cypress for search feature
2023-09-15 12:13:17 +05:30
Chirag Madlani
068c6143a4
feat(ui): support multi view for service page (#13106)
* feat(ui): support multi view for service page

* support search and pagination

* support filter

* fix unit tests

* fix search indexes

* revert glossary term tab component

* fix pagingation

* fix loading issue

* fix code smells

* fix cypress
2023-09-15 09:27:21 +05:30
Aniket Katkar
eff687ba97
feat(ui): changes to add and show search service (#13103)
* changes to incorporate search services into application

* removed settings search-index custom attribute option to include in other PR

* Added API to fetch search indexes

* Added version page changes for search service

* fixed search service delete bug

* Added cypress test for search service page

* updated the search icon on settings page

* updated the data asset header to show proper action items for search service

* added searchIndex entityType

* Updated elastic search icon

* Added open search icon

* updated the return type for search index API function

* Fixed cypress service version cypress test

* added beta tag for OpenSearch Connector

* removed the `OpenSearch` Connector option

* added and fixed unit tests

* fixed test for DatabaseSchemaPage

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-09-14 14:08:01 +05:30
Ashish Gupta
4aab921d10
fix(ui): supported upvoting in data asset (#13138)
* supported upvoting in entities

* Add api endpoint for voting in MLModel and Pipeline

* fix unit test

* disable header button in case of deleted entity and minor changes

* fix conflict unit test

* supported upvoting in glossaries

* supported cypress and unit test for entities

* changes as per comments

---------

Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-09-13 14:38:13 +05:30
Ashish Gupta
183f2644b5
supported unit test for stored database schema page (#13131) 2023-09-13 10:38:39 +05:30
Chirag Madlani
6fcc0993b5
feat(ui): displayName support for columns inside the table (#13090)
* feat(ui): displayName support for columns inside the table

* fix unit tests

* update styling and unit tests added

* address comments
2023-09-12 14:30:00 +05:30
Shailesh Parmar
39169285af
ui: included column test case count in explore page right hand panel (#13132) 2023-09-12 14:28:06 +05:30
karanh37
54e7e81c09
feat: domains ui part 2 (#13133)
* feat: add domain version page

* added domain index .. . support for domain name .. experts and delete is left

* checkstyle

* domain list

* fix: domain selectable list changes

* fix: add missing fields

* fix: add services support for domain

* fix: review comments

* fix: review comments

---------

Co-authored-by: 07Himank <himank07mehta@gmail.com>
2023-09-12 14:17:36 +05:30