Commit Graph

527 Commits

Author SHA1 Message Date
1d22c1e9c1
debug(cicd): test output
Some checks failed
Build / build (push) Failing after 43s
2023-11-21 19:50:06 +01:00
82ee7b2a4c
fix(cicd): move tag extraction to it's own job
Some checks failed
Build / build (push) Failing after 45s
2023-11-21 19:46:00 +01:00
c091b8908a
fix(cicd): move output to the end of job
Some checks failed
Build / build (push) Failing after 49s
2023-11-21 19:39:00 +01:00
6d6a87fe5b
fix(cicd): wrong brackets
Some checks failed
Build / build (push) Failing after 1m5s
2023-11-21 19:29:38 +01:00
e1adffa72b
fix(cicd): broken tag extraction
Some checks failed
Build / build (push) Failing after 29s
2023-11-21 19:26:40 +01:00
d800394eb9
feat(ci/cd): Automatically build image, archive upstream workflows
Some checks failed
Build / build (push) Failing after 46s
2023-10-17 13:46:52 +02:00
7e2a6604dd
docs: Remove obsolete badges 2023-10-17 13:46:30 +02:00
db576c7add
Update README.md 2023-03-09 12:23:15 +01:00
3dc36ac0af
Update README.md 2023-03-09 12:23:04 +01:00
2e1e603daf Pull from upstream 2023-03-09 12:19:40 +01:00
papacarlo
4636320e3b Merge branch hotfix/v7.3.2 into master 2023-02-14 07:59:56 +00:00
Alexey Golubev
934d17b994
Fix bug #61002 (#583)
Removed unused code that was causing a build error
2023-02-07 13:00:29 +05:00
Danil Titarenko
a3d7ed7ceb Install rabbitmq-server from default ubuntu repo, fixed bug closes #575 (#578)
(cherry picked from commit cac79dea01b64793909ed505d28c9cc5667aac9b)
2023-02-03 20:23:17 +05:00
Danil Titarenko
f98d6a4ae3
Fix ucs build (#574)
Links on packages was update
2023-01-31 19:05:26 +05:00
Danil Titarenko
c017ed1680
Fix stable build (#573)
Remove image present checker, because its not work corractly
2023-01-31 17:18:39 +05:00
papacarlo
562b248198 Merge branch release/v7.3.0 into master 2023-01-31 08:03:28 +00:00
Danil Titarenko
611db1f4a9
Fix docker build by downgrading rabbit from 3.10 to 3.9 (#569) 2023-01-18 17:58:48 +03:00
Alexey Golubev
8bb2ab6321
Merge pull request #565 from ONLYOFFICE/master
Merge master into release/v7.3.0
2023-01-16 12:12:09 +03:00
Evgeniy Antonyuk
26f3d34ac3
Cosmetic changes README.md (#563) 2022-12-30 12:50:18 +03:00
Evgeniy Antonyuk
759bed5c14
Add obligatory use of JWT parameters (#562) 2022-12-30 12:40:54 +03:00
Danil Titarenko
7fa2f598a1
Fix ucs build (#537)
* Fix ucs build

* Change rabbitmq version on lower

* Remove rabbimq version argument

* Rename variable
2022-12-20 14:54:23 +03:00
Alexey Golubev
01f8337dcb
Merge pull request #560 from ONLYOFFICE/feature/release-merge
Merge branch hotfix/v7.2.2 into release/v7.3.0
2022-12-20 14:16:52 +03:00
Semyon Bezrukov
edb6e9b044 Merge branch 'hotfix/v7.2.2' into feature/release-merge 2022-12-20 13:24:55 +03:00
papacarlo
3fb3b2f3de Merge branch hotfix/v7.2.2 into master 2022-12-20 09:55:28 +00:00
Semyon Bezrukov
b074535366
Fix makefile (#554) 2022-12-15 17:45:33 +03:00
Semyon Bezrukov
e5f8e69d89
Fix package url (#551) 2022-12-01 15:53:43 +03:00
Semyon Bezrukov
574b3c92b4
Update build scripts (#550) 2022-12-01 14:46:31 +03:00
Danil Titarenko
c7090252ff Add base image and postgresql version build arguments (#524)
(cherry picked from commit e1d7cfd5e86bf143d25b019fd72ec2849df15a03)
2022-10-31 19:00:18 +03:00
Danil Titarenko
730dd71ac5 Add ucs build on older image version (#531)
(cherry picked from commit 92dd2833d1479ebe25afe3da85a78d308e6e06ff)
2022-10-31 19:00:03 +03:00
Evgeniy Antonyuk
452dd4996d
Correct the name of the docker installation variable (#536) 2022-10-31 17:52:20 +03:00
Pavel Lobashov
1957d38907
Actualize state of JWT variables (#535) 2022-10-31 17:38:53 +03:00
Evgeniy Antonyuk
6c0c7085c9
Feature/Add supervisor services (#517)
* Add supervisor services

* Add installation of the DOCKER_INSTALLATION variable
2022-10-31 17:19:10 +03:00
Evgeniy Antonyuk
cdc73fe379
Fix Bug 59481 - Fix errors when starting the container (#530)
* Update the rabbitmq version

* Fix incorrect replacement of worker_connections

* Limiting the maximum number of simultaneous connections due to possible memory shortage
2022-10-31 16:34:42 +03:00
Danil Titarenko
e1d7cfd5e8
Add base image and postgresql version build arguments (#524) 2022-10-31 15:24:17 +03:00
Danil Titarenko
92dd2833d1
Add ucs build on older image version (#531) 2022-10-31 11:53:24 +03:00
Evgeniy Antonyuk
d98eb758b5
Fix Bug 59483 - Fix port parsing from amqp_uri (#529)
* Fix port parsing from amqp_uri

* Correct regex for port parsing
2022-10-28 16:33:41 +03:00
papacarlo
a3973583f8 Merge branch hotfix/v7.2.1 into master 2022-10-27 08:23:10 +00:00
Pavel Lobashov
fcbbe2979f
Add note (#526) 2022-10-27 11:08:52 +03:00
Danil Titarenko
311db051fb
Disable non-example build (#525)
Co-authored-by: papacarlo <builder@onlyoffice.com>
2022-10-26 14:27:37 +03:00
papacarlo
46683cbc4e Merge branch hotfix/v7.2.1 into master 2022-10-20 13:12:18 +00:00
Alexey Golubev
784ecca724
Merge pull request #513 from ONLYOFFICE/hotfix/v7.2.1
Merge hotfix/v7.2.1 into develop
2022-10-13 15:58:13 +03:00
Semyon Bezrukov
1c72796657
Fix testing build tags (#512) 2022-10-13 15:50:39 +03:00
papacarlo
7b7e9bc66a Merge branch release/v7.2.0 into develop 2022-10-12 12:34:01 +00:00
Danil Titarenko
e32047ffcc
Fix bug #59310 / Fix users build (#508)
* Remove version for correct users build

* Assembly support without targetarch variable

* Remove targetarch variable

* Correcting a typo in a variable

* Small fix

Co-authored-by: Semyon Bezrukov <semen.bezrukov@onlyoffice.com>
2022-10-11 12:52:48 +03:00
fa24b10607
Update README.md 2022-10-02 01:32:45 +02:00
papacarlo
ad066be1c8 Merge branch release/v7.2.0 into master 2022-09-22 12:23:12 +00:00
20e8f4453c
Update README.md 2022-09-21 02:46:24 +02:00
f739252479
Update README.md 2022-09-21 02:36:05 +02:00
b27a88676d
Update README.md 2022-09-21 02:34:46 +02:00
e16d0d211b
Update README.md 2022-09-21 02:33:23 +02:00