Parth Panchal
8bed933e34
Fixed#9426: When in Debug mode OM is logging passwords in plaintext ( #9629 )
...
* Fixed#9426: When in Debug mode OM is logging passwords in plaintext
* Fixed#9426: When in Debug mode OM is logging passwords in plaintext
* Fixed#9426: When in Debug mode OM is logging passwords in plaintext
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2023-01-06 19:36:18 +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
923aeb0882
chore(ui): clean up the type declaration file ( #9624 )
2023-01-06 17:34:47 +05:30
Sachin Chaurasiya
aeb08a78b7
chore (ui) : remove react-tippy and rc-tree from webpack config ( #9631 )
...
* chore (ui) : remove react-tippy from webpack config
* remove rc-tree from webpack
2023-01-06 13:34:41 +05:30
Onkar Ravgan
e9ac8ecb85
Fix 7972: Added dbt tag classification name ( #9575 )
...
* Added dbt tag classification name
* resolved merge conflicts
* handle ui side change for dbt schema change
* Fixed migration scripts
* fixed failing cypress for dbt
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2023-01-06 11:08:21 +05:30
Sachin Chaurasiya
b12e919f3b
chore (ui) : add coverage path ignore patterns ( #9628 )
2023-01-06 10:14:29 +05:30
Shailesh Parmar
70d9c27035
ui: localization changes ( #9612 )
...
* ui: localization changes
* fixed failing tags cypress
* reverted fr-fr file changes
* addressing comments
* addressing comments
* addressing comments
* fixed error message issue
* Disable AlertTest
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
2023-01-05 21:51:15 +05:30
Sachin Chaurasiya
9f1f91f393
chore : Update localization values ( #9598 )
...
* chore : update the localization labels value
* chore : update message and server values
* fix : cy test
* address comments
2023-01-05 07:15:11 +00:00
Parth Panchal
a813d25efa
Fixes#9576: Data insights page empty and reindexing fails ( #9597 )
...
* Fixes#9576: Data insights page empty and reindexing fails
* Fixes#9576: Data insights page empty and reindexing fails
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2023-01-05 11:42:54 +05:30
Shailesh Parmar
2bc8ca050d
fixed ANTD deprecated warnings ( #9560 )
...
* fixed and deprecate warning
* fixed failing unit test
2023-01-05 06:02:25 +00:00
Chirag Madlani
ea84695648
fix(ui): missing localization key for delete widget ( #9600 )
2023-01-05 10:00:50 +05:30
Chirag Madlani
0d71d15b04
fix(ui): split of undefined error ( #9609 )
...
remove unused files
2023-01-05 09:57:52 +05:30
dependabot[bot]
93f0efdab1
Bump json5 from 2.2.1 to 2.2.3 in /openmetadata-ui/src/main/resources/ui ( #9608 )
...
Bumps [json5](https://github.com/json5/json5 ) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3 )
---
updated-dependencies:
- dependency-name: json5
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>
2023-01-04 22:30:48 +05:30
Sachin Chaurasiya
a93909e7c8
chore(ui) : Remove react-tippy dependency and use antd component ( #9606 )
...
* chore(ui) : Remove react-tippy dependency and use antd component
* remove : react-tippy package
* chore : replace popover with tooltip where required
* fix : unit test
2023-01-04 15:21:46 +00:00
Chirag Madlani
daa5cc3caf
chore(ui): jest comment for coverage on PRs ( #9601 )
2023-01-04 14:12:02 +00:00
dependabot[bot]
d29c7da890
Bump fast-json-patch in /openmetadata-ui/src/main/resources/ui ( #9551 )
...
Bumps [fast-json-patch](https://github.com/Starcounter-Jack/JSON-Patch ) from 3.0.0-1 to 3.1.1.
- [Release notes](https://github.com/Starcounter-Jack/JSON-Patch/releases )
- [Commits](https://github.com/Starcounter-Jack/JSON-Patch/compare/3.0.0-1...3.1.1 )
---
updated-dependencies:
- dependency-name: fast-json-patch
dependency-type: direct:production
...
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>
2023-01-04 19:16:34 +05:30
Chirag Madlani
d459f5a998
chore(ui): remove react-slick and use AntD carousel ( #9586 )
2023-01-04 13:22:12 +00:00
Chirag Madlani
96aa75b885
chore(ui): fix todo comments and done cleanup on types ( #9585 )
2023-01-04 13:20:18 +00:00
Sachin Chaurasiya
fb42c0f8d5
refactor : move ErrorBoundary, Authentication and Router folder to components folder ( #9592 )
...
* refactor : move ErrorBoundary folder to components folder
* refactor : move authentication and router folder inside components
* fix : unit tests and remove unwanted mocking
2023-01-04 13:01:39 +00:00
Chirag Madlani
780b88cc0a
fix(test): cypress failure for react-select changes ( #9596 )
...
* fix(test): cypress failure for react-select changes
* fix glossary flaky tests
2023-01-04 11:38:38 +00:00
Aniket Katkar
de271d80a7
fix(ui): cypress test fixes and improvements ( #9574 )
...
* fixed skipped cypress tests and fixed flaky tests
* removed unnecessary comments
* fixed failing tests for myData spec
* Fixed glossary cypress tests
2023-01-04 14:28:50 +05:30
Shailesh Parmar
92db967717
fixed glossary term and user profile picture API failure issue ( #9581 )
2023-01-03 13:54:04 +00:00
Chirag Madlani
831edcf002
feat(ui): support locale change option from UI ( #9553 )
2023-01-03 14:27:21 +05:30
Chirag Madlani
9c7e8ba424
chore(ui): improve localisation keys ( #9569 )
...
* chore(ui): improve localization keys
* address comments
2023-01-03 14:27:10 +05:30
Chirag Madlani
195a157b29
chore(ui): remove react-select deps from project ( #9570 )
2023-01-03 12:56:49 +05:30
Parth Panchal
dbf0152c85
Added maven publish git action workflow ( #9568 )
2023-01-03 11:18:29 +05:30
Shailesh Parmar
749d850043
fixed tags and classifications update issue ( #9563 )
...
* fixed tags and classifications update issue
* fixed tab change issue for tags
2023-01-02 15:09:39 +00:00
Onkar Ravgan
dc157ee286
Fixed ingestion tags with new tags API ( #9552 )
...
* Fixed ingestion tags with new API
* fix cypress failures
* wait for tags API
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2022-12-31 07:33:02 -06:00
Chirag Madlani
cb78343898
fix(ui): tag api related changes to UI ( #9532 )
...
* fix(ui): tag api related changes to UI
* fix api calls
* fix tests
* fix tag cypress tests
* address comments
* update tag api calls
* fix tests
* fix unit tests
* fix unit tests failures
* fix cypress failure
* fix tests
* fix unit tests
2022-12-31 00:47:02 +05:30
Ashish Gupta
d7e4ec30ac
UI : Remove tailwind css dependency from Policies and Rule Page ( #9518 )
...
* Remove tailwind css dependicy from Roles and Basic signup form
* Remove tailwind css dependicy from Policies and Rule Page
2022-12-30 19:15:04 +05:30
Chirag Madlani
5de9658545
test(ui): cypress added for alerts flow ( #9527 )
...
* test(ui): cypress added for alerts flow
* skip flaky user test
* fix failure
* comment addressed
* update datatestid
2022-12-30 15:40:52 +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
cce6c4a2ad
fix import missing for base url ( #9543 )
2022-12-29 13:27:37 +00:00
Chirag Madlani
188c4ae6bf
fix(test): cypress fix for dynamic url instead static ( #9541 )
2022-12-29 17:01:34 +05:30
Ashish Gupta
edc32769de
UI : UI improvement for Policy, Roles and Test Suite ( #9500 )
...
* UI fix for Policy, Roles and Test Suite
* added validation in add policy and css for team table
* fix cypress issue
* changes css for child row
* remove tailwind classes
2022-12-29 08:42:58 +00:00
Chirag Madlani
6d40d1a285
chore(ui): clean localization keys ( #9529 )
2022-12-29 10:45:31 +05:30
Ashish Gupta
4b43a56c43
UI : Remove tailwind css dependency from Roles and Basic signup form ( #9517 )
...
* Remove tailwind css dependicy from Roles and Basic signup form
* change flex class to d-flex
2022-12-28 19:13:05 +05:30
Chirag Madlani
bf6fc5f93a
prepare(release) next release ( #9479 )
...
* prepare(release) next release
* airflow typo
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2022-12-27 20:15:46 +05:30
Pere Miquel Brull
a4521fd664
Fix #6562 - Sources have their own package ( #9521 )
...
Fix #6562 - Sources have their own package (#9521 )
2022-12-27 15:00:22 +01:00
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
Suresh Srinivas
758c976cba
Fixes #9259 Change Tags APIs to conform with rest of the APIs ( #9260 )
2022-12-26 12:32:17 -08:00
Chirag Madlani
12dadb0b8e
fix(ui): license header added for missing files ( #9522 )
...
* fix(ui): license header added for missing files
fix localization keys
* revert webpack file
2022-12-26 14:13:28 +05:30
Sachin Chaurasiya
82619bb05b
chore : remove unused request description modal ( #9515 )
2022-12-23 16:11:30 +05:30
Chirag Madlani
8431d23dba
fix(ui): missing localization for activity feed alert ( #9514 )
2022-12-23 10:15:24 +00:00
Shailesh Parmar
b7ca64f6eb
Cypress: Fixed data quality and profiler cypress test ( #9461 )
...
* Cypress: Fixed data quality and profiler cypress test
* added API wait for data quality test
2022-12-23 15:24:14 +05:30
Sachin Chaurasiya
c9fac5eb8b
fix : e2e teams spec ( #9492 )
2022-12-23 11:07:07 +05:30
Chirag Madlani
8d7781c862
chore(ui): eliminate unused packages and code ( #9501 )
2022-12-23 10:32:09 +05:30
Shailesh Parmar
e0e37b5afc
fix redirection issue from entity details page to profiler page ( #9494 )
2022-12-22 21:10:11 +05:30
Aniket Katkar
631ab1beb2
fix: ui fixes for 0.13.1 ( #9486 )
...
* Ui fixes for 0.13.1
* fixes for add rule, add policy, edit rule, policy details pages
* fix: do not show pipeline execution tree if results are not present
* minor ui fixes
* fix localization
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2022-12-22 11:15:51 +00:00
Ashish Gupta
871da6f6db
UI :- Added Data Insights in elasticsearch for re-indexing ( #9292 )
...
* Added Data Insights in elasticsearch for re-indexing
* minor changes
* label changes
* added localisation
* added localisation in constant
2022-12-22 08:17:55 +00:00