1
0
Fork 0
mirror of https://github.com/overleaf/toolkit.git synced 2025-04-20 07:48:06 +02:00
Commit graph

119 commits

Author SHA1 Message Date
mserranom
43854a6154 Fix config seed version 2024-10-24 14:26:59 +02:00
mserranom
fba97e3792 Remove version from docker-compose files
This drops support for Compose V1
2024-10-24 12:59:29 +02:00
mserranom
cc453d32d6 Updated config-seed to 5.2.0 2024-10-24 12:59:26 +02:00
Jakob Ackermann
f2bbfc9a3e
Merge remote-tracking branch 'origin/master' into jpa-loud-warning 2024-09-11 09:37:41 +01:00
Jakob Ackermann
5c2987acec
Add config option for making application logs available on docker host 2024-09-03 12:09:42 +01:00
Jakob Ackermann
8074eaafd5
Avoid printing warning messages twice -- bin/up does not print itself 2024-08-30 17:40:02 +01:00
Jakob Ackermann
5bc0e603a7
Fix unquoting of variables
- Fix trimming of matching quote (no star after \1 reference)
- Only trim a single quote (turn any-match into optional match)
2024-08-20 15:13:04 +01:00
Miguel Serrano
d98e9739b1
Updated config-seed to 5.1.1 (#278) 2024-08-13 14:38:52 +02:00
mserranom
dc7c1559b2 Update config-seed to Mongo v6 2024-07-17 11:41:03 +02:00
Miguel Serrano
7a8401897b
Updated version to 5.1.0, default SIBLING_CONTAINERS_ENABLED to true (#269)
* Updated version to 5.1.0, default SIBLING_CONTAINERS_ENABLED to true

* Added recommendation to enable Sandboxed Compiles

Co-authored-by: Jakob Ackermann <jakob.ackermann@overleaf.com>

* Merged changelog entries

---------

Co-authored-by: Jakob Ackermann <jakob.ackermann@overleaf.com>
2024-07-17 11:08:07 +02:00
mserranom
2c402d8bc0 Added REDIS_AOF_PERSISTENCE option to config/overleaf.rc 2024-07-17 10:40:23 +02:00
mserranom
1798d70d06 Formatting changes 2024-07-16 16:36:45 +02:00
mserranom
73661ed2b1 Add support for Mongo 6 2024-07-16 15:50:42 +02:00
Jakob Ackermann
78f9babe03
Release Server Pro 5.0.7 2024-07-12 09:26:15 +01:00
Jakob Ackermann
2ae9afe3af
Release Server Pro 5.0.6 2024-06-20 15:35:53 +01:00
Jakob Ackermann
da91af2318
Release Server Pro 5.0.5 2024-06-11 12:58:38 +01:00
Jakob Ackermann
91851d8887
bin/up: pull TeX Live images before starting up 2024-05-28 09:00:39 +01:00
Miguel Serrano
ca2b2fb2fb
Updated config-seed version to 5.0.4 (#255)
* Updated config-seed version to 5.0.4

* Added warning for security release

Co-authored-by: Jakob Ackermann <jakob.ackermann@overleaf.com>

---------

Co-authored-by: Jakob Ackermann <jakob.ackermann@overleaf.com>
2024-05-24 13:03:23 +02:00
Jakob Ackermann
be77a54b8b
Release Server Pro 5.0.3 2024-04-24 11:45:51 +01:00
Jakob Ackermann
b70eb528e4
Revert "Revert "Update retraction of Server Pro 5.0.1" (#244)"
This reverts commit 2027c3ce4b.
2024-04-24 11:41:12 +01:00
Jakob Ackermann
fc135d7380
Revert "Revert "Release Server Pro 5.0.2" (#243)"
This reverts commit a32757607c.
2024-04-24 11:41:12 +01:00
Miguel Serrano
a32757607c
Revert "Release Server Pro 5.0.2" (#243) 2024-04-22 13:28:41 +02:00
Miguel Serrano
2027c3ce4b
Revert "Update retraction of Server Pro 5.0.1" (#244) 2024-04-22 13:28:34 +02:00
Jakob Ackermann
6839f9a7e7
Update retraction of Server Pro 5.0.1 2024-04-22 11:38:03 +01:00
Jakob Ackermann
2cdddf7e5d
Release Server Pro 5.0.2 2024-04-22 09:59:09 +01:00
Jakob Ackermann
d9c62b53c0
Update messaging for retraction of 5.0.1
Co-authored-by: Miguel Serrano <mserranom@gmail.com>
Co-authored-by: Brian Gough <brian.gough@overleaf.com>
2024-04-18 09:40:34 +01:00
Jakob Ackermann
dba8a19841
Retract Server Pro version 5.0.1 2024-04-18 08:54:26 +01:00
Jakob Ackermann
8a17909569
Remove "Powered by Overleaf" entry from default left footer
The item is part of the pug template now.
Also add single quotes to help "source" with loading the entries.
2024-04-16 11:10:47 +01:00
Miguel Serrano
e2b99f150f
Scripts to update config/overleaf.rc and config-seed rebrand (#217)
* Add scripts to rebrand variables.env and overleaf.rc

* Update bin/upgrade to prompt for config file rebrand

* Update bin/up to check for correct variable prefix

Ensures SHARELATEX_ is in place for version <= 4.x, and
OVERLEAF_ for version >= 5.x

* Rebrand variables for bin/docker-compose

Updates docker-compose.base.yml and sibling containers
base file with the changes in the script

* Update bin/doctor to support OVERLEAF_ prefix

* Update documentation with the OVERLEAF_ prefix

* Rebrand variables.env and overleaf.rc in config-seed

* Prepare config/version and CHANGELOG for release (WIP)

* Fix script documentation

Co-authored-by: Jakob Ackermann <jakob.ackermann@overleaf.com>

* Fix doctor logs

Co-authored-by: Jakob Ackermann <jakob.ackermann@overleaf.com>

* Remove unnecessary fallbacks to SHARELATEX_ vars

* SEt OVERLEAF_DATA_PATH to data/overleaf

* Remove duplicated environment entries

* Moved prefix brand checs from bin/up to bin/docker-compose

* Move set +o pipefail into subshell commands

* Use separate legacy compose files for required SHARELATEX_ vars

* Handle overleaf.rc rebranding before version upgrade

* Group output from rebranding process

* Move prompt for rebranding into helper function

* Refuse to start with mismatching ShareLaTeX vs Overleaf branded configs

* Print expected prefix when checking variables.env

* Print number of mismatching variables in overleaf.rc

* Check on variable rebranding from bin/doctor

* Cleanup bin/doctor lookup for ShareLaTeX branded overleaf.rc

* Update filesystem paths in bin/logs and docs

* Flag old TEXMFVAR entry in config/variables.env

REF: 1829e7ee2a

* Update config-seed version to 5.0.1 and changelog

---------

Co-authored-by: Jakob Ackermann <jakob.ackermann@overleaf.com>
2024-04-02 16:43:08 +02:00
Jakob Ackermann
00fff9f02d
Updated config-seed to v4.2.3 2024-02-16 16:07:57 +00:00
Jakob Ackermann
88ff2fba80
Updated config-seed to v4.2.2 2024-02-14 11:24:37 +00:00
Miguel Serrano
d34edf386a
Scripts to rebrand variables.env (#214)
* Scripts to rebrand environment variables

* Add missing EOF

* Removed leftover

Co-authored-by: Jakob Ackermann <jakob.ackermann@overleaf.com>

* Fixed comment

Co-authored-by: Jakob Ackermann <jakob.ackermann@overleaf.com>

* add timestamp to backup file

* renamed script

* extracted replace logic to shared function

* preventing variables.env to backup when not needed

---------

Co-authored-by: Jakob Ackermann <jakob.ackermann@overleaf.com>
2024-02-14 10:08:04 +01:00
Jakob Ackermann
1829e7ee2a
Remove old fix for LuaLaTeX -- this is baked into Server Pro 3.2 onwards 2024-02-12 12:28:44 +00:00
mserranom
6ec72652e4 Updated Mongo to 5.0 in config seed 2024-01-12 11:34:23 +01:00
Miguel Serrano
2090f74d42 Bump default version in config seed to 4.2.0 2023-11-10 16:40:26 +01:00
Miguel Serrano
3c6993c0da Update config seed to 4.1.6 2023-11-02 09:47:42 +01:00
Jakob Ackermann
72d9369997
Updated config-seed to v4.1.4 2023-10-24 15:18:31 +01:00
Miguel Serrano
0540e3542d Updated config seed to 4.1.3 2023-10-06 12:40:53 +02:00
Alf Eaton
bbe47e5e3a
Merge pull request #150 from overleaf/ae-nginx-conf-host
Pass the Host header through nginx
2023-10-05 11:36:00 +01:00
Jakob Ackermann
2ec1e682a1
Use web-api for git-bridge in Server Pro 4.2.0 onwards 2023-09-18 12:39:41 +01:00
Jakob Ackermann
300559bb9c
Updated config-seed to v4.1.1 2023-09-06 11:57:07 +01:00
Jakob Ackermann
b6b617b67c
Updated config-seed to v4.1.0 2023-08-24 11:48:47 +01:00
Jakob Ackermann
2a853782d3
Add support for numbered release candidates like 4.1.0-RC1/4.1.0-RC2 2023-08-18 08:24:47 +01:00
Jakob Ackermann
1bb60171aa
Updated config-seed to v4.0.6 2023-08-11 09:42:16 +01:00
Jakob Ackermann
b1e64786af
Allow "-with-texlive-full" suffix in version 2023-07-27 17:38:13 +01:00
Miguel Serrano
d27bf683e9 Updated config-seed to v4.0.5 2023-07-20 12:23:44 +02:00
Miguel Serrano
48227ac6d7 Updated config-seed to v4.0.4 2023-07-14 12:53:41 +02:00
Miguel Serrano
2a6cb7c390 Update config-seed to 4.0.3 2023-06-29 15:31:52 +02:00
Miguel Serrano
0094dacf2c Configurable 'GIT_BRIDGE_IMAGE' and 'GIT_BRIDGE_LOG_LEVEL' 2023-06-15 10:06:46 +02:00
Miguel Serrano
24cafc6da1 Updated config seed to version 4.0.2 2023-06-08 14:32:33 +02:00