1133 Commits

Author SHA1 Message Date
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
Ashish Gupta
a633085eb9
Adding spacing css utils files (#7408)
* Adding spacing css utils files

* Added licence and created variable file

* fix changes as per comments
2022-09-13 17:45:24 +05:30
Vivek Ratnavel Subramanian
d9d5d8c533
Fix #7239 Backend: Add validations for teamType patch (#7321) 2022-09-12 14:28:26 -07:00
Chirag Madlani
0e512afea5
fix(ui): unit tests console error cleanups (#7368)
* fix(ui): unit tests console error cleanups

* fix forward ref error
2022-09-12 17:42:28 +05:30
Sachin Chaurasiya
41f53dab3f
UI : Fix Body Scroll issue (#7378) 2022-09-12 15:44:29 +05:30
Akash Jain
f2fc45ea41
feat: prepare-for-next-release-0-13-0 (#7348) 2022-09-09 01:25:41 +05:30
Chirag Madlani
00a64ba791
major(ui): update what's new for 0.12.0 release (#7345)
* major(ui): update what's new for 0.12.0 release

* updated Whats new content for features

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2022-09-08 22:11:03 +05:30
Sachin Chaurasiya
18a4271796
Fix Glossary trailing name space issue (#7333)
* Fix Glossary trailing name space issue

* Fix cypress tests

* Fix role cypress test
2022-09-08 18:42:16 +05:30
Aniket Katkar
008a7ef06f
UI: Fixed the issue with profile picture not showing properly (#7329)
* Fixed the issue with profile picture not showing properly

* minor bug fix

* removed preview for Images
2022-09-08 18:36:46 +05:30
Aniket Katkar
2fbee6bb87
UI: Fixed checkbox issue in explore page (#7335)
* Fixed issue with filter name checkbox with space in it, not being checked after clicking

* Bug fixes and code optimization
2022-09-08 18:07:55 +05:30
Ashish Gupta
ef55fd902e
Change Placeholder with new one (#7336) 2022-09-08 17:44:28 +05:30
Chirag Madlani
08c9606e26
fix(ui): update link icons (#7337) 2022-09-08 17:42:47 +05:30
Ashish Gupta
108fca2c7e
Fix glossary ui bugs (#7330) 2022-09-08 17:19:18 +05:30
Chirag Madlani
64453b656e
fix(ui): preserve all object for backend purpose (#7331)
* fix(ui): preserve all object for backend purpose

* cleanup
2022-09-08 16:59:41 +05:30
Shailesh Parmar
e505e085de
UI: Fixed- Table tests and Column show up in table data summary + count disappear #7310 (#7325)
* Ui: Fix Table tests and Column show up in table data summary + count disapear #7310

* fix owner was not visible when there is no displayName

* added redirection support onclick of test count

* added permission for fetching data

* addressing comments

* fixed glossary term issue
2022-09-08 15:36:12 +05:30
Sachin Chaurasiya
72b15d71ba
UI : Permission fix for create operation (#7324) 2022-09-08 15:02:15 +05:30
Ashish Gupta
27f94e45ab
UI :- Fix announcement card, overflow, no search placeholder (#7323)
* Fix announcement card, overflow, no search placeholder

* announcement badge left alignment as per task

* decrease opacity of noData in search filter
2022-09-08 14:13:07 +05:30
Sachin Chaurasiya
176874e0d5
UI : Add Permission Check on Entity Page Part2 (#7317)
* UI : Add Permission Check on Entity Page

* Fix Unit tests

* Fix dependencies

* Fix cypress tests
2022-09-08 08:34:26 +05:30
Ashish Gupta
fc7510ff36
Enable adding space in Service name (#7311) 2022-09-07 23:52:18 +05:30
Ashish Gupta
6d3c0de512
UI :- Placeholder fixes in Webhook (#7308)
* Placeholder fixes in Webhook

* added switch button on placeholder screen in bot

* change placeholder in dataquality table and tooltip placement in webhook table
2022-09-07 23:04:18 +05:30
Aniket Katkar
9e0203e21b
UI: Improvements and bug fixes for 0.12 part-3 (#7298)
* - Fixed profile pic not showing issue when image url returns error status
- Fixed switch in tasks drawer
- Fixed alignments and styling in tables

* Fixed failing unit tests
2022-09-07 23:03:19 +05:30
Aniket Katkar
db97e1184c
UI: Improvements and bug fixes for 0.12 part-4 (#7307)
* UI Improvements and bug fixes

* Fixed failing unit tests

* Changed Icon for no data placeholder

* Worked on comments

* Worked on comments
2022-09-07 23:02:51 +05:30
Shailesh Parmar
2fb1302b27
Fixed 0.12 Tour is showing error #7252 (#7306)
* Fixed 0.12 Tour is showing error #7252

* added filter patten for kafka

* changed include patten name

* fixing failing unit test
2022-09-07 23:02:08 +05:30
Ashish Gupta
c6f03dcfc0
UI : Added add placeholder for settings tables no data (#7237)
* Added add placeholder for settings tables no data

* added dataset id in errorplaceholder

* minor fixes

* cypress fixes

* cypress fix

* fix cypress issue

* fix teams and user cypress issue

* unit test changes
2022-09-07 18:50:29 +05:30
Sachin Chaurasiya
58c439e900
UI : Add Permission Check on Entity Page (#7303)
* UI : Add Permission Check on Entity Page

* Change dependency
2022-09-07 17:05:54 +05:30
Chirag Madlani
1a9a67b087
fix(ui): silent-callback redirect issue fix (#7297)
* fix(ui): silent-callback redirect issue fix

* address comments
2022-09-07 16:55:25 +05:30
Shailesh Parmar
422f59d9e6
Fixed UI: Test-suite hard delete not working #7287 (#7289)
* Fixed UI: Test-suite hard delete not working #7287

* fixed cypress
2022-09-07 15:12:13 +05:30