Ashish Gupta
bd49ed6d40
UI :- Change explore left panel to old style ui ( #8890 )
...
* Change explore left panel to old style ui
* remvove tailwind dependicies and added localisation
2022-11-19 13:09:14 +05:30
Sachin Chaurasiya
6ef9b718ab
UI : Improve pipeline execution tree view ( #8887 )
...
* UI : Improve pipeline execution tree view
* Addressing review comments
2022-11-19 12:35:16 +05:30
Aniket Katkar
8ef6b8cf74
UI #8513 : Activity feed filter UI improvements ( #8883 )
...
* Added colored svgs to show on feed and thread type filter selection
* updated spacing between activity feed cards
* Improved the filters styling on my-data page
* Fixed alignment for activity filters container on 'Activity Feeds & Tasks' tab
* Changed z-index for filter container to allow popovers to show on top
* Added no data placeholder in ActivityFeedList component for no data found for selected filters
* Fixed dropdown icon alignment for ActivityFeedList
* Worked on comments
Removed use of !important from css
Removed tailwind css changes
* fixed failing cypress tests
Co-authored-by: Nahuel Verdugo Revigliono <nahuel@getcollate.io>
2022-11-19 12:32:17 +05:30
Sriharsha Chintalapani
397a322135
Fix #8676 : Getting all entity data along with deleted one even if show deleted is true ( #8827 )
2022-11-18 21:57:51 -08:00
Suresh Srinivas
d758a542aa
Fix upgrade issues with new bot role feature ( #8895 )
2022-11-18 11:32:26 -08:00
Milan Bariya
fb548fc577
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>
2022-11-18 19:38:41 +01:00
Nahuel
a97a4ba6af
Downgrade version of wait-on-check-action to 1.0.0 ( #8894 )
2022-11-18 09:58:56 -08:00
Chirag Madlani
34fa75f6bd
fix(ui): activity-feed popover position issue ( #8881 )
...
fix: team count for Oganization Team
2022-11-18 20:41:33 +05:30
Mohit Yadav
884b747485
Added Task Types for DataInsight and ES Reindex ( #8882 )
2022-11-18 15:07:13 +00:00
NiharDoshi99
185872ca08
Fix: Updated docs for domo bigquery ( #8843 )
2022-11-18 19:15:42 +05:30
Milan Bariya
bc215515d8
Fix: ignored query with om-version and dbt ( #8851 )
...
* Fix: ignored query with om-version and dbt
* Change based on comments
2022-11-18 14:22:11 +01:00
Vj-L
2c055641be
Added host volumes for Database service ( #8722 )
...
* Added host volumes for Database service
* Formated the python file
* Done changes according to the comments on PR
* Changes done as per the comments on Draft PR
* Fix PyLint
* Changes done as per the comments on Draft PR
* Updated the path of volume for Database
* Added cleanup state in workflows
* Added cleanup state in workflows
Co-authored-by: “Vijay” <“vijay.l@deuexsolutions.com”>
Co-authored-by: ulixius9 <mayursingal9@gmail.com>
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2022-11-18 14:05:33 +01:00
Chirag Madlani
3da72ddd63
fix(ui): advance search style updates ( #8877 )
2022-11-18 18:30:57 +05:30
Mohit Yadav
e966bb343b
Refresh token Changes ( #8878 )
2022-11-18 17:59:32 +05:30
Ashish Gupta
1de27af02f
Encoded the fqn name on Node expand for lineage api endpoint ( #8864 )
2022-11-18 17:58:42 +05:30
Sachin Chaurasiya
e3ea6d0699
UI : Add Feedback text for kpi ( #8871 )
...
* UI : Add Feedback text for kpi
* Add util method for kpi result feedback.
* Address comment
2022-11-18 17:58:16 +05:30
Shailesh Parmar
eb55a2a20e
Fixed Remove StartDate on Pipeline UI #8860 ( #8862 )
...
* Fixed Remove StartDate on Pipeline UI #8860
* skip flaky test
* skipping flaky dashboard test
2022-11-18 12:14:51 +00:00
Ayush Shah
88c897fa14
add docs around passing of private key ( #8870 )
2022-11-18 11:11:49 +00:00
Ayush Shah
67309752a3
Add Doc around windows installation ( #8872 )
2022-11-18 11:05:42 +00:00
Nahuel
b14a3bc6ca
Review sensitive data not marked as password in the JSON schemas ( #8818 )
2022-11-18 11:35:08 +01:00
Mayur Singal
3dc357561e
Fix #8868 : Support json.gz
files for datalake ( #8869 )
...
* Fix #8868 : Support files
* Review comments
2022-11-18 10:31:25 +00:00
Aniket Katkar
175c23bd7f
UI #8513 : UI Improvements - 0.13 - part 2 ( #8813 )
...
* - Converted normal table to antd table for 'Service Page'
- Table styling made consistent
- Fixed delete icon issue on UsersList page
- Code optimisations
* Fixed failing unit tests for service page
* Used antd Card component instead of Row/Col in 'Service', 'DatabaseDetails' and 'DatabaseSchema' pages
* Code optimisation and eleminated duplications
* Reverted the changes for Using Card component instad of Row/Col
* - Fixed cypress tests
- Localisation changes
* Fixed unit tests
* fixed acitvity feed and task label
2022-11-18 16:00:42 +05:30
Pere Miquel Brull
a23196d2fa
Centralise Component Config definition ( #8863 )
...
* Centralise Component Config def
* Move def to basic
2022-11-18 10:12:46 +01:00
Teddy
d680d5d2d2
added logic for modulo function for pyodbc driver ( #8853 )
2022-11-18 08:41:36 +00:00
Ayush Shah
be59a78a49
Fix Great Expectation Import Error ( #8861 )
2022-11-18 07:04:40 +00:00
Ashish Gupta
5dc195df72
UI : fix the missing special character in TableEntity type column ( #8844 )
...
* fix the missing special character in TableEntity type column
* remove word break
* updated style same as earlier
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2022-11-18 10:00:29 +05:30
Sriharsha Chintalapani
148eb5bf1b
Entity timeseries table missing index on entityFQN causing slower queries ( #7968 )
2022-11-17 11:22:59 -08:00
Pere Miquel Brull
b203a92565
Add config file env var loading tests ( #8799 )
...
* Add env var load test
* Add env var load test
2022-11-17 16:52:42 +00:00
Pere Miquel Brull
93381a7343
Add Pylint print checker and py-checkstyle as required ( #8849 )
...
* Always run the checkstyle
* Add print checker lint plugin
* Typos
* Add print checker
* Fix e2e
2022-11-17 16:44:26 +00:00
Nahuel
550a4226e0
Fix: minor fix on text sent into slack when E2E fails ( #8847 )
2022-11-17 15:20:12 +00:00
dependabot[bot]
26e5eecd9f
Bump socket.io-parser in /openmetadata-ui/src/main/resources/ui ( #8845 )
...
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser ) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/socketio/socket.io-parser/releases )
- [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md )
- [Commits](https://github.com/socketio/socket.io-parser/compare/4.2.0...4.2.1 )
---
updated-dependencies:
- dependency-name: socket.io-parser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-17 20:16:21 +05:30
Nahuel
2a77dd0ceb
Add secrets manager documentation back ( #8771 )
...
* Add secrets manager documentation back
* Change OM version
2022-11-17 15:38:06 +01:00
Vj-L
684cbea960
Updated the host volume for Docker deployment section ( #8788 )
...
* Updated the host volume for Docker deployment section
* Updated the host volume for Docker deployment section
Co-authored-by: “Vijay” <“vijay.l@deuexsolutions.com”>
2022-11-17 14:11:51 +00:00
Shailesh Parmar
468200252c
Cypress Fixed failing glossary and recently searched term test ( #8840 )
...
* Cypress Fixed failing glossary and recently searched term test
* removed only keyword
2022-11-17 19:25:31 +05:30
Nahuel
626702f612
'get_table_entities_from_query' try with uppercase table name ( #8839 )
2022-11-17 14:27:07 +01:00
dependabot[bot]
fba1239f7e
Bump loader-utils in /openmetadata-ui/src/main/resources/ui ( #8792 )
...
Bumps [loader-utils](https://github.com/webpack/loader-utils ) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases )
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md )
- [Commits](https://github.com/webpack/loader-utils/compare/v1.4.1...v1.4.2 )
---
updated-dependencies:
- dependency-name: loader-utils
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-17 13:01:15 +00:00
Sachin Chaurasiya
0adcafe79d
Fix #8754 UI : Data Insight report improvements ( #8801 )
...
* Change insight to insights
* Fix : for percentage metric send value as fraction not whole number
* Fix: show percentage for chart instead of fraction
* Fix KPI fraction to percentage
* Fix : KPI results value and end time
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2022-11-17 17:18:24 +05:30
Mayur Singal
da490cf44b
Fix #8658 : Redshift Data Type Incorrect ( #8808 )
2022-11-17 17:01:23 +05:30
Ashish Gupta
a724f7e1cf
UI : Disabe the test connection of Openmetadata in Metadata service and change Metadata service icon ( #8811 )
...
* Disable test connection of Openmetadata in Metadata service
* minor improvement
* Added metadata line logo
2022-11-17 16:18:34 +05:30
Ayush Shah
7224145446
Fix and add Workflow Failures ( #8838 )
2022-11-17 10:45:17 +00:00
Shailesh Parmar
27b533bb11
Skip the flaky glossary test ( #8837 )
2022-11-17 10:11:32 +00:00
Teddy
4ab6dbc201
Data insight tests addition ( #8814 )
...
* Added additional tests around web analytics and data insight
* Added playwright dependency installation
* removed -m no-ui option
* Removed playwright tests
* Added event ingestion in setUp class
2022-11-17 10:44:52 +01:00
Aniket Katkar
bd9c098bc5
UI: Explore page UI improvements ( #8807 )
...
* - Added styling for TableDataCards to highlight on hover
- Changed styling for EntitySummaryDetails panel
- Made table title clickable for EntitySummaryDetails panel
-Code optimisations
* Worked on comments
Moved Typography component inside the TableDataCardTitle component
Added prefix to increase specificity of class name added before
* Changed Typograhy.Text to Typography.Title to eleminate unnecessary stylings
2022-11-17 14:46:37 +05:30
Pere Miquel Brull
fe16dea584
Fix #8794 - Separate DL requirements and lazy imports ( #8806 )
2022-11-17 09:11:54 +00:00
Shailesh Parmar
722d7ef473
Fixed UI: Lineage exit full screen is not working for pipeline entity #8831 ( #8832 )
2022-11-17 14:33:26 +05:30
NiharDoshi99
03d4011a17
Fix: Changes in bigquey for project-id ( #8708 )
2022-11-17 14:26:37 +05:30
alexbassa
5afde6ccf2
Fixed streamLoading bug ( #8240 )
...
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2022-11-17 09:41:41 +01:00
Pere Miquel Brull
b107bae4d1
E2E Workflow continue on fail ( #8833 )
2022-11-17 09:41:20 +01:00
Onkar Ravgan
c56004c395
Skipping analysis nodes ( #8812 )
2022-11-17 09:24:51 +01:00
Mayur Singal
b74fb82c15
Fix #8750 : Superset Owner Fix ( #8805 )
...
* Fix #8750 : Superset Owner Fix
* Refactor User Ingestion for Dashbaords
* User ES to Search User
* Pylint Fix
* Removed Unsed Import
2022-11-17 08:48:10 +01:00