geary:mjog/test-split-up

Last commit made on 2019-10-11
Get this branch:
git clone -b mjog/test-split-up https://git.launchpad.net/geary

Branch merges

Branch information

Name:
mjog/test-split-up
Repository:
lp:geary

Recent commits

b43c1cf... by Michael Gratton

Split up unit tests in build by suite and use of storage

Ensure that test suites that touch storage (database tests, mostly) are
run by the build individually, so that timeouts apply individually and
hence give these tests (that can be quite slow on CI machines) some more
time to run.

Also, split up client tests along cient and js suite lines, also provide a
meson suite for all tests so tests of the same kind can still be run
together.

a0977b8... by Michael Gratton

Merge branch 'mjog/fix-build-warnings' into 'mainline'

Fix misc null and deprecation build warnings

See merge request GNOME/geary!337

7c56f26... by Michael Gratton

Fix misc null and deprecation build warnings

8da584a... by Michael Gratton

Merge branch 'mjog/web-extension-debug-fix' into 'mainline'

Fix web extension debug logging

See merge request GNOME/geary!336

ef7b117... by Michael Gratton

Fix web extension debug logging

Per the client process, need to set the default writer.

647ef90... by Michael Gratton

Merge branch 'mjog/589-attachment-keyword-check' into 'mainline'

Attachment keyword fixes

Closes #589

See merge request GNOME/geary!334

17a23bc... by Michael Gratton

ComposerWidget: Send both en and localised attachment keywords

Ensures that the English keyword is always checked since en+something
is somewhat common.

See #589

3af5e2e... by Michael Gratton

Merge branch 'mjog/wip-remove-flatpak-pulse-perms' into 'mainline'

Remove Flatpak manifest permission for Pulse Audio

See merge request GNOME/geary!332

69e3cdf... by Michael Gratton

Fix ComposerPageState::containsAttachmentKeyword

Just use ComposerPageState::htmlToText to get the email's main content
without quotes, not some custom code.

a8ef91f... by Michael Gratton

ui/composer-web-view.js: Improve keyword detection

Update ComposerPageState.containsKeywords to split on any punctuation,
not just spaces, so that text like "see the attachment." will get
detected.