Henry Oswald
|
5b0f69a50d
|
added cache to learn words manager
|
2015-03-03 14:28:47 +00:00 |
|
Henry Oswald
|
536e014600
|
remove js tests
|
2015-03-03 14:27:55 +00:00 |
|
Henry Oswald
|
35254be989
|
fix up the aspell tests
|
2015-03-03 14:25:54 +00:00 |
|
Henry Oswald
|
72ce615641
|
added lru cache
|
2015-03-03 13:57:16 +00:00 |
|
Henry Oswald
|
3212866e82
|
increase json size to 2mb
|
2015-03-03 13:57:05 +00:00 |
|
Henry Oswald
|
c8ec6451ce
|
removed the reset of restify
|
2015-03-03 08:10:47 +00:00 |
|
Henry Oswald
|
7bbce79ff6
|
convert app to use express not restifiy so it works with metrics-sharelatex
|
2015-03-02 18:13:28 +00:00 |
|
Brian Gough
|
876ea130b9
|
check the words in batches, to avoid blocking the event loop
|
2015-03-02 16:58:10 +00:00 |
|
Henry Oswald
|
86416775fc
|
added flame graph
|
2015-03-02 15:49:12 +00:00 |
|
Brian Gough
|
0ff5f54bf6
|
fix unit test for build parameter
|
2015-03-02 15:33:45 +00:00 |
|
Brian Gough
|
c1cde643ef
|
use send build identifier to clsi only for new pdf viewer
old pdf viewer will continue to use the main ouput.pdf file
|
2015-03-02 14:59:53 +00:00 |
|
Henry Oswald
|
57d214e2dd
|
fix metrics key name
|
2015-03-02 14:59:30 +00:00 |
|
Brian Gough
|
c29329cb37
|
Merge pull request #156 from sharelatex/support-cached-pdfs
Support cached pdfs with build parameter
|
2015-03-02 13:48:37 +00:00 |
|
Brian Gough
|
7aea33b562
|
keep existing behaviour when loading other output files
|
2015-03-02 12:18:10 +00:00 |
|
Brian Gough
|
416d7a17a7
|
Merge pull request #16 from sharelatex/cache-output-files
Keep output files in cache
|
2015-03-02 12:06:06 +00:00 |
|
Brian Gough
|
3a3eda0ccf
|
reduce cache limit for pdfs
|
2015-03-02 11:31:48 +00:00 |
|
Brian Gough
|
c26de9554d
|
skip cache directory error when empty
|
2015-03-02 09:58:20 +00:00 |
|
Brian Gough
|
0315954b47
|
Merge branch 'master' into support-cached-pdfs
|
2015-03-02 09:20:00 +00:00 |
|
Brian Gough
|
52baf4976e
|
Merge branch 'master' into cache-output-files
|
2015-03-02 09:18:44 +00:00 |
|
Henry Oswald
|
9e91d31abb
|
Merge branch 'doc-collection-only'
Conflicts:
app/coffee/DocManager.coffee
|
2015-03-02 08:06:41 +00:00 |
|
Henry Oswald
|
bf3e568db9
|
add timeout for health check
|
2015-03-01 12:56:31 +00:00 |
|
Henry Oswald
|
1d98d45320
|
fix port for health check
|
2015-03-01 12:53:10 +00:00 |
|
Henry Oswald
|
48badde67a
|
Merge branch 'master' of https://github.com/sharelatex/spelling-sharelatex
|
2015-03-01 12:48:13 +00:00 |
|
Henry Oswald
|
eb193c24ae
|
added health check endpoint
|
2015-03-01 12:45:14 +00:00 |
|
Brian Gough
|
7f38c5e5a3
|
fix double callback for proc.on 'error' and proc.on 'close'
|
2015-02-27 16:07:02 +00:00 |
|
Brian Gough
|
140090da47
|
move convert tests from middleware to restricted static server
|
2015-02-27 15:38:57 +00:00 |
|
Henry Oswald
|
6c568d9cbb
|
don't log out when doc lines are [] as this is a new empty doc
|
2015-02-27 15:19:08 +00: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 |
|
Brian Gough
|
e024fec82d
|
provide a static server which forbids symlinks
prevents mismatch between rootdir of server and rootdir of symlink
checking middleware
|
2015-02-27 13:57:57 +00:00 |
|
Brian Gough
|
a6fb82513f
|
use OutputCacheManager to construct static path to files
|
2015-02-27 13:16:01 +00:00 |
|
Brian Gough
|
5fdd1d4f47
|
cleanup and logging
|
2015-02-27 13:15:35 +00:00 |
|
Brian Gough
|
caed778117
|
load output files from cached build when known
|
2015-02-26 16:47:47 +00:00 |
|
Brian Gough
|
a64b8724bd
|
include the build parameter in the compile unit tests
|
2015-02-26 16:21:44 +00:00 |
|
Brian Gough
|
5b9f2e8fc1
|
pass build id through to clsi when requesting pdf
|
2015-02-26 16:21:44 +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 |
|
Brian Gough
|
a877dd36e7
|
remove debugging code
|
2015-02-26 15:32:01 +00:00 |
|
Brian Gough
|
77b4247f86
|
fix tests to allow for build parameter
|
2015-02-26 15:31:12 +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 |
|
James Allen
|
049c4d49c1
|
Don't blow up on missing settings
|
2015-02-26 12:13:56 +00:00 |
|
James Allen
|
c495e5c492
|
Release version 0.1.3
|
2015-02-26 11:48:42 +00:00 |
|
Henry Oswald
|
8100f988b2
|
comment out ldap in settings.defaults
|
2015-02-26 11:40:02 +00:00 |
|
James Allen
|
920d498ff4
|
Release version 0.1.3
|
2015-02-26 11:36:08 +00:00 |
|
James Allen
|
2442956026
|
Release version 0.1.3
|
2015-02-26 11:35:41 +00:00 |
|
James Allen
|
79b9c48efd
|
Release version 0.1.3
|
2015-02-26 11:35:14 +00:00 |
|
James Allen
|
eb89337ada
|
Release version 0.1.3
|
2015-02-26 11:32:21 +00:00 |
|
James Allen
|
45689fd2b8
|
Only call getFileStream callback once
|
2015-02-26 11:32:05 +00:00 |
|
James Allen
|
4942038a23
|
Release version 0.1.3
|
2015-02-26 11:23:45 +00:00 |
|