overleaf/services/docstore
Jakob Ackermann 1e4bc43e08 [misc] bump metrics module to 3.4.1
- renamed package from `metrics-sharelatex` to `@overleaf/metrics`
- drop support for statsd backend
- decaffeinate
- compress `/metrics` response using gzip
- bump debugging agents to latest versions
- expose prometheus interfaces for custom metrics (custom tags)
- cleanup of open sockets metrics
- fix deprecation warnings for header access
2020-11-25 11:57:23 +00:00
..
.github Upgrade node to 10.22.1 2020-09-17 14:30:25 +01:00
app/js Don't throw 404 errors when unarchiving, if the doc is already unarchived 2020-09-25 09:17:01 +01:00
config [misc] mongodb: use the new db connector by default 2020-09-17 15:40:23 +01:00
test Don't throw 404 errors when unarchiving, if the doc is already unarchived 2020-09-25 09:17:01 +01:00
.dockerignore decaffeinate: update build scripts to es 2020-02-16 13:59:59 +00:00
.eslintrc Revert "Revert "Bump buildscript to 2.3.0"" 2020-07-21 10:02:43 +01:00
.gitignore [misc] bump logger-sharelatex to version 2.2.0 2020-08-12 15:17:06 +01:00
.nvmrc Upgrade node to 10.22.1 2020-09-17 14:30:25 +01:00
.prettierrc update build scripts to 2.2.0 2020-05-28 15:19:48 +02:00
app.js Upgrade metrics to @overleaf/metrics' 2020-09-10 18:07:14 +01:00
buildscript.txt Upgrade node to 10.22.1 2020-09-17 14:30:25 +01:00
docker-compose-config.yml Revert "Revert "Move acceptance test cred config to docker-compose-config.yml"" 2020-07-21 10:03:34 +01:00
docker-compose.ci.yml [misc] bump logger-sharelatex to version 2.2.0 2020-08-12 15:17:06 +01:00
docker-compose.yml Upgrade node to 10.22.1 2020-09-17 14:30:25 +01:00
Dockerfile Upgrade node to 10.22.1 2020-09-17 14:30:25 +01:00
LICENSE Create LICENSE 2014-04-28 16:50:47 +01:00
Makefile Update build scripts 2020-07-31 16:24:41 +01:00
nodemon.json Update build scripts 2020-07-31 16:24:41 +01:00
package-lock.json [misc] bump metrics module to 3.4.1 2020-11-25 11:57:23 +00:00
package.json [misc] bump metrics module to 3.4.1 2020-11-25 11:57:23 +00:00
README.md Revert "Revert "Add note on running tests"" 2020-07-21 10:03:14 +01:00

overleaf/docstore

A CRUD API for storing and updating text documents in projects

Tests

AWS_BUCKET=**** AWS_ACCESS_KEY_ID=**** AWS_SECRET_ACCESS_KEY=**** make test

License

The code in this repository is released under the GNU AFFERO GENERAL PUBLIC LICENSE, version 3. A copy can be found in the LICENSE file.

Copyright (c) Overleaf, 2014-2019.