24 Commits

Author SHA1 Message Date
Chirag Madlani
370ee13a24
fix(ui): security vulnerability for ui package.json (#17845) 2024-09-15 14:24:17 +05:30
Ashish Gupta
3d52258b65
#16644: support resizable column to customProperty (#17735)
* support resizable column to customProperty

* fix sonar by mocking react-ant-column-resize globally

* remove duplicate table less and added css loader fix in webpack config file
2024-09-06 19:23:13 +05:30
Sachin Chaurasiya
6344782ac5
Fix(#15421): Azure SSO Issue due to MSAL version (#15509)
* Fix(#15421): Azure SSO Issue due to MSAL version

* Update Jest configuration
2024-03-12 18:46:24 +05:30
Chirag Madlani
7490663bc8
Cleanup entity details (#15461)
* chore(ui): move entitydetails loading to

* improve version page

* minor improvement for version

* fix tests

* chore(ui): reduce routes from specific to generic to reduce the code (#15404)

* chore(ui): reduce routes from specific to generic to reduce the code

* cleanup on authenticated app router

* fix tests

* fix path for table then other type

* fix cypress

* address comments

* fix routes issue

* fix path issue for versino pages

(cherry picked from commit bb03e594a4113ffd3266ab9220d1b7efc14a50f5)

* fix paths

* fix tests

* fix mock issue

* fix java lint

* fix task path
2024-03-06 17:33:13 +05:30
dependabot[bot]
ed8147fcf9
chore(deps): bump axios from 0.22.0 to 1.6.0 in /openmetadata-ui/src/main/resources/ui (#13947)
* chore(deps): bump axios in /openmetadata-ui/src/main/resources/ui

Bumps [axios](https://github.com/axios/axios) from 0.22.0 to 1.6.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.22.0...v1.6.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix tests

* fix imports

* fix errors

* remove import

* remove import

---------

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>
2023-12-05 12:31:13 +05:30
karanh37
852edc74d3
refactor: remove font awesome dependency (#10081)
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-02-03 14:56:48 +05:30
Sachin Chaurasiya
cfacbfa168
chore(ui) : Organize imports from baseURL with tsconfig-paths-webpack-plugin (#9663)
* chore(ui) : Organize imports from baseURL with tsconfig-paths-webpack-plugin

* make PageContainer as tsx file
2023-01-10 14:34:51 +00:00
Chirag Madlani
1d81d16ac0
chore(ui): organise import paths with meaningful names (#9633)
* chore(ui): organize import paths with meaningful names

* fix tests

* fix: pages alias

* organize imports for pages

* fix: add jest config for pages and components

* organize imports for components

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2023-01-06 14:14:57 +00:00
Sachin Chaurasiya
b12e919f3b
chore (ui) : add coverage path ignore patterns (#9628) 2023-01-06 10:14:29 +05:30
Chirag Madlani
d6a8646fa8
bum(ui): eslint v8 (#9526)
* bum(ui): eslint v8

* remove json sort-key plugin from eslint

* sort json keys

* fix unit tests failures

* fix unit test errors
2022-12-29 19:18:48 +05:30
Chirag Madlani
d030c6cbfe
fix(ui): automate license header process via pre-commit hook (#9523)
* fix(ui): automate license header process via pre-commit hook

* remove header duplications

* update .less files license header
2022-12-27 12:37:58 +05:30
Chirag Madlani
3d3dcff910
bump(ui): recharts deps to v2 (#8203)
* bump(ui): recharts deps to v2

* fix legend rendering

* fix console warnings
2022-10-19 11:52:21 +05:30
Chirag Madlani
5cefe1bfbb
refactor(ui): mock matchMedia globally for unit tests (#6985)
* refactor(ui): mock matchMedia globally for unit tests

* remove unused tests
2022-08-27 16:00:38 +05:30
Vivek Ratnavel Subramanian
fe7151e870
Fix flaky Cypress test (#6415)
* Fix flaky Cypress test

* Add jest fake timers
2022-07-29 09:49:22 +05:30
Sachin Chaurasiya
16e94a8b16
Fix #6320 UI : Update Entity Versions Markdown Parser (#6327) 2022-07-26 11:05:55 +05:30
Sachin Chaurasiya
ffcc88330c
Feat : Add support for reactions to conversation threads (#5421) 2022-06-13 13:38:54 -07:00
Sachin Chaurasiya
db0eaa8cbb
Feat : #5057 UI : Add support for adding a custom field to an entity (#5184)
* Feat : #5057 UI : Add support for adding a custom field to an entity

* Add suport for deeplink

* Add unit test for custom entity page component

* Add unit test for custom entity detail

* Fix : params code styling for get list method

* Fetch type details on type select

* Fix failing unit test

* Fix code styling

* Fix #5042: Add a field to an entity API is failing

* Add unit test

* Add unit test

* Style : change customfields table styling.

* Add unit test

* Add support for deleting custom field

* Add unit test for delete field flow

* Fix failing unit test

* Add operation state

* Add support for edit field

* Add unit test

* Fix no-data row styling

* Complete todo items

* Add check for if no entity data available

* Add unit test

* Fix code smell

* Fix feed issue for entity `type`

* Addressing review comment

* Addressing review comments

Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
2022-05-31 23:58:55 +05:30
darth-coder00
148c96c0a4
Fix #4455: UI Support for Optional DBT fields (#4489) 2022-05-01 22:06:30 -07:00
Akash Jain
4e1b44d696
feat: Add Workflow CI for SonarCloud OpenMetadata UI (#3708)
* Adding Workflow CI for SonarCloud OpenMetadata UI

* Adding sonar project properties and reporter for UI

* Added mock and test exclusions

* Minor changes

* fix node version to 12.x in CI

* Test CI workflow

* fixed syntax

* remove yarn caching

* test docker on steps

* remove jobs container

* test out args

* update path

* check with yarn

* fix typo

* fix typo

* fix typo

* fix typo

* use npm -g command

* removed project base dir

Co-authored-by: darth-coder00 <aashit@getcollate.io>
2022-04-01 10:31:45 +05:30
Sachin Chaurasiya
d03eb59603
Fix #3667 Blank page is displayed if user navigates to a deleted team (#3752) 2022-03-30 13:40:25 -07:00
Sachin Chaurasiya
1830bc9ad2
UI: Enhancing Table details page to load tab specific data. (#2527) 2022-02-01 18:06:55 +05:30
darth-coder00
92d6e943db
Added unit test coverage config (#2513) 2022-01-31 22:09:00 +05:30
parthp2107
a9e70e6a89
License header update (#1498)
* updated liscense header

* updated license header

* updated license header

* updated license header

* addressing stylecheck findings
2021-12-01 12:46:28 +05:30
Sriharsha Chintalapani
a180adc39c
Fix #1299: Move UI module into its own maven module (#1351)
* Fix #1299: Move UI module into its own maven module

* Fix #1299: fix indentation in selenium tests

* Fix #1299: fix indentation in selenium tests

* Fix #1299: fix indentation in selenium tests

* Fix: Updated json2ts command script

* Removed ignored file for bundle analyzer

* Updated gitignore

* Cleaning up the gitignore

Co-authored-by: darth-coder00 <aashit@getcollate.io>
2021-11-24 13:18:54 +05:30