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-24 15:51:35 +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 Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
support Converted models and services to TypeScript 2021-01-22 17:41:11 +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 Converted models and services to TypeScript 2021-01-22 17:41:11 +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 Converted models and services to TypeScript 2021-01-22 17:41:11 +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 Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
feature_NoteList.js Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
feature_ShowAllNotes.js Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
feature_TagList.js Converted models and services to TypeScript 2021-01-22 17:41:11 +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 Converted models and services to TypeScript 2021-01-22 17:41:11 +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 Converted models and services to TypeScript 2021-01-22 17:41:11 +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 Tools: Apply eslint rule "no-multi-spaces" 2021-01-23 15:51:19 +00:00
MdToMd.js Converted models and services to TypeScript 2021-01-22 17:41:11 +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 Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
models_Folder.ts Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
models_ItemChange.js Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
models_Note_CustomSortOrder.js Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
models_Note.ts Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
models_Resource.js Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
models_Revision.js Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
models_Setting.ts Desktop: Move plugin settings under separate section in config menu 2021-01-21 22:40:14 +00:00
models_Tag.js Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
pathUtils.js Desktop: Fixed attaching local files that contain spaces in path 2021-01-08 18:33:22 +00:00
reducer.js Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
services_CommandService.ts Tools: Apply eslint rule "no-multi-spaces" 2021-01-23 15:51:19 +00:00
services_EncryptionService.js Tools: Apply eslint rule "no-multi-spaces" 2021-01-23 15:51:19 +00:00
services_InteropService_Exporter_Md.js Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
services_InteropService.ts Converted models and services to TypeScript 2021-01-22 17:41:11 +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: Add support for plugins.dataDir function, to provide a path for plugin to store its own data 2021-01-24 15:51:35 +00:00
services_ResourceService.ts Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
services_rest_Api.ts Tools: Apply eslint rule "no-multi-spaces" 2021-01-23 15:51:19 +00:00
services_Revision.js Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
services_SearchEngine.js Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
services_SearchFilter.js Tools: Apply eslint rule "no-multi-spaces" 2021-01-23 15:51:19 +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 Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
Synchronizer.basics.ts Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
Synchronizer.conflicts.ts Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
Synchronizer.e2ee.ts Tools: Apply eslint rule "no-multi-spaces" 2021-01-23 15:51:19 +00:00
Synchronizer.resources.ts Tools: Apply eslint rule "no-multi-spaces" 2021-01-23 15:51:19 +00:00
Synchronizer.revisions.ts Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
Synchronizer.tags.ts Converted models and services to TypeScript 2021-01-22 17:41:11 +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 Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
test-utils.ts Plugins: Add support for plugins.dataDir function, to provide a path for plugin to store its own data 2021-01-24 15:51:35 +00:00
timeUtils.js Tools: Apply eslint rule "no-multi-spaces" 2021-01-23 15:51:19 +00:00
urlUtils.js Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00