comparison CHANGES.txt @ 6908:3260926d7e7e

fix postgresl-fts indexer: get_indexer reported not implemented When I implemented postgresql fts indexing I forgot to remove code that raised NotImplemented when it was requested. Also had to fix import to match filename. Added tests for native-fts paths in get_indexer.
author John Rouillard <rouilj@ieee.org>
date Sat, 03 Sep 2022 17:58:41 -0400
parents 393430d4849a
children 9ff091537f43
comparison
equal deleted inserted replaced
6907:551fec9c4cfc 6908:3260926d7e7e
36 - issue2551137 - roundup-server won't run with ssl under python3 36 - issue2551137 - roundup-server won't run with ssl under python3
37 Fixed by using SocketIO and manually adding buffering io and 37 Fixed by using SocketIO and manually adding buffering io and
38 catching SSL.ZeroReturnError indicating SSL has been shut down. 38 catching SSL.ZeroReturnError indicating SSL has been shut down.
39 - add caching header for text/javascript in addition to depricated 39 - add caching header for text/javascript in addition to depricated
40 application/javascript. (John Rouillard) 40 application/javascript. (John Rouillard)
41 - Enable postgres-fts: fix indexer-common::get_indexer so it returns a
42 postgresql-fts Test code paths in get_indexer. (John Rouillard)
41 43
42 Features: 44 Features:
43 45
44 - Dockerfile build allows adding additional python packages via 46 - Dockerfile build allows adding additional python packages via
45 pip, setting UID tracker is run under. (John Rouillard) 47 pip, setting UID tracker is run under. (John Rouillard)

Roundup Issue Tracker: http://roundup-tracker.org/