decaffeinate
3d3861cb24
decaffeinate: Convert BrokenLatexFileTests.coffee and 9 other files to JS
2020-02-19 12:16:00 +01:00
decaffeinate
035786b204
decaffeinate: Rename BrokenLatexFileTests.coffee and 9 other files from .coffee to .js
2020-02-19 12:15:54 +01:00
mserranom
a62d8186e9
prettier: convert test/unit decaffeinated files to Prettier format
2020-02-19 12:15:37 +01:00
mserranom
89360bfe77
decaffeinate: rename test/unit/coffee to test/unit/js
2020-02-19 12:15:30 +01:00
decaffeinate
4c79f22389
decaffeinate: Run post-processing cleanups on CompileControllerTests.coffee and 17 other files
2020-02-19 12:15:25 +01:00
decaffeinate
37b4e96de4
decaffeinate: Convert CompileControllerTests.coffee and 17 other files to JS
2020-02-19 12:15:08 +01:00
decaffeinate
e57097afb4
decaffeinate: Rename CompileControllerTests.coffee and 17 other files from .coffee to .js
2020-02-19 12:14:56 +01:00
mserranom
8729acd48c
prettier: convert app/js decaffeinated files to Prettier format
2020-02-19 12:14:37 +01:00
mserranom
3af6bdd588
decaffeinate: rename app/coffee dir to app/js
2020-02-19 12:14:34 +01:00
decaffeinate
beb6100e25
decaffeinate: Run post-processing cleanups on CommandRunner.coffee and 25 other files
2020-02-19 12:14:28 +01:00
decaffeinate
4eab36e3d5
decaffeinate: Convert CommandRunner.coffee and 25 other files to JS
2020-02-19 12:14:14 +01:00
decaffeinate
2d07bab23d
decaffeinate: Rename CommandRunner.coffee and 25 other files from .coffee to .js
2020-02-19 12:14:01 +01:00
mserranom
66ffcb626f
decaffeinate: add eslint and prettier packages
2020-02-19 12:13:44 +01:00
mserranom
2d4ea9febf
decaffeinate: update .gitignore
2020-02-19 12:11:31 +01:00
mserranom
564707b1d1
decaffeinate: update build scripts to es
2020-02-19 12:10:00 +01:00
mserranom
e37c261bb0
removed unneeded default function arg preventing from decaffeination
2020-02-19 12:06:09 +01:00
Brian Gough
5a28cbad29
remove unused .travis.yml file
2020-02-12 12:37:00 +00:00
Jakob Ackermann
b064fede63
[misc] update the build scripts to 1.3.5
2020-02-11 12:27:59 +01:00
Jakob Ackermann
0ab94f96c1
[misc] use node:10.19.0 as base image
...
Also adjust the node version in the other build-script files.
2020-02-07 14:49:42 +01:00
Brian Gough
55ccb1b191
update to gcr.io/overleaf-ops/node:10.19.0
2020-02-06 03:32:28 +00:00
Eric Mc Sween
e0ba485081
Upgrade to local node:10.18.1 image
2020-02-04 11:30:23 -05:00
Eric Mc Sween
58bc71a0d2
Show output files in subfolders
...
This fixes a tiny regexp bug that prevents output files in subfolders
from being shown in the "Other logs & files" panel.
We also downgrade the corresponding log because it's very noisy and does
not indicate a problem.
2019-11-07 08:27:24 -05:00
nate stemen
6b99023548
Merge pull request #136 from overleaf/ns-public-repo-comment
...
Update PR template to reflect current open source docs
2019-10-30 09:36:09 -04:00
Eric Mc Sween
4d4cf58bc3
Merge pull request #137 from overleaf/em-stackdriver-logging
...
Upgrade logging and metrics modules
2019-10-28 09:49:56 -04:00
Eric Mc Sween
7b4f7b4fb0
Upgrade logging and metrics modules
...
The new versions add the ability to send logs directly to Stackdriver.
2019-10-28 09:31:57 -04:00
Nate Stemen
1982dfc1cb
bump build script to 1.1.24
2019-10-25 11:03:45 -04:00
Nate Stemen
d194beb165
add public link to contributing docs
2019-10-25 11:01:37 -04:00
Christopher Hoskin
e00b4e0c6a
Pass through TEXLIVE_IMAGE
2019-10-24 16:58:14 +01:00
Christopher Hoskin
bef93667a5
Bump build script to 1.1.23
2019-10-24 16:57:08 +01:00
Eric Mc Sween
dab6e9aa8e
Send output files on timeout
...
The unconventional use of callbacks to return both an error and data
after compilation created a subtle bug where the output files were
dropped by the LockManager in case of an error such as a timeout.
This prevented the frontend to show error logs when a timeout occurs,
creating confusion among users.
We now attach the output files to the error so that they reach the
controller and are sent back to the web service.
2019-10-22 16:31:37 -04:00
Tailing Yuan
68e842b12a
fix CompileManager and LocalCommandRunner
2019-10-04 23:02:03 +08:00
Shane Kilkelly
1edda47b0e
update logger and metrics
2019-06-18 16:29:20 +01:00
Shane Kilkelly
880ec16827
Increase the hard-timeout to 10 minutes.
...
In practice most projects will still be limited to five minutes,
but this allows us to bump up the limit for some projects,
especially legacy v1 projects that have been imported to v2
2019-06-06 16:39:16 +01:00
Brian Gough
e1c7b50920
Merge pull request #120 from das7pad/hotfix/docker-group
...
[docker] add support for a different docker group id on the docker host
2019-05-16 14:04:27 +01:00
Brian Gough
418bda28e1
Merge pull request #119 from overleaf/bg-increase-acceptance-test-timeout
...
increase timeout for long-running acceptance tests
2019-05-16 09:17:26 +01:00
Michael Mazour
1ddf9283f2
Add flags option to request JSON
...
Adds a `flags` parameter to the request JSON, appearing under the `compile.options` key (alongside such stalwarts as `compiler`, `timeout`, etc.).
This is primarily to support `-file-line-error` as an option, but could have other uses as well.
`flags` should be an array of strings, or absent. If supplied, the listed arguments are added to the base latexmk command.
2019-05-14 16:24:34 +01:00
Tim Alby
4ccaa3bf2f
update Git URL in Jenkinsfile
2019-05-07 18:31:54 +02:00
Timothée Alby
70a1f7c110
Update README.md
2019-05-07 16:41:17 +01:00
Christopher Hoskin
a33cd6cbbf
Bump buildscripts from 1.1.11 to 1.1.20
2019-05-03 10:29:38 +01:00
Jakob Ackermann
5b1481fc12
[docker] add support for a different docker group id on the docker host
...
Signed-off-by: Jakob Ackermann <das7pad@outlook.com>
2019-04-23 01:53:40 +02:00
Brian Gough
bc6e560448
increase timeout for long-running acceptance tests
2019-04-01 09:42:54 +01:00
Christopher Hoskin
5a690a5416
Formalise node 10.15 update
2019-03-26 11:50:59 +00:00
Henry Oswald
900e2f70b4
change console.log for logger.log
2019-03-22 20:42:26 +00:00
Christopher Hoskin
f89a5baeab
Merge pull request #113 from sharelatex/ho-osx-epoll
...
add epoll_pwait to secomp profile
2019-03-04 14:57:01 +00:00
Christopher Hoskin
da7e65715b
Bump logger to v1.6.0
2019-03-04 12:05:28 +00:00
Brian Gough
6877baf314
increase acceptance test timeout to 1 minute
2019-02-22 13:58:12 +00:00
Brian Gough
038c81f868
use explicit json content-type to avoid security issues with text/html
2019-02-12 16:54:59 +00:00
Henry Oswald
9eb3b0b221
add epoll_pwait to secomp profile
...
Last year golang changed from epoll_wait to epoll_pwait https://github.com/golang/go/issues/23750
This causes golang panic errors on mac when running secomp secure compiles using docker 18.09.1. It may start to become a problem on linux where we are running on 17.03.2-ce in production.
2019-01-24 12:30:37 +00:00
Christopher Hoskin
3829732494
Fix broken spacing
2019-01-16 15:12:23 +00:00
Christopher Hoskin
7a3f1c81bd
Switch to node 10
2019-01-16 15:11:49 +00:00