Re: [PR] [#4362] feat(web): Add GitHub stars and forks number for WebUI [gravitino]

2024-11-21 Thread via GitHub
LauraXia123 commented on PR #5567: URL: https://github.com/apache/gravitino/pull/5567#issuecomment-2490465749 Thank you very much for your contribution. LGTM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

Re: [PR] [#4362] feat(web): Add GitHub stars and forks number for WebUI [gravitino]

2024-11-21 Thread via GitHub
xunliu merged PR #5567: URL: https://github.com/apache/gravitino/pull/5567 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@gravitino

Re: [PR] [#4362] feat(web): Add GitHub stars and forks number for WebUI [gravitino]

2024-11-20 Thread via GitHub
LauraXia123 commented on code in PR #5567: URL: https://github.com/apache/gravitino/pull/5567#discussion_r1851251962 ## web/web/src/app/rootLayout/AppBar.js: ## @@ -38,9 +38,11 @@ import { } from '@mui/material' import clsx from 'clsx' +import axios from 'axios' Review Comm

Re: [PR] [#4362] feat(web): Add GitHub stars and forks number for WebUI [gravitino]

2024-11-20 Thread via GitHub
SZL741023 commented on code in PR #5567: URL: https://github.com/apache/gravitino/pull/5567#discussion_r1850076747 ## web/web/src/lib/api/github/index.js: ## @@ -0,0 +1,38 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agree

Re: [PR] [#4362] feat(web): Add GitHub stars and forks number for WebUI [gravitino]

2024-11-19 Thread via GitHub
SZL741023 commented on code in PR #5567: URL: https://github.com/apache/gravitino/pull/5567#discussion_r1849443633 ## web/web/src/app/rootLayout/AppBar.js: ## @@ -64,6 +66,7 @@ const AppBar = () => { const metalakeItems = store.metalakes.map(i => i.name) setMetalakes(m

Re: [PR] [#4362] feat(web): Add GitHub stars and forks number for WebUI [gravitino]

2024-11-19 Thread via GitHub
LauraXia123 commented on code in PR #5567: URL: https://github.com/apache/gravitino/pull/5567#discussion_r1846046848 ## web/web/src/app/rootLayout/GitHubInfo.js: ## @@ -0,0 +1,76 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor licens

Re: [PR] [#4362] feat(web): Add GitHub stars and forks number for WebUI [gravitino]

2024-11-19 Thread via GitHub
SZL741023 commented on code in PR #5567: URL: https://github.com/apache/gravitino/pull/5567#discussion_r1849443633 ## web/web/src/app/rootLayout/AppBar.js: ## @@ -64,6 +66,7 @@ const AppBar = () => { const metalakeItems = store.metalakes.map(i => i.name) setMetalakes(m

Re: [PR] [#4362] feat(web): Add GitHub stars and forks number for WebUI [gravitino]

2024-11-19 Thread via GitHub
SZL741023 commented on code in PR #5567: URL: https://github.com/apache/gravitino/pull/5567#discussion_r1849443943 ## web/web/src/lib/api/github/index.js: ## @@ -0,0 +1,38 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agree