Shilpa Vernekar
a40b651cc0
Docs: Changes in Admin Guide & How-to Guides home page ( #14374 )
2023-12-13 18:23:53 +05:30
chyueyi
bfe64e0075
[Docs]- add ui doc for doris connector ( #14147 )
2023-12-13 18:13:13 +05:30
Preet Shah
4e5fed736c
Update Cypress CI strategy ( #14372 )
2023-12-13 17:19:05 +05:30
Harsh Vador
d3b5a1af5d
fix old password match ( #14273 )
...
* fix old password match
* return bad request
* added test cases & code refactor
* comments addressed
* code refactor
---------
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
2023-12-13 14:32:47 +05:30
Shailesh Parmar
bc4d048f5d
Minor (cypress): fixed failing cypress for custom metric ( #14367 )
2023-12-13 14:18:27 +05:30
Preet Shah
89a861ea54
Update Cypress CI workflows for issue-14324 ( #14334 )
...
* Update Cypress CI workflows for issue-14324
* Update Cypress CI workflows to introduce parallel execution
* Update cypress skip CI workflows
2023-12-13 14:14:20 +05:30
Shilpa Vernekar
9463a7b122
youtube images resized ( #14364 )
2023-12-13 11:24:53 +05:30
Teddy
55e91587b7
doc: updated GX service name config ( #14361 )
2023-12-12 16:44:07 -08:00
Mayur Singal
f53fcf9168
Minor: Fix e2e count mismatch ( #14352 )
...
* Minor: Fix e2e count mismatch
* fix dbt test
* fix pyformat
* use > instead of ==
2023-12-12 22:32:13 +05:30
Shailesh Parmar
2337e239a4
#13445 Profiler Graph Should not Show a Point if value is None ( #14345 )
...
* #13445 Profiler Graph Should not Show a Point if value is None
* addressing comment
* fixed sonarcloud
2023-12-12 14:50:10 +00:00
Shailesh Parmar
d3ebe6fb4b
Minor: fixed profiler setting is not persist for sample data count ( #14350 )
2023-12-12 19:04:03 +05:30
mgorsk1
b3ac8de405
fixes #14337 : remove security gap in approval workflow ( #14338 )
...
* 🎉 Init
* 🐛 Fix variable responsible for creator
* 🐛 Fix variable responsible for creator
---------
Co-authored-by: at91mm <mariusz.gorski@ing.com>
2023-12-12 10:27:05 +00:00
Teddy
20bc238413
FIX #14248 - Implement test case resolution task workflow ( #14323 )
...
* feat: add test case resolution task workflow
* fix: conflict with main
2023-12-12 10:13:11 +01:00
Akash Jain
970b67dfce
chore(docs): Update JWT Token snippet path ( #14344 )
2023-12-12 12:31:01 +05:30
Onkar Ravgan
7f6311ec4c
Fixed entity req left check ( #14341 )
2023-12-12 10:57:09 +05:30
Sriharsha Chintalapani
c156e01e34
Minor: Fix docs to include jwt url from OM in all the principalURLs config ( #14342 )
2023-12-12 08:07:13 +05:30
Teddy
a4f9b0ec4e
fix: renamed API endpoints from resolution to status ( #14330 )
2023-12-11 14:09:40 +01:00
Shilpa Vernekar
f2652e079c
Missing URL corrections ( #14336 )
2023-12-11 18:07:40 +05:30
07Himank
97d969059e
Made the indexFactory getter setter public because of CI error in collate ( #14335 )
2023-12-11 17:45:09 +05:30
Onkar Ravgan
d5ece87766
Fixed query millis duration desc ( #14332 )
2023-12-11 17:40:54 +05:30
Shailesh Parmar
c16da9a52a
#12539 change the default "last 3 days" for Data Quality TestCaseResults ( #14328 )
2023-12-11 16:49:59 +05:30
Shailesh Parmar
9a0784913d
Feat: #11346 Add UI Support to Add Custom Profiler Metrics ( #14132 )
...
* #11346 Add UI Support to Add Custom Profiler Metrics
* fixed failing unit test
* fixed loading issue and added no profiler banner in column profile component
* create context provider and removed all the common props to context
* fixed failing unit test
* miner fixes
* added view part of custom metrics
* added:
- Edit action
- Delete action
- Basic structure of add form
* translation
* work on create custom metric for table and column.
* refactor structure in addCustomMetric page
* fixed failing unit test
* fixed failing cypress test and added create custom metric cypress test
* added cypress test for custom metric covered below scenarios
- Add
- Edit
- Delete
table and column custom metric
* added unit test for customMetricForm
* added unit test for
- NoProfilerBanner
- CustomMetricGraphs
* unit test for addCustomMetricPage
* added unit test for utils file
* fixed failing unit test
* fixed encoding issue
* addressing comments
2023-12-11 16:42:11 +05:30
07Himank
db921645f3
changes needed for adding knowledgeCenterIndex ( #14223 )
...
* chnages needed for adding knowledgeCenterIndex
* fix tests
* CI fix
2023-12-11 16:10:52 +05:30
Shailesh Parmar
f1e4142acf
Minor(Cypress): Fixed failing cypress ( #14322 )
...
* Miner(Cypress): Fixed failing cypress
* minor fixes
2023-12-11 14:08:44 +05:30
Onkar Ravgan
e4bfd12811
fixed e2e test after patch and collate demo ( #14321 )
2023-12-08 19:55:49 +05:30
Lucas Garcia
fe06b5cbb2
#14235 : adding dialect based on connection type to LineageParser ( #14249 )
...
* Fix #14235 : adding dialect based on connection type to LineageParser
* Fix: formating changes
* Update ingestion/src/metadata/ingestion/source/dashboard/metabase/metadata.py
Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>
* style: fix indentation errors
* Fix pytest
---------
Co-authored-by: LucasGarcia07 <lucas.junqueira@hurb.com>
Co-authored-by: ulixius9 <mayursingal9@gmail.com>
2023-12-08 19:49:59 +05:30
Chirag Madlani
ceb750f7e9
chore(ui): remove appState deps for profile details ( #13766 )
...
* chore(ui): remove appState deps for profile details
* remove random user assign on no-auth
* fix failure
* fix profile loading
* fix unit tests
* fix loading issue
* fix profile loading issue
* fix profile loading for assignee component
* fix misc bugs
* user async / await
* address comments
* use enum
* update test case
* fix unit tests
* fix tests
* fix cypress tests
2023-12-08 16:29:29 +05:30
karanh37
8a71f34351
Fix custom attrs for glossary term ( #14316 )
...
* fix: update entity type to glossary term
* fix: unit tests
* fix: add cypress
2023-12-08 13:59:30 +05:30
Ashish Gupta
e59fffc2f3
MINOR: Fix the query of domain in explore ( #14297 )
...
* Fix the query of domian in exolore
* added cypress test
* minor change in url
* minor change
2023-12-08 13:13:19 +05:30
Sachin Chaurasiya
8feb85e245
fix( #14311 ):Unable to add the term's name in Thai. ( #14315 )
...
* fix(#14311 ):Unable to add the term's name in Thai.
* add more languages unit tests
2023-12-08 13:13:08 +05:30
NiharDoshi99
8d925c46a5
#13696 : add support for dot in schema name to fetch tables ( #14246 )
2023-12-08 12:04:28 +05:30
Mohit Yadav
2cfa562d63
Fix User Issue for reset password, and encode usernames ( #14314 )
2023-12-08 12:02:52 +05:30
Sriharsha Chintalapani
56385b281e
Minor: Parse GlossaryTerm ChangeDescription gracefully ( #14313 )
2023-12-07 22:20:52 -08:00
Suresh Srinivas
3950cdb58a
Update dependencies and plugins ( #14309 )
2023-12-07 19:29:16 -08:00
Sriharsha Chintalapani
a4d10be24d
Fix #14308 : Search is not working for column/schema field level ( #14310 )
2023-12-07 19:29:03 -08:00
Chirag Madlani
c730c4c4ce
Fix: notificaion postition ( #14306 )
2023-12-07 18:58:33 +05:30
karanh37
d544220690
fix: filter deleted assets while adding ( #14304 )
2023-12-07 18:47:44 +05:30
Onkar Ravgan
cb94243370
fix desc and tags update from patch ( #14305 )
2023-12-07 18:39:38 +05:30
Preet Shah
73e0fabbbf
update omd helm chart doc as per changes made in omd-use-secret-env branch ( #14298 )
2023-12-07 17:45:09 +05:30
Chirag Madlani
666b82a35e
FIXED: notificaion adding extra scroll to asset tab ( #14301 )
2023-12-07 17:10:35 +05:30
Mohit Yadav
59081ab3d7
Propogate assets to es ( #14302 )
2023-12-07 17:02:08 +05:30
Mohit Yadav
216e738435
Propogate assets to es ( #14299 )
2023-12-07 16:42:43 +05:30
Sachin Chaurasiya
f1ec0b322b
Minor( #13715 ): add table support in block editor ( #14290 )
...
* minor(#13715 ): add table support in block editor
* fix code smell
* address comment
2023-12-07 16:22:35 +05:30
07Himank
f1280f97b9
MINOR : tag search fix ( #14295 )
2023-12-07 15:23:35 +05:30
Sriharsha Chintalapani
a7fddc7fec
Minor: fix entityType aggregation ( #14284 ) ( #14291 )
...
* Minor: fix entityType aggregation (#14284 )
* fix: add entity type filter
* add change on opensearchclient as well
---------
Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: 07Himank <himank07mehta@gmail.com>
2023-12-07 15:17:27 +05:30
Chirag Madlani
157dcd5f25
FIXED: notificaiton widget position issue ( #14293 )
2023-12-07 14:29:03 +05:30
Sachin Chaurasiya
2362192d89
doc: add whats new for 1.2.3 ( #14271 )
2023-12-07 09:08:38 +05:30
Chirag Madlani
5a3c3a159c
fix(ui): tag updataion with derived tags ( #14281 )
...
* fix(ui): tag updataion with derived tags
* fix pagination issue
2023-12-06 18:14:05 -08:00
Onkar Ravgan
4ade6fd39f
Remove col displayname from patch req ( #14279 )
2023-12-06 10:12:04 -08:00
karanh37
a215f03a28
Assets improvements part 2 ( #14255 )
...
* fix: make filters consistent
* disable if no selection
* fix: hide notification
* fix: failed status data
* localization
* fix notification loading
* remove close icon here
* fix: cypress
* update error alert design
* fix alert styling
* fix: minor issues
* fix: redirect link of data product
* fix: minor suggestion prompt
* complete user flow
* fix: glossary cypress
* update alert view
* fix tags manipulation
* fix: domain reload fixes
Co-Authored-By: Ashish Gupta <ashish@getcollate.io>
* fix: minor loading issue on delete
* fix: add admin check for activity feed
Co-Authored-By: Ashish Gupta <ashish@getcollate.io>
* fix: minor css fixes
* fix: localisation
* fix: minor issue
* miner cypress fix
* add mlmodelservice as mlmodel parent
* fix: added null checks
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
Co-authored-by: 07Himank <himank07mehta@gmail.com>
2023-12-06 23:25:40 +05:30