Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hub
overleaf
Commits
bbdc0824
Commit
bbdc0824
authored
Mar 05, 2014
by
James Allen
Browse files
Make track changes api a first class citizen
parent
b846033c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Gruntfile.coffee
View file @
bbdc0824
...
...
@@ -18,12 +18,10 @@ SERVICES = [{
},
{
name
:
"filestore"
repo
:
"https://github.com/sharelatex/filestore-sharelatex.git"
}]
TRACK_CHANGES
=
},
{
name
:
"track-changes"
repo
:
"https://github.com/sharelatex/track-changes-sharelatex.git"
}]
module
.
exports
=
(
grunt
)
->
grunt
.
loadNpmTasks
'grunt-bunyan'
...
...
@@ -32,7 +30,7 @@ module.exports = (grunt) ->
grunt
.
loadNpmTasks
'grunt-concurrent'
execute
=
{}
for
service
in
SERVICES
.
concat
([
TRACK_CHANGES
])
for
service
in
SERVICES
execute
[
service
.
name
]
=
src
:
"
#{
service
.
name
}
/app.js"
...
...
@@ -70,7 +68,7 @@ module.exports = (grunt) ->
"Config tasks"
:
[
"install:config"
]
"Checks"
:
[
"check"
,
"check:redis"
,
"check:latexmk"
,
"check:s3"
,
"check:make"
]
for
service
in
SERVICES
.
concat
([
TRACK_CHANGES
])
for
service
in
SERVICES
do
(
service
)
->
grunt
.
registerTask
"install:
#{
service
.
name
}
"
,
"Download and set up the
#{
service
.
name
}
service"
,
()
->
done
=
@
async
()
...
...
README.md
View file @
bbdc0824
...
...
@@ -99,6 +99,11 @@ documents.
An API for performing CRUD (Create, Read, Update and Delete) operations on binary files
(like images) stored in ShareLaTeX.
### [track-changes](https://github.com/sharelatex/track-changes-sharelatex) [](https://travis-ci.org/sharelatex/track-changes-sharelatex)
An API for compressing and storing the updates applied to a document, and then rendering a diff of the changes
between any two time points.
*Still in development and not hooked into the UI yet*
.
Contributing
------------
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment