Brian Gough
|
3a930a636e
|
fix incremental request
|
2017-08-07 14:32:28 +01:00 |
|
Brian Gough
|
da86a094a8
|
write files incrementally
|
2017-08-02 13:46:10 +01:00 |
|
Shane Kilkelly
|
a55debb79f
|
Send a 404 if the project files have gone away when running synctex.
This is semantically nicer than the 500 response which used to be
produced in these circumstances.
|
2017-06-23 14:46:40 +01:00 |
|
Brian Gough
|
550979991f
|
check directory exists and bail out on error
|
2017-05-31 10:06:27 +01:00 |
|
Brian Gough
|
42fa852b76
|
check file exists before running synctex
|
2017-05-24 10:09:43 +01:00 |
|
Brian Gough
|
3bd919b3eb
|
support for tikz externalize
make copy of main file as output.tex for tikz externalize
|
2017-03-20 10:55:28 +00:00 |
|
Shane Kilkelly
|
34f47178fa
|
Increase memory limit to 64mb
|
2016-09-28 11:02:58 +01:00 |
|
Shane Kilkelly
|
4efdddbbac
|
Add CHKTEX_ULIMIT_OPTIONS
|
2016-09-23 15:32:37 +01:00 |
|
Brian Gough
|
56429178df
|
only run chktex on .tex files, not .Rtex files
the .tex files produced from knitr have macros which confuse chktex
|
2016-09-12 16:29:36 +01:00 |
|
Brian Gough
|
e23512f0e0
|
handle failed compile due to validation error
|
2016-08-24 15:46:47 +01:00 |
|
Brian Gough
|
1af44b32b3
|
remove chktex error
too many false positives from 'unable to execute latex command'
|
2016-08-22 15:11:39 +01:00 |
|
Brian Gough
|
ed5acc9f93
|
capture texcount error output
|
2016-08-11 10:26:08 +01:00 |
|
Brian Gough
|
400590b3ad
|
read wordcount output asynchronously
|
2016-08-11 09:32:53 +01:00 |
|
Brian Gough
|
872dbc5215
|
add missing argument parameter to wordcount call
|
2016-08-11 09:29:03 +01:00 |
|
Brian Gough
|
c5917d4a75
|
use a command wrapper for synctex
instead of an alternative child_process object
|
2016-08-04 16:08:14 +01:00 |
|
Brian Gough
|
08a446f03d
|
change logging message to be different from LatexRunner
|
2016-08-04 16:07:36 +01:00 |
|
Brian Gough
|
5c1e903b14
|
Merge pull request #44 from sharelatex/add-chktex-support
Add chktex support
|
2016-08-02 14:55:38 +01:00 |
|
Brian Gough
|
f0c7b455a5
|
provide setting to override child_process.execFile for synctex
|
2016-07-29 14:54:24 +01:00 |
|
Brian Gough
|
ffea361d12
|
provide validation mode where compilation always exits after chktex
|
2016-07-27 16:54:27 +01:00 |
|
Brian Gough
|
d6d6e18b89
|
run chktex when request has check:true
|
2016-07-26 16:22:38 +01:00 |
|
Brian Gough
|
3135ff2842
|
add support for passing additional environment parameters to command runner
includes an example of passing environment variables to chktex
|
2016-07-26 12:30:29 +01:00 |
|
Brian Gough
|
9b58621fa8
|
add support for stopping compile
|
2016-07-14 16:43:52 +01:00 |
|
Brian Gough
|
5367bc22e5
|
add per-user routes for clearing cache and extend expiry methods
this adds separate functionality for clearing the cache (assets and
database) and the project compile directory for a specific user
|
2016-06-02 15:32:33 +01:00 |
|
Brian Gough
|
df641549c4
|
add per-user routes and methods
|
2016-06-02 15:32:31 +01:00 |
|
Henry Oswald
|
fdc8d83646
|
log out error on synctex
|
2016-05-27 16:18:18 +01:00 |
|
Henry Oswald
|
41ca3a4222
|
log out errors more clearly
|
2016-05-27 14:45:39 +01:00 |
|
Henry Oswald
|
448a30750b
|
log out which command logger is used
|
2016-05-24 14:08:39 +01:00 |
|
Brian Gough
|
d5c1fb9997
|
fix logic excluding smoke test in metric
|
2016-05-10 10:10:01 +01:00 |
|
Brian Gough
|
00acfbdf86
|
fix tagname for graphite
|
2016-05-10 09:41:39 +01:00 |
|
Brian Gough
|
d2e4253e1e
|
preserve existing metric name
|
2016-05-10 09:12:00 +01:00 |
|
Brian Gough
|
3eebca4c01
|
add timing information from /usr/bin/time
|
2016-05-09 16:00:24 +01:00 |
|
Brian Gough
|
ebcf9a75ae
|
add a metric for the TeXLive image used on each compile
|
2016-05-09 15:36:11 +01:00 |
|
Brian Gough
|
01d7a59dfd
|
remove console.log
|
2016-03-31 11:59:17 +01:00 |
|
Brian Gough
|
99c6b746f8
|
check directory exists before attempting to clear it
|
2016-03-31 11:59:17 +01:00 |
|
Brian Gough
|
285546fbcf
|
bugfix - avoid double counting compiles
|
2016-03-17 14:37:34 +00:00 |
|
Brian Gough
|
a26f4fc5f6
|
add metrics for latexmk runs and errors
|
2016-03-17 09:55:18 +00:00 |
|
James Allen
|
0f55ce18ac
|
Inject [draft] option to documentclass if draft option is passed
|
2016-02-02 14:26:14 +00:00 |
|
James Allen
|
de280d0ed4
|
Support configurable images in wordcount end point
|
2016-01-19 14:12:41 +00:00 |
|
James Allen
|
d924da0d2d
|
Allow optional image name to be passed
|
2016-01-15 09:59:06 +00:00 |
|
Henry Oswald
|
253a99e780
|
added try catch around word count where a file is not created
|
2015-11-12 15:19:22 +00:00 |
|
Henry Oswald
|
4ee50b7239
|
- fixed bug with texcount returning wrong data for nauty lines
- improved acceptence test for word count to use nauty lines
|
2015-09-09 13:52:45 +01:00 |
|
Henry Oswald
|
ec338f8c10
|
add -inc to word count
use -inc to word count included files
also moved private function to bottom
|
2015-09-09 12:47:08 +01:00 |
|
Henrique Dias
|
d332665648
|
move texcount to docker
|
2015-09-08 10:19:46 -03:00 |
|
Henrique Dias
|
32c0a89ae1
|
add unit test
|
2015-06-08 19:27:47 -03:00 |
|
Henrique Dias
|
59e87a8729
|
initial version of texcount
|
2015-06-08 18:35:24 -03:00 |
|
Brian Gough
|
5a5ef8baed
|
accept build id parameter when serving static files
|
2015-02-25 17:05:19 +00:00 |
|
Brian Gough
|
4002849e20
|
save output files in a .cache directory
|
2015-02-24 14:40:05 +00:00 |
|
James Allen
|
fe6c76e62d
|
Don't normalize path passed to synctex
|
2014-05-29 16:40:58 +01:00 |
|
James Allen
|
52b22a41c8
|
Use simpler exec command with a timeout
|
2014-04-09 15:34:54 +01:00 |
|
James Allen
|
892e6bf6d1
|
Add in a synctex end point
|
2014-04-08 15:18:56 +01:00 |
|