2514 Commits

Author SHA1 Message Date
Shailesh Parmar
0e5af5045f
fix: missing localization key (#10300)
* fix: missing localization key

* addressing comments

* fixed the dbt key issue

* address comments

---------

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2023-02-24 07:16:09 +00:00
Sachin Chaurasiya
b2bd2e1463
chore(ui): add check for notification is present or not in the browser (#10299)
* chore(ui): add check for notification is present or not

* refactor: logic to check if notification api is available or not

* revert: unwanted new line change

* address comments

* test: add unit test
2023-02-24 10:34:18 +05:30
Mohit Yadav
960ae2918e
- Config Changes for Logo and Jwt Expiry (#10287)
* - Changes for Logo
- Make Jwt Token Expiry Configurable

* change config time

* fix tests

* review comments

* fix failing python

* moved login to application config as well

* fix login Config

* Added Nav Bar and Login Page Config for Logos

* Removed UI Api calls

* fix: unit test

---------

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2023-02-23 22:57:57 +05:30
Ashish Gupta
ef30577ace
chore(ui): UI improvements (#10277)
* chore(ui): UI improvements

* fix unit test issue

* changes as per comments
2023-02-23 13:05:10 +05:30
Ashish Gupta
0ba1882bc3
Final Localization (#10288) 2023-02-23 11:02:15 +05:30
Sachin Chaurasiya
52f7a0f90a
chore(ui): do not persist the facet filters on tab change (#10280) 2023-02-22 20:12:08 +05:30
Shailesh Parmar
cb14bb6a63
Cypress: add cypress test for glossary part 2 (#10180)
* Cypress: added cypress for glossary part 2

* fixed add reviewer issue in create glossary term page

* fixed failing cypress
2023-02-22 19:41:40 +05:30
Ashish Gupta
02d2390afc
Fix : UI Improvements (#10259)
* UI Improvements

* unit test fixes
2023-02-22 18:53:18 +05:30
Sachin Chaurasiya
3cb872270c
chore(ui) : Add missing localization part 3 (#10261)
* chore(ui) : Add missing localization part 3

* fix: unit test

* fix: unit test

* chore: fix locale key names

* address comments

* address comment
2023-02-22 18:52:27 +05:30
Shailesh Parmar
9519176be0
ui: added localization support for ui (#10260)
* ui: added localization support for ui

* addressing comments
2023-02-22 07:54:23 +00:00
mosiac1
0b54d316ef
Move search to URL query string parameter rather than path (#10088)
* [WiP] Fix encoding of '%' in search query

* Use search query parameter for search instead of path

* Fix tests

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-02-21 20:05:07 +05:30
Ashish Gupta
18a519571e
UI : Fix Profile Page issue (#10254)
* Fix Profile Page issue

* minor changes
2023-02-21 19:30:33 +05:30
Sachin Chaurasiya
46bdc8ab64
chore(ui) : Add missing localization part 2 (#10222)
* chore(ui) : Add missing localization

* fix : unit test

* chore : add missing locale keys

* chore : add missing locale keys

* fix: cy failures

* fix : cy test

* address comments

* chore(ui) : Add missing localization part 2

* fix: unit test

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-02-21 07:14:46 +00:00
Ashish Gupta
2ba6211b58
UI : Localization fix (#10183)
* Localization fix

* fix unit test issue

* changes as per comments

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2023-02-17 11:47:12 +05:30
Sachin Chaurasiya
5b94f5ae70
chore(ui) : Add missing localization (#10205)
* chore(ui) : Add missing localization

* fix : unit test

* chore : add missing locale keys

* chore : add missing locale keys

* fix: cy failures

* fix : cy test

* address comments
2023-02-16 17:28:00 +05:30
Shailesh Parmar
8ad27eb0a6
cypress: rename advanceSearch spec to SearchFlow (#10168)
* cypress: rename advanceSearch spec to SearchFlow

* updated searchflow spec

* updated cypres.config to run searchflow last

* updated cypress config

* Revert "updated cypress config"

This reverts commit e7b74f7a826f803c3580e951138f930e3627fcc6.

* Revert "updated cypres.config to run searchflow last"

This reverts commit b455e82a831fb44f9c0844a8fd99a8de11056d62.
2023-02-13 18:42:28 +05:30
Suresh Srinivas
afad0a4769
Fixes #10123 - Change entityReference in createRequests to fullyQualifiedName (#10124)
* Change entityReference to entity name or fullyQualifiedName

* Change backend code and tests to use FQN

* UI change for using fqns instead of EntityReference

* Ingestion framework changes for using fqns instead of EntityReference

* Fix test failures

* Fixed python tests and sample data new

* fix: minor ui changes for fqn

* Fixed python integration tests

* Fixed superset tests

* fix UI tests

* fix type issue

* fix cypress

* fix name for testcase

---------

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>
2023-02-13 13:38:55 +05:30
Ashish Gupta
cfb469f6b2
Fix Activity and Support icons (#10165) 2023-02-10 10:56:47 +05:30
Ashish Gupta
b6e6deed9a
Fix task badge icon size (#10162) 2023-02-10 10:43:58 +05:30
Ashish Gupta
f33430c533
Fix missing localization (#10161) 2023-02-10 10:42:23 +05:30
Shailesh Parmar
e30786959b
fix: table scroll in column profile table (#10166) 2023-02-09 18:20:52 +00:00
Ashish Gupta
b8a6f549e7
UI : Added locailzation (#10151)
* added locailzation

* minor changes

* fix unit test issue
2023-02-09 14:26:28 +05:30
Ashish Gupta
abbc5e2686
UI : Fix expandable icon in entity table (#10125)
* Fix expandble icon in entity table

* Replace to Antd icon and address comments

* minor changes

* fix icon size
2023-02-09 14:17:28 +05:30
NiharDoshi99
34a0cc147e
Fix: Added changes for Pii sensitive (#10119)
* Fix: added changes for pii sensitive

* Fix: removed comments

* Fix: python checkstyle

* differtiate between sensitive and non sensitive tag

* fix: python test

* fix: added tests

* fix: maven CI
2023-02-08 16:00:47 +00:00
Chirag Madlani
fe03e51cfe
fix(ui): eliminate username logic from signIn process (#10131)
* fix(ui): eliminate username logic from signIn process

* fix failing cypress

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2023-02-08 20:50:31 +05:30
Shailesh Parmar
7d827b6ae8
cypress: added missing cypress test case for glossary feature-part-1 (#10122)
* cypress: added missing glossary cypress

* formatting

* updated new data-testid

* closing select options on click of side panel
2023-02-08 19:39:20 +05:30
Shailesh Parmar
c1102b13fa
fix: Table list view within service shows name instead of displayName #10136 (#10142) 2023-02-08 15:26:26 +05:30
Pere Miquel Brull
1835de8bf2
Group airflowConfiguration into pipelineService config (#10120)
Group airflowConfiguration into pipelineService config (#10120)
2023-02-07 16:30:42 +01:00
Shailesh Parmar
b8e15bd969
fixed: tag api being called on every click in create glossary and create glossary term page (#10126)
* fixed: tag api being called on every click in create glossary and create glossary term page

* added unit test and optimise the code
2023-02-07 14:09:56 +00:00
Chirag Madlani
8d6a8938ad
fix(ui): localization for const final part (#9716)
* chore(ui): enable eslint rules for i18next
add sync language resources with main file

* chore : exclude i18next/no-literal-string for js, jsx, json and test files

* chore: add connection schemas in eslint ignore

* fix : missing localization part 1

* fix : missing localization part 2

* fix : missing localization part 3

* fix : missing localization part 4

* fix : missing localization part 5

* fix : missing localization part 6

* fix : unit test

* ignore mock files

* fix(ui): localization for const final part

* update i18next/no-literal-string to error from warning

---------

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2023-02-07 19:08:41 +05:30
Ayush Shah
b75573386b
Optimize Images and Vectors ( lossless ) (#10115) 2023-02-07 16:22:32 +05:30
karanh37
497ae4c8ac
fix: use async for advanced search autocomplete (#10118)
* fix: use async for advanced search autocomplete

* refactor: revert the cypress config changes
2023-02-07 16:10:27 +05:30
Shailesh Parmar
c19a37f607
ui: fetch table api in ascending order in schema details page (#10117) 2023-02-06 16:47:45 +05:30
ragul balaji ravichandran
97747d9803
add GChat as alert destination (#10109) 2023-02-04 17:04:31 -08:00
Suresh Srinivas
1990ac56d9
10041 Part1 - Refactor and clean up System APIs (#10042)
* 10041 Part1 - Refactor and clean up System APIs

* Update the config resource endpoint url
2023-02-03 16:25:40 -08:00
Chirag Madlani
13357ab668
chore(ui): enable eslint rules for i18next (#9675)
* chore(ui): enable eslint rules for i18next
add sync language resources with main file

* chore : exclude i18next/no-literal-string for js, jsx, json and test files

* chore: add connection schemas in eslint ignore

* fix : missing localization part 1

* fix : missing localization part 2

* fix : missing localization part 3

* fix : missing localization part 4

* fix : missing localization part 5

* fix : missing localization part 6

* fix : unit test

* ignore mock files

* update i18next/no-literal-string to error from warning

* address comments

* fix cypress

* fix cypress

* fix element not found error on tests

* scroll to element before assertion

---------

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2023-02-03 20:48:41 +05:30
Chirag Madlani
42b13c2b0d
fix(ui): update what's new content features (#10104) 2023-02-03 19:40:29 +05:30
Shailesh Parmar
92ad68a7b5
fixed: scroll issue in glossary preview (#10103) 2023-02-03 19:17:18 +05:30
Ashish Gupta
942b553edc
UI : Fix Test cases breaking issue while editing (#10095)
* Fix Test cases while edit

* Added cypress for null test type

* fix unit test issue
2023-02-03 16:30:50 +05:30
karanh37
852edc74d3
refactor: remove font awesome dependency (#10081)
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-02-03 14:56:48 +05:30
Shailesh Parmar
8cc36ef7f6
ui: improve glossary bulk upload ui (#10092)
* ui: updated glossary bulk upload ui

* added unit test for changes

* addressing comments

* added "--" if there is no description
2023-02-03 14:23:22 +05:30
Chirag Madlani
590c3b8172
fix(ui): add principle domain to username to generate email (#10074) 2023-02-02 19:53:13 +05:30
Nahuel
b9a3c06104
Bump main branch to version 1.0.0 (#10040)
* Bump to version 0.13.2

* Bump mvn projects to 1.0.0-SNAPSHOT

* Bump python projects to 1.0.0.dev0

---------

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2023-02-02 12:56:14 +01:00
Shailesh Parmar
72d6bfca1d
fix: dataInsight page break issue (#10068)
* fix: dataInsight page break issue

* Added unit test around the bug
2023-02-02 17:16:43 +05:30
Ashish Gupta
66f4136fc8
UI Improvements (#10034)
* UI Improvements

* fix restore modal unit test

* Remove tooltip from active button and optimse code

* remove console

* used enum for loading state
2023-02-02 17:09:09 +05:30
Sriharsha Chintalapani
ba44ae25b9
Fix #10061: Adding Reference to GlossaryTerm throws an error with EntityNotFound exception (#10062) 2023-02-02 10:06:46 +05:30
Aniket Katkar
f4ae0f0e2f
ui: fixed onboarding placeholder issue on homepage (#10045)
* fixed issue with onboarding placeholder showing while loading activity feeds for all filter

* improved unit tests for MyData component
2023-02-01 17:57:03 +05:30
Ashish Gupta
a5f9857815
UI : Minor ui fixes and localisation (#10001)
* Minor ui fixes and localisation

* fix localization key

* changes as per comments

* memoized page header

* method name change
2023-02-01 17:34:39 +05:30
Pere Miquel Brull
f0f3f0be6a
Add looker unit tests (#9691)
* Add looker tests

* Empty-Commit

* Install GE for tests

* Fix usage details python name

* Add missing test requirement
2023-02-01 09:20:26 +00:00
Parth Panchal
5805269506
Fixed#6145: Notification for service owner when ingestion pipeline fails (#9805) 2023-02-01 12:09:58 +05:30