| Mon, 05 Sep 2022 16:25:20 -0400 |
John Rouillard |
postgresql native-fts; more indexer tests
|
| Sun, 15 May 2022 12:02:57 -0400 |
John Rouillard |
issue2551159 - cl.filter fails if filterspec is None ...
|
| Thu, 27 Jan 2022 19:48:48 -0500 |
John Rouillard |
Allow Roundup to use PostgreSQL database native full text search
|
| Sun, 23 Jan 2022 18:57:45 -0500 |
John Rouillard |
Summary: Add test cases for sqlite fts
|
| Thu, 10 Jun 2021 16:16:40 -0400 |
John Rouillard |
issue2551142 - Import of retired node ... unique constraint failure.
|
| Thu, 10 Jun 2021 12:52:05 -0400 |
John Rouillard |
issue2551142 - Import of retired node ... unique constraint failure.
|
| Mon, 07 Jun 2021 10:50:45 -0400 |
John Rouillard |
issue2551142 - Import of retired node ... fails with unique constraint
|
| Mon, 07 Jun 2021 09:58:39 -0400 |
John Rouillard |
issue2551142 - Import ... unique constraint failure.
|
| Thu, 03 Jun 2021 21:48:28 -0400 |
John Rouillard |
Fix find() with anydbm. Add fast return shortcut.
|
| Tue, 18 May 2021 08:50:46 +0200 |
Ralf Schlatterbeck |
Implement expressions for Link properties
|
| Mon, 17 May 2021 20:52:27 +0200 |
Ralf Schlatterbeck |
Fix searching+sorting for Link properties
|
| Mon, 17 May 2021 17:35:50 +0200 |
Ralf Schlatterbeck |
Tests for Link expressions
|
| Thu, 13 May 2021 10:28:45 +0200 |
Ralf Schlatterbeck |
Disable a failing test
|
| Wed, 12 May 2021 13:32:18 +0200 |
Ralf Schlatterbeck |
Bug-fix in expression parser
|
| Mon, 10 May 2021 16:19:37 +0200 |
Ralf Schlatterbeck |
Tests and bug-fix for issue2551119
|
| Sat, 08 May 2021 18:13:20 +0200 |
Ralf Schlatterbeck |
Make rev multilink for Link work
|
| Sat, 08 May 2021 12:52:35 +0200 |
Ralf Schlatterbeck |
Make rev multilink expressions work for anydbm
|
| Sat, 08 May 2021 10:39:01 +0200 |
Ralf Schlatterbeck |
Make reverse multilink expressions work for mysql
|
| Sat, 08 May 2021 09:45:38 +0200 |
Ralf Schlatterbeck |
Allow '-1' (empty) in multilink expression
|
| Fri, 07 May 2021 21:47:16 +0200 |
Ralf Schlatterbeck |
Add test for rev multilink expressions
|
| Fri, 07 May 2021 20:50:08 +0200 |
Ralf Schlatterbeck |
Multilink expressions with simple "or"
|
| Fri, 07 May 2021 16:01:57 +0200 |
Ralf Schlatterbeck |
Make multilink expressions work with mysql
|
| Fri, 07 May 2021 15:05:11 +0200 |
Ralf Schlatterbeck |
Add test for multilink expression feature
|
| Wed, 31 Mar 2021 15:18:38 +0200 |
Ralf Schlatterbeck |
Move mocknull from test to roundup/test
|
| Wed, 31 Mar 2021 12:49:28 +0200 |
Ralf Schlatterbeck |
Make memorydb persistent across re-open
|
| Sat, 27 Mar 2021 11:57:02 -0400 |
John Rouillard |
Enable testMultilinkOrdering check. Fix back_anydbm to pass.
|
| Thu, 04 Mar 2021 12:55:21 +0100 |
Ralf Schlatterbeck |
Use server-side cursor for postgres in some cases
|
| Sun, 20 Dec 2020 15:43:07 -0500 |
John Rouillard |
Remove old code import imp, old style trackers db/backend_name
|
| Sun, 20 Dec 2020 11:08:57 -0500 |
John Rouillard |
Remove standalone pytest run_tests.py bundle
|
| Tue, 28 Jul 2020 07:16:49 -0400 |
John Rouillard |
Try to remove errors from postgres/mysql
|
| Tue, 28 Jul 2020 06:52:28 -0400 |
John Rouillard |
Check for DesignatorError rather than ValueError
|
| Tue, 28 Jul 2020 06:44:43 -0400 |
John Rouillard |
Fix splitDesignator test.
|
| Tue, 28 Jul 2020 06:24:39 -0400 |
John Rouillard |
Summary: Constrain format of classname and document
|
| Tue, 19 May 2020 09:25:48 +0200 |
Ralf Schlatterbeck |
Fix rev_multilink properties search/retrieval
|
| Fri, 01 May 2020 16:34:35 +0200 |
Ralf Schlatterbeck |
Make 'find' work for rev_multilink properties
|
| Wed, 29 Apr 2020 16:30:27 +0200 |
Ralf Schlatterbeck |
Allow to define reverse Multilinks
|
| Mon, 02 Mar 2020 19:02:16 +0100 |
Ralf Schlatterbeck |
Better Date filtering
|
| Wed, 12 Feb 2020 17:25:39 +0100 |
Ralf Schlatterbeck |
Fix warning about assert always True
|
| Tue, 31 Dec 2019 21:35:46 -0500 |
John Rouillard |
Restructure test code. Assign expected value to variable.
|
| Sat, 28 Sep 2019 00:05:40 -0400 |
John Rouillard |
Fix admin security role test; missing new permisions.
|
| Fri, 27 Sep 2019 20:38:31 -0400 |
John Rouillard |
Add rudimentery experiment JSON Web Token (jwt) support
|
| Mon, 26 Aug 2019 20:23:53 +0200 |
Ralf Schlatterbeck |
Implement limit and offset for filter
|
| Mon, 26 Aug 2019 18:18:02 +0200 |
Ralf Schlatterbeck |
Implement exact string search
|
| Mon, 10 Jun 2019 20:53:32 -0400 |
John Rouillard |
base64.encodestring is deprecated on python > 3.1. Eliminate warning
|
| Mon, 10 Jun 2019 20:21:26 -0400 |
John Rouillard |
Replace depricated assertEquals with assertEqual failUnless with asserTrue.
|
| Sat, 01 Jun 2019 17:28:33 -0400 |
John Rouillard |
Dump results of test. Getting intermittent failure from
|
| Wed, 22 May 2019 20:56:59 -0400 |
John Rouillard |
Handle UnicodeDecodeError in file class when file contents are not
|
| Sat, 11 May 2019 18:23:49 -0400 |
John Rouillard |
Added Otk support to db_test_base to make test_cgi work. I think this
|
| Fri, 15 Mar 2019 20:29:00 -0400 |
John Rouillard |
assert_ is depricated. Replacing with assertTrue to reduce logs in travisci.
|
| Sun, 12 Aug 2018 16:17:14 +0100 |
Christof Meerwald |
use gpg module instead of pyme module for PGP encryption
|
| Sun, 12 Aug 2018 16:15:10 +0100 |
Christof Meerwald |
updated mailgw to no longer use mimetools based on jerrykan's patch
|
| Sun, 12 Aug 2018 16:05:42 +0100 |
Christof Meerwald |
blobfiles now always stores/returns bytes
|
| Sat, 04 Aug 2018 22:40:16 +0100 |
Christof Meerwald |
reworked random number use
|
| Wed, 01 Aug 2018 22:03:50 +0100 |
Christof Meerwald |
helper to allow comparing dicts and None values in Python 3
|
| Sun, 29 Jul 2018 02:45:39 +0100 |
Christof Meerwald |
encoding fixes in test cases
|
| Sat, 28 Jul 2018 22:28:13 +0100 |
Christof Meerwald |
only compare sorted output as order depends on implementation details
|
| Sat, 28 Jul 2018 22:01:46 +0100 |
Christof Meerwald |
fix tests for Python 3
|
| Tue, 24 Jul 2018 23:04:42 +0000 |
Joseph Myers |
Python 3 preparation: update calls to dict methods.
|
| Tue, 24 Jul 2018 22:23:46 +0000 |
Joseph Myers |
Python 3 preparation: use parentheses in list comprehension.
|
| Tue, 24 Jul 2018 22:22:08 +0000 |
Joseph Myers |
Python 3 preparation: make relative imports explicit.
|