Added a search bar to allow search for messages using django-haystack, with Whoosh as a backend engine.
Switched the testing and development database backend to PostgreSQL.
Disabled the debug toolbar when running tests, to make the response content more concise.
Metadata Update from @jflory7: - Pull-request tagged with: needs testing, new change, type - backend
@anxh3l0 @bt0dotninja @jonatoni Could one of you please test the changes in this pull request?
To quickly pull these changes down in your own branch, check out this Pagure documentation on working with pull requests from the git CLI.
git
Metadata Update from @bt0dotninja: - Request assigned
Actually I'm the solving (merge) conflicts... After that i will run the tests But looks great :heart:
Thanks @bt0dotninja! I didn't realize this PR had merge conflicts.
@echoduck, if you are still interested, could you please rebase this pull request on top of current changes in master branch?
master
@bt0dotninja Could you upload a screenshot of how this feature looks? I wasn't able to test this one quickly because of the merge conflict. A screenshot of new functionality would be helpful to figure out a next step on how to handle this PR.
uploaded in ticket #11 I don't know how to upload images here :sweat_smile:
rebased onto b93a8010bcabcf3cb5814ebcd7d460aa39779afa
I've rebased it into the current master branch, and tests are still succeeding. Should be good to go.
I'm +1 to merge
Pull-Request has been merged by bt0dotninja
Added a search bar to allow search for messages using django-haystack, with Whoosh as a backend engine.
Switched the testing and development database backend to PostgreSQL.
Disabled the debug toolbar when running tests, to make the response content more concise.