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
Akash Jain
3cef7ed4cc
fix: remove-maven-ci-libssl-step ( #8950 )
...
* remove commented step for cleanup
* fix whitespaces
2022-11-22 18:12:53 +05:30
Shailesh Parmar
4068927a3a
UI: Fixed: Extra right padding in edit connection #8925 ( #8940 )
2022-11-22 17:53:19 +05:30
Sachin Chaurasiya
05332ca6f7
UI : Data Insight KPI improvements ( #8945 )
2022-11-22 17:52:49 +05:30
Pere Miquel Brull
d6f255b61c
Add ingestion workflow reporter ( #8943 )
...
* Add ingestion workflow reporter
2022-11-22 12:11:32 +00:00
Pere Miquel Brull
f3ac6f53e6
Rename datatype ( #8947 )
2022-11-22 10:47:17 +00:00
NiharDoshi99
d23fc5e508
Fix: updated dagster docs ( #8905 )
2022-11-22 15:19:54 +05:30
Akash Jain
148952db69
fix: Maven CI ( #8773 )
...
* Update maven-build.yml
* Merging Main (#8897 )
* Added Task Types for DataInsight and ES Reindex (#8882 )
* fix(ui): activity-feed popover position issue (#8881 )
fix: team count for Oganization Team
* Downgrade version of wait-on-check-action to 1.0.0 (#8894 )
* Add: JWT validation and GKE troubleshooting (#8678 )
* Add: JWT validation troubleshooting
* Add: GKE troubleshooting
* Add: GKE troubleshooting
* Update openmetadata-docs/content/deployment/kubernetes/gke-troubleshooting.md
Co-authored-by: Nahuel <nahuel@getcollate.io>
* Update openmetadata-docs/content/deployment/kubernetes/gke-troubleshooting.md
Co-authored-by: Nahuel <nahuel@getcollate.io>
* Update openmetadata-docs/content/deployment/security/jwt-troubleshooting.md
Co-authored-by: Nahuel <nahuel@getcollate.io>
* Update openmetadata-docs/content/deployment/security/jwt-troubleshooting.md
Co-authored-by: Nahuel <nahuel@getcollate.io>
* Update openmetadata-docs/content/deployment/security/jwt-troubleshooting.md
Co-authored-by: Nahuel <nahuel@getcollate.io>
* Update openmetadata-docs/content/deployment/security/jwt-troubleshooting.md
Co-authored-by: Nahuel <nahuel@getcollate.io>
* Update openmetadata-docs/content/deployment/kubernetes/gke-troubleshooting.md
Co-authored-by: Nahuel <nahuel@getcollate.io>
* Update jwt-troubleshooting.md
* Update openmetadata-docs/content/deployment/kubernetes/gke-troubleshooting.md
Co-authored-by: Nahuel <nahuel@getcollate.io>
* Update openmetadata-docs/content/deployment/security/jwt-troubleshooting.md
Co-authored-by: Nahuel <nahuel@getcollate.io>
* Update openmetadata-docs/content/deployment/security/jwt-troubleshooting.md
Co-authored-by: Nahuel <nahuel@getcollate.io>
Co-authored-by: Nahuel <nahuel@getcollate.io>
Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Nahuel <nahuel@getcollate.io>
Co-authored-by: Milan Bariya <52292922+MilanBariya@users.noreply.github.com>
* Update cypress-integration-tests-mysql.yml
* Update cypress-integration-tests-postgresql.yml
* Update maven-build.yml
* Update py-tests.yml
Co-authored-by: Vj-L <102945356+Vj-L@users.noreply.github.com>
Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Nahuel <nahuel@getcollate.io>
Co-authored-by: Milan Bariya <52292922+MilanBariya@users.noreply.github.com>
2022-11-22 15:00:11 +05:30
Sriharsha Chintalapani
4610478688
Fix #8933 : Add fixes to initSeedData from 0.12 upgrade ( #8934 )
...
* Fix #8933 : Add fixes to initSeedData from 0.12 upgrade
* Fix #8933 : Add fixes to initSeedData from 0.12 upgrade
* Fix #8933 : Add fixes to initSeedData from 0.12 upgrade
* Fix #8933 : Add fixes to initSeedData from 0.12 upgrade
2022-11-21 22:50:33 -08:00
Ayush Shah
b25336a55c
Add Generation of Pydantic Models via script ( #8923 )
2022-11-22 11:19:22 +05:30
Nahuel
5151db4ae0
Fix bug in secrets manager with SSO configuration ( #8932 )
...
* Fix bug in secrets manager with SSO configuration
* Remove comment from imports
* Sort imports
* Add missing decrypt when updating
* Add minor change
2022-11-21 22:37:20 +01:00
Sachin Chaurasiya
33e85456fc
doc: ( #8906 ) UI update what's new entries for 0.13.0 ( #8912 )
...
* doc: (#8906 ) UI update what's new entries for 0.13.0
* Remove glossary
* Revert "Remove glossary"
2022-11-21 09:38:32 -08:00
Chirag Madlani
8a3becf7f0
fix(ui): meridian showing twice in safari & firefox ( #8918 )
...
* fix(ui): meridian showing twice in safari & firefox
* fix tests
send refreshToken with logout request
2022-11-21 22:55:17 +05:30
Mayur Singal
859cfec5d0
Azure docs fix ( #8928 )
...
* Azure Docker Docs
* Add Image
2022-11-21 15:44:41 +01:00
Sachin Chaurasiya
ccc6d2dc9c
Fix #8924 KPI completness width should be currentValue/targetValue
( #8926 )
2022-11-21 19:55:48 +05:30
Pere Miquel Brull
83ef3315c3
Fix query log parser ( #8920 )
2022-11-21 12:55:55 +00:00