debian-mirror-gitlab/debian/control

378 lines
10 KiB
Text
Raw Normal View History

2014-09-02 17:59:05 +05:30
Source: gitlab
Section: net
2014-09-02 17:59:05 +05:30
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
2015-10-01 10:05:15 +05:30
Uploaders: Cédric Boutillier <boutil@debian.org>,
Pirate Praveen <praveen@debian.org>,
Balasankar C <balasankarc@autistici.org>
2018-04-29 17:03:42 +05:30
Build-Depends: debhelper (>= 10~), gem2deb, bc
Standards-Version: 4.2.1
2018-04-27 14:22:36 +05:30
Vcs-Git: https://salsa.debian.org/ruby-team/gitlab.git
Vcs-Browser: https://salsa.debian.org/ruby-team/gitlab
2014-09-02 17:59:05 +05:30
Homepage: https://about.gitlab.com/
XS-Ruby-Versions: all
Package: gitlab
Section: contrib/net
2014-09-02 17:59:05 +05:30
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends},
2018-11-18 18:42:05 +05:30
gitlab-common (= ${source:Version}),
2018-06-27 16:17:54 +05:30
ruby | ruby-interpreter,
lsb-base (>= 3.0-6),
rake (>= 12.3.0~),
bundler,
postgresql-client,
ruby-arel (>= 6.0.4~) is crucial. Fixes the following problem: ~~~~ TypeError: Cannot visit Integer /usr/share/gitlab/app/models/application_setting.rb:243:in `rescue in current' /usr/share/gitlab/app/models/application_setting.rb:232:in `current' /usr/share/gitlab/lib/gitlab/current_settings.rb:43:in `uncached_application_settings' /usr/share/gitlab/lib/gitlab/current_settings.rb:29:in `ensure_application_settings!' /usr/share/gitlab/lib/gitlab/current_settings.rb:8:in `current_application_settings' /usr/share/gitlab/lib/gitlab/metrics/influx_db.rb:21:in `settings' /usr/share/gitlab/lib/gitlab/metrics/influx_db.rb:14:in `influx_metrics_enabled?' /usr/share/gitlab/lib/gitlab/metrics.rb:7:in `enabled?' /usr/share/gitlab/config/initializers/8_metrics.rb:122:in `<top (required)>' /usr/share/gitlab/config/environment.rb:5:in `<top (required)>' Caused by: NoMethodError: undefined method `visit_Integer' for #<Arel::Visitors::PostgreSQL:0x00005648fdfdb190> Did you mean? visit_String /usr/share/gitlab/app/models/application_setting.rb:243:in `rescue in current' /usr/share/gitlab/app/models/application_setting.rb:232:in `current' /usr/share/gitlab/lib/gitlab/current_settings.rb:43:in `uncached_application_settings' /usr/share/gitlab/lib/gitlab/current_settings.rb:29:in `ensure_application_settings!' /usr/share/gitlab/lib/gitlab/current_settings.rb:8:in `current_application_settings' /usr/share/gitlab/lib/gitlab/metrics/influx_db.rb:21:in `settings' /usr/share/gitlab/lib/gitlab/metrics/influx_db.rb:14:in `influx_metrics_enabled?' /usr/share/gitlab/lib/gitlab/metrics.rb:7:in `enabled?' /usr/share/gitlab/config/initializers/8_metrics.rb:122:in `<top (required)>' /usr/share/gitlab/config/environment.rb:5:in `<top (required)>' Caused by: TypeError: Cannot visit Integer /usr/share/gitlab/app/models/application_setting.rb:236:in `block in current' /usr/share/gitlab/app/models/application_setting.rb:235:in `current' /usr/share/gitlab/lib/gitlab/current_settings.rb:43:in `uncached_application_settings' /usr/share/gitlab/lib/gitlab/current_settings.rb:29:in `ensure_application_settings!' /usr/share/gitlab/lib/gitlab/current_settings.rb:8:in `current_application_settings' /usr/share/gitlab/lib/gitlab/metrics/influx_db.rb:21:in `settings' /usr/share/gitlab/lib/gitlab/metrics/influx_db.rb:14:in `influx_metrics_enabled?' /usr/share/gitlab/lib/gitlab/metrics.rb:7:in `enabled?' /usr/share/gitlab/config/initializers/8_metrics.rb:122:in `<top (required)>' /usr/share/gitlab/config/environment.rb:5:in `<top (required)>' Caused by: NoMethodError: undefined method `visit_Integer' for #<Arel::Visitors::PostgreSQL:0x00005648fdfdb190> Did you mean? visit_String /usr/share/gitlab/app/models/application_setting.rb:236:in `block in current' /usr/share/gitlab/app/models/application_setting.rb:235:in `current' /usr/share/gitlab/lib/gitlab/current_settings.rb:43:in `uncached_application_settings' /usr/share/gitlab/lib/gitlab/current_settings.rb:29:in `ensure_application_settings!' /usr/share/gitlab/lib/gitlab/current_settings.rb:8:in `current_application_settings' /usr/share/gitlab/lib/gitlab/metrics/influx_db.rb:21:in `settings' /usr/share/gitlab/lib/gitlab/metrics/influx_db.rb:14:in `influx_metrics_enabled?' /usr/share/gitlab/lib/gitlab/metrics.rb:7:in `enabled?' /usr/share/gitlab/config/initializers/8_metrics.rb:122:in `<top (required)>' /usr/share/gitlab/config/environment.rb:5:in `<top (required)>' Tasks: TOP => db:migrate => environment (See full trace by running task with --trace) dpkg: error processing package gitlab (--configure): ~~~~
2018-04-16 11:32:16 +05:30
postgresql-contrib,
2017-04-21 12:47:11 +05:30
dbconfig-pgsql | dbconfig-no-thanks,
bc,
redis-server (>= 2:2.8~),
nodejs (>= 6~),
nginx | httpd,
2018-05-01 15:46:56 +05:30
default-mta | postfix | exim4 | mail-transport-agent,
openssh-client,
2018-10-15 16:13:57 +05:30
bzip2,
2018-10-17 17:41:18 +05:30
ucf,
2018-11-21 11:49:10 +05:30
gitlab-shell (>= 8.3.3~),
2018-12-06 12:19:54 +05:30
gitlab-workhorse (>= 7.0.1~),
ruby-rails (>= 2:4.2.10~),
ruby-rails (<< 2:5),
ruby-rack-test (>= 0.7.0~),
ruby-rails-dom-testing (>= 1.0.6-2~),
ruby-arel (>= 6.0.4~) is crucial. Fixes the following problem: ~~~~ TypeError: Cannot visit Integer /usr/share/gitlab/app/models/application_setting.rb:243:in `rescue in current' /usr/share/gitlab/app/models/application_setting.rb:232:in `current' /usr/share/gitlab/lib/gitlab/current_settings.rb:43:in `uncached_application_settings' /usr/share/gitlab/lib/gitlab/current_settings.rb:29:in `ensure_application_settings!' /usr/share/gitlab/lib/gitlab/current_settings.rb:8:in `current_application_settings' /usr/share/gitlab/lib/gitlab/metrics/influx_db.rb:21:in `settings' /usr/share/gitlab/lib/gitlab/metrics/influx_db.rb:14:in `influx_metrics_enabled?' /usr/share/gitlab/lib/gitlab/metrics.rb:7:in `enabled?' /usr/share/gitlab/config/initializers/8_metrics.rb:122:in `<top (required)>' /usr/share/gitlab/config/environment.rb:5:in `<top (required)>' Caused by: NoMethodError: undefined method `visit_Integer' for #<Arel::Visitors::PostgreSQL:0x00005648fdfdb190> Did you mean? visit_String /usr/share/gitlab/app/models/application_setting.rb:243:in `rescue in current' /usr/share/gitlab/app/models/application_setting.rb:232:in `current' /usr/share/gitlab/lib/gitlab/current_settings.rb:43:in `uncached_application_settings' /usr/share/gitlab/lib/gitlab/current_settings.rb:29:in `ensure_application_settings!' /usr/share/gitlab/lib/gitlab/current_settings.rb:8:in `current_application_settings' /usr/share/gitlab/lib/gitlab/metrics/influx_db.rb:21:in `settings' /usr/share/gitlab/lib/gitlab/metrics/influx_db.rb:14:in `influx_metrics_enabled?' /usr/share/gitlab/lib/gitlab/metrics.rb:7:in `enabled?' /usr/share/gitlab/config/initializers/8_metrics.rb:122:in `<top (required)>' /usr/share/gitlab/config/environment.rb:5:in `<top (required)>' Caused by: TypeError: Cannot visit Integer /usr/share/gitlab/app/models/application_setting.rb:236:in `block in current' /usr/share/gitlab/app/models/application_setting.rb:235:in `current' /usr/share/gitlab/lib/gitlab/current_settings.rb:43:in `uncached_application_settings' /usr/share/gitlab/lib/gitlab/current_settings.rb:29:in `ensure_application_settings!' /usr/share/gitlab/lib/gitlab/current_settings.rb:8:in `current_application_settings' /usr/share/gitlab/lib/gitlab/metrics/influx_db.rb:21:in `settings' /usr/share/gitlab/lib/gitlab/metrics/influx_db.rb:14:in `influx_metrics_enabled?' /usr/share/gitlab/lib/gitlab/metrics.rb:7:in `enabled?' /usr/share/gitlab/config/initializers/8_metrics.rb:122:in `<top (required)>' /usr/share/gitlab/config/environment.rb:5:in `<top (required)>' Caused by: NoMethodError: undefined method `visit_Integer' for #<Arel::Visitors::PostgreSQL:0x00005648fdfdb190> Did you mean? visit_String /usr/share/gitlab/app/models/application_setting.rb:236:in `block in current' /usr/share/gitlab/app/models/application_setting.rb:235:in `current' /usr/share/gitlab/lib/gitlab/current_settings.rb:43:in `uncached_application_settings' /usr/share/gitlab/lib/gitlab/current_settings.rb:29:in `ensure_application_settings!' /usr/share/gitlab/lib/gitlab/current_settings.rb:8:in `current_application_settings' /usr/share/gitlab/lib/gitlab/metrics/influx_db.rb:21:in `settings' /usr/share/gitlab/lib/gitlab/metrics/influx_db.rb:14:in `influx_metrics_enabled?' /usr/share/gitlab/lib/gitlab/metrics.rb:7:in `enabled?' /usr/share/gitlab/config/initializers/8_metrics.rb:122:in `<top (required)>' /usr/share/gitlab/config/environment.rb:5:in `<top (required)>' Tasks: TOP => db:migrate => environment (See full trace by running task with --trace) dpkg: error processing package gitlab (--configure): ~~~~
2018-04-16 11:32:16 +05:30
ruby-arel (>= 6.0.4~),
ruby-rails-deprecated-sanitizer (>= 1.0.3~),
ruby-responders (>= 2.0~),
2018-03-18 15:15:23 +05:30
ruby-sprockets (>= 3.7~),
ruby-default-value-for (>= 3~),
#ruby-mysql2 | ruby-pg,
2018-03-18 15:15:23 +05:30
ruby-pg (>= 0.19~),
2018-05-09 17:16:17 +05:30
ruby-rugged (>= 0.27~),
2018-11-16 16:51:13 +05:30
ruby-grape-path-helpers (>= 1.0.6~),
2017-09-10 22:22:16 +05:30
ruby-faraday (>= 0.12~),
# Authentication libraries
2018-03-21 21:52:00 +05:30
ruby-devise (>= 4.4.3~),
2018-05-09 17:16:17 +05:30
ruby-doorkeeper (>= 4.3~),
2018-11-08 22:15:09 +05:30
ruby-doorkeeper-openid-connect (>= 1.5~),
2018-05-09 17:16:17 +05:30
ruby-omniauth (>= 1.8~),
ruby-omniauth-auth0 (>= 2.0~),
2018-03-18 15:15:23 +05:30
ruby-omniauth-azure-oauth2 (>= 0.0.9~),
2017-08-20 00:17:47 +05:30
ruby-omniauth-cas3 (>= 1.1.4~),
ruby-omniauth-facebook (>= 4.0~),
ruby-omniauth-github (>= 1.3~),
ruby-omniauth-gitlab (>= 1.0.2~),
2018-05-09 17:16:17 +05:30
ruby-omniauth-google-oauth2 (>= 0.5.3~),
ruby-omniauth-kerberos (>= 0.3.0-3~),
2018-03-18 15:15:23 +05:30
ruby-omniauth-oauth2-generic (>= 0.2.2~),
2018-05-09 17:16:17 +05:30
ruby-omniauth-saml (>= 1.10~),
2018-11-08 22:15:09 +05:30
ruby-omniauth-shibboleth (>= 1.3~),
ruby-omniauth-twitter (>= 1.4~),
ruby-omniauth-crowd (>= 2.2~),
2018-11-08 22:15:09 +05:30
ruby-omniauth-authentiq (>= 0.3.3~),
ruby-rack-oauth2 (>= 1.2.1~),
2017-08-19 00:41:26 +05:30
ruby-jwt (>= 1.5.6~),
# Spam and anti-bot protection
ruby-recaptcha (>= 4.11~),
2018-03-18 15:15:23 +05:30
ruby-akismet (>= 2.0~),
# Two-factor authentication
ruby-devise-two-factor (>= 3.0~),
ruby-rqrcode-rails3 (>= 0.1.7~),
2018-05-09 17:16:17 +05:30
ruby-attr-encrypted (>= 3.1~),
2018-03-18 15:15:23 +05:30
ruby-u2f (>= 0.2.1~),
2017-08-19 00:41:26 +05:30
# GitLab Pages
2018-03-18 15:15:23 +05:30
ruby-validates-hostname (>= 1.0.6~),
# Browser detection
2018-11-21 11:49:10 +05:30
ruby-browser (>= 2.5~),
2017-09-10 22:22:16 +05:30
# GPG
ruby-gpgme,
# LDAP Auth
2018-03-18 15:15:23 +05:30
ruby-omniauth-ldap (>= 2.0.4~),
2018-04-16 10:44:31 +05:30
ruby-ntlm (>= 0.6.1~),
ruby-net-ldap (>= 0.16.1~),
# Git Wiki
2018-06-27 17:38:58 +05:30
ruby-gollum-lib (>= 4.2.7.5~),
# Language detection
ruby-github-linguist (>= 5.3.3~),
ruby-escape-utils (>= 1.2.1~),
# API
2018-12-06 12:19:54 +05:30
ruby-grape (>= 1.1~),
ruby-grape-entity (>= 0.7.1~),
2017-12-25 21:16:13 +05:30
ruby-rack-cors (>= 1.0~),
2018-11-10 22:37:21 +05:30
# GraphQL API
ruby-graphql (>= 1.8~),
ruby-graphiql-rails (>= 1.4.10~),
2017-08-19 00:41:26 +05:30
# Disable strong_params so that Mash does not respond to :permitted?
ruby-hashie-forbidden-attributes,
# Pagination
2017-09-10 22:22:16 +05:30
ruby-kaminari (>= 1.0~),
# HAML
2018-11-18 18:42:05 +05:30
ruby-hamlit (>= 2.8.8~),
# Files attachments
2018-11-21 11:49:10 +05:30
ruby-carrierwave (>= 1.2.3~),
2018-11-08 22:15:09 +05:30
ruby-mini-magick,
# for backups
2018-05-09 17:16:17 +05:30
ruby-fog-aws (>= 2.0.1~),
2017-08-19 19:09:58 +05:30
ruby-fog-core (>= 1.44~),
ruby-excon (>= 0.60~),
2018-11-21 11:49:10 +05:30
ruby-fog-google (>= 1.7.1~),
2017-09-10 22:22:16 +05:30
ruby-fog-local (>= 0.3~),
ruby-fog-openstack (>= 0.1~),
2018-03-18 15:15:23 +05:30
ruby-fog-rackspace (>= 0.1.1~),
2018-03-27 21:26:48 +05:30
ruby-fog-aliyun (>= 0.2.0~),
2017-08-19 19:09:58 +05:30
# for Google storage
2018-11-21 11:49:10 +05:30
ruby-google-api-client (>= 0.23~),
# for aws storage
ruby-unf (>= 0.1.4-2~),
2018-04-25 22:15:01 +05:30
ruby-unf-ext (>= 0.0.7.4),
# Seed data
2018-03-18 15:15:23 +05:30
ruby-seed-fu (>= 2.3.7~),
# Markdown and HTML processing
2018-11-08 22:15:09 +05:30
ruby-html-pipeline (>= 2.8~),
2017-09-10 22:22:16 +05:30
ruby-task-list (>= 2.0~),
2018-12-06 12:19:54 +05:30
ruby-github-markup (>= 1.7~),
ruby-redcarpet (>= 3.4~),
2018-03-27 21:26:48 +05:30
ruby-commonmarker (>= 0.17~),
2018-04-16 10:44:31 +05:30
ruby-redcloth (>= 4.3.2-3~),
2018-03-27 21:26:48 +05:30
# rdoc is built-in with ruby
ruby-org (>= 0.9.12-2~),
ruby-creole (>= 0.5.0~),
ruby-wikicloth (>= 0.8.1~),
2018-05-09 17:16:17 +05:30
asciidoctor (>= 1.5.6~),
ruby-asciidoctor-plantuml (>= 0.0.8~),
ruby-rouge (>= 3.1~),
2017-08-14 12:21:11 +05:30
ruby-truncato (>= 0.7.9~),
2018-03-18 15:15:23 +05:30
ruby-bootstrap-form (>= 2.7~),
2018-03-27 21:26:48 +05:30
ruby-nokogiri (>= 1.8.2~),
2018-11-08 22:15:09 +05:30
# Calendar rendering
ruby-icalendar,
# Diffs
2017-08-19 19:09:58 +05:30
ruby-diffy (>= 3.1~),
# Application server
2018-04-16 10:44:31 +05:30
unicorn (>= 5.4~),
ruby-kgio (>= 2.11.2~),
2017-09-26 14:55:05 +05:30
ruby-unicorn-worker-killer (>= 0.4.4~),
# State machine
2018-05-09 17:16:17 +05:30
ruby-state-machines-activerecord (>= 0.5.1~),
# Issue tags
2017-12-25 21:16:13 +05:30
ruby-acts-as-taggable-on (>= 5.0~),
# Background jobs
2018-12-06 12:19:54 +05:30
ruby-sidekiq (>= 5.2.1~),
2017-09-11 18:36:32 +05:30
ruby-sidekiq-cron (>= 0.6~),
2018-11-08 22:15:09 +05:30
ruby-redis-namespace (>= 1.6~),
2017-09-12 17:13:34 +05:30
# Cron Parser
ruby-rufus-scheduler (>= 3.4~),
# HTTP requests
2018-04-16 10:44:31 +05:30
ruby-httparty (>= 0.15.6~),
# Colored output to console
2018-11-21 11:49:10 +05:30
ruby-rainbow (>= 3.0~),
2018-11-08 22:15:09 +05:30
# Progress bar
ruby-progressbar,
# GitLab settings
ruby-settingslogic (>= 2.0.9~),
2017-08-19 19:09:58 +05:30
# Linear-time regex library for untrusted regular expressions
2018-03-18 15:15:23 +05:30
ruby-re2 (>= 1.1.1~),
# Misc
ruby-version-sorter (>= 2.1~),
2018-11-21 11:49:10 +05:30
# Export Ruby Regex to Javascript
ruby-js-regex (>= 3.1~),
# User agent parsing
ruby-device-detector,
# Cache
2018-03-18 15:15:23 +05:30
ruby-redis-rails (>= 5.0.2~),
2017-09-26 14:55:05 +05:30
# Redis
2018-03-18 15:15:23 +05:30
ruby-redis (>= 3.2~),
2017-09-26 14:55:05 +05:30
ruby-connection-pool (>= 2.0~),
# HipChat integration
ruby-hipchat (>= 1.5~),
2017-08-19 19:09:58 +05:30
# JIRA integration
2018-03-18 15:15:23 +05:30
ruby-jira (>= 1.4~),
# Flowdock integration
ruby-gitlab-flowdock-git-hook (>= 1.0.1-4~),
ruby-posix-spawn (>= 0.3.13~),
# Slack integration
2017-08-19 19:09:58 +05:30
ruby-slack-notifier (>= 1.5.1~),
2018-11-18 18:42:05 +05:30
# Hangouts Chat integration
ruby-hangouts-chat (>= 0.0.5),
# Asana integration
ruby-asana (>= 0.6~),
# FogBugz integration
ruby-fogbugz (>= 0.2.1-3~),
2017-08-19 19:09:58 +05:30
# Kubernetes integration
2018-11-08 22:15:09 +05:30
ruby-kubeclient (>= 3.1~),
# Sanitize user input
2018-11-08 22:15:09 +05:30
ruby-sanitize (>= 4.6.5~),
ruby-babosa (>= 1.0.2~),
# Sanitizes SVG input
2018-04-04 21:52:11 +05:30
ruby-loofah (>= 2.2~),
# Working with license
2018-05-09 17:16:17 +05:30
ruby-licensee (>= 8.9~),
# Protect against bruteforcing
2017-08-19 19:09:58 +05:30
ruby-rack-attack (>= 4.4.1~),
# Ace editor
ruby-ace-rails-ap (>= 4.1~),
# Keyboard shortcuts
ruby-mousetrap-rails (>= 1.4.6~),
# Detect and convert string character encoding
2018-03-18 15:15:23 +05:30
ruby-charlock-holmes (>= 0.7.5~),
# Faster blank
ruby-fast-blank,
# Parse time & duration
ruby-chronic (>= 0.10.2-3~),
2018-03-18 15:15:23 +05:30
ruby-chronic-duration (>= 0.10.6~),
2017-09-26 14:55:05 +05:30
#
2018-03-18 15:15:23 +05:30
ruby-webpack-rails (>= 0.9.10~),
# Many node modules are still in NEW, some are yet to be packaged
# so we use npm to downlod those and hence gitlab is in contrib
2017-08-22 17:25:26 +05:30
npm,
ruby-rack-proxy (>= 0.6~),
2017-09-26 14:55:05 +05:30
#
ruby-sass-rails (>= 5.0.6~),
ruby-sass (>= 3.5~),
ruby-uglifier (>= 2.7.2~),
2017-09-26 14:55:05 +05:30
#
2018-03-18 15:15:23 +05:30
ruby-addressable (>= 2.5.2~),
2017-08-19 19:09:58 +05:30
ruby-font-awesome-rails (>= 4.7~),
2017-09-11 18:36:32 +05:30
ruby-gemojione (>= 3.3~),
2018-11-08 22:15:09 +05:30
ruby-gon (>= 6.2~),
ruby-jquery-atwho-rails (>= 1.3.2~),
ruby-request-store (>= 1.3~),
ruby-select2-rails (>= 3.5.9~),
ruby-virtus (>= 1.0.5-3~),
ruby-base32 (>= 0.3.0~),
2017-09-26 14:55:05 +05:30
# Sentry integration
2018-05-09 17:16:17 +05:30
ruby-sentry-raven (>= 2.7~),
2017-09-26 14:55:05 +05:30
#
2017-09-11 18:36:32 +05:30
ruby-premailer-rails (>= 1.9.7~),
2017-08-19 19:09:58 +05:30
# I18n
ruby-parser (>= 3.8.2~),
2017-09-11 18:36:32 +05:30
ruby-rails-i18n (>= 4.0.9~),
ruby-gettext-i18n-rails (>= 1.8~),
2018-05-09 17:16:17 +05:30
ruby-gettext-i18n-rails-js (>= 1.3~),
2018-03-18 15:15:23 +05:30
#
ruby-batch-loader (>= 1.2.1~),
2017-09-11 18:36:32 +05:30
# Perf bar
2018-03-18 15:15:23 +05:30
ruby-peek (>= 1.0.1~),
ruby-peek-gc (>= 0.0.2~),
ruby-peek-pg (>= 1.3~),
ruby-peek-rblineprof (>= 0.2.0~),
ruby-peek-redis (>= 1.2~),
2018-12-06 12:19:54 +05:30
ruby-gitlab-sidekiq-fetcher,
2017-09-26 14:55:05 +05:30
# Metrics
ruby-method-source (>= 0.8.2-2~),
ruby-influxdb (>= 0.2~),
# Prometheus
ruby-prometheus-client-mmap (>= 0.9.3~),
2017-09-26 14:55:05 +05:30
ruby-raindrops (>= 0.18~),
#
2018-12-10 15:10:48 +05:30
ruby-octokit (>= 4.9~),
2017-09-26 14:55:05 +05:30
#
2017-08-20 00:17:47 +05:30
ruby-mail-room (>= 0.9.1~),
2017-09-26 14:55:05 +05:30
#
2017-08-20 00:17:47 +05:30
ruby-email-reply-trimmer (>= 0.1~),
ruby-html2text,
2017-09-26 14:55:05 +05:30
#
ruby-prof (>= 0.17~),
2018-11-18 18:42:05 +05:30
ruby-rbtrace (>= 0.4~),
# OAuth
2018-03-18 15:15:23 +05:30
ruby-oauth2 (>= 1.4~),
# Health check
2017-09-11 21:07:24 +05:30
ruby-health-check (>= 2.6~),
# System information
2017-08-20 00:17:47 +05:30
ruby-vmstat (>= 2.3~),
2018-03-18 15:15:23 +05:30
ruby-sys-filesystem (>= 1.1.6~),
2017-09-26 14:55:05 +05:30
# SSH host key support
ruby-net-ssh (>= 1:5.0~),
2018-03-27 21:26:48 +05:30
ruby-sshkey (>= 1.9~),
2017-09-26 14:55:05 +05:30
# Required for ED25519 SSH host key support
ruby-ed25519 (>= 1.2~),
2018-03-18 15:15:23 +05:30
ruby-bcrypt-pbkdf (>= 1.0~),
2017-08-20 00:17:47 +05:30
# Gitaly GRPC client
2018-12-06 12:19:54 +05:30
ruby-gitaly-proto (>= 0.118.1~),
ruby-grpc (>= 1.11~),
2018-05-09 17:16:17 +05:30
ruby-google-protobuf (>= 3.5.1~),
2017-09-26 14:55:05 +05:30
#
2018-11-21 11:49:10 +05:30
ruby-toml-rb (>= 1.0.0-2~),
2017-09-11 23:18:09 +05:30
# Feature toggles
ruby-flipper (>= 0.13~),
ruby-flipper-active-record (>= 0.13~),
ruby-flipper-active-support-cache-store (>= 0.13~),
2017-09-11 23:18:09 +05:30
# Structured logging
2018-03-18 15:15:23 +05:30
ruby-lograge (>= 0.5~),
ruby-grape-logging (>= 1.7~),
# Asset synchronization
2018-11-08 22:15:09 +05:30
ruby-asset-sync (>= 2.4~),
# Vendored js files
2018-05-01 15:12:27 +05:30
# Keeping this to ease backporting as it is in contrib anyway
# libjs-jquery-atwho,
# libjs-jquery-caret.js,
# libjs-pdf,
# libjs-xterm,
# libjs-jquery-nicescroll,
# libjs-clipboard,
# libjs-chartjs,
# libjs-graphael,
# node-lie,
# node modules - all node packages are stuck in NEW
# using npm for all to ease backporting as it is in contrib anyway
# node-babel-core,
# node-babel-eslint,
# node-babel-loader,
# node-babel-plugin-transform-define,
# node-babel-preset-latest,
# node-babel-preset-stage-2,
# node-bootstrap-sass,
# node-core-js,
# node-d3-array,
# node-d3-axis,
# node-d3-brush,
# node-d3-scale,
# node-d3-selection,
# node-d3-shape,
# node-d3-time,
# node-d3-time-format,
# node-debug (>= 3.1.0~),
# node-exports-loader,
# node-file-loader,
# node-glob,
# node-imports-loader,
# node-jed,
# node-jquery,
# node-js-cookie,
# node-jszip,
# node-jszip-utils,
# node-katex,
# node-marked,
# node-mousetrap,
# node-raw-loader,
# node-stats-webpack-plugin,
# node-underscore,
# node-url-loader,
# node-katex
2018-10-18 22:09:23 +05:30
Recommends: certbot,
2018-12-06 12:19:54 +05:30
gitaly (>= 0.125.1~)
2017-02-19 18:03:03 +05:30
Description: git powered software platform to collaborate on code (non-omnibus)
2015-12-12 15:08:31 +05:30
gitlab provides web based interface to host source code and track issues.
It allows anyone for fork a repository and send merge requests. Code review
is possible using merge request workflow. Using groups and roles project
2015-12-12 15:08:31 +05:30
access can be controlled.
2017-02-19 18:03:03 +05:30
.
2017-02-20 17:06:11 +05:30
Unlike the official package from GitLab Inc., this package does not use
omnibus.
2017-08-22 16:38:12 +05:30
.
Note: Currently this package is in contrib because it uses npm to install
front end dependencies.
Package: gitlab-common
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends},
ruby | ruby-interpreter,
adduser (>= 3.34~),
git (>= 1:2.7.3~),
ucf
Description: git powered software platform to collaborate on code (common)
gitlab provides web based interface to host source code and track issues.
It allows anyone for fork a repository and send merge requests. Code review
is possible using merge request workflow. Using groups and roles project
access can be controlled.
.
This package includes configurations common to gitlab and gitaly.