mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
12.8.5
This commit is contained in:
parent
19e99b4e9d
commit
df5c038692
4 changed files with 11 additions and 5 deletions
|
@ -10,7 +10,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to
|
|||
|
||||
GitLab is a web-based Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features, using an open-source license, developed by GitLab Inc.
|
||||
|
||||
**Shipped version:** 12.8.2
|
||||
**Shipped version:** 12.8.5
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -916,6 +916,11 @@ sidekiq['listen_port'] = __SIDEKIQ_PORT__
|
|||
# postgresql['ha'] = false
|
||||
# postgresql['dir'] = "/var/opt/gitlab/postgresql"
|
||||
# postgresql['log_directory'] = "/var/log/gitlab/postgresql"
|
||||
# postgresql['log_destination'] = nil
|
||||
# postgresql['logging_collector'] = nil
|
||||
# postgresql['log_truncate_on_rotation'] = nil
|
||||
# postgresql['log_rotation_age'] = nil
|
||||
# postgresql['log_rotation_size'] = nil
|
||||
# postgresql['username'] = "gitlab-psql"
|
||||
# postgresql['group'] = "gitlab-psql"
|
||||
##! `SQL_USER_PASSWORD_HASH` can be generated using the command `gitlab-ctl pg-password-md5 gitlab`
|
||||
|
@ -1928,6 +1933,7 @@ grafana['enable'] = false
|
|||
# gitlab_rails['ldap_group_sync_worker_cron'] = "0 * * * *"
|
||||
# gitlab_rails['historical_data_worker_cron'] = "0 12 * * *"
|
||||
# gitlab_rails['pseudonymizer_worker_cron'] = "0 23 * * *"
|
||||
# gitlab_rails['elastic_index_bulk_cron'] = "*/1 * * * *"
|
||||
|
||||
################################################################################
|
||||
## Kerberos (EE Only)
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "Gitlab",
|
||||
"id": "gitlab",
|
||||
"packaging_format": 1,
|
||||
"version": "12.8.2~ynh1",
|
||||
"version": "12.8.5~ynh1",
|
||||
"description": {
|
||||
"en": "GitLab is a Git-repository manager.",
|
||||
"fr": "GitLab est un gestionnaire de dépôts Git."
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
gitlab_version="12.8.2"
|
||||
gitlab_version="12.8.5"
|
||||
|
||||
gitlab_x86_64_source_sha256="6c45ab23f3b7abc927ac15035ace7bdf1692c65b5bb657686b8cc23f7fdcd6d7"
|
||||
gitlab_x86_64_source_sha256="ef9a55ca32f0d2450ce34f355debc01f3fcebc48ed389fd3ac82c76773bf7ec7"
|
||||
|
||||
gitlab_arm_source_sha256="1476be7c19f85d90c6abf1254ba1f2d4380833934e2471f788d5179099eb1122"
|
||||
gitlab_arm_source_sha256="0fcb4b715430ac8b94eff186909d59de50188e33957ffdb6f30b11ca87bd80a6"
|
||||
|
||||
gitlab_filename="gitlab-ce-${gitlab_version}.deb"
|
||||
|
||||
|
|
Loading…
Reference in a new issue