non port: www/gitlab-ce/files/gitlab.in |
SVNWeb
|
Number of commits found: 18 |
Sun, 28 May 2023
|
[ 17:03 Matthias Fechner (mfechner) ] 62db691
www/gitlab-ce: major upgrade to 16.0.0
Changelog:
https://about.gitlab.com/releases/2023/05/22/gitlab-16-0-released/
|
Wed, 9 Mar 2022
|
[ 10:07 Matthias Fechner (mfechner) ] d8be9a4
www/gitlab-ce: depend on redis in startup script
This ensures that gitlab is not started before redis is available.
PR: 262338
Reported by: majo-bugs.freebsd.org@cerny.sk
|
Wed, 22 Dec 2021
|
[ 17:04 Matthias Fechner (mfechner) ] a59c3bf
www/gitlab-ce: update to 14.6.0
Changelog:
https://about.gitlab.com/releases/2021/12/22/gitlab-14-6-released/
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 135fdee (Only the first 10 of 2028 ports in this commit are shown above. )
all: Remove all other $FreeBSD keywords.
|
[ 07:51 Matthias Fechner (mfechner) ] 9b79896
Major upgrade to 13.10 which includes security related upgrade to 13.10.1.
Changelog:
https://about.gitlab.com/releases/2021/03/22/gitlab-13-10-released/
https://about.gitlab.com/releases/2021/03/31/security-release-gitlab-13-10-1-released/
|
Tue, 16 Feb 2021
|
[ 22:22 mfechner ]
Changed the startup script to be able to work together with cbsd.
Parts of it where written by Oleg Ginzburg I only had to do some small
modifications, thanks for this support.
Submitted by: Oleg Ginzburg
|
Sat, 6 Feb 2021
|
[ 15:34 mfechner ]
Added a configuration variable gitlab_wait to configure how long to wait that
gitlab is started.
By default the value is 120 second.
PR: 253289
Submitted by: vvd@unislabs.com
|
[ 08:08 mfechner ]
Security upgrade to 13.8.2.
Changelog:
https://about.gitlab.com/releases/2021/02/01/security-release-gitlab-13-8-2-released/
Security: 66d1c277-652a-11eb-bb3f-001b217b3468
|
Sat, 28 Nov 2020
|
[ 15:09 mfechner ]
Major upgrade to 13.6.0.
Changelog:
https://about.gitlab.com/releases/2020/11/22/gitlab-13-6-released/
Please note, this version requires ruby 2.7 so do not change the default version
of ruby.
|
Tue, 11 Aug 2020
|
[ 14:15 mfechner ]
Switch gitlab internal webserver to puma.
Gitlab switched with version 13.0 to puma as default.
PR: 247564
|
Thu, 4 Jun 2020
|
[ 20:07 mfechner ]
Update to gitlab-ce 13.0.5.
Changelog:
https://about.gitlab.com/releases/2020/05/06/gitlab-com-13-0-breaking-changes/
https://about.gitlab.com/releases/2020/05/22/gitlab-13-0-released/
https://about.gitlab.com/releases/2020/05/27/security-release-13-0-1-released/
https://about.gitlab.com/releases/2020/05/29/gitlab-13-0-3-released/
https://about.gitlab.com/releases/2020/06/03/critical-security-release-13-0-4-released/
Make sure you read the upgrade manual very carefully, there is a manual change
in file:
/usr/local/share/gitaly/config.toml
required that the diff does not show.
|
Wed, 20 May 2020
|
[ 06:14 mfechner ]
Update to 12.10.6.
Changelogs:
https://about.gitlab.com/releases/2020/04/22/gitlab-12-10-released/
https://about.gitlab.com/releases/2020/04/24/gitlab-12-10-1-released/
https://about.gitlab.com/releases/2020/04/30/security-release-12-10-2-released/
https://about.gitlab.com/releases/2020/05/04/gitlab-12-10-3-released/
https://about.gitlab.com/releases/2020/05/13/gitlab-12-10-5-released/
https://about.gitlab.com/releases/2020/05/15/gitlab-12-10-6-released/
|
Tue, 4 Feb 2020
|
[ 20:34 mfechner ]
Use the standard RC system available in FreeBSD.
This makes some commands like:
service gitlab rcvar
available. This is required by configuration management tools like Chef,
Puppetm, Salt,
Ansible and more.
PR: 243860
Reported by: amendlik@gmail.com
|
Fri, 30 Aug 2019
|
[ 07:50 mfechner ]
www/gitlab-ce: Upgrade to next major version 12.1
It requires PostgreSQL version 10.7, so make sure you upgrade PostgreSQL first.
I recommand to go to version 11 as described in UPDATING entry 20190829.
MySQL support was now completely removed upstream.
Changelogs:
https://about.gitlab.com/2019/07/22/gitlab-12-1-released/
https://about.gitlab.com/2019/07/24/gitlab-12-1-1-released/
https://about.gitlab.com/2019/07/29/security-release-gitlab-12-dot-1-dot-2-released/
https://about.gitlab.com/2019/07/31/gitlab-12-1-3-released/
https://about.gitlab.com/2019/08/06/gitlab-12-1-4-released/
https://about.gitlab.com/2019/08/12/critical-security-release-gitlab-12-dot-1-dot-6-released/
https://about.gitlab.com/2019/08/29/security-release-gitlab-12-dot-2-dot-3-released/
|
Tue, 23 Apr 2019
|
[ 08:27 mfechner ]
Upgrade to 11.10.
For full log see:
https://about.gitlab.com/2019/04/22/gitlab-11-10-released/
WARNING, this release switches the path were the repositories are
stored back to the default git home dir. Make sure you read the
UPDATING 20190423 entry and follow the update maual very carefully!
|
Tue, 30 Oct 2018
|
[ 07:50 mfechner ]
One of the last dependency updates gitlab-ce requires, has broken the
Gemfile.lock generation for user git.
I use now a work-around to generate the file as user root and change the
ownership back to git.
This commit can maybe be undone if the source of the problem is fixed.
PR: 232791
Reported by: freebsd@felix.flornet.de
Approved by: mentors (implicit)
MFC after: 1 day
MFH: 2018Q4
|
Wed, 18 Jul 2018
|
[ 21:54 mfechner ]
Made it possible to use another PREFIX for gitlab-ce.
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D16266
|
Wed, 4 Jul 2018
|
[ 17:38 mfechner ] (Only the first 10 of 15 ports in this commit are shown above. )
Updated gitlab to 11.0.2.
For detailed list of changes please see here:
https://about.gitlab.com/2018/06/22/gitlab-11-0-released/
Please make sure before you upgrade you read the entry in UPDATING.
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D16127
|
Number of commits found: 18 |