mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Remove a bunch of dead code
Summary: Removed test/aws/, most of app/server/lib/, 3 dirs in app/lambda/, corresponding tests, and more! Test Plan: a lot of this is quite the opposite... Reviewers: dsagal, paulfitz Reviewed By: dsagal Differential Revision: https://phab.getgrist.com/D2894
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import {ActionGroup} from 'app/common/ActionGroup';
|
||||
import {CellValue, TableDataAction, UserAction} from 'app/common/DocActions';
|
||||
import {FormulaProperties} from 'app/common/GranularAccessClause';
|
||||
import {Peer} from 'app/common/sharing';
|
||||
import {UploadResult} from 'app/common/uploads';
|
||||
import {ParseOptions} from 'app/plugin/FileParserAPI';
|
||||
import {IMessage} from 'grain-rpc';
|
||||
@@ -179,11 +178,6 @@ export interface ActiveDocAPI {
|
||||
*/
|
||||
autocomplete(txt: string, tableId: string): Promise<string[]>;
|
||||
|
||||
/**
|
||||
* Shares the doc and invites peers.
|
||||
*/
|
||||
shareDoc(peers: Peer[]): Promise<void>;
|
||||
|
||||
/**
|
||||
* Removes the current instance from the doc.
|
||||
*/
|
||||
|
||||
@@ -56,12 +56,6 @@ interface SharingAPI {
|
||||
*/
|
||||
ignoreLocalInvite(docId: string): Promise<void>;
|
||||
|
||||
/**
|
||||
* Downloads a shared doc by creating a new doc and applying the snapshot actions associated
|
||||
* with the given docId on the sharing hub. Must be called from a logged in account and instance
|
||||
* invited to download the doc. Returns the actual non-conflicting docName used.
|
||||
*/
|
||||
downloadSharedDoc(docId: string, docName: string): Promise<string>;
|
||||
}
|
||||
|
||||
interface MiscAPI {
|
||||
|
||||
Reference in New Issue
Block a user