track-changes:用于保存和压缩单个文档更新到可浏览历史记录的 API-源码

上传者: 42168745 | 上传时间: 2021-07-24 11:03:46 | 文件大小: 199KB | 文件类型: ZIP
背页/跟踪更改 用于将原始编辑器更新转换为压缩和可浏览历史记录的 API。 验收测试可以使用命令运行 AWS_BUCKET= AWS_ACCESS_KEY_ID= AWS_SECRET_ACCESS_KEY= make test 其中bucket-name 、 aws-access-key和aws-secret-access-key是 AWS S3 存储桶的凭证。 执照 此存储库中的代码在 GNU AFFERO GENERAL PUBLIC LICENSE 版本 3 下发布。可以在LICENSE文件中找到副本。 版权所有 (c) Overleaf,2014-2019。

文件下载

资源详情

[{"title":"( 72 个子文件 199KB ) track-changes:用于保存和压缩单个文档更新到可浏览历史记录的 API-源码","children":[{"title":"track-changes-master","children":[{"title":".gitignore <span style='color:#111;'> 102B </span>","children":null,"spread":false},{"title":"app.js <span style='color:#111;'> 4.38KB </span>","children":null,"spread":false},{"title":"Dockerfile <span style='color:#111;'> 430B </span>","children":null,"spread":false},{"title":"app","children":[{"title":"js","children":[{"title":"mongodb.js <span style='color:#111;'> 852B </span>","children":null,"spread":false},{"title":"HealthChecker.js <span style='color:#111;'> 2.62KB </span>","children":null,"spread":false},{"title":"HttpController.js <span style='color:#111;'> 9.52KB </span>","children":null,"spread":false},{"title":"UpdateCompressor.js <span style='color:#111;'> 9.67KB </span>","children":null,"spread":false},{"title":"MongoAWS.js <span style='color:#111;'> 6.00KB </span>","children":null,"spread":false},{"title":"RestoreManager.js <span style='color:#111;'> 1.35KB </span>","children":null,"spread":false},{"title":"PackWorker.js <span style='color:#111;'> 6.40KB </span>","children":null,"spread":false},{"title":"LockManager.js <span style='color:#111;'> 4.40KB </span>","children":null,"spread":false},{"title":"DocumentUpdaterManager.js <span style='color:#111;'> 2.72KB </span>","children":null,"spread":false},{"title":"UpdatesManager.js <span style='color:#111;'> 26.75KB </span>","children":null,"spread":false},{"title":"DiffManager.js <span style='color:#111;'> 5.50KB </span>","children":null,"spread":false},{"title":"MongoManager.js <span style='color:#111;'> 5.68KB </span>","children":null,"spread":false},{"title":"ProjectIterator.js <span style='color:#111;'> 3.53KB </span>","children":null,"spread":false},{"title":"WebApiManager.js <span style='color:#111;'> 3.55KB </span>","children":null,"spread":false},{"title":"RedisManager.js <span style='color:#111;'> 5.12KB </span>","children":null,"spread":false},{"title":"PackManager.js <span style='color:#111;'> 32.06KB </span>","children":null,"spread":false},{"title":"UpdateTrimmer.js <span style='color:#111;'> 2.43KB </span>","children":null,"spread":false},{"title":"DiffGenerator.js <span style='color:#111;'> 9.14KB </span>","children":null,"spread":false}],"spread":false},{"title":"lib","children":[{"title":"diff_match_patch.js <span style='color:#111;'> 74.72KB </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":".eslintrc <span style='color:#111;'> 2.54KB </span>","children":null,"spread":false},{"title":"package.json <span style='color:#111;'> 2.17KB </span>","children":null,"spread":false},{"title":"Makefile <span style='color:#111;'> 2.71KB </span>","children":null,"spread":false},{"title":"package-lock.json <span style='color:#111;'> 233.55KB </span>","children":null,"spread":false},{"title":".dockerignore <span style='color:#111;'> 63B </span>","children":null,"spread":false},{"title":".nvmrc <span style='color:#111;'> 8B </span>","children":null,"spread":false},{"title":"LICENSE <span style='color:#111;'> 33.71KB </span>","children":null,"spread":false},{"title":"docker-compose.yml <span style='color:#111;'> 1.75KB </span>","children":null,"spread":false},{"title":".github","children":[{"title":"PULL_REQUEST_TEMPLATE.md <span style='color:#111;'> 535B </span>","children":null,"spread":false},{"title":"ISSUE_TEMPLATE.md <span style='color:#111;'> 1.07KB </span>","children":null,"spread":false},{"title":"dependabot.yml <span style='color:#111;'> 919B </span>","children":null,"spread":false}],"spread":true},{"title":"README.md <span style='color:#111;'> 606B </span>","children":null,"spread":false},{"title":"config","children":[{"title":"settings.defaults.js <span style='color:#111;'> 2.38KB </span>","children":null,"spread":false}],"spread":false},{"title":".eslintignore <span style='color:#111;'> 28B </span>","children":null,"spread":false},{"title":".mocharc.json <span style='color:#111;'> 33B </span>","children":null,"spread":false},{"title":"buildscript.txt <span style='color:#111;'> 193B </span>","children":null,"spread":false},{"title":"pack.sh <span style='color:#111;'> 515B </span>","children":null,"spread":false},{"title":"nodemon.json <span style='color:#111;'> 218B </span>","children":null,"spread":false},{"title":"test","children":[{"title":"acceptance","children":[{"title":"js","children":[{"title":"AppendingUpdatesTests.js <span style='color:#111;'> 16.23KB </span>","children":null,"spread":false},{"title":"FlushingUpdatesTests.js <span style='color:#111;'> 7.46KB </span>","children":null,"spread":false},{"title":"GettingADiffTests.js <span style='color:#111;'> 3.43KB </span>","children":null,"spread":false},{"title":"helpers","children":[{"title":"TrackChangesClient.js <span style='color:#111;'> 7.72KB </span>","children":null,"spread":false},{"title":"MockWebApi.js <span style='color:#111;'> 1.88KB </span>","children":null,"spread":false},{"title":"MockDocStoreApi.js <span style='color:#111;'> 1.32KB </span>","children":null,"spread":false},{"title":"MockDocUpdaterApi.js <span style='color:#111;'> 2.19KB </span>","children":null,"spread":false},{"title":"TrackChangesApp.js <span style='color:#111;'> 1.83KB </span>","children":null,"spread":false}],"spread":false},{"title":"GettingUpdatesTests.js <span style='color:#111;'> 4.98KB </span>","children":null,"spread":false},{"title":"RestoringVersions.js <span style='color:#111;'> 3.01KB </span>","children":null,"spread":false},{"title":"ExportProjectTests.js <span style='color:#111;'> 974B </span>","children":null,"spread":false},{"title":"ArchivingUpdatesTests.js <span style='color:#111;'> 8.75KB </span>","children":null,"spread":false},{"title":"LockManagerTests.js <span style='color:#111;'> 1.95KB </span>","children":null,"spread":false}],"spread":false},{"title":"deps","children":[{"title":"Dockerfile.s3mock <span style='color:#111;'> 185B </span>","children":null,"spread":false},{"title":"healthcheck.sh <span style='color:#111;'> 276B </span>","children":null,"spread":false}],"spread":false}],"spread":false},{"title":"setup.js <span style='color:#111;'> 403B </span>","children":null,"spread":false},{"title":"unit","children":[{"title":"js","children":[{"title":"HttpController","children":[{"title":"HttpControllerTests.js <span style='color:#111;'> 5.77KB </span>","children":null,"spread":false}],"spread":false},{"title":"DocArchive","children":[{"title":"MongoAWS.js <span style='color:#111;'> 3.15KB </span>","children":null,"spread":false}],"spread":false},{"title":"DiffManager","children":[{"title":"DiffManagerTests.js <span style='color:#111;'> 13.73KB </span>","children":null,"spread":false}],"spread":false},{"title":"UpdateCompressor","children":[{"title":"UpdateCompressorTests.js <span style='color:#111;'> 22.30KB </span>","children":null,"spread":false}],"spread":false},{"title":"PackManager","children":[{"title":"PackManagerTests.js <span style='color:#111;'> 21.52KB </span>","children":null,"spread":false}],"spread":false},{"title":"LockManager","children":[{"title":"LockManagerTests.js <span style='color:#111;'> 9.57KB </span>","children":null,"spread":false}],"spread":false},{"title":"DocumentUpdaterManager","children":[{"title":"DocumentUpdaterManagerTests.js <span style='color:#111;'> 5.79KB </span>","children":null,"spread":false}],"spread":false},{"title":"DiffGenerator","children":[{"title":"DiffGeneratorTests.js <span style='color:#111;'> 15.14KB </span>","children":null,"spread":false}],"spread":false},{"title":"UpdatesManager","children":[{"title":"UpdatesManagerTests.js <span style='color:#111;'> 40.24KB </span>","children":null,"spread":false}],"spread":false},{"title":"RestoreManager","children":[{"title":"RestoreManagerTests.js <span style='color:#111;'> 2.04KB </span>","children":null,"spread":false}],"spread":false},{"title":"MongoManager","children":[{"title":"MongoManagerTests.js <span style='color:#111;'> 7.21KB </span>","children":null,"spread":false}],"spread":false},{"title":"UpdateTrimmer","children":[{"title":"UpdateTrimmerTests.js <span style='color:#111;'> 5.69KB </span>","children":null,"spread":false}],"spread":false},{"title":"RedisManager","children":[{"title":"RedisManagerTests.js <span style='color:#111;'> 4.77KB </span>","children":null,"spread":false}],"spread":false},{"title":"WebApiManager","children":[{"title":"WebApiManagerTests.js <span style='color:#111;'> 6.26KB </span>","children":null,"spread":false}],"spread":false}],"spread":false}],"spread":false}],"spread":false},{"title":"docker-compose.ci.yml <span style='color:#111;'> 1.88KB </span>","children":null,"spread":false},{"title":".prettierrc <span style='color:#111;'> 292B </span>","children":null,"spread":false}],"spread":false}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明