summaryrefslogtreecommitdiff
path: root/tests/unit/completion/test_histcategory.py
AgeCommit message (Expand)Author
2021-07-02The database of a table shouldn't be privatelufte
2021-07-02Fix histcategory unit testslufte
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2020-01-05Handle yet another "too complex" sqlite errorFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-04-13Skip completion when a prefix returning nothing is providedJay Kamat
2019-04-03Consistent SQL casingFlorian Bruhin
2019-04-03Fix lintFlorian Bruhin
2019-04-03Fix testFlorian Bruhin
2019-04-02Refactor LongQueryError and EnvironmentError into KnownErrorJay Kamat
2019-03-26Fix crash on long sql linesJay Kamat
2019-02-22Update copyright for 2019Jay Kamat
2018-11-06Don't complete url and title from same search word.Ryan Roden-Corrent
2018-09-02Rename history.exclude to completion.web_history.excludeFlorian Bruhin
2018-03-01Resolve empty completion.timestamp_format crash.Ryan Roden-Corrent
2018-02-05Update copyright yearsFlorian Bruhin
2017-12-13Fix histcategory query reuse logic.Ryan Roden-Corrent
2017-12-11Match url completion terms in any order.Ryan Roden-Corrent
2017-12-05History completion by both URL and title.Ryan Roden-Corrent
2017-11-02Don't check date string in test_histcategory.Ryan Roden-Corrent
2017-10-03Adjust test_histcategory for NOT NULL constraintsFlorian Bruhin
2017-08-20Fix completion tests after config merge.Ryan Roden-Corrent
2017-07-28Fix fetch/delete sql category bug.Ryan Roden-Corrent
2017-07-24Merge pull request #2852 from rcorre/fix-max-itemsFlorian Bruhin
2017-07-23Fix web-history-max-items-crash.Ryan Roden-Corrent
2017-07-23Fix unused imports and removeRow override.Ryan Roden-Corrent
2017-07-22Fix completion-item-del on undeletable item.Ryan Roden-Corrent
2017-07-21Add maximum bound for web-history-max-itemsFlorian Bruhin
2017-07-21Use simpler way of preventing History completionFlorian Bruhin
2017-07-21Fix new completion with web-history-max-items set to 0Florian Bruhin
2017-07-20Add 'localtime' to sql history query.Ryan Roden-Corrent
2017-07-16Add LIMIT to history query.Ryan Roden-Corrent