decaffeinate
0cb5426548
decaffeinate: Run post-processing cleanups on CompileControllerTests.coffee and 17 other files
2020-02-19 12:15:25 +01:00
decaffeinate
79a0891fee
decaffeinate: Convert CompileControllerTests.coffee and 17 other files to JS
2020-02-19 12:15:08 +01:00
decaffeinate
18e6b4715d
decaffeinate: Rename CompileControllerTests.coffee and 17 other files from .coffee to .js
2020-02-19 12:14:56 +01:00
mserranom
cffbd4e9ef
prettier: convert app/js decaffeinated files to Prettier format
2020-02-19 12:14:37 +01:00
mserranom
4576ef54fb
decaffeinate: rename app/coffee dir to app/js
2020-02-19 12:14:34 +01:00
decaffeinate
c056ca6968
decaffeinate: Run post-processing cleanups on CommandRunner.coffee and 25 other files
2020-02-19 12:14:28 +01:00
decaffeinate
4655768fd2
decaffeinate: Convert CommandRunner.coffee and 25 other files to JS
2020-02-19 12:14:14 +01:00
decaffeinate
37794788ce
decaffeinate: Rename CommandRunner.coffee and 25 other files from .coffee to .js
2020-02-19 12:14:01 +01:00
mserranom
f8fff476dd
decaffeinate: add eslint and prettier packages
2020-02-19 12:13:44 +01:00
mserranom
e14da0f9a6
decaffeinate: update .gitignore
2020-02-19 12:11:31 +01:00
mserranom
725074c09d
decaffeinate: update build scripts to es
2020-02-19 12:10:00 +01:00
mserranom
be28b9f6f9
removed unneeded default function arg preventing from decaffeination
2020-02-19 12:06:09 +01:00
Jakob Ackermann
4611e245ed
Merge pull request #148 from overleaf/bg-remove-travis-yml
...
Remove unused .travis.yml file
2020-02-14 10:55:29 +01:00
Brian Gough
82cc99c632
remove unused .travis.yml file
2020-02-12 12:37:00 +00:00
Jakob Ackermann
b15435d1a8
Merge pull request #147 from overleaf/jpa-build-scripts-1-3-5
...
[misc] update the build scripts to 1.3.5
2020-02-12 13:20:31 +01:00
Jakob Ackermann
1fc3292966
[misc] update the build scripts to 1.3.5
2020-02-11 12:27:59 +01:00
Brian Gough
ec628a4e59
support other runtimes
2020-02-10 16:10:18 +00:00
Jakob Ackermann
c2295f40f8
Merge pull request #145 from overleaf/jpa-change-base-image
...
[misc] use node:10.19.0 as base image
2020-02-07 15:52:02 +01:00
Jakob Ackermann
e897945a17
[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
812c4e661f
Merge pull request #144 from overleaf/update-node-10
...
update to gcr.io/overleaf-ops/node:10.19.0
2020-02-06 03:46:15 +00:00
Brian Gough
186c8dcb2f
update to gcr.io/overleaf-ops/node:10.19.0
2020-02-06 03:32:28 +00:00
Eric Mc Sween
9357d1e8fd
Merge pull request #143 from overleaf/em-upgrade-node
...
Upgrade to local node:10.18.1 image
2020-02-04 11:58:32 -05:00
Eric Mc Sween
296f4cc2ff
Upgrade to local node:10.18.1 image
2020-02-04 11:30:23 -05:00
Eric Mc Sween
f285e08ee0
Merge pull request #138 from overleaf/em-hidden-output-files
...
Show output files in subfolders
2019-11-07 09:01:08 -05:00
Eric Mc Sween
7894269b8d
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
4648efe4f1
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
faca2c6976
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
10e9be3cd2
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
dc02e986bf
bump build script to 1.1.24
2019-10-25 11:03:45 -04:00
Nate Stemen
c6c9bb9d3a
add public link to contributing docs
2019-10-25 11:01:37 -04:00
Christopher Hoskin
5ad9f28116
Merge pull request #135 from overleaf/csh-passthrough-texlive
...
Pass through TEXLIVE_IMAGE
2019-10-24 17:20:51 +01:00
Christopher Hoskin
99b95df1ad
Pass through TEXLIVE_IMAGE
2019-10-24 16:58:14 +01:00
Christopher Hoskin
c6af21ffd6
Bump build script to 1.1.23
2019-10-24 16:57:08 +01:00
Eric Mc Sween
2cd1f1b3d7
Merge pull request #133 from overleaf/em-send-output-files-on-timeout
...
Send output files on timeout
2019-10-23 08:21:24 -04:00
Eric Mc Sween
775306aa63
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
Miguel Serrano
a62ff6e248
Merge pull request #131 from yuantailing/fix-compiler-manager
...
Fix synctex for LocalCommandRunner
2019-10-08 12:48:13 +02:00
Tailing Yuan
481a49a587
fix CompileManager and LocalCommandRunner
2019-10-04 23:02:03 +08:00
Shane Kilkelly
2675fa033e
Merge pull request #128 from overleaf/sk-dep-upgrades-2
...
Update logger, metrics
2019-07-11 12:51:16 +01:00
Shane Kilkelly
dc6af8799f
update logger and metrics
2019-06-18 16:29:20 +01:00
Shane Kilkelly
61bed0da2b
Merge pull request #126 from overleaf/sk-increase-hard-timeout
...
Increase the hard-timeout to 10 minutes.
2019-06-10 09:44:48 +01:00
Shane Kilkelly
4f6ef61626
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
ada07ad2c3
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
bc530c70e2
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
db00288bb9
Merge pull request #125 from overleaf/mm-flags-in-request
...
Add flags option to request JSON
2019-05-15 14:06:47 +01:00
Michael Mazour
663ec88718
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
03047f45af
update Git URL in Jenkinsfile
2019-05-07 18:31:54 +02:00
Timothée Alby
11cf8a98fa
Update README.md
2019-05-07 16:41:17 +01:00
Christopher Hoskin
d2c2629ef5
Bump buildscripts from 1.1.11 to 1.1.20
2019-05-03 10:29:38 +01:00
Jakob Ackermann
adfeffd254
[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
bd42fe5776
increase timeout for long-running acceptance tests
2019-04-01 09:42:54 +01:00