Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Overleaf Ruhr
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
newton Lars
Overleaf Ruhr
Commits
f9b1d138
Commit
f9b1d138
authored
Jan 5, 2024
by
libnewton
Browse files
Options
Downloads
Patches
Plain Diff
add changes tracking back
parent
ed26503f
No related branches found
No related tags found
1 merge request
!1
chore: sync upstream
Pipeline
#210545
passed
Jan 5, 2024
Stage: docker
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
services/track-changes/app/js/HttpController.js
+1
-1
1 addition, 1 deletion
services/track-changes/app/js/HttpController.js
services/track-changes/app/js/MongoAWS.js
+4
-4
4 additions, 4 deletions
services/track-changes/app/js/MongoAWS.js
with
5 additions
and
5 deletions
services/track-changes/app/js/HttpController.js
+
1
−
1
View file @
f9b1d138
...
...
@@ -20,7 +20,7 @@ const logger = require('@overleaf/logger')
const
HealthChecker
=
require
(
'
./HealthChecker
'
)
const
_
=
require
(
'
underscore
'
)
const
Path
=
require
(
'
path
'
)
const
{
pipeline
}
=
require
(
'
stream
'
)
//
const { pipeline } = require('stream')
module
.
exports
=
HttpController
=
{
flushDoc
(
req
,
res
,
next
)
{
...
...
This diff is collapsed.
Click to expand it.
services/track-changes/app/js/MongoAWS.js
+
4
−
4
View file @
f9b1d138
...
...
@@ -16,10 +16,10 @@ const logger = require('@overleaf/logger')
// const AWS = require('aws-sdk')
// const S3S = require('s3-streams')
const
{
db
,
ObjectId
}
=
require
(
'
./mongodb
'
)
const
JSONStream
=
require
(
'
JSONStream
'
)
const
ReadlineStream
=
require
(
'
byline
'
)
const
zlib
=
require
(
'
zlib
'
)
const
Metrics
=
require
(
'
@overleaf/metrics
'
)
//
const JSONStream = require('JSONStream')
//
const ReadlineStream = require('byline')
//
const zlib = require('zlib')
//
const Metrics = require('@overleaf/metrics')
const
DAYS
=
24
*
3600
*
1000
// one day in milliseconds
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment