4809 Commits

Author SHA1 Message Date
Ashish Gupta
5e4f5ecd47
Fix UI : Google login layout style (#7707)
* Fix google login layout style

* changes as per comments
2022-09-26 10:13:19 +05:30
Shailesh Parmar
b4a0dd137b
UI Fixed issue Make columns sortable on Profiler & Data Quality page #7699 (#7706) 2022-09-24 21:30:53 +05:30
Shailesh Parmar
855f9c8c4f
Fixed issue : Trailing space in display name and FQN of glossary term is not handled correctly (#7703) 2022-09-24 18:54:26 +05:30
Shailesh Parmar
51a7020b3b
UI Fixed: Styling of adding Related Terms and Synonyms is different #7671 (#7673)
* UI Fixed: Styling of adding Related Terms and Synonyms is different #7671

* fixed unit test

* fixed cypress config

* Fixed issue Improve Assets listing of Glossary Term - P0 - 0.12.1 #7672
2022-09-24 09:33:31 +05:30
Chirag Madlani
739ea2b4b1
fix(ui): allow username or email login (#7694) 2022-09-23 20:42:11 +05:30
Sachin Chaurasiya
8869da7a57
Fix #7646 UI: Non-admin user should not be allowed to add a bot (#7681)
* Fix #7646 UI: Non-admin user should not be allowed to add a bot

* Add tests
2022-09-23 16:50:18 +05:30
Chirag Madlani
93ffbbbebf
feat(ui): login via email and password - Basic auth (#7558)
* feat(ui): login via email and password - Basic auth

* create admin users

* update basic auth

* create user on bootstrap

* update basic auth flow

* fix lint

* update basic auth ui forms

* update error messages

* fix cypress tests

* Added private key /public key in conf
Default invitation for invited users on bootstrapping user with invitation mail
Added self/signup flags , handled login scenarios around it
On migration persisting previous user auth mechanism also handled

* Missing fixes

* Move self signup to config

Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
2022-09-23 16:05:54 +05:30
Teddy
90abd73394
Fixes #7105 -- Add support for dataType filter for TestDefinition request (#7640)
* Updated json schema to support dataType filter

* Added migration for test definition support of data type filtering

* Added backend logic to support filter on data type for testdefinitions

* Added migration for:
- supported test types
- renaming of certain tests from starting uppercase to lowercase

* removed openmetadata_db from migration

* added datatype filter in column test

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2022-09-23 10:31:00 +02:00
Ashish Gupta
d399274c96
Fix UI : Redirect issue after token expiry user login (#7636)
* Fix redirect issue after token expiry user login

* store patch when token will going to expire

* changes as per comments
2022-09-23 00:36:55 +05:30
Ashish Gupta
b7471ab5aa
Fix Pipleine cypress issue (#7654) 2022-09-22 19:12:19 +05:30
Sachin Chaurasiya
3c809d3426
Fix #7648 UI : Add ViewBasic operation for resources (#7659)
* Fix #7648 UI : Add ViewBasic operation for resources

* Minor change
2022-09-22 18:55:02 +05:30
Shailesh Parmar
6fb2b87a29
fix(ui): Issues around Add Data Quality Test #7498 (#7597)
* UI: Fixed issue: UI: Issues around Add Data Quality Test #7498

* remove tailwind class
2022-09-22 18:39:21 +05:30
Ashish Gupta
e9d77a2c01
Fix UI :- Special character issue in column while creating Quality test (#7658)
* fix special character issue in column while creating  Quality test

* changes as per comments
2022-09-22 18:38:50 +05:30
Sachin Chaurasiya
6b0a32cfb4
Fix #7630 Roles are not updating in User tab after creation (#7660) 2022-09-22 18:38:03 +05:30
Ashish Gupta
6697c5bf69
Added platform filter for Custom test definition (#7650) 2022-09-22 15:56:27 +05:30
Ashish Gupta
e3473487b8
Fix UI : Change tags label to Value and tooltip to it's FQN in Explorer Page (#7624)
* Change tags label to Value and tooltip to it's FQN in Explorer Page

* fix unit test issue

* fix unit test issue

* move function to tags utlis and added comments
2022-09-22 14:22:12 +05:30
Sriharsha Chintalapani
adaa8e7493
Fix #6917: startTs & endTs filters providing paginated data (#7617)
* Fix #6917: startTs & endTs filters providing paginated data

* Updated ui side changes

* Fixed OM tests end to end test

* Fix #6917: startTs & endTs filters providing paginated data

* Fix #6917: startTs & endTs filters providing paginated data

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
Co-authored-by: Teddy Crepineau <teddy.crepineau@gmail.com>
2022-09-21 13:33:47 -07:00
Shailesh Parmar
e02cc31010
Fixed mysql and data quality cypress is failing in postgresql db docker #7638 (#7639)
* Fixed mysql and data quality cypress is failing in postgresql db docker #7638

* addressing comment
2022-09-21 22:25:33 +05:30
Shailesh Parmar
8eefacfb99
Fixed issue: Allow users to add to tags during the creation process - P0 - 0.12.1 #7550 (#7593) 2022-09-21 10:25:54 +05:30
Ashish Gupta
10cecf1d56
Fix UI :- Convert CustomProperty html table to antd table (#7583)
* Convert CustomProperty html table to antd table

* fix cypress issue

* fix cypress issue

* fix cypress issue of not found @value
2022-09-21 09:59:46 +05:30
Sachin Chaurasiya
5224354ce2
Fix #7575 UI : Fetch bots with limit=100 and filter it on the UI side. (#7588)
* Fix #7575 UI : Fetch bots with limit=100 and filter it on the UI side.

* Create large page size constant

* Handle case search text

* Fix bots cypress tests

* Fix limit issue
2022-09-20 22:27:36 +05:30
Sachin Chaurasiya
6b00c75852
Fix #7475 Sandbox - Database Service Update Owner shows only limited users (#7595)
* Fix #7475 Sandbox - Database Service Update Owner shows only limited users

* Fix typescript error

* Fix failing cypress tests
2022-09-20 19:57:13 +05:30
Ashish Gupta
a362442075
Fix UI : Empty data issue while changing owner in Profiler and DataQuality (#7551)
* Fix empty data issue while changing owner in Profiler and DataQuality

* change value for noStatus and other changes as per comments

* Fix unit test issue

* changes as per comments
2022-09-20 18:12:05 +05:30
Sachin Chaurasiya
5c0016d827
Fix #7466 UI throws fetch entity count error when there is no data in ElasticSearch (#7590) 2022-09-20 17:11:37 +05:30
Ashish Gupta
5a242e2832
Fix the whole page refresh on switch change in Teams (#7556) 2022-09-20 15:29:18 +05:30
Aniket Katkar
ef5c4016f4
Fix(UI) #7403 : Explore page tabs data loading issue (#7461)
* Worked on fixing issue #7403

* Worked on explore page loading tab data issue

* code optimization

* Worked on comments
2022-09-20 10:04:43 +05:30
Shailesh Parmar
9ee96deec4
UI: Fixed issue: TestSuite descriptions are unable to update and also unable to create a test suite when edit tests permission is given#7507 (#7557) 2022-09-19 14:29:15 -07:00
Sachin Chaurasiya
209aecc4a0
Fix #7352 Add Service Improvements (#7553) 2022-09-19 20:39:25 +05:30
Sachin Chaurasiya
7e9fbee743
UI: Fix Bots Listing Page is not showing updated name and description (#7484)
* UI: Fix Bots Listing Page is not showing updated name and description

* Add cypress test for bots page

* Add cypress tests for webhook

* Fix bots displayName test

* Fix Add bot flow

* Fix update bot test flow
2022-09-19 20:38:30 +05:30
Shailesh Parmar
d7d2d7eae9
Fixed issue Create test suite ingestion pipelines with underscores instead of spaces #7279 (#7547)
* Fixed issue Create test suite ingestion pipelines with underscores instead of spaces #7279

* used utils method for replacing space
2022-09-19 19:28:16 +05:30
Ashish Gupta
c12cc0276e
Fix UI : Added check for airflow while creating TestSuite (#7543)
* Added check for airflow  while creating TestSuite

* Changes as per comments
2022-09-19 19:17:23 +05:30
Aniket Katkar
0990e6467f
Fixed expansion issue for rows in entity tables. (#7549) 2022-09-19 19:05:33 +05:30
Sachin Chaurasiya
74e508954c
Fix #7409 If the airflow service not available we throw IP exception (#7546) 2022-09-19 19:01:00 +05:30
Shailesh Parmar
f52f6eccd8
UI: Added cypress test for Data quality and profiler (#7463)
* added initial cypress test for profiler

* added profiler ingestion workflow

* added data-testid for no profiler placeholder

* added create test suite and test case cypress

* added edit and delete flow for table test case

* added test-suite delete test

* added cypress for add column test case

* added delete and edit cypress test for column test

* fixed delete service cypress issue

* removed only keyword
2022-09-19 18:43:39 +05:30
Ashish Gupta
2333796d28
Fix UI Issue : Made Testcase nodata description more descriptive and decrease the ic… (#7487)
* Made testcase nodata description more descriptive and decrease the icon size

* Changes as per comments
2022-09-19 13:10:34 +05:30
Sachin Chaurasiya
404dba18b5
Add unit tests for policies components (#7467)
* Add unit tests for policies components

* Add unit test for policy listing page
2022-09-19 10:19:51 +05:30
Ashish Gupta
449526e590
Fix issue #7234 : Add MlModel filter pattern in UI (#7479)
* Fix issue #7234 : Add MlModel filter pattern in UI

* fix the Ml Model name
2022-09-19 09:54:58 +05:30
Akash Jain
fc8312c5fb
feat: Refactor openmetadata/ingestion docker image (#7456)
* centralize openmetadata/ingestion docker image

* update volume mappings; fix ingestion tag!

* fix PR comments

* fix cypress mysql tests!
2022-09-19 09:20:54 +05:30
Ashish Gupta
d587eb481d
Fix UI Issue: Allow decimal point in profile sample (#7485)
* Allow decimal point in profile sample

* remove custom styling and use antd component style
2022-09-15 19:37:08 +05:30
Sachin Chaurasiya
30e3012e66
UI : Remove bot option from create user page (#7476) 2022-09-15 18:35:37 +05:30
Nahuel
86ebb2025f
Fix#7407: Add custom source connections for different service types (#7419)
* Fix #4639: Custom Service Schema

* Add custom source as service for different connections type

* Minor typo fix

* Add new service connections to UI

* Fix minor error

* Rename field config to connectionOptions

* Remove sourcePythonClass default value

Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
2022-09-15 10:53:27 +02:00
Sriharsha Chintalapani
656b50dd3a
Fix #7469: Refactor OpenMetadata code modules (#7474) 2022-09-14 23:14:02 -07:00
Sachin Chaurasiya
639d1c73d7
UI : Remove pre hook script (#7455)
* UI : Remove pre hook script

* Remove pretest coverage
2022-09-15 11:34:03 +05:30
kshinde2512
3c788b02dd
Replacing cy.wait with api wait (#7460)
* services wait

* changing project id

* fixing flaky bigquery test

* Changing flaky tests

* test

* test

* Custom properties and change in services test wait

* Entity details wait

* Glossary api wait

* minor changes for glossary

* mydata api wait

* policies api wait

* mydata page changes

* Roles and services api wait

* Tags and teams api wait

* Users api wait

* tags page failure fix

* minor code change for users

* test fail fix

* test fail fix

* removing it.only

* removing timeout and reducing wait timeout

* changing description element to constant &test fix

* removing timeout on wait

* Teams page fix

* changing the project id

* changing api intercept url for flaky tests

* bigquery test fail fix

* fix flaky tests

* changing project id
2022-09-14 19:19:42 +05:30
Aniket Katkar
1d0c6360bf
Fix(UI) #7441: Fixed issue with profile picture. (#7451)
* Fixed issue with profile picture showing fallback image in navbar even with profile image is present in user details

* Added additional check for displaying profile picture in user details page

* Worked on comments
2022-09-14 18:00:20 +05:30
Aniket Katkar
c1608b14f8
UI: Fixed issue with search not working properly for queries with space on explore page (#7344)
* Fixed issue with search not working properly for queries with space between characters

* Bug fixes

* Code optimisation

* Worked on comments

* fixed failing unit test
2022-09-14 09:41:37 +05:30
Shailesh Parmar
3e81bd0df0
Fix #7400 UI : Upgrade cypress version to 10.7.0 (#7423)
Co-authored-by: Vivek Ratnavel Subramanian <vivekratnavel90@gmail.com>
2022-09-13 11:59:20 -07:00
Chirag Madlani
a6e7862eb3
fix(ui): silent sign-in (#7431) 2022-09-13 10:14:39 -07:00
Shailesh Parmar
b8fd072e48
UI: Fixed Clicking "profiler & data quality" and "data quality" tab making the main tabs disappear #7351 (#7417)
* UI: Fixed Clicking "profiler & data quality" and "data quality" tab making the main tabs disappear #7351

* miner fix

* addressing comment
2022-09-13 21:00:46 +05:30
Sachin Chaurasiya
84c36dc57d
UI : Roles and Policy Cypress Test (#7418) 2022-09-13 17:50:58 +05:30