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

Fix syncer to handler errors properly #4373

Merged
merged 76 commits into from
Mar 30, 2020
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
76 commits
Select commit Hold shift + click to select a range
ca94cd3
First commit
Jermolene Nov 14, 2019
e93da7b
Add throttling of saves
Jermolene Nov 14, 2019
dc938c1
Wait for a timeout before trying again after an error
Jermolene Nov 15, 2019
c7d3e89
Modest optimisations of isDirty() method
Jermolene Nov 15, 2019
499c5ee
Synchronise system tiddlers and deletions from the server
Jermolene Nov 16, 2019
e37640b
Make sure we update the dirty status even if there isn't a task to pe…
Jermolene Nov 18, 2019
5a7d160
Replace save-wiki button with popup sync menu
Jermolene Nov 18, 2019
21af155
Remove the "Server" control panel tab
Jermolene Nov 18, 2019
a3435de
Add indentation to the save-wiki button
Jermolene Nov 18, 2019
0988493
Merge branch 'master' into fix-syncer
Jermolene Nov 18, 2019
bd0f788
Merge branch 'master' into fix-syncer
Jermolene Nov 18, 2019
9563128
Fix spacing in dropdown menu items
Jermolene Nov 18, 2019
cd2e1c7
Switch between cloud icons according to dirty status
Jermolene Nov 18, 2019
d45501b
Add a menu item to copy syncer logs to the clipboard
Jermolene Nov 18, 2019
6c2cf4e
Improve animated icon
Jermolene Nov 18, 2019
b5c274c
Remove indentation from save-wiki button
Jermolene Nov 18, 2019
77adee2
Further icon, UI and copy text tweaks
Jermolene Nov 18, 2019
d0a1b8a
Clean up PR diff
Jermolene Nov 18, 2019
ac619b3
Tweak animation durations
Jermolene Nov 19, 2019
590ee45
Break the actions from the syncer dropdown into separate tiddlers
Jermolene Nov 19, 2019
94a9684
Refactor syncadaptor creation and logging
Jermolene Nov 19, 2019
711ea5f
Merge branch 'master' into fix-syncer
Jermolene Nov 20, 2019
e2b4ef7
Don't transition the dirty indicator container colour, just the SVG's…
Jermolene Nov 21, 2019
8414b67
Merge branch 'master' into fix-syncer
Jermolene Nov 25, 2019
e0ed121
Only trigger a sync for changes to tiddlers we're interested in
Jermolene Nov 26, 2019
3b10f9e
Restore deleting local tiddlers removed from the server
Jermolene Nov 29, 2019
4cff716
Guard against missing adaptor info
Jermolene Nov 29, 2019
24376d7
We still need to trigger a timeout when there was no task to process
Jermolene Nov 29, 2019
ae12ce5
Avoid repeatedly polling for changes
Jermolene Nov 29, 2019
209cc2c
Lazy loading: include skinny versions of lazily loaded tiddlers in th…
Jermolene Dec 5, 2019
c6e4021
Introduce _is_skinny field for indicating that a tiddler is subject t…
Jermolene Dec 6, 2019
ffc30b1
Remove savetrail plugin from prerelease
Jermolene Dec 6, 2019
a4b8551
Make the savetrail plugin work again
Jermolene Dec 6, 2019
9f5c0de
Clear outstanding alerts when synchronisation is restored
Jermolene Dec 6, 2019
8fcfd7c
Logger: only remove alerts from the same component
Jermolene Dec 6, 2019
3c5379c
Make the saving throttle interval configurable (#4385)
inmysocks Dec 7, 2019
e069696
Tweaks to appearance of alerts
Jermolene Dec 7, 2019
b75f37d
Exclude temp tiddlers from offline snapshots
Jermolene Dec 7, 2019
f03c4ba
Tweak appearance of status line in dropdown
Jermolene Dec 7, 2019
c1686d4
Update release note
Jermolene Dec 7, 2019
ab4b01f
Web server: Don't include full path in error messages
Jermolene Dec 12, 2019
f17e3d0
In change event handler check for deletions
Jermolene Dec 13, 2019
09ba3cf
Disable the official plugin library when the tiddlyweb plugin is loaded
Jermolene Dec 13, 2019
cfc6c89
Hide error details from browser for /files/ route
Jermolene Dec 16, 2019
1f1df80
Revert all the changes to the relationship between the syncer and the…
Jermolene Dec 16, 2019
2ccb816
Make the tiddlyweb adaptor use the syncer's logger
Jermolene Dec 16, 2019
aa44447
Update release note
Jermolene Dec 16, 2019
3550121
Support setting port=0 to get an OS assigned port
Jermolene Dec 19, 2019
b52c0b8
Merge branch 'master' into fix-syncer
Jermolene Jan 7, 2020
b67f364
Update code comment
Jermolene Jan 7, 2020
b011caa
UI: Use "Get latest changes from server" instead of "Refresh"
Jermolene Jan 12, 2020
facafb0
Add getUpdatedTiddlers() method to syncadaptor API
Jermolene Jan 13, 2020
a5566a7
Refactor revision handling within the syncer
Jermolene Jan 13, 2020
705c764
Fix typo in tiddlywebadaptor
Jermolene Jan 13, 2020
6a407ae
Improve presentation of errors
Jermolene Jan 13, 2020
f7a8804
Add docs for getTiddlerRevision()
Jermolene Jan 13, 2020
0e0c3c6
Remove unused error animation
Jermolene Jan 14, 2020
8998eb6
Update comment for GET /recipes/default/tiddlers/tiddlers.json
Jermolene Jan 14, 2020
aaa3b34
Optimise SVG cloud image
Jermolene Jan 14, 2020
c9d6f50
Add optional list of allowed filters for get all tiddlers route
Jermolene Jan 14, 2020
11f66f8
Fix network error alert text translatability
Jermolene Jan 15, 2020
0512ee2
Fix error code and logging for GET /recipes/default/tiddlers/tiddlers…
Jermolene Jan 15, 2020
0f1a08d
Flip GET /recipes/default/tiddlers/tiddlers.json allowed filter handl…
Jermolene Jan 15, 2020
8951317
Merge branch 'master' into fix-syncer
Jermolene Jan 15, 2020
c373139
Validate updates received from getUpdatedTiddlers()
Jermolene Jan 20, 2020
3e36e45
Merge branch 'master' into fix-syncer
Jermolene Jan 20, 2020
fc7a602
Add syncer method to force loading of a tiddler from the server
Jermolene Jan 25, 2020
2ce70eb
Remove the release note update to remove the merge conflict
Jermolene Feb 19, 2020
faf54a1
Fix crash when there's no config section in the tiddlywiki.info file
Jermolene Feb 19, 2020
79364ce
Merge branch 'master' into fix-syncer
Jermolene Mar 1, 2020
ba0d460
Use config tiddler title to check filter query (merge into fix-syncer…
Arlen22 Mar 8, 2020
adb0a6c
Add config switch to enable all filters on GET /recipes/default/tiddl…
Jermolene Mar 11, 2020
0f13880
Merge branch 'master' into fix-syncer
Jermolene Mar 15, 2020
50ad312
Merge branch 'master' into fix-syncer
Jermolene Mar 18, 2020
514bd8e
Merge branch 'master' into fix-syncer
Jermolene Mar 22, 2020
980f337
Fix bug when deleting a tiddler with a shadow
Jermolene Mar 30, 2020
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
Loading