5395 Commits

Author SHA1 Message Date
Teddy
3cad959e44
Fixes #6760 -- Implements REGEX for regex test (#9033)
feat(testCase): impelemented regex logic for test suite
2022-11-29 13:00:28 +01:00
Ayush Shah
293de4a894
E2E for Bigquery (#9007) 2022-11-29 16:22:08 +05:30
Ayush Shah
87b478dcf3
Fix 9026 - Remove Click Dependency (#9030) 2022-11-29 11:02:46 +01:00
Ashish Gupta
0c61c4cb69
UI : - Disable the name field file while editing Ingestion (#9023)
* Added support for edit display name in Ingestion

* changes as per comments

* fix unit test issue
2022-11-29 14:01:47 +05:30
Sriharsha Chintalapani
ce3ab68932
Fix #9042: query is being indexed causing huge payload returned (#9043)
* Fix #9042: query is being indexed causing huge payload returned

* Fix #9042: query is being indexed causing huge payload returned
2022-11-29 12:54:07 +05:30
Shailesh Parmar
eb9c18f7f6
Cypress: Added coverage for collect endpoint (#9027)
* Cypress: Added coverage for collect endpoint

* updated title
2022-11-29 12:47:02 +05:30
Chirag Madlani
51398c3d9c
chore(ui): remove all todo comments and unwanted types (#8825)
* chore(ui): remove all todo comments and unwanted types

* fix errors

* update entityReference type import

* address comments

* fix tests

* fix issue with query params

* fix what's new modal cypress failing

* fix cypress failure for teams dropdown
2022-11-29 07:08:02 +00:00
Pere Miquel Brull
dda8f8054e
Fix #8571 - Log IngestionPipeline status change to CloudWatch (#9013)
* Prep monitoring skeleton

* Fix naming

* Push Ingestion Pipeline status to cloudwatch

* Review comments and tests

* import

* Remove singleton object

* Format
2022-11-28 17:45:18 +01:00
Pere Miquel Brull
ba1e405427
Sizing spec (#9032) 2022-11-28 16:04:48 +00:00
07Himank
d07f1a9d89
kpi resource test task done (#9006)
* kpi rsource test task done

* addressing comments

* addressing comments

Co-authored-by: Himank Mehta <himankmehta@Himanks-MacBook-Air.local>
2022-11-28 14:53:04 +05:30
Pere Miquel Brull
9b6adc9f24
Return 400 if airflow rest health fails (#9018) 2022-11-28 09:26:01 +01:00
Shailesh Parmar
c3966f16ce
Cypress: Added log1 flow for services spec (#8900)
* Cypress: Added log1 flow for services spec

* updated data-test id

* updated service flow and add login session for the same

* reduce wait count

* removed manual login from data quality spec

* added appropriate comment for wait

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2022-11-28 12:40:19 +05:30
Aniket Katkar
e4dfac3520
Added localization changes for (#9016)
- MetadataToESConfigForm
- Ingestion component
- TestSuitePipelineTab component
2022-11-26 11:36:22 +05:30
Sachin Chaurasiya
fa15f66331
Fix #8995 Change any references to Kpi or kpi should be KPI (#9014) 2022-11-25 13:52:33 +00:00
Teddy
69babdc309
Added data insights docs + update profiler CLI to include partition (#9010) 2022-11-25 14:19:26 +01:00
Ayush Shah
89d89b13cb
Fix BQ ingestion (#9015) 2022-11-25 12:51:24 +00:00
Ashish Gupta
7351124326
UI : fix the search bar issue having quote in the search text (#9012)
* fix the search bar issue having quote in the search text

* changes as per comments
2022-11-25 12:18:38 +00:00
Pere Miquel Brull
eccbb087d3
Add table query test (#9000)
* Add table query test

* Add table query test
2022-11-25 06:56:12 +01:00
Teddy
afca46d45b
Added limit for number of entities fetch because of gateway time out + handled exception when fetching user details (#8999) 2022-11-24 16:10:14 +01:00
Sriharsha Chintalapani
fb6b1574be
Check old query users (#8998) 2022-11-24 08:03:16 +00:00
Sachin Chaurasiya
f105e47a39
bump(ui): webpack loaders (#8921)
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2022-11-24 12:35:31 +05:30
Akash Jain
b41a3e0d77
fix: Docs for Authrizer Ingestion Principals deprecation note (#8997)
* update docs for deprecated Ingestion Bot Principal

* Add section example for custom airflow k8s config
2022-11-24 07:03:59 +00:00
Sriharsha Chintalapani
95f0f4d9e1
Fix column name indexes (#8990) 2022-11-23 19:08:44 -08:00
Sriharsha Chintalapani
285e7dc1e7
Fix arg parsing (#8989)
* Fix arg parsing

* fixed checkstyle python

Co-authored-by: Teddy Crepineau <teddy.crepineau@gmail.com>
2022-11-23 14:50:44 -08:00
Vj-L
bf292f77d9
Updated the docs for docker volume (#8976)
* Updated the docs for docker volume

* Update volumes.md

Co-authored-by: “Vijay” <“vijay.l@deuexsolutions.com”>
2022-11-24 01:36:05 +05:30
Sriharsha Chintalapani
28e4250001
Fix docs with upgrade instructions (#8985)
* Fix docs with upgrade instructions

* Update openmetadata-docs/content/deployment/upgrade/bare-metal.md

Co-authored-by: Teddy <teddy.crepineau@gmail.com>

* Update openmetadata-docs/content/deployment/upgrade/bare-metal.md

Co-authored-by: Teddy <teddy.crepineau@gmail.com>

* Updated kubernetes and docker upgrade (#8987)

* fix quotes

* fix quotes

* fix formatting

* Update kubernetes.md

* added missing quote

* Add latest release details

Co-authored-by: Teddy <teddy.crepineau@gmail.com>
2022-11-23 11:40:58 -08:00
Sachin Chaurasiya
0aa29b66ef
Fix : test-coverage workflow action indentation (#8979) 2022-11-23 22:39:22 +05:30
Shailesh Parmar
5dd18b2a13
Fixed Cypress flakiness for login (#8968)
* Fixed Cypress flakiness for login

* added wait time for home page

* Revert: cy.visit("/") change

* change wait position

* update : skip failing tests

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2022-11-23 21:49:10 +05:30
Chirag Madlani
35a87ac09c
feat(ui): unit tests coverage for PRs (#8974) 2022-11-23 13:46:45 +00:00
Nahuel
5ef7902e19
Bug when patching an entity with SM enabled (#8972)
* Bug when patching an entity with SM enabled

* Fix failing tests
2022-11-23 13:24:58 +00:00
Ashish Gupta
ee6d1bf5a6
fix the explore page history once return from entity details page (#8965)
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2022-11-23 10:01:33 +00:00
Teddy
8789bdb847
Ometa mixin for ingestion pipeline (#8931)
* Added sleep between data processing ingestion and KPI processing

* Added ometa mixin for ingestion pipeline and test suite
2022-11-23 09:46:56 +00:00
Teddy
b8d99fc275
increase size of es results when checking for existing data (#8966) 2022-11-23 09:44:24 +00:00
Vj-L
0a570c8585
Fixed the mounting of volumes (#8963)
* Fixed the mounting of volumes

* Update docker/local-metadata/docker-compose-postgres.yml

Co-authored-by: Akash Jain <15995028+akash-jain-10@users.noreply.github.com>

* Update docker/metadata/docker-compose-postgres.yml

Co-authored-by: Akash Jain <15995028+akash-jain-10@users.noreply.github.com>

* Added permission step

Co-authored-by: “Vijay” <“vijay.l@deuexsolutions.com”>
Co-authored-by: Akash Jain <15995028+akash-jain-10@users.noreply.github.com>
2022-11-23 14:37:53 +05:30
Ashish Gupta
9fca00b465
UI : Label fixes for Errorplaceholder in User page (#8960)
* UI label fixes for errorplaceholder in User page

* minor changes

* added fix for server error

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2022-11-23 14:35:55 +05:30
Sriharsha Chintalapani
8a95ec1329
Fix #8958: Add initialization ordering and remove user/bot initialization from Authorizer (#8959)
* Fix #8958: Add initialization ordering and remove user/bot initialization from Authorizer

* Refactor EmailUtil initialization

* Fix config values

* Fix smtpsettings check

* Fix uninitialize EmailUtil

* remove unused USER_REPOSITORY

Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
2022-11-23 08:54:20 +00:00
Chirag Madlani
f00ede11bf
fix(ui): initial pipeline status should be -- (#8964) 2022-11-23 14:21:38 +05:30
Shailesh Parmar
2414d76677
Removed unwanted API wait for whats new modal (#8962) 2022-11-23 07:12:22 +00:00
Sachin Chaurasiya
37f8fd36f8
doc : Updated what's new modal content for 0.13.0 (#8954)
* doc : Updated what's new modal content for `0.13.0`

* Add data profiler feature info
2022-11-22 19:44:19 +00:00
Ashish Gupta
5afc7aaf81
UI : Fix the basic ui issue (#8952)
* Fix the basic ui issue

* minor fix
2022-11-22 18:17:41 +00:00
Ayush Shah
9d25781481
Add DL profiler fix (#8957) 2022-11-22 18:15:06 +00:00
Teddy
14b9c1418d
Updated dataType -> chartDataType (#8956)
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2022-11-22 18:11:56 +00:00
Mohit Yadav
67cd61cf79
Add orderby for listing KpiResult Times Series (#8942)
* Add orderby for listing KpiResult Times Series

* Add order by param for kpi results

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2022-11-22 16:48:47 +00:00
Chirag Madlani
68e6ed5421
fix(ui): advance search ui updates (#8953)
fix quick filters not working
2022-11-22 15:29:57 +00:00
Ashish Gupta
26b24bb189
UI :- Added permission roles on ingestion actions (#8948)
* Added permission roles on ingestion actions

* changes as per comments

* fix unit test issue

* change state and variable name
2022-11-22 15:11:30 +00:00
Ashish Gupta
36f27e947d
UI : Mask the JWT token in Metadata service (#8842)
* Mask the Jwt token in Metadata service

* minor fix

* fix the icon alignment in Add Ingestion button

* disable the test connection for metadata service OpenMetadata type

* change the css name

* fix unit test issue

* Fix Auth Provider

* Fix add ingestion dropdown icon alignment

* Fix formatting

* Do not encryt JWT auth mechanism with secrets manager

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: ulixius9 <mayursingal9@gmail.com>
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
Co-authored-by: Nahuel Verdugo Revigliono <nahuel@getcollate.io>
2022-11-22 14:17:40 +00:00
Sachin Chaurasiya
b2c1e42f9b
Fix #8901 UI : Show bot user roles on bot detail page (#8922)
* Fix #8901 UI : Show bot user roles on bot detail page

* Fix edit roles changes

* Address review comments

* Code refactoring

* Addressing comments

* Revert user page change
2022-11-22 14:15:07 +00:00
Ayush Shah
91536044e7
Fix Grpcio failure (#8938) 2022-11-22 13:54:53 +00:00
Shailesh Parmar
5a163c739c
UI Fixed: Description alignment issue (#8949) 2022-11-22 18:33:24 +05:30
Shailesh Parmar
5fe741be9e
UI: Fixed UI: Explore page showing Incorrect usage count #8937 (#8939) 2022-11-22 18:21:49 +05:30