1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-12 08:54:00 +02:00
joplin/packages/app-cli/tests
2021-01-19 16:48:13 +00:00
..
enex_to_html All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
enex_to_md Desktop, Cli: Resolves #4316: Improved support for bold and italic format when importing ENEX file 2021-01-08 17:40:18 +00:00
html_to_html All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
html_to_md Desktop: Rich Text: Do not converts to markdown links URLs that would be linkified 2020-12-09 14:58:38 +00:00
md_to_html All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
md_to_md All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
services/plugins Plugins: Added joplin.settings.onChange event 2021-01-08 22:20:59 +00:00
support Plugins: Updated types 2021-01-19 16:48:13 +00:00
.gitignore Desktop: Fixed issue with attachment paths being invalid when user has spaces in home directory path. Also fixed race condition in test units that could make them randomly fail. 2020-12-09 12:53:47 +00:00
ArrayUtils.js Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
database.js Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
EnexToHtml.js Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
EnexToMd.ts Desktop, Cli: Improved error handling when importing ENEX files 2020-12-23 17:25:26 +00:00
eventManager.js Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
feature_NoteHistory.js Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
feature_NoteList.js Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
feature_ShowAllNotes.js Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
feature_TagList.js Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
file_api_driver.js Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
filterParser.js Tools: Replace Jasmine with Jest to run tests 2020-11-10 15:59:30 +00:00
fsDriver.ts Tools: Apply rule @typescript-eslint/type-annotation-spacing 2020-11-12 19:13:28 +00:00
HtmlToHtml.js Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
HtmlToMd.ts Desktop: Rich Text: Do not converts to markdown links URLs that would be linkified 2020-12-09 14:58:38 +00:00
htmlUtils.js Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
InMemoryCache.ts Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
markdownUtils.js Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
MarkupToHtml.js Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
MdToHtml.ts Desktop, Mobile: Fixed issue where file:// URLs would not be rendered correctly 2021-01-02 16:53:59 +00:00
MdToMd.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
mimeUtils.js Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
models_BaseItem.js Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
models_Folder.ts Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
models_ItemChange.js Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
models_Note_CustomSortOrder.js Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
models_Note.ts All: Support natural sorting by title (#4272) 2021-01-07 16:29:53 +00:00
models_Resource.js Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
models_Revision.js Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
models_Setting.ts Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
models_Tag.js Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
pathUtils.js Desktop: Fixed attaching local files that contain spaces in path 2021-01-08 18:33:22 +00:00
reducer.js Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
services_CommandService.ts Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
services_EncryptionService.js Tools: Fixed another race condition in test units 2020-12-09 15:06:22 +00:00
services_InteropService_Exporter_Md.js Desktop: Fixed issue with attachment paths being invalid when user has spaces in home directory path. Also fixed race condition in test units that could make them randomly fail. 2020-12-09 12:53:47 +00:00
services_InteropService.ts Desktop: Fixed issue with attachment paths being invalid when user has spaces in home directory path. Also fixed race condition in test units that could make them randomly fail. 2020-12-09 12:53:47 +00:00
services_keychainService.ts Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
services_KeymapService.js Desktop: Fixes #4130: Register Markdown editor commands with the Keyboard Shortcut editor (#4136) 2020-12-19 17:57:41 +00:00
services_KvStore.js Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
services_PluginService.ts Plugins: Added support for bi-directional messages in content scripts and webview scripts using postMessage 2021-01-11 23:33:10 +00:00
services_ResourceService.ts Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
services_rest_Api.ts Tests: Fixed potential timing issue in tests 2021-01-03 16:27:51 +00:00
services_Revision.js Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
services_SearchEngine.js All: Fixed #4025: Fixed issue when searching for text that contains diacritic (#4152) 2020-12-09 13:02:54 +00:00
services_SearchFilter.js Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
StringUtils.js Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
synchronizer_LockHandler.ts Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
synchronizer_MigrationHandler.ts Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
Synchronizer.basics.ts Server: Add Joplin Server package (#1872) 2020-12-28 11:48:47 +00:00
Synchronizer.conflicts.ts Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
Synchronizer.e2ee.ts Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
Synchronizer.resources.ts Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
Synchronizer.revisions.ts Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
Synchronizer.tags.ts Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
TaskQueue.js Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
test-utils-synchronizer.ts Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
test-utils.ts Plugins: Added joplin.settings.onChange event 2021-01-08 22:20:59 +00:00
timeUtils.js Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
urlUtils.js Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00