Commit Graph

78 Commits (6519f8242e987fc471ecd2cc2e630b21a662eb7b)

Author SHA1 Message Date
ansuz d81ff791ad WIP cli tests for rpc
ansuz ba18d5c79d WIP CLI client
ansuz a291486e3a remove deprecated scripts
yflory 91b2b8a77d Remove console.log
yflory 93b4dac8bb Support mailbox in the support and admin apps
yflory 22c9af6961 Support page
ansuz f5a2627d86 implement script to diagnose conflicts between the production database and the archive
ansuz 13738abc03 remove an incorrect comment
ansuz ac3a58cc38 fix a deadlock by returning the lock after clearing ephemeral channels
ansuz 7e455e6fce drop unnecessary code, restore instead of remove archived files in restoration script, change restore archived name
ansuz cb0c4ee944 don't continue iterating in listChannels until a the current task has called back
ansuz 2605d27e3f fix a completely wrong function signature
ansuz 5a1c25a0df fix a race condition, shutdown the log when you're done
ansuz ede929f4e4 implement inactive channel archival and archival expiration
ansuz 17ce25b666 add a warning to delete-inactive, which we know has bugs
ansuz aa9a27634a actual lint compliance
ansuz 39e725c5c9 add a migration script for the task format
ansuz 7b55df5931 rewrite task execution as API instead of a script
ansuz 5a8cd61600 add support for non-standard paths in pinneddata.js
ansuz 5c9cd5ffc6 standardize pin calculation routine
ansuz d5a9eacef0 standardize loading of server configuration
ansuz c3d52e87b9 use configured paths in scripts instead of hardcoded strings
ansuz 11eb566158 don't crash the server if one line of a pin log is invalid
ansuz e17bad7fb7 use configured pinPath and handle errors when checking pin status
ansuz 6d015a2b9f remember this uncommitted change
yflory 0870a0651f Move the various scripts into a dedicated folder
ansuz 10e162e7e3 fix path to TestSelenium.js in runtests.js
ansuz 5fbfeb1ccd move test script into the scripts directory