Chirag Madlani
173a88be7c
fix(ui): wrong relative time being rendered ( #9098 )
...
* fix(ui): wrong relative time being rendered
* unit tests added for timeUtils
* remove tailwind classes
2022-12-01 12:11:16 +00:00
Milan Bariya
2f9f169de9
Fix: Safer default Mark Deleted Tables ( #9065 )
...
* Fix: Safer default Mark Deleted Tables
* Fix: Change Based On Comments
* Fix: Change Based On Comments
* Add: Migration Files
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2022-12-01 16:26:43 +05:30
Shailesh Parmar
11edcef279
Fixed ctrl + k is not working as expected #7824 ( #9096 )
2022-12-01 16:08:19 +05:30
Sachin Chaurasiya
c1c9284ea8
Fix 9093 : Search Card Link to smoothly route instead of loading the whole page ( #9094 )
...
* Fix : Search Card Link to smoothly route instead of loading the whole page
* Fix : cy tests
2022-12-01 06:18:47 +00:00
Shailesh Parmar
63afdc79f4
Cypress: Enable the skip test and fix failing test ( #9048 )
...
* Cypress: Enable the skip test and fix failing test
* Fix fail test case
2022-12-01 09:42:21 +05:30
Sachin Chaurasiya
317a8f1711
Fix #8993 Add Datainsight ingestion option available even after a pipeline already running ( #9075 )
...
* Fix #8993 Add Datainsight ingestion option available even after a pipeline already running
* Remove tailwind class
* Remove tailwind
* refactor : the code to check if Data InSight Ingestion Exists
2022-11-30 17:44:31 +00:00
Chirag Madlani
ee21654342
fix(ui): connection form missing for new connectors ( #9084 )
2022-11-30 16:20:44 +01:00
Aniket Katkar
9c8492c7a3
Fix(UI) #8555 : Tags removal issue ( #9055 )
...
* Fixed Error thrown while removing tags from data asset details page
* Fixed bug where user were not able to remove the tags on Dashboard Details page
* Changes in MlModelFeaturesList component:
- Tag removal bug fix
- Removed tailwind use and replaced with antd
- Code optimisation
- Localisation changes
* Moved height and width styling from app.less to size.less
* Moved tags sorting functionality to a common util function
* Removed redundant labels in en-us and replaced with common reusable label
* Removed unnecessary code
* localisation changes
* Added unit tests for added functions in CommonUtils and DashboardDetailsUtils
* Added missing localisation changes for MlModelFeaturesList
2022-11-30 14:45:26 +00:00
Ashish Gupta
42fe8617f6
UI : Remove whitespace in the name ( #9057 )
...
* fix the whitespace in the name end while team creation
* remove whitespace while addig tags
* remove whitespace
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2022-11-30 17:18:28 +05:30
Shailesh Parmar
7ed607f291
Removed tailwind class from pages component part 1 ( #9054 )
...
* Removed tailwind class from pages component part 1
* Addressing comments
2022-11-30 16:43:42 +05:30
Shailesh Parmar
c855af6167
Cypress: Added postgres connector and usage test ( #9053 )
2022-11-30 16:43:03 +05:30
Chirag Madlani
1663219b93
fix(ui): localisation for constant files ( #9066 )
...
* fix(ui): localization for constant files
* fix typo
* revert yarn coverage changes
* fix GlobalSettings constant file name issue
* fix url file name postfix
* fix GlobalSettings constants path
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2022-11-30 16:01:04 +05:30
dependabot[bot]
39fdf762d3
Bump loader-utils in /openmetadata-ui/src/main/resources/ui ( #9052 )
...
Bumps [loader-utils](https://github.com/webpack/loader-utils ) from 2.0.0 to 2.0.4.
- [Release notes](https://github.com/webpack/loader-utils/releases )
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md )
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.0...v2.0.4 )
---
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>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2022-11-30 10:17:08 +05:30
Chirag Madlani
31d711defd
fix(ui): localization keys for constants files ( #9051 )
...
* fix(ui): localization keys for constants files
* fix unit tests
2022-11-29 19:48:35 +05:30
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Shailesh Parmar
edadfba9b3
Fixed: Struct type columns not expanding in UI #8907 ( #8915 )
...
* Fixed: Struct type columns not expanding in UI #8907
* updated expand icon logic
2022-11-21 12:28:38 +00:00
Shailesh Parmar
effba5e170
Cypress: Added session login for all the cypress specs ( #8903 )
2022-11-21 17:02:48 +05:30
Sachin Chaurasiya
c8166f2f4a
UI : Add Empty data placeholder for data insight graph ( #8919 )
...
* UI : Add Empty data placeholder for data insight charts
* Fix kpichart no data placeholder alignment
2022-11-21 16:28:24 +05:30
Sachin Chaurasiya
e24d07f0bd
Fix #8910 UI : Add owner is not working for table entity. ( #8911 )
2022-11-21 15:28:04 +05:30
Ashish Gupta
5f358c3b65
UI : Rename Add Elastic Search Reindex button item name ( #8848 )
...
* Rename Add Elastic Search Reindex button name
* changes as per comments
* added localisation
* changes as per comments
* Fix label condition
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2022-11-21 15:24:35 +05:30
Chirag Madlani
a857456cee
fix(ui): add missing localization strings ( #8902 )
2022-11-21 06:35:45 +00:00
Ashish Gupta
997d3dc57d
UI : Change Pipeline tasks ui to switch tabs ( #8880 )
...
* Change Pipeline tasks ui to switch tabs
* fix unit test issue
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2022-11-21 11:52:12 +05:30
Aniket Katkar
0aa62df5be
UI #8513 : UI improvements 0.13 Part-3 ( #8889 )
...
* Removed highlighting on hover of data cards for data assets other than table
* Fixed alignment issues in Executions tab for pipelines
* Entity summary panel profiler data styling changed
* Added vector svg to use in Executions tab
* Changed OM logo to show on services page for Openmetadata Service
* Fixed Breadcrumb typo for add ingestion page
Replaced 'entity' with 'data asset'
Localisation
* Fixed version page bug
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2022-11-19 19:52:53 +05:30