Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Desktop: Resolves #7934: Add Simple Backup as a default plugin #9360

Merged
merged 46 commits into from
Dec 11, 2023
Merged
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
e6a70ea
WIP: Build default plugins in CI
personalizedrefrigerator Nov 22, 2023
3ff8dae
Plugin base repo
personalizedrefrigerator Nov 22, 2023
9be4526
Bundle note tabs and simple backup with the app
personalizedrefrigerator Nov 22, 2023
af9efa8
Remove note tabs from default plugins
personalizedrefrigerator Nov 23, 2023
4514e1b
Change patch method for simple-backup
personalizedrefrigerator Nov 23, 2023
6181e22
Change @joplin/utils dependency version specifier
personalizedrefrigerator Nov 23, 2023
610b0e3
Try to fix @joplin/utils dependency
personalizedrefrigerator Nov 24, 2023
fd88f12
Fix build
personalizedrefrigerator Nov 24, 2023
7396698
Initialize submodules on build if not yet initialized
personalizedrefrigerator Nov 24, 2023
9887ed7
Fix "no commit author" in CI and try to decrease size of simple-backu…
personalizedrefrigerator Nov 24, 2023
812fd2e
Use same version of `@types/yargs` as other packages
personalizedrefrigerator Nov 24, 2023
9db257b
Try to fix build on Windows
personalizedrefrigerator Nov 24, 2023
3cbd360
Mark plugins as built-in in manifest
personalizedrefrigerator Nov 24, 2023
632f011
Improve plugin patch command
personalizedrefrigerator Nov 24, 2023
8899d8f
Fix 7zip backups
personalizedrefrigerator Nov 24, 2023
f0545d0
Significantly decrease patch size
personalizedrefrigerator Nov 26, 2023
615fbe4
Merge remote-tracking branch 'upstream/dev' into pr/default-plugins
personalizedrefrigerator Nov 28, 2023
75b8227
Clone with git, rather than use submodules & change commit used for s…
personalizedrefrigerator Nov 28, 2023
da8953b
Refactoring
personalizedrefrigerator Nov 28, 2023
b4d115e
Show UI to mark a plugin as built-in
personalizedrefrigerator Nov 28, 2023
20d30db
Prevent default plugins from being updated through settings
personalizedrefrigerator Nov 28, 2023
b6f89b4
Fix 7zip still bundled with default copy of backup plugin
personalizedrefrigerator Nov 29, 2023
ddfd3ec
Merge remote-tracking branch 'upstream/dev' into pr/default-plugins
personalizedrefrigerator Nov 29, 2023
6a4cf2f
Update @types/yargs to match recent Renovate commit
personalizedrefrigerator Nov 29, 2023
ebfc8ab
Refactor build script into multiple files
personalizedrefrigerator Dec 4, 2023
3f4f1f5
Refactor: Make default-plugins a dependency of the desktop app (and b…
personalizedrefrigerator Dec 4, 2023
c743006
Remove built gulpfile
personalizedrefrigerator Dec 4, 2023
840d2e8
tsconfig.json: Avoid compiling gulpfile.ts
personalizedrefrigerator Dec 4, 2023
5868af5
Update default_plugins.md
personalizedrefrigerator Dec 5, 2023
2ca5a7b
Update simple backup plugin
personalizedrefrigerator Dec 5, 2023
58ffb86
Update gulpfile: Build default plugins after other portions of build …
personalizedrefrigerator Dec 5, 2023
ad1cb0d
Update setupNewRelease to also increase default-plugins package version
personalizedrefrigerator Dec 6, 2023
17fa5f7
Spelling: Remove extra "e"
personalizedrefrigerator Dec 6, 2023
304db99
Merge remote-tracking branch 'upstream/dev' into pr/default-plugins
personalizedrefrigerator Dec 7, 2023
40235f7
Revert changes to webpack.config.js: By default don't give plugin aut…
personalizedrefrigerator Dec 7, 2023
c47c2d1
Include only the 7zip binary for the current platform
personalizedrefrigerator Dec 7, 2023
2bf0e2c
Copy 7za for the target platform and architecture, not the current
personalizedrefrigerator Dec 7, 2023
8509fa8
Logging
personalizedrefrigerator Dec 7, 2023
d41d3f2
Add simple default plugins test
personalizedrefrigerator Dec 7, 2023
4165edd
Remove generated .js file from version control
personalizedrefrigerator Dec 7, 2023
806c7e5
Add additional simple backup test
personalizedrefrigerator Dec 7, 2023
4954c61
Fix importing 7zip-bin, fix "read only file system" error
personalizedrefrigerator Dec 7, 2023
9c581a1
Fix importing 7zip-bin in development mode
personalizedrefrigerator Dec 7, 2023
efc9dc4
Trying to make end-to-end test more reliable
personalizedrefrigerator Dec 7, 2023
c1ccafe
Make end-to-end tests more reliable -- wait for plugins to load
personalizedrefrigerator Dec 8, 2023
6926af8
Revert part of patch change to Simple Backup -- the error message it …
personalizedrefrigerator Dec 8, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/default-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"typescript": "5.2.2"
},
"dependencies": {
"@joplin/utils": "~2.13",
"@joplin/utils": "^2.13.3",
laurent22 marked this conversation as resolved.
Show resolved Hide resolved
"fs-extra": "11.1.1",
"yargs": "17.7.2"
}
Expand Down
Loading