]> git.notmuchmail.org Git - notmuch/history - test
Merge tag '0.31.4'
[notmuch] / test /
2021-02-18 David BremnerMerge tag '0.31.4'
2021-02-18 David Bremnertest: Fix race condition in T568-lib-thread.sh
2021-02-15 Daniel Kahn Gillmorpython: convert shebangs to python3
2021-02-06 David BremnerCLI: use configured hook directory
2021-02-06 David Bremnerlib/open: set HOOK_DIR on open
2021-02-06 David Bremnerlib/config: add HOOK_DIR
2021-02-06 David Bremnercli/new: convert to new config framework
2021-02-06 David Bremnerlib: introduce notmuch_database_create_with_config
2021-02-06 David Bremnerlib/config: add NOTMUCH_CONFIG_NEW_IGNORE
2021-02-06 David Bremnercli/compact: convert to new configuration framework
2021-02-06 David Bremnercli/tag: convert to new config framework.
2021-02-06 David BremnerCLI/show: mostly switch show to new config framework
2021-02-06 David BremnerCLI/{search,address}: convert to new configuration...
2021-02-06 David BremnerCLI/reply: convert to new config framework
2021-02-06 David Bremnercli/reindex: convert new config framework
2021-02-06 David BremnerCLI/insert: convert to new config framework.
2021-02-06 David BremnerCLI/restore: convert to new config framework
2021-02-06 David Bremnercli/dump: convert to new config framework
2021-02-06 David BremnerCLI/count: switch to new configuration framework
2021-02-06 David Bremnerlib/config: make values iterators restartable
2021-02-06 David Bremnerlib/config: add config values iterator
2021-02-06 David Bremnerlib/open: load default values for known configuration...
2021-02-06 David Bremnerlib/config: add notmuch_config_key_{get,set}
2021-02-06 David Bremnerlib/open: add support for config profiles and default...
2021-02-06 David Bremnerlib: add stub for notmuch_database_open_with_config
2021-02-06 David Bremnerlib: cache configuration information from database
2021-01-17 David Bremnertest: add (back) upgrade tests
2021-01-15 David Bremnertest/T391-python-cffi
2021-01-15 David Bremnertest/T750-gzip: don't compress the xapian database
2021-01-13 Jonas Bernoulliemacs: make headings outline-minor-mode compatible
2020-12-26 David BremnerMerge branch 'release'
2020-12-25 David BremnerMerge branch 'release'
2020-12-25 David Bremnertest/T360-symbol-hiding.sh: trim extra output from...
2020-12-23 David Bremnertest: add regression test for searching with alternate...
2020-12-20 David Bremnertest: use keys with group 'test' in T590-libconfig
2020-12-13 David BremnerMerge tag 'debian/0.31.2-5'
2020-12-13 David Bremnertest/T360-symbol-hiding: use readelf in place of nm
2020-09-06 David BremnerMerge tag '0.31' into master
2020-09-05 David Bremnertest: fix syntax errors in erroring calls to notmuch...
2020-08-16 David Bremnertest: fix uninitialized variable use in T562-lib-database
2020-08-16 David Bremnertest: update README to reflect dropping upgrade tests
2020-08-15 Teemu LikonenEmacs: Indent first header line only when indentation...
2020-08-10 Jonas Bernoulliemacs: Do not abuse advice to monkey patch while testing
2020-08-10 Jonas Bernoulliemacs: Drop old advices that were only need for Emacs 23
2020-08-10 Jonas Bernoullitest: Fix indentation
2020-08-10 Jonas BernoulliFix typos
2020-08-10 Jonas Bernoulliemacs: Various cosmetic changes
2020-08-10 Jonas Bernoulliemacs: Use makefile-gmake-mode in Makefile*s
2020-08-09 Jonas Bernoulliemacs: Use 'when' instead of 'if' when there is no...
2020-08-09 Jonas Bernoulliemacs: Use 'unless' instead of 'when' and 'not'
2020-08-09 Jonas Bernoulliemacs: Fix indentation
2020-08-08 Đoàn Trần Công DanhT355: specify hash algorithm explicitly
2020-08-04 David Bremnertest: regression tests for n_indexopts_{get,set}_decryp...
2020-08-04 David Bremnertest: regression test for traversing config list with...
2020-08-04 David Bremnertest: regression test for n_d_get_config_list on closed db.
2020-08-04 David Bremnertest: regression test for n_directory_{get,set}_mtime
2020-08-03 David Bremnerlib: fix return value for n_directory_delete
2020-08-03 David Bremnertest: known broken test for n_directory_delete with...
2020-08-03 David Bremnerlib: catch exceptions in n_directory_get_child_files
2020-08-03 David Bremnertest: add known broken test for n_directory_get_child_files
2020-08-03 David Bremnerlib: catch exceptions in n_directory_get_child_directories
2020-08-03 David Bremnertest: add known broken test for n_directory_get_child_d...
2020-08-03 David Bremnertest: regression test for n_m_get_filenames
2020-08-03 David Bremnertest: split header for lib-message tests.
2020-08-03 David Bremnertest: add regression test for n_messages_collect_tags
2020-08-03 David Bremnerlib: return NULL from n_d_get_default_indexopts on...
2020-08-01 David Bremnertest: drop use of db_ending
2020-08-01 David Bremnertest: drop NOTMUCH_DEFAULT_XAPIAN_BACKEND from T360...
2020-07-31 David Bremnertest: destroy thread from closed database
2020-07-31 David Bremnertest: regression test for n_thread_get_tags
2020-07-31 David Bremnertest: add regression tests for oldest and newest dates
2020-07-31 David Bremnertest: add regression tests for n_t_get_{authors, subject}
2020-07-31 David Bremnertest: add regression test for n_t_get_messages
2020-07-31 David Bremnertest: add regression tests for n_thread_get_toplevel_me...
2020-07-31 David Bremnertest: add regression test for n_thread_get_total_{messa...
2020-07-31 David Bremnertest: regression test for n_t_get_thread_id
2020-07-29 David Bremnertest: regression test for notmuch_query_destroy
2020-07-29 David Bremnertest: regression tests for n_q_count_{messages, threads}
2020-07-29 David Bremnertest: regression test for n_q_search_messages
2020-07-29 David Bremnertest: regression test for n_q_search_threads
2020-07-29 David Bremnertest: add regression test for n_q_add_tag_exclude
2020-07-29 David Bremnertest: regression test for n_q_{set, get}_sort
2020-07-29 David Bremnertest: regression test for set_omit_excluded
2020-07-29 David Bremnertest: regression test for notmuch_query_get_database
2020-07-29 David Bremnertest: add regression test for n_q_{create,_get_query_st...
2020-07-29 David Bremnertest: move notmuch_message_* tests to their own file
2020-07-28 Jonas Bernoullitest: Explicitly state that we want to sign with sender
2020-07-28 Jonas Bernoullitest: Remove misguided emacs testing utilities
2020-07-28 Jonas Bernoullitest: Deal with Emacs 27 switching to lexical scope...
2020-07-22 David Bremnertest: add known broken test for n_d_get_default_indexopts
2020-07-22 David Bremnerlib: fix error return bug with n_d_set_config.
2020-07-22 David Bremnertest: add known broken test for n_d_set_config
2020-07-22 David Bremnertest: add regression test for n_d_get_config
2020-07-22 David Bremnerlib: add regresion test for n_d_get_all_tags
2020-07-22 David Bremnerlib: add regression test for n_d_find_message_by_filename
2020-07-22 David Bremnerlib: rename _n_d_create to _n_d_find_or_create
2020-07-22 David Bremnertest: add known broken test for notmuch_database_remove...
2020-07-22 David Bremnerlib: convert relative filenames to absolute in n_d_inde...
2020-07-22 David Bremnertest: add known broken test for indexing relative path
2020-07-22 David Bremnertest: regression test for n_d_index_file closed db
next