4917 Commits

Author SHA1 Message Date
Mohit Yadav
10d8ec84fe
Logs added for Search Indexing and Stats issue fixed (#13956)
* Logs added for Search Indexing and Stats issue fixed

* Fix uninstall error

* Add error handling

* fix lint

* Push Job Level Exception on top

* disable flaky tests

* Fix Logs not visible in Search

---------

Co-authored-by: ulixius9 <mayursingal9@gmail.com>
2023-11-13 23:39:56 +05:30
Aniket Katkar
7bc4c7cb57
fix(ui): AUT cypress tests (#13952)
* fixed schemaSearch and dataModelVersion cypress

* fixed tags not updating after addition and deletion of tags

* fixed null value coming in the dashboard name field for search API

* fixed bug on service list page
2023-11-13 19:42:03 +05:30
Mayur Singal
b34111ea00
ElasticSearch: Fix ES connection (#13919) 2023-11-13 14:10:11 +05:30
07Himank
759bd84162
use displayName instead of name in service,database, databaseSchema and fixed owner and domain search issue. (#13937)
* use displayName instead of name in service,database, databaseSchema and fixed owner and domain search issue

* typo fix

* improve code reusabilty
2023-11-13 13:32:52 +05:30
Pere Miquel Brull
c742835766
Auto Tagger Application - Preparing the Ingestion Framework (#13862)
* Prepare the skeleton for generic app registration

* Prepare the skeleton for generic app registration

* Handle app runner

* Prepare the skeleton for generic app registration

* Prepare the skeleton for generic app registration

* Allow deployment

* Fix PII APP

* Fix lint

* Fix PII APP

* Fix PII APP

* Prepare config-based external apps

* Prepare config-based external apps

* Fix lint

* Prepare config-based external apps

* Fix DI errors

* Amend comments
2023-11-13 08:58:38 +01:00
Chirag Madlani
3fdc71a98b
chore(ui): change github start modal to popup (#13948) 2023-11-13 10:26:05 +05:30
Shailesh Parmar
48fd4f9ce6
cypress: fixed AUT failure part 5 (#13940)
* cypress: fixed AUT failure part 5

* fixed cypress failure

* fixed team cypress

* fixed errorplace holder
2023-11-11 00:08:32 +05:30
Chirag Madlani
e2418aef82
Paging improvement (#13943)
* fix(ui): databaseschema paging issue

* fix minor issues

* test fixes

* fix path issue and some cypress

* fix sonarcloud
2023-11-11 00:00:33 +05:30
Aniket Katkar
1e3d7f812e
Fixed bug on delete widget modal (#13945) 2023-11-10 23:51:37 +05:30
Ashish Gupta
2f4d3fe9eb
feat(ui): supported github star popup on ui (#13933)
* supported github star popup on ui

* localization keys

* changes as per figma design

* file path change

* icon change

* icon change

* support closing on ESC button
2023-11-10 23:47:15 +05:30
Aniket Katkar
0209770e9a
updated the no data placeholders for landing page widgets (#13939) 2023-11-10 21:45:55 +05:30
Aniket Katkar
3076a5cce8
fixed Error placeholder import path on customizable page (#13944) 2023-11-10 21:43:11 +05:30
karanh37
fcdeb1b9e8
fix: allow removing assets from assets page (#13936)
* fix: allow removing assets from assets tab

* fix: localization

* fix: glossary trim issue and permission fix

* fix: asset removal on domain and glossary term
2023-11-10 07:46:13 -08:00
Aniket Katkar
2c72245342
fix(ui): customizable landing page improvements (#13928)
* fixed persona name showing instead of the display name on the customizable landing page

* worked on comments

* added empty catch block for consistency

* worked on comments
2023-11-10 20:16:09 +05:30
Sachin Chaurasiya
431fbce098
chore(ui): improve file and folder names (#13784)
* chore(ui): improve file and folder names

* chore: fix test

* fix: build

* Fix paging (#13821)

* chore(ui): pagesize support for all the pagination

* revamp pagination

* complete pagination update

* fix import

* fix pagination

* fix tests

* fix path

* fix import

* fix import error

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-11-10 16:37:12 +05:30
Aniket Katkar
ba35e1ed68
fix(ui)#12833: soft delete service and edit action restrictions after soft delete (#13824)
* Added soft delete option for services

* disabled edit actions for deleted entities
fixed code smells
code refactoring

* added loading icon in restore entity modal while API call is pending

* fixed code smells

* localization changes

* changes to make actions disabled for deleted entities

* fixed code smell

* changes to limit actions for soft deleted teams

* localization changes

* added deleted badge for soft deleted teams

* Fixed unit tests

* improved delete modal functionality
limited actions for deleted tables on profiler tab

* fixed failing unit tests

* added missing up vote and down vote functionality for search Index entities

* updated the logic to show display name if available in search suggestions

* fixed custom properties settings page bug
added soft delete limitations for container and search index custom property tab

* fixed unit tests

* fixed bugs on table details page and container details page

* Fixed bug on team details page

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-11-10 14:28:17 +05:30
Shailesh Parmar
cefe22247b
[UI] Data Insight Layout looks broken in case of large number of assets #13803 (#13921)
* [UI] Data Insight Layout looks broken in case of large number of assets #13803

* move height to constant variable in cost file

* fixed DI cypress

* fixed failing unit test
2023-11-10 13:53:47 +05:30
mgorsk1
210f7d2f4b
🎉 Init (#13918)
Co-authored-by: at91mm <mariusz.gorski@ing.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-11-10 11:16:54 +05:30
Ashish Gupta
f6cd27e4a7
fix(ui): domain page and Asset modal issues (#13763)
* fix domain label issue in dropdown

* fix placeholder issue, alias issue on query, remove domain item form  filter in domain, alignment issue

* fix unwanted api calls in domains version page

* supported all in add asset modal and set it to default

* fix the loading issue in asset modal while search and on save button

* fix link issue for services in asset cards

* fix wrong entity name

* added data asset alias and a aggs to count on index

* fix: assets component refactor

* fix: use aggregation query for index count on explore

* removed all alias from metadata service

* fix: asset selection data product patch

* fix: add data products on missing pages

* fix: review comments

* fix: domain cypress

---------

Co-authored-by: 07Himank <himank07mehta@gmail.com>
Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: karanh37 <33024356+karanh37@users.noreply.github.com>
2023-11-09 20:19:02 +05:30
Ashish Gupta
14b9c482a0
fix(ui): supported tooltip descriptions for domain types (#13909)
* supported tooltip description for domain types

* localization keys

* changes as per comments
2023-11-09 06:46:17 -08:00
Mayur Singal
a8145a82fa
Fix #13603: Configurable Sample Data Rows for Profiler (#13807)
* Fix #13603: Configurable Sample Data Rows

* Fix #13603: Configurable Sample Data Rows for Profiler

* fix table config

* support configurable overwriting of sample data

* add support for schema and database profiler configuration

* chore(ui): put sampleDataStorageConfig under advanced config

* fix tests

* py format

* chore(ui): add sampleDataCount in table profiler config

* fix tests

* pylint & tests

* feat(ui): add profiler settings tab in database and database schema page

* chore(ui): show different inputs for profile sample type

* schema changes to make default storange config null

* add unit test

* schema changes to fix api

* update profiler setting schema

* move profiler settings to manage button

* sync locals

* fix(ui): unit tests

* fix tests

* py format

* fix lint

* minor improvements

* chore(ui): update profiler settings schema

* resolve review comments

* pytest

---------

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2023-11-09 18:49:42 +05:30
Ashish Gupta
5f9f7ae06e
fix(ui): supported to see all personas in the user profile dropdown (#13915)
* supported to see all persona in user profile dropdown

* fix dropdown closing on more click for persona

* minor changes
2023-11-09 17:46:27 +05:30
Ashish Gupta
ef2a27a217
fix tour page not showing (#13902) 2023-11-09 10:22:09 +05:30
Ashish Gupta
2adce103f4
fix(ui): fix search not working in roles input in user profile page (#13897)
* fix search in roles input in user profile page

* minor change

* changes as per comments

* minor changes
2023-11-08 08:20:37 -08:00
Mohit Yadav
2577490700
- Removed Logo Configuration from the openmetadata.yaml (#13873)
* - Removed Logi Configuration from the openmetadata.yaml
- Migrated Login Configuration to the UI

* Removed ApplicationConfig from tests

* Added Custom Header Logo Url

* Update field to favicon

* support login conifguration

* chore(ui): update logo and login config md files

* fix validation issue

* add cypress

* restructure folders and set default fallback for favicon

* autofocus to first field of edit form

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2023-11-08 20:05:00 +05:30
Ashish Gupta
ab0840aa6f
fix(chore): UI feedback fixes (#13859)
* fix(chore): change errorplaceholder in explore and added tooltip around url style url

* supported helper text in add form for glossary and classification tags

* created separate formLabel component

* minor changes

* changes as per comments
2023-11-08 17:57:14 +05:30
Ashish Gupta
2935c1d67b
fix(ui): table data issue in entity table lineage sidebar (#13893)
* fix table data issue in entity table lineage sidebar

* optimize code
2023-11-08 14:57:17 +05:30
Shailesh Parmar
354c38107e
cypress: Auto skip test part 1 (#13858)
* cypress: Auto skip test part 1

* fixed skip test
2023-11-07 22:42:11 +05:30
karanh37
51f3d31da6
fix: use aggregation search instead of suggest query (#13861)
* fix: use searchAggregates instead of suggest query

* fix: aggregation fields
2023-11-07 15:22:01 +05:30
karanh37
bc4991d72a
fix: add application enable disable state (#13854)
* fix: add application enable disable state

* fix: add localization

* fix: code smell

* fix: review comments
2023-11-07 15:18:55 +05:30
Mohit Yadav
4a73978c77
Fixes #13803 : Reduce the number of call in case of columns (#13819)
* Fixes #13803 : Reduce the number of call in case of columns

* Add Generic Method and Interface for Fields

* Removed unnecessary comments

* Make FieldInterface return List<? extends FieldInterface> for getChildren

* Fix Failing Tests

* - Remove Pipeline or Kill on app Disable
- Add AppMarketPlaceResourceTest
- Reschedule app automatically on restore

* Add Debug Log in validate Change Event

* Fix BotResourceTest

* Api Refactor on UI
2023-11-07 13:06:38 +05:30
Ayush Shah
73c126887c
Remove Excess Permissions for athena (#13857) 2023-11-06 10:24:11 -08:00
Ashish Gupta
c5e7ff4c70
fix(cypress): what's new pop-up alert box (#13848)
* fix(cypress): what's new popoup alert box

* remove manual timeout as not required such
2023-11-05 10:49:22 +05:30
Ashish Gupta
797eed5138
revamp(ui): whats new alert box popup (#13835)
* revamp whats new popup alert box

* changes as per comments

* added await for whats-new-alert in cypress and slow down gif loader

* changes as per comments

* minor changes
2023-11-04 12:38:48 +05:30
Shailesh Parmar
6dc630b685
cypress: fixed cypress AUT failure part 4 (#13840) 2023-11-04 12:37:54 +05:30
Shailesh Parmar
3564eea9d6
cypress: fix AUT failure part 3 (#13833) 2023-11-02 23:53:22 +05:30
Chirag Madlani
d117a2c8ac
Fix partitioned keys (#13811)
* udpate design

(cherry picked from commit 0cd57be9216471c96baaf0ec439201c365f1c8ad)

* minor update

(cherry picked from commit 3147959bc08c556477eeaa0279ffef1dddbf6c85)

* address comments
2023-11-02 18:03:24 +05:30
Shailesh Parmar
8375f6e7a9
cypress: fixed bug of passing undefined instead of entity name (#13825) 2023-11-02 14:50:38 +05:30
Shailesh Parmar
306c8ecfbe
cypress: fixed AUT cypress test part 2 (#13818) 2023-11-02 10:39:10 +05:30
karanh37
6e8bfea46d
fix: domain assignment for glossary term (#13793) 2023-11-02 10:35:01 +05:30
Ashish Gupta
962c3d6591
feat(ui): revamp user profile page (#13744)
* revamp user profile page

* minor fixes

* unit test fixes

* added unit test for user components

* added unit test for user-profile roles and minor improvement

* supported unit test for inheritet roles

* added unit test for user-profile-image  and minor improvement

* minor fixes

* cypress fixes

* fix the user icon and name in case of no display name

* changes as per comments
2023-11-01 11:30:55 +05:30
Shailesh Parmar
d1898ffbbc
cypress: fixed aut failure part 1 (#13801) 2023-11-01 10:36:41 +05:30
Chirag Madlani
761889175e
fix(ui): team uuid to sent while creating user (#13768) 2023-10-31 20:54:44 +05:30
Andrey Skibunov
3c8ec74d37
Feature: Dashboard MSTR Integration (#13604)
* Dashboard MSTR Integration

* Format

* Format and linting

---------

Co-authored-by: Andrey.Skibunov <Andrey.Skibunov@life.com.by>
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2023-10-30 12:10:12 +01:00
karanh37
4fbb538b3d
fix: remove usage of current user from appstate (#13765) 2023-10-30 15:54:15 +05:30
Chirag Madlani
d75e2e85f5
Fix aut (#13764)
* fix(test): AUT failures for 1.2

* fix cypress in query,addRemoveTier and data insight

* fix redshift with dbt

* update package

* fix yarn install

* skip service spec

* remove id from the ingestion json schema

* skip data quality and insight for main

* include service specs

* update CI

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2023-10-30 15:43:55 +05:30
Sachin Chaurasiya
b14563676a
feat(ui): add task list support in block editor (#13721) 2023-10-27 11:37:48 -07:00
Mohit Yadav
ff96ea4c48
Make the Marketplace definition update during startup (#13734)
* Make the Marketplace definition updated

* fix: removed descriptions from App listing

* fix: hide description on app listing page

---------

Co-authored-by: karanh37 <karanh37@gmail.com>
2023-10-26 12:07:20 -07:00
dependabot[bot]
1b004318d9
chore(deps): bump crypto-js in /openmetadata-ui/src/main/resources/ui (#13711)
Bumps [crypto-js](https://github.com/brix/crypto-js) from 4.1.1 to 4.2.0.
- [Commits](https://github.com/brix/crypto-js/compare/4.1.1...4.2.0)

---
updated-dependencies:
- dependency-name: crypto-js
  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-10-26 20:58:27 +05:30
Mayur Singal
e7f3218459
Add greenplum docs & fix couchbase docs (#13722) 2023-10-26 12:34:03 +02:00