James Allen
7185657f06
Use max_doc_length rather than max_doc_size to be consistent with other services
2015-11-09 15:24:21 +00:00
James Allen
27d3ebc1fd
Add configurable max_doc_length
2015-11-06 12:43:53 +00:00
Henry Oswald
29c812cece
moved the build opts down
2015-10-16 12:57:05 +01:00
Henry Oswald
4f5669591a
add timeout to health check requests and always try the delete
2015-10-16 12:30:53 +01:00
Henry Oswald
de9a24f7bb
pulled health check into its own file and use project_id from settings
2015-10-16 10:13:54 +01:00
Henry Oswald
491d4c69b1
Merge branch 'master' of https://github.com/sharelatex/docstore-sharelatex
2015-10-15 22:22:44 +01:00
Henry Oswald
9826d125e3
added basic health check to docstore
2015-10-15 22:22:20 +01:00
James Allen
5fef2a82b8
Acceptance tests no longer run on Travis
2015-10-07 18:40:12 +01:00
Henry Oswald
f1bf0c97ec
make archive and unarchive parallelLimit to speed it up
2015-09-22 09:41:26 +01:00
Henry Oswald
9cfa4b3f84
Don't put docs which are already in s3 through archive job
...
This fixes the bug we saw with 'RangeError: Maximum call stack size exceeded'
if lots of docs are already in s3 cb() gets called synchronously multiple times quickly
which can cause the execption. I am not sure where the recursion is, maybe inside async.
doing setImmediate(cb) also fixes the issue as I beilve it gives the
process chance to clear the stack. Similar to process.nextTick
2015-09-07 14:11:02 +01:00
Henry Oswald
ae75b855b4
added failing test for trying to archive load of docs which are already
...
in s3
2015-09-07 14:06:20 +01:00
Henry Oswald
738e33a052
change crypto to always use utf-8 as it works with aws
2015-09-01 16:52:02 +01:00
Henry Oswald
aaa2a099f1
change acceptance test to use big naught list of strings
2015-09-01 16:51:10 +01:00
Henry Oswald
192b0af15a
added utf-8 char which fails the archive option
2015-09-01 15:47:16 +01:00
Henry Oswald
5dd33ea313
changed back to standard /archive /unarchive
2015-08-18 14:10:53 +01:00
Henry Oswald
5765b59e0c
added /deactivate and /reactivate endpoints as web will call those
...
also fixed acceptence test
2015-08-18 13:31:26 +01:00
Henry Oswald
599b9770f4
add un archive endpoint
2015-08-13 22:48:45 +01:00
Henry Oswald
cf07e2fec5
improve archve doc acceptence tests
2015-08-13 22:48:17 +01:00
Henry Oswald
ef4e437c3f
improve doc manager so it calls get doc recursivly
2015-08-13 22:47:33 +01:00
Henry Oswald
6ea284b17b
Merge pull request #9 from sharelatex/s3-archive
...
S3 archive
2015-08-13 14:20:46 +01:00
Henry Oswald
32bf64236b
fixed config to work with s3 correctly
2015-08-13 14:16:40 +01:00
Henry Oswald
ddf4692f0d
added acceptance test for large doc ~1mb
2015-08-13 13:59:40 +01:00
Henry Oswald
b8884352f6
added some better error logging
2015-08-13 13:59:22 +01:00
Henry Oswald
859e8a0e57
- deal with calling archive twice on same project
...
- clean up unit tests
- change s3 keys
- use err not error
2015-08-13 13:00:09 +01:00
Henry Oswald
9af2c07c3b
always add archiving root in
2015-08-13 12:59:04 +01:00
Brian Gough
aa599b0d90
added event loop monitor
2015-06-23 13:55:33 +01:00
Henry Oswald
6e4ad90cac
bumped mongojs version
2015-06-10 15:37:06 +01:00
Henrique Dias
42f2afc4dd
remove unarchived docs from s3
2015-06-03 20:05:15 -03:00
Henrique Dias
9a68bfb393
fix unit tests
2015-06-03 12:00:08 -03:00
Henrique Dias
aa23c1da56
md5 check for doc lines
2015-06-03 11:45:47 -03:00
Henrique Dias
5ba14522da
handling error
2015-06-02 20:08:50 -03:00
Henrique Dias
a26320013d
more acceptance tests
2015-06-02 19:24:45 -03:00
Henrique Dias
0cd2120430
more unit tests for archive feature
2015-06-02 18:13:16 -03:00
Henrique Dias
6add9a0da7
init unit tests
2015-06-02 17:12:11 -03:00
Henrique Dias
5c31e80062
more refactoring
2015-06-02 16:29:32 -03:00
Henrique Dias
ddd26798f1
refactoring
...
s3 filter in router
2015-06-02 15:55:22 -03:00
Henrique Dias
86f16caeef
fix some issues
2015-06-02 15:13:28 -03:00
Henry Oswald
ea92f57acc
point where we unset doc lines also search on doc rev to make sure
...
the document has not been updated
2015-06-02 12:39:49 +01:00
Henry Oswald
60bc7bf4e1
pulled logic for arching docs arpart a bit, can be moved into its own file
...
hacked out (needs tests) the unarchiving of individual docs & doc updates
2015-06-02 12:36:38 +01:00
Henry Oswald
19f1a9ad82
changed style of async jobs to map to use underscore which is like we
...
use in the rest of the stack. Also removed a few => binds which are
not needed
2015-06-02 10:59:35 +01:00
Henrique Dias
7c7ff64904
retrieving all docs from s3
2015-06-01 19:36:26 -03:00
Henrique Dias
7f5204f0f7
initial version for archive docs in S3
2015-06-01 18:24:40 -03:00
Henry Oswald
73a73adf62
make startup message consistent
2015-04-30 15:04:26 +01:00
Henry Oswald
d59fb0d590
Merge branch 'master' into doc-collection-only
...
Conflicts:
app/coffee/DocManager.coffee
2015-02-27 14:58:38 +00:00
Henry Oswald
53480153e3
if the doc has no lines then it is new and needs to be written
2015-02-27 14:50:08 +00:00
Henry Oswald
32829f0e6e
remove old rev, not needed any more
2015-02-27 14:06:06 +00:00
Henry Oswald
a73dc90b00
change mongomangers upsert to use an inc
...
this is tested and does work with new documents
2015-02-26 16:01:10 +00:00
Henry Oswald
7242119532
simplified DocManager.updateDoc so it calls mongomanager.findDoc
...
makes the logic for dealing new documents that are not in mongo yet
much simpler
2015-02-26 16:00:28 +00:00
Henry Oswald
5861231548
docstore now only touches doc collection
...
- need to run migration 1 before using this for this to work
- added acceptence test so new documents updated should be upserted, not return 404
2015-02-26 14:54:08 +00:00
Henry Oswald
3cd3c118d1
don't log out when doc lines are [] as this is a new empty doc
2015-02-23 13:17:55 +00:00
Henry Oswald
daf7c4f68e
log out when a doc from the project collection is used
2015-02-22 18:45:21 +00:00
James Allen
18a05d8813
Release version 0.1.2
2015-02-10 13:22:56 +00:00
Henry Oswald
a0832c79e6
return 404 if doc is deleted and include_deleted is not set to true
2015-02-03 14:05:08 +00:00
Henry Oswald
7fe25fe28f
improved docstore acceptence tests to deal with changing docs on get all docs
2015-01-27 17:05:07 +00:00
Henry Oswald
7b0b72494f
write to doc collection first
2015-01-27 15:05:35 +00:00
Henry Oswald
5d2c09bf75
read docs from doc collection first
...
- removes include deleted flag as it is irrelivant now
2015-01-22 15:05:48 +00:00
Henry Oswald
535d4435bf
added missing err check
2015-01-21 12:31:06 +00:00
Henry Oswald
704bf53fe5
Write docs to do collection and project collection
...
- docs are written to project collection then doc collection
- deletes used to insert into doc collection, now its the same upsert
with deleted = true
- does not set delted = false for new docs as it is not needed, save space
- changed delete to be seperate update on mongo
2015-01-21 11:52:39 +00:00
Henry Oswald
883a7329f1
Merge branch 'master' of https://github.com/sharelatex/docstore-sharelatex
2015-01-20 15:56:47 +00:00
Henry Oswald
b3d653f930
added grep for tests
2015-01-20 15:25:35 +00:00
Henry Oswald
28990d5a39
changed logging to easier to see when the http request starts
2015-01-20 13:46:57 +00:00
James Allen
a66f707920
Release version 0.1.0
2014-08-19 13:37:06 +01:00
James Allen
6d24c69e96
Don't return deleted docs by default, make it a flag
2014-06-06 12:37:42 +01:00
James Allen
4818ae8131
Use flag to only get deleted doc when appropriate
2014-06-05 14:10:44 +01:00
James Allen
7870b4fb55
Return deleted docs
2014-06-05 13:29:50 +01:00
James Allen
828aefe2c8
Add in extra null check
2014-06-05 10:20:56 +01:00
James Allen
32f1a327a6
Add in null check
2014-06-03 11:42:41 +01:00
James Allen
dc9fff94f3
Add null checks for null folders
2014-05-29 14:21:46 +01:00
James Allen
e4e14602f1
null check on id
2014-05-29 12:04:18 +01:00
James Allen
9f969bba4d
Handle null doc lines
2014-05-29 11:18:31 +01:00
Henry Oswald
973d9b8643
added raw endpoint to docstore
2014-05-20 13:04:33 +01:00
James Allen
7cca4f0368
Don't store and send version data
2014-05-16 13:06:35 +01:00
James Allen
79457227e1
Support up to 2mb requests
2014-05-13 12:54:58 +01:00
James Allen
0dda75c2d5
Pass through version and revision information
2014-05-08 15:43:08 +01:00
James Allen
0adcf3c140
Log out errors when null docs are encountered
2014-05-07 16:38:10 +01:00
James Allen
43ed71e82c
Do a check for null docs
2014-05-07 16:24:47 +01:00
James Allen
ccbe33a82e
Add in http monitoring
2014-05-07 10:59:16 +01:00
James Allen
aed4a7ce18
Add in metrics
2014-05-06 16:52:58 +01:00
James Allen
fa049ff4eb
Add endpoint for getting all docs
2014-04-30 13:06:12 +01:00
James Allen
984999ec61
Add in HTTP end point for deleting docs
2014-04-29 16:36:10 +01:00
James Allen
885d5de191
Add in DocManager.deleteDoc method
2014-04-29 15:07:22 +01:00
James Allen
9be5265f32
Update gruntfile with configurable report
2014-04-29 12:31:30 +01:00
James Allen
2e8582874f
Add POST end point for updating doc lines
2014-04-29 11:49:09 +01:00
James Allen
94b25055fc
Add in DocManager.updateDoc method
2014-04-28 17:43:19 +01:00
James Allen
22b13077b2
Add in grunt forever command
2014-04-28 16:53:51 +01:00
James Allen
4adfcc0e5e
Create LICENSE
2014-04-28 16:50:47 +01:00
James Allen
f4e7b47b90
Create README.md
2014-04-28 16:50:23 +01:00
James Allen
f09444de3b
Create .travis.yml
2014-04-28 16:48:36 +01:00
James Allen
6eb328e788
Create a GET endpoint for getting doc lines
2014-04-28 16:45:59 +01:00