[GitHub] [james-project] vttranlina opened a new pull request, #1718: JAMES-3925 Improve CassandraUploadUsageRepository.resetSpace - query to database one time

2023-09-06 Thread via GitHub
vttranlina opened a new pull request, #1718: URL: https://github.com/apache/james-project/pull/1718 (no comment) -- 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

[GitHub] [james-project] vttranlina commented on a diff in pull request #1707: JAMES-3925 Recompute current values of JMAP upload

2023-09-06 Thread via GitHub
vttranlina commented on code in PR #1707: URL: https://github.com/apache/james-project/pull/1707#discussion_r1318072668 ## server/protocols/webadmin/webadmin-mailbox/src/main/java/org/apache/james/webadmin/routes/UserQuotaRoutes.java: ## @@ -90,6 +98,16 @@ private static

[GitHub] [james-project] vttranlina commented on a diff in pull request #1707: JAMES-3925 Recompute current values of JMAP upload

2023-09-06 Thread via GitHub
vttranlina commented on code in PR #1707: URL: https://github.com/apache/james-project/pull/1707#discussion_r1318063358 ## server/protocols/webadmin/webadmin-mailbox/src/main/java/org/apache/james/webadmin/routes/UserQuotaRoutes.java: ## @@ -90,6 +98,16 @@ private static

[james-project] branch 3.8.x updated: JAMES-3938 IMAP MOVE should not fail on empty mailbox (#1716)

2023-09-06 Thread btellier
This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch 3.8.x in repository https://gitbox.apache.org/repos/asf/james-project.git The following commit(s) were added to refs/heads/3.8.x by this push: new c63143251c JAMES-3938 IMAP MOVE should

[GitHub] [james-project] chibenwa merged pull request #1716: JAMES-3938 IMAP MOVE should not fail on empty mailbox (#1713)

2023-09-06 Thread via GitHub
chibenwa merged PR #1716: URL: https://github.com/apache/james-project/pull/1716 -- 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:

[GitHub] [james-project] chibenwa opened a new pull request, #1717: JAMES-3930 Different DN for listing user and authenticating users

2023-09-06 Thread via GitHub
chibenwa opened a new pull request, #1717: URL: https://github.com/apache/james-project/pull/1717 - Allows to block users - Allows in conjunction with resolveLocalPartAttribute to set up virtual accounts -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [james-project] hungphan227 commented on pull request #1707: JAMES-3925 Recompute current values of JMAP upload

2023-09-06 Thread via GitHub
hungphan227 commented on PR #1707: URL: https://github.com/apache/james-project/pull/1707#issuecomment-1708101398 document updated -- 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

[GitHub] [james-project] hungphan227 commented on a diff in pull request #1707: JAMES-3925 Recompute current values of JMAP upload

2023-09-06 Thread via GitHub
hungphan227 commented on code in PR #1707: URL: https://github.com/apache/james-project/pull/1707#discussion_r1317047507 ## server/protocols/webadmin/webadmin-mailbox/src/main/java/org/apache/james/webadmin/routes/UserQuotaRoutes.java: ## @@ -102,21 +101,20 @@ private static

[GitHub] [james-project] chibenwa commented on a diff in pull request #1707: JAMES-3925 Recompute current values of JMAP upload

2023-09-06 Thread via GitHub
chibenwa commented on code in PR #1707: URL: https://github.com/apache/james-project/pull/1707#discussion_r1316939321 ## server/protocols/webadmin/webadmin-mailbox/src/main/java/org/apache/james/webadmin/routes/UserQuotaRoutes.java: ## @@ -102,21 +101,20 @@ private static

[GitHub] [james-project] chibenwa commented on a diff in pull request #1707: JAMES-3925 Recompute current values of JMAP upload

2023-09-06 Thread via GitHub
chibenwa commented on code in PR #1707: URL: https://github.com/apache/james-project/pull/1707#discussion_r1316938730 ## server/protocols/webadmin/webadmin-mailbox/src/main/java/org/apache/james/webadmin/routes/UserQuotaRoutes.java: ## @@ -102,21 +101,20 @@ private static

[GitHub] [james-project] hungphan227 commented on a diff in pull request #1707: JAMES-3925 Recompute current values of JMAP upload

2023-09-06 Thread via GitHub
hungphan227 commented on code in PR #1707: URL: https://github.com/apache/james-project/pull/1707#discussion_r1316923298 ## server/protocols/webadmin/webadmin-mailbox/src/main/java/org/apache/james/webadmin/routes/UserQuotaRoutes.java: ## @@ -90,6 +100,24 @@ private static

[GitHub] [james-project] chibenwa commented on a diff in pull request #1707: JAMES-3925 Recompute current values of JMAP upload

2023-09-06 Thread via GitHub
chibenwa commented on code in PR #1707: URL: https://github.com/apache/james-project/pull/1707#discussion_r1316888264 ## server/protocols/webadmin/webadmin-mailbox/src/main/java/org/apache/james/webadmin/routes/UserQuotaRoutes.java: ## @@ -90,6 +100,24 @@ private static

[GitHub] [james-project] hungphan227 commented on a diff in pull request #1707: JAMES-3925 Recompute current values of JMAP upload

2023-09-06 Thread via GitHub
hungphan227 commented on code in PR #1707: URL: https://github.com/apache/james-project/pull/1707#discussion_r1316881360 ## server/protocols/webadmin/webadmin-mailbox/src/main/java/org/apache/james/webadmin/routes/UserQuotaRoutes.java: ## @@ -90,6 +100,24 @@ private static

[GitHub] [james-project] hungphan227 commented on a diff in pull request #1707: JAMES-3925 Recompute current values of JMAP upload

2023-09-06 Thread via GitHub
hungphan227 commented on code in PR #1707: URL: https://github.com/apache/james-project/pull/1707#discussion_r1316885074 ## server/protocols/webadmin/webadmin-mailbox/src/main/java/org/apache/james/webadmin/routes/UserQuotaRoutes.java: ## @@ -90,6 +100,24 @@ private static

[GitHub] [james-project] hungphan227 commented on a diff in pull request #1707: JAMES-3925 Recompute current values of JMAP upload

2023-09-06 Thread via GitHub
hungphan227 commented on code in PR #1707: URL: https://github.com/apache/james-project/pull/1707#discussion_r1316881360 ## server/protocols/webadmin/webadmin-mailbox/src/main/java/org/apache/james/webadmin/routes/UserQuotaRoutes.java: ## @@ -90,6 +100,24 @@ private static

[GitHub] [james-project] hungphan227 commented on a diff in pull request #1707: JAMES-3925 Recompute current values of JMAP upload

2023-09-06 Thread via GitHub
hungphan227 commented on code in PR #1707: URL: https://github.com/apache/james-project/pull/1707#discussion_r1316881360 ## server/protocols/webadmin/webadmin-mailbox/src/main/java/org/apache/james/webadmin/routes/UserQuotaRoutes.java: ## @@ -90,6 +100,24 @@ private static

[GitHub] [james-project] hungphan227 commented on a diff in pull request #1707: JAMES-3925 Recompute current values of JMAP upload

2023-09-06 Thread via GitHub
hungphan227 commented on code in PR #1707: URL: https://github.com/apache/james-project/pull/1707#discussion_r1316859754 ## mailbox/cassandra/src/test/java/org/apache/james/mailbox/cassandra/mail/task/CassandraRecomputeCurrentQuotasServiceTest.java: ## @@ -52,6 +53,7 @@ import

[GitHub] [james-project] hungphan227 commented on a diff in pull request #1707: JAMES-3925 Recompute current values of JMAP upload

2023-09-06 Thread via GitHub
hungphan227 commented on code in PR #1707: URL: https://github.com/apache/james-project/pull/1707#discussion_r1316859754 ## mailbox/cassandra/src/test/java/org/apache/james/mailbox/cassandra/mail/task/CassandraRecomputeCurrentQuotasServiceTest.java: ## @@ -52,6 +53,7 @@ import

[GitHub] [james-project] hungphan227 commented on a diff in pull request #1707: JAMES-3925 Recompute current values of JMAP upload

2023-09-06 Thread via GitHub
hungphan227 commented on code in PR #1707: URL: https://github.com/apache/james-project/pull/1707#discussion_r1316854576 ## server/protocols/webadmin/webadmin-mailbox/src/main/java/org/apache/james/webadmin/routes/UserQuotaRoutes.java: ## @@ -99,17 +101,22 @@ private static

[GitHub] [james-project] Arsnael commented on pull request #1651: JAMES-3822 Package of Pulsar using docker-compose

2023-09-06 Thread via GitHub
Arsnael commented on PR #1651: URL: https://github.com/apache/james-project/pull/1651#issuecomment-1707796439 Next time I would advice you to just squash everything up, as your PR is globally approved and it's just a question of getting a green build. It would be easier to rebase at least

[GitHub] [james-project] chibenwa commented on a diff in pull request #1707: JAMES-3925 Recompute current values of JMAP upload

2023-09-06 Thread via GitHub
chibenwa commented on code in PR #1707: URL: https://github.com/apache/james-project/pull/1707#discussion_r1316819318 ## server/protocols/webadmin/webadmin-mailbox/src/main/java/org/apache/james/webadmin/routes/UserQuotaRoutes.java: ## @@ -90,6 +100,24 @@ private static

[GitHub] [james-project] quantranhong1999 commented on a diff in pull request #1707: JAMES-3925 Recompute current values of JMAP upload

2023-09-06 Thread via GitHub
quantranhong1999 commented on code in PR #1707: URL: https://github.com/apache/james-project/pull/1707#discussion_r1316805533 ## server/protocols/webadmin/webadmin-mailbox/src/main/java/org/apache/james/webadmin/routes/UserQuotaRoutes.java: ## @@ -99,17 +101,22 @@ private