mchades commented on code in PR #7796:
URL: https://github.com/apache/gravitino/pull/7796#discussion_r2254398919
##
core/src/main/java/org/apache/gravitino/SupportsRelationOperations.java:
##
@@ -95,4 +120,31 @@ void insertRelation(
Entity.EntityType dstType,
boole
mchades opened a new pull request, #7940:
URL: https://github.com/apache/gravitino/pull/7940
### What changes were proposed in this pull request?
remove shade "com.sun" to avoid shade jdk class in bundle jar
### Why are the changes needed?
Fix: #7745
### Does this
yuqi1129 commented on PR #7794:
URL: https://github.com/apache/gravitino/pull/7794#issuecomment-3155150034
> Check the code of gvfs, it has some speicial logic to handle the single
file logic, you should check the code.
OK, I have checked and it seems that all single-file releated log
yuqi1129 commented on code in PR #7939:
URL: https://github.com/apache/gravitino/pull/7939#discussion_r2254265966
##
server/src/main/java/org/apache/gravitino/server/web/rest/JobOperations.java:
##
@@ -191,7 +199,111 @@ public Response deleteJobTemplate(
}
}
- private
jerryshao commented on code in PR #7936:
URL: https://github.com/apache/gravitino/pull/7936#discussion_r2254246942
##
core/src/main/java/org/apache/gravitino/job/JobManager.java:
##
@@ -103,6 +127,32 @@ public JobManager(Config config, EntityStore entityStore,
IdGenerator idGen
yuqi1129 commented on issue #7919:
URL: https://github.com/apache/gravitino/issues/7919#issuecomment-3155081993
> [@yuqi1129](https://github.com/yuqi1129) yah, I want to use Hadoop Catalog
to make easier to read Ceph RGW as Hadoop Compatible File System. Therefore, I
try to set up some conf
jerryshao commented on code in PR #7936:
URL: https://github.com/apache/gravitino/pull/7936#discussion_r2254245883
##
core/src/main/java/org/apache/gravitino/job/JobManager.java:
##
@@ -470,7 +620,7 @@ static String replacePlaceholder(String inputString,
Map replace
retu
nqvuong1998 commented on issue #7919:
URL: https://github.com/apache/gravitino/issues/7919#issuecomment-3155069824
@yuqi1129 yah, I want to use Hadoop Catalog to make easier to read Ceph RGW.
I try to set up some conf follow docs, but I struggle with path-style-access
Ceph RGW connection. D
yuqi1129 commented on code in PR #7936:
URL: https://github.com/apache/gravitino/pull/7936#discussion_r225346
##
core/src/main/java/org/apache/gravitino/job/JobManager.java:
##
@@ -103,6 +127,32 @@ public JobManager(Config config, EntityStore entityStore,
IdGenerator idGene
jerryshao opened a new pull request, #7939:
URL: https://github.com/apache/gravitino/pull/7939
### What changes were proposed in this pull request?
Add the job related rest interface for Gravitino.
### Why are the changes needed?
Fix: #7758
### Does this PR introd
yuqi1129 commented on issue #7919:
URL: https://github.com/apache/gravitino/issues/7919#issuecomment-3155057934
> I deploy a Iceberg REST Catalog with Ceph RGW and I want to create
external s3 fileset on my warehouse
I want to determine if you are using the iceberg rest catalog that s
jerryshao merged PR #7923:
URL: https://github.com/apache/gravitino/pull/7923
--
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...@gravit
yuqi1129 commented on code in PR #7796:
URL: https://github.com/apache/gravitino/pull/7796#discussion_r2254151087
##
core/src/main/java/org/apache/gravitino/SupportsRelationOperations.java:
##
@@ -95,4 +120,31 @@ void insertRelation(
Entity.EntityType dstType,
bool
jerryshao commented on PR #7923:
URL: https://github.com/apache/gravitino/pull/7923#issuecomment-3154915835
@yuqi1129 @mchades can you please help to review again?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use th
mchades commented on code in PR #7923:
URL: https://github.com/apache/gravitino/pull/7923#discussion_r2253614086
##
common/src/main/java/org/apache/gravitino/dto/job/ShellJobTemplateDTO.java:
##
@@ -0,0 +1,45 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
mchades opened a new issue, #7938:
URL: https://github.com/apache/gravitino/issues/7938
### What would you like to be improved?
When the owner of a Metalake deletes themselves from the Metalake, the
Metalake becomes an orphan, and after that, no one can manage the Metalake
anymore. W
jerryshao commented on code in PR #7881:
URL: https://github.com/apache/gravitino/pull/7881#discussion_r2253542679
##
catalogs/catalog-model/src/main/java/org/apache/gravitino/catalog/model/ModelCatalogOperations.java:
##
@@ -614,6 +625,18 @@ private void doRemoveProperty(
jerqi commented on code in PR #7610:
URL: https://github.com/apache/gravitino/pull/7610#discussion_r2253785582
##
api/src/main/java/org/apache/gravitino/stats/PartitionDropStatistics.java:
##
@@ -0,0 +1,68 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ *
jerryshao commented on code in PR #7610:
URL: https://github.com/apache/gravitino/pull/7610#discussion_r2253561930
##
api/src/main/java/org/apache/gravitino/stats/PartitionComparator.java:
##
@@ -0,0 +1,53 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ *
yuqi1129 merged PR #7798:
URL: https://github.com/apache/gravitino/pull/7798
--
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...@graviti
jerqi commented on code in PR #7610:
URL: https://github.com/apache/gravitino/pull/7610#discussion_r2253783674
##
api/src/main/java/org/apache/gravitino/stats/PartitionUpdateStatistics.java:
##
@@ -0,0 +1,67 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+
jerryshao commented on PR #7877:
URL: https://github.com/apache/gravitino/pull/7877#issuecomment-3154171741
This configuration can be a built-in configuration, we don't have to let the
user know or set it explicitly.
--
This is an automated message from the Apache Git Service.
To respond
jerryshao closed issue #7757: [Subtask] Add the dispatcher logic for the job
system
URL: https://github.com/apache/gravitino/issues/7757
--
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
jerryshao opened a new issue, #7937:
URL: https://github.com/apache/gravitino/issues/7937
### Describe the subtask
This issue tracks the work of adding the integration test for the job system.
### Parent issue
#7154
--
This is an automated message from the Apache Git
jerryshao closed issue #7506: [Subtask] Add the job execution framework in
Gravitino
URL: https://github.com/apache/gravitino/issues/7506
--
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
xiaozcy commented on code in PR #7881:
URL: https://github.com/apache/gravitino/pull/7881#discussion_r2253693810
##
catalogs/catalog-model/src/main/java/org/apache/gravitino/catalog/model/ModelCatalogOperations.java:
##
@@ -614,6 +625,18 @@ private void doRemoveProperty(
en
jerqi commented on code in PR #7610:
URL: https://github.com/apache/gravitino/pull/7610#discussion_r2253692745
##
api/src/main/java/org/apache/gravitino/stats/PartitionComparator.java:
##
@@ -0,0 +1,53 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or
jerryshao commented on code in PR #7610:
URL: https://github.com/apache/gravitino/pull/7610#discussion_r2253582327
##
api/src/main/java/org/apache/gravitino/stats/PartitionRange.java:
##
@@ -0,0 +1,87 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or m
jerryshao commented on code in PR #7923:
URL: https://github.com/apache/gravitino/pull/7923#discussion_r2253642029
##
common/src/main/java/org/apache/gravitino/dto/job/ShellJobTemplateDTO.java:
##
@@ -0,0 +1,45 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under on
LauraXia123 commented on PR #7846:
URL: https://github.com/apache/gravitino/pull/7846#issuecomment-3154150386
https://github.com/apache/gravitino/blob/0f956f6065630eb347b41990fae4ae5d003e7ca2/web/integration-test/src/test/java/org/apache/gravitino/integration/test/web/ui/CatalogsPageTest.jav
jerryshao commented on code in PR #7610:
URL: https://github.com/apache/gravitino/pull/7610#discussion_r2253573275
##
api/src/main/java/org/apache/gravitino/stats/PartitionDropStatistics.java:
##
@@ -0,0 +1,68 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
jerryshao commented on code in PR #7610:
URL: https://github.com/apache/gravitino/pull/7610#discussion_r2253586741
##
api/src/main/java/org/apache/gravitino/stats/PartitionUpdateStatistics.java:
##
@@ -0,0 +1,67 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under o
jerryshao commented on code in PR #7610:
URL: https://github.com/apache/gravitino/pull/7610#discussion_r2253564007
##
api/src/main/java/org/apache/gravitino/stats/PartitionComparator.java:
##
@@ -0,0 +1,53 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ *
jerryshao commented on code in PR #7610:
URL: https://github.com/apache/gravitino/pull/7610#discussion_r2253571341
##
api/src/main/java/org/apache/gravitino/stats/PartitionComparator.java:
##
@@ -0,0 +1,53 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ *
FANNG1 commented on code in PR #7917:
URL: https://github.com/apache/gravitino/pull/7917#discussion_r2253567842
##
gradle/libs.versions.toml:
##
@@ -55,8 +55,8 @@ commons-collections3 = "3.2.2"
commons-configuration1 = "1.6"
commons-dbcp2 = "2.11.0"
caffeine = "2.9.3"
-iceber
mchades commented on code in PR #7796:
URL: https://github.com/apache/gravitino/pull/7796#discussion_r2253556397
##
core/src/main/java/org/apache/gravitino/meta/DummyEntity.java:
##
@@ -0,0 +1,154 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more
FANNG1 commented on code in PR #7917:
URL: https://github.com/apache/gravitino/pull/7917#discussion_r2253556804
##
iceberg/iceberg-rest-server/src/test/java/org/apache/gravitino/iceberg/service/TestIcebergCatalogWrapperManagerForREST.java:
##
@@ -55,7 +55,7 @@ public void testVa
jerryshao commented on code in PR #7881:
URL: https://github.com/apache/gravitino/pull/7881#discussion_r2253530242
##
catalogs/catalog-model/src/main/java/org/apache/gravitino/catalog/model/ModelCatalogOperations.java:
##
@@ -614,6 +625,18 @@ private void doRemoveProperty(
jerryshao commented on code in PR #7796:
URL: https://github.com/apache/gravitino/pull/7796#discussion_r2253521381
##
core/src/main/java/org/apache/gravitino/policy/PolicyManager.java:
##
@@ -222,17 +229,71 @@ public boolean deletePolicy(String metalake, String
policyName) {
jerryshao commented on code in PR #7796:
URL: https://github.com/apache/gravitino/pull/7796#discussion_r2253518932
##
core/src/main/java/org/apache/gravitino/meta/DummyEntity.java:
##
@@ -0,0 +1,154 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or mor
jerryshao commented on code in PR #7796:
URL: https://github.com/apache/gravitino/pull/7796#discussion_r2253513453
##
core/src/main/java/org/apache/gravitino/SupportsRelationOperations.java:
##
@@ -76,6 +77,30 @@ List
listEntitiesByRelation(
Type relType, NameIdentifier
jerryshao commented on code in PR #7917:
URL: https://github.com/apache/gravitino/pull/7917#discussion_r2253498836
##
iceberg/iceberg-rest-server/src/test/java/org/apache/gravitino/iceberg/service/TestIcebergCatalogWrapperManagerForREST.java:
##
@@ -55,7 +55,7 @@ public void tes
jerryshao commented on code in PR #7917:
URL: https://github.com/apache/gravitino/pull/7917#discussion_r2253495906
##
gradle/libs.versions.toml:
##
@@ -55,8 +55,8 @@ commons-collections3 = "3.2.2"
commons-configuration1 = "1.6"
commons-dbcp2 = "2.11.0"
caffeine = "2.9.3"
-ice
yuqi1129 commented on PR #7923:
URL: https://github.com/apache/gravitino/pull/7923#issuecomment-3154014418
I have no further comments. @mchades
Would you like to look again?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
jerryshao opened a new pull request, #7936:
URL: https://github.com/apache/gravitino/pull/7936
### What changes were proposed in this pull request?
Add the job status pulling thread and orphan file cleaner thread for job
manager.
### Why are the changes needed?
Fix:
jerryshao commented on PR #7923:
URL: https://github.com/apache/gravitino/pull/7923#issuecomment-3153950465
> The issue number in the title and description appears to be incorrect.
Fixed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please
jerryshao commented on PR #7794:
URL: https://github.com/apache/gravitino/pull/7794#issuecomment-3153935722
Check the code of gvfs, it has some speicial logic to handle the single file
logic, you should check the code.
--
This is an automated message from the Apache Git Service.
To respon
yuqi1129 commented on PR #7794:
URL: https://github.com/apache/gravitino/pull/7794#issuecomment-3153886653
> you should also fix the gvfs code
I have added code to disable creating a fileset with a single file. I have
no idea what changes should be made to the GVFS and why, regarding
dyrnq opened a new issue, #7935:
URL: https://github.com/apache/gravitino/issues/7935
### Version
main branch
### Describe what's wrong
1. create two gravitino-iceberg-rest named `foo_rest_catalog` and
`bar_rest_catalog`
2. create db and tables on `foo_rest_catalog`
mchades commented on code in PR #7610:
URL: https://github.com/apache/gravitino/pull/7610#discussion_r2253312497
##
api/src/main/java/org/apache/gravitino/stats/PartitionRange.java:
##
@@ -0,0 +1,87 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or mor
mchades opened a new issue, #7933:
URL: https://github.com/apache/gravitino/issues/7933
### Describe the subtask
add user doc for policy management
### Parent issue
#7139
--
This is an automated message from the Apache Git Service.
To respond to the message, please lo
FANNG1 commented on PR #7877:
URL: https://github.com/apache/gravitino/pull/7877#issuecomment-3153716098
`clientCompatibleWithJDK8` seems complicated, others LGTM, @jerryshao do you
have time to take another look?
--
This is an automated message from the Apache Git Service.
To respond to
mchades opened a new pull request, #7934:
URL: https://github.com/apache/gravitino/pull/7934
### What changes were proposed in this pull request?
add user doc for policy usage
### Why are the changes needed?
Fix: #7933
### Does this PR introduce _any_ user-facing
jerqi commented on code in PR #7610:
URL: https://github.com/apache/gravitino/pull/7610#discussion_r2253255208
##
api/src/main/java/org/apache/gravitino/stats/PartitionRange.java:
##
@@ -0,0 +1,87 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more
xiaozcy commented on code in PR #7881:
URL: https://github.com/apache/gravitino/pull/7881#discussion_r2253070830
##
catalogs/catalog-model/src/main/java/org/apache/gravitino/catalog/model/ModelCatalogOperations.java:
##
@@ -614,6 +625,18 @@ private void doRemoveProperty(
en
nqvuong1998 commented on issue #7919:
URL: https://github.com/apache/gravitino/issues/7919#issuecomment-3153215206
@yuqi1129 , I only want to show you that Ceph RGW AssumeRole (STS) work!
Currently, I deploy a Iceberg REST Catalog with Ceph RGW and I want to create
external s3 fileset on my
mchades commented on code in PR #7796:
URL: https://github.com/apache/gravitino/pull/7796#discussion_r2253056743
##
core/src/main/java/org/apache/gravitino/SupportsRelationOperations.java:
##
@@ -76,6 +77,30 @@ List
listEntitiesByRelation(
Type relType, NameIdentifier n
yuqi1129 commented on code in PR #7796:
URL: https://github.com/apache/gravitino/pull/7796#discussion_r2253014536
##
core/src/main/java/org/apache/gravitino/SupportsRelationOperations.java:
##
@@ -76,6 +77,30 @@ List
listEntitiesByRelation(
Type relType, NameIdentifier
jerryshao commented on code in PR #7881:
URL: https://github.com/apache/gravitino/pull/7881#discussion_r2253018279
##
catalogs/catalog-model/src/main/java/org/apache/gravitino/catalog/model/ModelCatalogOperations.java:
##
@@ -614,6 +625,18 @@ private void doRemoveProperty(
yuqi1129 merged PR #7931:
URL: https://github.com/apache/gravitino/pull/7931
--
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...@graviti
mchades closed issue #7771: [Improvement] Optimize fileset catalog server side
operations
URL: https://github.com/apache/gravitino/issues/7771
--
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 spe
mchades merged PR #7782:
URL: https://github.com/apache/gravitino/pull/7782
--
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...@gravitin
yuqi1129 commented on issue #7919:
URL: https://github.com/apache/gravitino/issues/7919#issuecomment-3153092606
> Yes, Ceph RGW supports Credentials Vending through STS token, I am using
Ceph RGW with Iceberg REST Catalog
I'm quite puzzled. What on earth do you use? Is the Iceberg
hqbhoho opened a new pull request, #7931:
URL: https://github.com/apache/gravitino/pull/7931
### What changes were proposed in this pull request?
Document the usage constraints for trino.bypass.* properties
### Why are the changes needed?
Fix: #7906
### Does this PR introd
bharos commented on PR #7930:
URL: https://github.com/apache/gravitino/pull/7930#issuecomment-3153064395
> @LauraXia123 Could you help me review this code?
I need to still cleanup this code. Will ping on the PR again. Meanwhile feel
free to take a look at the high level approach
--
jerqi commented on code in PR #7930:
URL: https://github.com/apache/gravitino/pull/7930#discussion_r2252953053
##
web/web/package.json:
##
@@ -34,6 +34,7 @@
"lodash-es": "^4.17.21",
"next": "14.2.21",
"nprogress": "^0.2.0",
+"oidc-client-ts": "^3.3.0",
Review
jerqi commented on PR #7930:
URL: https://github.com/apache/gravitino/pull/7930#issuecomment-3153049904
@LauraXia123 Could you help me review this code?
--
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
diqiu50 merged PR #7907:
URL: https://github.com/apache/gravitino/pull/7907
--
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...@gravitin
nqvuong1998 commented on issue #7919:
URL: https://github.com/apache/gravitino/issues/7919#issuecomment-3153043558
Hi @yuqi1129
1. It shows `Caused by: com.amazonaws.SdkClientException: Unable to execute
HTTP request: nprod-dev-spark-artifacts.lbrgw.ceph-nonprod-pdc.hcnet.vn: Name
or se
diqiu50 closed issue #7906: [Improvement] Increase the priority of
configuration which is defined by Gravitino in Trino
URL: https://github.com/apache/gravitino/issues/7906
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
mchades merged PR #7901:
URL: https://github.com/apache/gravitino/pull/7901
--
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...@gravitin
mchades closed issue #7900: [Bug report] MySQL table with time column with
default value can't load
URL: https://github.com/apache/gravitino/issues/7900
--
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
yuqi1129 commented on issue #7919:
URL: https://github.com/apache/gravitino/issues/7919#issuecomment-3153012447
1. Can you provide the full stack of error messages here?
2. It seems that you are trying to use `s3-token`, does `Ceph RGW` support
s3-style token, and whether the protocol co
jerqi commented on PR #7883:
URL: https://github.com/apache/gravitino/pull/7883#issuecomment-3153006013
Thanks, merged.
--
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 u
jerqi merged PR #7883:
URL: https://github.com/apache/gravitino/pull/7883
--
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.
yuqi1129 commented on code in PR #7907:
URL: https://github.com/apache/gravitino/pull/7907#discussion_r2252923944
##
docs/trino-connector/supported-catalog.md:
##
@@ -137,6 +137,7 @@ call gravitino.system.create_catalog(
```
A prefix with `trino.bypass.` in the configuration
jerqi closed issue #7926: [Subtask] Add OAuth support for JWKS URLs
URL: https://github.com/apache/gravitino/issues/7926
--
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 uns
hqbhoho commented on code in PR #7907:
URL: https://github.com/apache/gravitino/pull/7907#discussion_r2252920817
##
docs/trino-connector/supported-catalog.md:
##
@@ -137,6 +137,7 @@ call gravitino.system.create_catalog(
```
A prefix with `trino.bypass.` in the configuration
yuqi1129 commented on code in PR #7907:
URL: https://github.com/apache/gravitino/pull/7907#discussion_r2252897902
##
docs/trino-connector/supported-catalog.md:
##
@@ -137,6 +137,7 @@ call gravitino.system.create_catalog(
```
A prefix with `trino.bypass.` in the configuration
jerryshao commented on code in PR #7881:
URL: https://github.com/apache/gravitino/pull/7881#discussion_r2252895392
##
api/src/main/java/org/apache/gravitino/model/ModelVersionChange.java:
##
@@ -302,6 +335,18 @@ final class UpdateUri implements ModelVersionChange {
* @para
LindaSummer commented on issue #7797:
URL: https://github.com/apache/gravitino/issues/7797#issuecomment-3152958821
Hi @xunliu ,
I am interested in this topic.😊
Could this issue be assigned to me?
Best Regards,
Edward
--
This is an automated message from the Apache Git S
jerryshao commented on code in PR #7923:
URL: https://github.com/apache/gravitino/pull/7923#discussion_r2252892333
##
server/src/main/java/org/apache/gravitino/server/web/rest/JobOperations.java:
##
@@ -0,0 +1,263 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under
yuqi1129 commented on code in PR #7782:
URL: https://github.com/apache/gravitino/pull/7782#discussion_r2252891688
##
catalogs/catalog-fileset/src/main/java/org/apache/gravitino/catalog/fileset/FilesetCatalogOperations.java:
##
@@ -129,8 +130,76 @@ public class FilesetCatalogOper
FANNG1 commented on PR #7917:
URL: https://github.com/apache/gravitino/pull/7917#issuecomment-3152953947
@jerryshao @jerqi PTAL, thx
--
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 c
Copilot commented on code in PR #7904:
URL: https://github.com/apache/gravitino/pull/7904#discussion_r2252852269
##
clients/client-python/gravitino/utils/serdes.py:
##
@@ -0,0 +1,104 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license
bharos opened a new pull request, #7930:
URL: https://github.com/apache/gravitino/pull/7930
#7925 feat(oauth): implement OIDC authentication flow with automatic token
management
- Add OIDC login/logout components and event handlers
- Store JWT id_token for backend validation if ac
dependabot[bot] commented on PR #7409:
URL: https://github.com/apache/gravitino/pull/7409#issuecomment-3152216901
Superseded by #7929.
--
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
dependabot[bot] closed pull request #7411: build(deps): bump next from 14.2.21
to 14.2.30 in /web/web
URL: https://github.com/apache/gravitino/pull/7411
--
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
dependabot[bot] opened a new pull request, #7929:
URL: https://github.com/apache/gravitino/pull/7929
Bumps
[@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer)
from 14.2.24 to 14.2.31.
Release notes
Sourced from https://github.com/verc
dependabot[bot] closed pull request #7409: build(deps-dev): bump
@next/bundle-analyzer from 14.2.24 to 14.2.30 in /web/web
URL: https://github.com/apache/gravitino/pull/7409
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
dependabot[bot] commented on PR #7411:
URL: https://github.com/apache/gravitino/pull/7411#issuecomment-3152216704
Superseded by #7928.
--
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
dependabot[bot] opened a new pull request, #7928:
URL: https://github.com/apache/gravitino/pull/7928
Bumps [next](https://github.com/vercel/next.js) from 14.2.21 to 14.2.31.
Release notes
Sourced from https://github.com/vercel/next.js/releases";>next's releases.
v14.2.31
dependabot[bot] closed pull request #7606: build(deps): bump react-hook-form
from 7.54.2 to 7.60.0 in /web/web
URL: https://github.com/apache/gravitino/pull/7606
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abo
dependabot[bot] opened a new pull request, #7927:
URL: https://github.com/apache/gravitino/pull/7927
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form)
from 7.54.2 to 7.62.0.
Release notes
Sourced from https://github.com/react-hook-form/react-hook-form/rele
dependabot[bot] commented on PR #7606:
URL: https://github.com/apache/gravitino/pull/7606#issuecomment-3152112838
Superseded by #7927.
--
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
bharos opened a new issue, #7925:
URL: https://github.com/apache/gravitino/issues/7925
### Describe the subtask
Current UI login for OAuth only supports explicitly providing client ID,
secret and scope, which is 1. Not safe or feasible for user logins and 2.
Doesn't work with provide
bharos commented on PR #7883:
URL: https://github.com/apache/gravitino/pull/7883#issuecomment-3151740402
> Could you create some subtasks issues? We shouldn't reuse an issue.
Thanks for the review!
Added subtask #7926 , updated the PR description
--
This is an automated message f
bharos opened a new issue, #7926:
URL: https://github.com/apache/gravitino/issues/7926
### Describe the subtask
Currently Gravitino server only has capability to validate OAuth tokens
using defaultSignKey.
But most of the OAuth providers need support of validation through JWKS
URI
tsungchih commented on PR #7811:
URL: https://github.com/apache/gravitino/pull/7811#issuecomment-3151387787
> > > I got another error, when I run
> > > ```
> > > ./gradlew :clients:client-python:build
> > > ```
> > >
> > >
> > >
> > >
> > >
> > >
vishnu-chalil commented on PR #7765:
URL: https://github.com/apache/gravitino/pull/7765#issuecomment-3151383021
> @vishnu-chalil the code seems not updated, could you recheck it?
@FANNG1 could check this again
--
This is an automated message from the Apache Git Service.
To respond t
1 - 100 of 12712 matches
Mail list logo