1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gitlab_ynh.git synced 2024-09-03 18:36:35 +02:00

Merge pull request #246 from YunoHost-Apps/testing

Testing
This commit is contained in:
Kayou 2024-03-30 15:14:01 +01:00 committed by GitHub
commit df875d57b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 50 additions and 16 deletions

View file

@ -18,7 +18,7 @@ It shall NOT be edited by hand.
Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features
**Shipped version:** 16.9.1~ynh1 **Shipped version:** 16.10.1~ynh1
**Demo:** <https://gitlab.com/explore> **Demo:** <https://gitlab.com/explore>

View file

@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main.
Gestionnaire de dépôts Git proposant des fonctionnalités de wiki, suivi de bugs et de pipeline CI/CD Gestionnaire de dépôts Git proposant des fonctionnalités de wiki, suivi de bugs et de pipeline CI/CD
**Version incluse:** 16.9.1~ynh1 **Version incluse:** 16.10.1~ynh1
**Démo:** <https://gitlab.com/explore> **Démo:** <https://gitlab.com/explore>

View file

@ -18,7 +18,7 @@ NON debe editarse manualmente.
Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features
**Versión proporcionada:** 16.9.1~ynh1 **Versión proporcionada:** 16.10.1~ynh1
**Demo:** <https://gitlab.com/explore> **Demo:** <https://gitlab.com/explore>

View file

@ -18,7 +18,7 @@ NON DEVE essere modificato manualmente.
Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features
**Versione pubblicata:** 16.9.1~ynh1 **Versione pubblicata:** 16.10.1~ynh1
**Prova:** <https://gitlab.com/explore> **Prova:** <https://gitlab.com/explore>

View file

@ -538,6 +538,8 @@ gitlab_rails['ldap_enabled'] = true
# verify_certificates: true # verify_certificates: true
# smartcard_auth: false # smartcard_auth: false
# active_directory: true # active_directory: true
# smartcard_ad_cert_field: 'altSecurityIdentities'
# smartcard_ad_cert_format: null # 'issuer_and_serial_number', 'issuer_and_subject' , 'principal_name'
# allow_username_or_email_login: false # allow_username_or_email_login: false
# lowercase_usernames: false # lowercase_usernames: false
# block_auto_created_users: false # block_auto_created_users: false
@ -559,6 +561,8 @@ gitlab_rails['ldap_enabled'] = true
# verify_certificates: true # verify_certificates: true
# smartcard_auth: false # smartcard_auth: false
# active_directory: true # active_directory: true
# smartcard_ad_cert_field: 'altSecurityIdentities'
# smartcard_ad_cert_format: null # 'issuer_and_serial_number', 'issuer_and_subject' , 'principal_name'
# allow_username_or_email_login: false # allow_username_or_email_login: false
# lowercase_usernames: false # lowercase_usernames: false
# block_auto_created_users: false # block_auto_created_users: false
@ -1059,6 +1063,25 @@ gitlab_rails['gitlab_shell_ssh_port'] = __SSH_PORT__
# } # }
# } # }
### Registry garbage collection
###! Docs: https://gitlab.com/gitlab-org/container-registry/-/blob/master/docs/configuration.md?ref_type=heads#gc
# registry['gc'] = {
# 'disabled' => false,
# 'maxbackoff' => '24h',
# 'noidlebackoff' => false,
# 'transactiontimeout' => '10s',
# 'reviewafter' => '24h',
# 'manifests' => {
# 'disabled' => false,
# 'interval' => '5s'
# },
# 'blobs' => {
# 'disabled' => false,
# 'interval' => '5s',
# 'storagetimeout' => '5s'
# }
# }
### Registry notifications endpoints ### Registry notifications endpoints
# registry['notifications'] = [ # registry['notifications'] = [
# { # {
@ -1202,10 +1225,12 @@ gitlab_rails['gitlab_shell_ssh_port'] = __SSH_PORT__
# gitlab_workhorse['redis_sentinel_master_ip'] = nil # gitlab_workhorse['redis_sentinel_master_ip'] = nil
# gitlab_workhorse['redis_sentinel_master_port'] = nil # gitlab_workhorse['redis_sentinel_master_port'] = nil
##! Command to generate extra configuration ##! Command to generate extra configuration
# gitlab_workhorse['extra_config_command'] = nil # gitlab_workhorse['extra_config_command'] = nil
##! Metadata configuration section
# gitlab_workhorse['metadata_zip_reader_limit_bytes'] = nil
################################################################################ ################################################################################
## GitLab User Settings ## GitLab User Settings
##! Modify default git user. ##! Modify default git user.
@ -1243,7 +1268,7 @@ gitlab_rails['gitlab_shell_ssh_port'] = __SSH_PORT__
# puma['listen'] = '127.0.0.1' # puma['listen'] = '127.0.0.1'
puma['port'] = __PORT_PUMA__ puma['port'] = __PORT_PUMA__
# puma['socket'] = '/var/opt/gitlab/gitlab-rails/sockets/gitlab.socket' # puma['socket'] = '/var/opt/gitlab/gitlab-rails/sockets/gitlab.socket'
# puma['somaxconn'] = 1024 # puma['somaxconn'] = 2048
### SSL settings ### SSL settings
# puma['ssl_listen'] = nil # puma['ssl_listen'] = nil
@ -2623,6 +2648,10 @@ nginx['listen_https'] = false
# { key: 'http.http://example.com.proxy', value: 'http://example.proxy.com' }, # { key: 'http.http://example.com.proxy', value: 'http://example.proxy.com' },
# ], # ],
# }, # },
# gitlab: {
# url: 'http://localhost:9999',
# relative_url_root: '/gitlab-ee',
# },
# hooks: { # hooks: {
# custom_hooks_dir: '/var/opt/gitlab/gitaly/custom_hooks', # custom_hooks_dir: '/var/opt/gitlab/gitaly/custom_hooks',
# }, # },
@ -2837,6 +2866,11 @@ package['modify_kernel_parameters'] = __MODIFY_KERNEL_PARAMETERS__
# package['generate_default_secrets'] = true # package['generate_default_secrets'] = true
##! Set to false to prevent creating the default `gitlab-secrets.json` file ##! Set to false to prevent creating the default `gitlab-secrets.json` file
# package['generate_secrets_json_file'] = true # package['generate_secrets_json_file'] = true
##! Settings to control SELinux policy
##! Experimental. Set to 1.0 to switch from legacy multiple policy modules to
##! newer single `gitlab` SELinux policy module.
# package['selinux_policy_version'] = nil
################################################################################ ################################################################################
################################################################################ ################################################################################
## Configuration Settings for GitLab EE only ## ## Configuration Settings for GitLab EE only ##

View file

@ -5,7 +5,7 @@ name = "GitLab"
description.en = "Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features" description.en = "Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features"
description.fr = "Gestionnaire de dépôts Git proposant des fonctionnalités de wiki, suivi de bugs et de pipeline CI/CD" description.fr = "Gestionnaire de dépôts Git proposant des fonctionnalités de wiki, suivi de bugs et de pipeline CI/CD"
version = "16.9.1~ynh1" version = "16.10.1~ynh1"
maintainers = ["kay0u"] maintainers = ["kay0u"]

View file

@ -1,22 +1,22 @@
#!/bin/bash #!/bin/bash
gitlab_version="16.9.1" gitlab_version="16.10.1"
# Upgrade path: https://gitlab-com.gitlab.io/support/toolbox/upgrade-path/ # Upgrade path: https://gitlab-com.gitlab.io/support/toolbox/upgrade-path/
# sha256sum found here: https://packages.gitlab.com/gitlab # sha256sum found here: https://packages.gitlab.com/gitlab
gitlab_debian_version="$(lsb_release -sc)" gitlab_debian_version="$(lsb_release -sc)"
gitlab_x86_64_bookworm_source_sha256="40d2fa21eb01d07e937436938725ab6c16b8ba95fd193189f7bdd3e5c88175de" gitlab_x86_64_bookworm_source_sha256="e0b7b087c586b91bd2e67b0c119159df170e1a856f88249ec64b85b5e0c76077"
gitlab_x86_64_bullseye_source_sha256="ef4225677c2b650a748a7b42a564091178dfa5e7c5f0a2d300468a0c160d7461" gitlab_x86_64_bullseye_source_sha256="d5b06da77a8523971c1d3ce8dfad6dd4d6d1e5df72798e17e185ce45bfd73ac5"
gitlab_x86_64_buster_source_sha256="24d6676130a48bb747f2abfe53bd51f59102e1997796a1e14492e72643a12f99" gitlab_x86_64_buster_source_sha256="3f99f993f489c10f6d4a327b7875f7716d67c4059d4cbcaf6426fd7d3fd4138d"
gitlab_arm64_bookworm_source_sha256="996c59e2c924bdf45d712be5edc6a3d8fc330df8d7dd5492641348321216ee88" gitlab_arm64_bookworm_source_sha256="dfb2858b3ea1e048c7a9342e18f4a862df5d065a4c1ff88e706b243eaaaca3ae"
gitlab_arm64_bullseye_source_sha256="ee1651d37e4d524cd36127844d1cf83bed7675841c07c9f03f24bad27d4932cd" gitlab_arm64_bullseye_source_sha256="2da4b82eb9f7d8f37149192c66ad7013940724d8eb8e993a3072516f288f085b"
gitlab_arm64_buster_source_sha256="1f47cb6eaea6c4b2c1280e898710b621fbd7618564f4c50f7c1ee5123787ec07" gitlab_arm64_buster_source_sha256="0bf354f2ea1f61a3cd13a0e146ba67ffb96311cb65efa03415e1dbca64f29b53"
gitlab_arm_bookworm_source_sha256="" gitlab_arm_bookworm_source_sha256=""
gitlab_arm_bullseye_source_sha256="ca592a4b000571bd5de6aeed95a2abf067127bd303c46c6fd8757f42dc3bc477" gitlab_arm_bullseye_source_sha256="bfeb3ba3c3d089c6ecfcfafc57e77b89e3413b86c8c1e2516d806b1a34e288ba"
gitlab_arm_buster_source_sha256="be180053b3b1a43308eac14e837faa65bcea909cef10a4c3b66f989fcfeff5f5" gitlab_arm_buster_source_sha256="210b8c5728fcf7c434e72b9dec38a8c4f61a3d3589ca96494e625ef5716595e3"
architecture=$(ynh_app_setting_get --app="$app" --key=architecture) architecture=$(ynh_app_setting_get --app="$app" --key=architecture)