4
I Use This!
Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 3 days ago.
Aug 24, 2024 — Aug 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Commercial support is now officially available for Haystack.
daniellindsley
as Daniel Lindsley
More... over 13 years ago
Commercial support is now officially available for Haystack.
daniellindsley
as Daniel Lindsley
More... over 13 years ago
Updated XapianEngine module path
h3
More... over 13 years ago
Updated XapianEngine module path
h3
More... over 13 years ago
Updated XapianEngine module path
h3
More... over 13 years ago
Updated XapianEngine module path
h3
More... over 13 years ago
Fixed update_index process leak. More... over 13 years ago
Fixed update_index process leak. More... over 13 years ago
Using multiple workers (and resetting the connection) causes things to break when the app is finished and it moves to the next and does qs.count() to get a count of the objects in that app to index with psycopg2 reporting a closed connection. Manually closing the connection before each iteration if using multiple workers before building the queryset fixes this issue. More... over 13 years ago
Using multiple workers (and resetting the connection) causes things to break when the app is finished and it moves to the next and does qs.count() to get a count of the objects in that app to index with psycopg2 reporting a closed connection. Manually closing the connection before each iteration if using multiple workers before building the queryset fixes this issue. More... over 13 years ago
Removed code leftover from v1.X. Thanks to kossovics for the report!
daniellindsley
as Daniel Lindsley
More... over 13 years ago
Removed code leftover from v1.X. Thanks to kossovics for the report!
daniellindsley
as Daniel Lindsley
More... over 13 years ago
All backends let individual documents fail, rather than failing whole chunks. Forward port of acdha's work on 1.2.X.
daniellindsley
as Daniel Lindsley
More... over 13 years ago
All backends let individual documents fail, rather than failing whole chunks. Forward port of acdha's work on 1.2.X.
daniellindsley
as Daniel Lindsley
More... over 13 years ago
Added ikks to AUTHORS.
daniellindsley
as Daniel Lindsley
More... over 13 years ago
Added ikks to AUTHORS.
daniellindsley
as Daniel Lindsley
More... over 13 years ago
+localwiki.org More... over 13 years ago
+localwiki.org More... over 13 years ago
Added Pix Populi to "Who Uses".
daniellindsley
as Daniel Lindsley
More... over 13 years ago
Added Pix Populi to "Who Uses".
daniellindsley
as Daniel Lindsley
More... over 13 years ago
Added contribution guidelines.
daniellindsley
as Daniel Lindsley
More... over 13 years ago
Added contribution guidelines.
daniellindsley
as Daniel Lindsley
More... over 13 years ago
Updated the docs to reflect the supported version of Django. Thanks to catalanojuan for the original patch!
daniellindsley
as Daniel Lindsley
More... over 13 years ago
Updated the docs to reflect the supported version of Django. Thanks to catalanojuan for the original patch!
daniellindsley
as Daniel Lindsley
More... over 13 years ago
Updated the Whoosh URL. Thanks to cbess for the original patch!
daniellindsley
as Daniel Lindsley
More... over 13 years ago
Updated the Whoosh URL. Thanks to cbess for the original patch!
daniellindsley
as Daniel Lindsley
More... over 13 years ago
Reset database connections on each process on update_index when using --workers More... over 13 years ago
Reset database connections on each process on update_index when using --workers More... over 13 years ago
Adding description of stats support to docs. More... over 13 years ago
Adding description of stats support to docs. More... over 13 years ago