You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2021/12/14 23:08:12 UTC

[incubator-ponymail-foal] branch master updated (a4af6be -> bce19a4)

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git.


    from a4af6be  Update version
     new 1faa0ce  Don't default the limit
     new bce19a4  Update version

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 server/plugins/messages.py | 2 +-
 server/server_version.py   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

[incubator-ponymail-foal] 01/02: Don't default the limit

Posted by se...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git

commit 1faa0cee49dc3b537c180d11dd8b15e1646adc5f
Author: Sebb <se...@apache.org>
AuthorDate: Tue Dec 14 23:07:29 2021 +0000

    Don't default the limit
---
 server/plugins/messages.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/plugins/messages.py b/server/plugins/messages.py
index 1e72bcc..781a8c2 100644
--- a/server/plugins/messages.py
+++ b/server/plugins/messages.py
@@ -406,7 +406,7 @@ async def query_batch(
 async def query(
     session: plugins.session.SessionObject,
     query_defuzzed: dict,
-    query_limit: int = 10000,
+    query_limit: int,
     hide_deleted: bool = True,
     metadata_only: bool = False,
     epoch_order: str = "desc",

[incubator-ponymail-foal] 02/02: Update version

Posted by se...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git

commit bce19a4c34fb033063102cdf547c5c2eeea9acc6
Author: Sebb <se...@apache.org>
AuthorDate: Tue Dec 14 23:07:59 2021 +0000

    Update version
---
 server/server_version.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/server_version.py b/server/server_version.py
index 471cab8..6dbcfb3 100644
--- a/server/server_version.py
+++ b/server/server_version.py
@@ -1,2 +1,2 @@
 # This file is generated by server/update_version.sh
-PONYMAIL_SERVER_VERSION = 'e416fd3'
+PONYMAIL_SERVER_VERSION = '1faa0ce'