Pirate Praveen
81dbd85cb2
Add ucf as a dependency
2018-10-17 17:41:18 +05:30
Pirate Praveen
a100c25dc7
Tighten dependecies, add ruby-device-detector
2018-10-15 17:00:32 +05:30
Pirate Praveen
817822b770
Add dependency on bzip2
2018-10-15 16:13:57 +05:30
Pirate Praveen
e7e1bdf31c
Add ruby-ed25519 and remove ruby-rbnacl
2018-10-13 22:20:11 +05:30
Pirate Praveen
3bc6e226ce
Bump Standards-Version to 4.2.1 (no changes needed)
2018-10-13 00:11:04 +05:30
Pirate Praveen
b6e5ac0106
Bump dependency on gitaly (for user management via gitlab-common)
2018-10-13 00:10:19 +05:30
Pirate Praveen
9066e2d87e
Bump Standards-Version to 4.2.0 (no changes needed)
2018-08-20 21:38:23 +05:30
Pirate Praveen
20c400e4e4
Tighten dependencies
2018-06-27 17:38:58 +05:30
Pirate Praveen
1c5c24cd8f
add back ruby dependency
2018-06-27 16:17:54 +05:30
Pirate Praveen
1a48f77018
Move common dependencies to gitlab-common
2018-06-13 13:50:14 +05:30
Pirate Praveen
6eccbab227
Add gitlab-common binary to handle user creation
2018-06-12 21:00:26 +05:30
Pirate Praveen
79d51ab403
Bump minimum version of gitlab-workhorse to 4.1.0
2018-06-03 20:54:33 +05:30
Pirate Praveen
7302d251cb
Tighten dependency on gitlab-shell to >= 7.1.2
2018-05-12 12:27:29 +05:30
Pirate Praveen
49931d92b2
Tighten dependencies
2018-05-10 11:49:59 +05:30
Pirate Praveen
97f7614c5b
Set minimum version of nodejs to 6 (punycode@2.1.0 needs nodejs >= 6)
2018-05-02 14:44:42 +05:30
Pirate Praveen
3267e03389
add default-mta as optional dependency
2018-05-01 15:56:58 +05:30
Pirate Praveen
992e4b68f0
fix
2018-05-01 15:12:27 +05:30
Pirate Praveen
8c8db5af6c
Remove node-uglify from build deps
2018-04-29 17:03:42 +05:30
Pirate Praveen
f052aa3af8
Use salsa.debian.org in Vcs-* fields
2018-04-27 14:22:36 +05:30
Pirate Praveen
0125a4859d
Bump Standards-Version to 4.1.4 (no changes needed)
2018-04-27 14:22:33 +05:30
Pirate Praveen
01af6b17bb
Install all frontend dependencies via npm
2018-04-26 18:48:38 +05:30
Pirate Praveen
ce1c7a9921
Update description, webpack is in main now
2018-04-26 18:43:33 +05:30
Pirate Praveen
a823c99d6c
fix ruby-unf-ext version constraint
2018-04-25 22:15:01 +05:30
Dmitry Smirnov
1c50ce0726
Tightening Depends...
...
~~~~
Bundler could not find compatible versions for gem "posix-spawn":
In Gemfile:
gitlab-flowdock-git-hook (>= 1.0.1, ~> 1.0) was resolved to 1.0.1, which
depends on
gitlab-grit (>= 2.4.1) was resolved to 2.8.2, which depends on
posix-spawn (~> 0.3)
Could not find gem 'posix-spawn (~> 0.3)', which is required by gem 'gitlab-grit
(>= 2.4.1)', in any of the sources.
~~~~
2018-04-16 19:09:06 +10:00
Dmitry Smirnov
8f0df06c7c
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 16:02:16 +10:00
Dmitry Smirnov
bc55a2bc45
Fixed versioning of dependencies.
2018-04-16 15:14:55 +10:00
Dmitry Smirnov
2f94f4d91e
Recommends += gitaly; ( Closes : #894015 )
...
Gitaly is no longer optional so we should at least recommend it.
2018-04-16 14:32:20 +10:00
Dmitry Smirnov
dead43f69d
Build-Depends tightening: ruby-grape-entity (>= 0.7.1~)
...
~~~
Could not find gem 'grape-entity (~> 0.7.1)' in any of the gem sources listed in
your Gemfile.
~~~~
2018-04-16 12:26:26 +10:00
Pirate Praveen
cf216f886d
Tighten dependency on ruby-loofah
2018-04-04 21:52:11 +05:30
Pirate Praveen
340c2f4f25
update dependencies
2018-03-27 21:46:53 +05:30
Pirate Praveen
c46d449533
Tighten dependency on ruby-omniauth-auth0
2018-03-26 14:57:52 +05:30
Dmitry Smirnov
3378a82786
tighten/version dependency ruby-net-ldap:
...
Otherwise upgrade from GitLab 9.5 may fail as follows:
~~~~
Bundler could not find compatible versions for gem "net-ldap":
In Gemfile:
net-ldap
gitlab_omniauth-ldap (~> 2.0.4) was resolved to 2.0.4, which depends on
net-ldap (~> 0.16)
Could not find gem 'net-ldap (~> 0.16)', which is required by gem
'gitlab_omniauth-ldap (~> 2.0.4)', in any of the sources.
~~~~
2018-03-26 16:56:30 +11:00
Pirate Praveen
9065a49551
Relax kubeclient dependency
2018-03-23 15:20:11 +05:30
Pirate Praveen
c3f63be05a
tighten devise to 4.4.3
2018-03-21 21:52:00 +05:30
Pirate Praveen
dd5841918b
tighten dependency on ruby-gitlab-flowdock-git-hook
2018-03-20 20:28:20 +05:30
Pirate Praveen
a401281db8
Tighten gollum-lib dependencies, remove math_lexer.rb initializer
2018-03-20 18:52:21 +05:30
Pirate Praveen
54afefca59
tighten dependencies of rails and gitlab-shell
2018-03-18 20:42:14 +05:30
Pirate Praveen
6d4922bb7c
revert to compat 10
2018-03-18 15:25:43 +05:30
Pirate Praveen
324609ebe3
Bump debhelper compat to 11 and standards version to 4.1.3
2018-03-18 15:16:44 +05:30
Pirate Praveen
ed4be79eef
tighten dependencies
2018-03-18 15:15:23 +05:30
Pirate Praveen
ab6cd18448
Add new node-* dependencies already in the archive as depends
2018-03-18 14:38:15 +05:30
Dmitry Smirnov
7bfdae1eaa
Depends: set minimum version for "rake".
...
~~~~
Bundler could not find compatible versions for gem "rake":
In Gemfile:
grape-route-helpers (~> 2.0) was resolved to 2.1.0, which depends on
rake (>= 11.0.0)
Could not find gem 'rake (>= 11.0.0)', which is required by gem
'grape-route-helpers (~> 2.0)', in any of the sources.
~~~~
2018-03-16 16:38:18 +11:00
Dmitry Smirnov
a4c1248499
Depends += "ruby-excon (>= 0.60.0~)"
...
Fixed yet another case of broken dependency after upgrading from Gitlab 8.5
on Stretch:
~~~~
Bundler could not find compatible versions for gem "excon":
In Gemfile:
fog-core (~> 1.44) was resolved to 1.45.0, which depends on
excon (~> 0.58)
Could not find gem 'excon (~> 0.58)', which is required by gem 'fog-core (~>
1.44)', in any of the sources.
~~~~
2018-03-14 20:42:31 +11:00
Pirate Praveen
291eaaa2c8
Remove phantomjs from dependencies
2018-02-28 12:01:48 +05:30
Pirate Praveen
d67fcacee2
libjs-atwho package now works, removing the workaround
2018-02-25 19:11:11 +05:30
Pirate Praveen
9e82ee6d91
Use jquery from system for compatibility with at.js in node_modules
2018-02-14 20:09:31 +05:30
Pirate Praveen
286257652b
Add workaround for broken libjs-jquery-atwho ( #890391 )
2018-02-14 17:18:49 +05:30
Pirate Praveen
18398a2f8f
Fix dependency (rails-dom-testing -> ruby-rails-dom-testing)
2018-02-14 14:43:51 +05:30
Dmitry Smirnov
f5f611eec3
Fixed dependencies.
...
~~~~
Could not find gem 'redcarpet (~> 3.4)'
Could not find gem 'asana (~> 0.6.0)'
Could not find gem 'gettext_i18n_rails (~> 1.8)'
Could not find gem 'octokit (>= 4.6.2, ~> 4.6)'
Could not find gem 'rack-test (~> 0.7.0)', which is required by gem 'actionpack (= 4.2.9)'
...
in any of the gem sources listed in your Gemfile.
...
ERROR in ./issue_show/index.js
Module build failed: Error: Cannot find module 'debug/node'
~~~~
2018-01-09 18:44:54 +11:00
Pirate Praveen
56331bb9fe
tighten dependencies
2017-12-26 17:31:00 +05:30
Pirate Praveen
ea679071f8
relax dependencies
2017-12-25 21:16:13 +05:30
Pirate Praveen
6e808e20a0
bump standards
2017-12-13 10:51:13 +05:30
Pirate Praveen
f2e56e0d18
remove more unused libraries
2017-09-26 15:08:15 +05:30
Pirate Praveen
7c881d5605
rearrange, remove unneeded deps
2017-09-26 14:55:05 +05:30
Pirate Praveen
bb2db26932
remove tessuite field
2017-09-24 12:35:39 +05:30
Pirate Praveen
a3cf7834a4
bump standards, update build deps
2017-09-24 12:31:32 +05:30
Pirate Praveen
95228b78e7
replace vendored js with system libs
2017-09-24 12:25:44 +05:30
Pirate Praveen
6815f38379
update dependencies
2017-09-19 19:06:40 +05:30
Pirate Praveen
542cdffefe
add more dependencies
2017-09-17 15:45:13 +05:30
Pirate Praveen
09de59dd63
update dependencies
2017-09-15 17:34:23 +05:30
Pirate Praveen
ec4417671d
add node-jszip as dependency
2017-09-15 14:04:56 +05:30
Pirate Praveen
4349ea1c38
add rufus-scheduler
2017-09-12 17:42:36 +05:30
Pirate Praveen
13088ebe2c
add more dependencies
2017-09-11 23:18:09 +05:30
Pirate Praveen
9410785f7a
update/tighten dependencies
2017-09-11 21:07:24 +05:30
Pirate Praveen
ee25f8147b
update/tighten dependencies
2017-09-11 18:36:32 +05:30
Pirate Praveen
d72042c834
tighten dependencies
2017-09-10 22:30:07 +05:30
Pirate Praveen
c4aec24b1c
add node-file-loader to depends
2017-09-09 11:15:18 +05:30
Pirate Praveen
eff29f7fae
add node-eslint-plugin-html to depends
2017-09-09 10:35:05 +05:30
Pirate Praveen
33db7bee6c
use more packaged libs
2017-09-06 23:16:42 +05:30
Pirate Praveen
e5fb637032
add phantomjs to dependencies
2017-09-04 10:37:39 +05:30
Pirate Praveen
d626986354
add node-lie as dependency
2017-09-04 10:12:23 +05:30
Pirate Praveen
0d76bc527a
add npm as a dependency
2017-08-22 17:25:26 +05:30
Pirate Praveen
d04e1a7cff
update minimum version of gitlab-shell
2017-08-22 17:05:49 +05:30
Pirate Praveen
bd9f7088b3
move to contrib
2017-08-22 16:38:12 +05:30
Pirate Praveen
24f4bce393
tighten/update depndencies
2017-08-20 00:17:47 +05:30
Pirate Praveen
0fe4b08442
tighten dependencies, add more depends
2017-08-19 19:09:58 +05:30
Pirate Praveen
979c5f2332
tighten versions, add new dependencies
2017-08-19 00:41:26 +05:30
Pirate Praveen
4fb6378723
bump standards, change section to net
2017-08-14 12:34:54 +05:30
Pirate Praveen
d89bff8a7f
tighten dependency on ruby-truncato
2017-08-14 12:21:11 +05:30
Pirate Praveen
4dd9805ac8
relax ruby-net-ssh dependency
2017-07-30 16:12:49 +05:30
Praveen Arimbrathodiyil
83189ec0e0
use dbconfig-common for database
2017-04-21 12:47:11 +05:30
Praveen Arimbrathodiyil
1b9c7f9902
update gitlab-shell version
2017-02-20 19:54:55 +05:30
Balasankar C
6556581a8f
Revert "Run wrap-and-sort -a"
...
This reverts commit 0077c22366
.
2017-02-20 17:20:00 +05:30
Balasankar C
0077c22366
Run wrap-and-sort -a
2017-02-20 17:09:18 +05:30
Balasankar C
6d395c25f1
Fix extended description
2017-02-20 17:08:56 +05:30
Balasankar C
b241eca5c4
Update description
2017-02-19 18:03:03 +05:30
Praveen Arimbrathodiyil
ce30b1fbca
set minimum version for gitlab-shell
2017-02-07 21:26:40 +05:30
Balasankar C
d218fa9635
Add myself to uploaders
2017-02-07 15:33:47 +00:00
Praveen Arimbrathodiyil
6191f39f04
tighten gitlab-shell version
2017-01-18 13:20:06 +05:30
Praveen Arimbrathodiyil
8b24c3e122
use turbolinks with gitlab-turbolinks-classic patch
2017-01-18 11:53:21 +05:30
Praveen Arimbrathodiyil
3b03776010
tighten ruby-github-markup
2017-01-15 18:12:35 +05:30
Praveen Arimbrathodiyil
12432f43ff
update to use jquery-ui-rails to 6.0
2016-12-07 16:32:31 +05:30
Praveen Arimbrathodiyil
aa8e1151bb
tighten ruby-grape-entity
2016-12-06 01:27:52 +05:30
Praveen Arimbrathodiyil
8f51fea04c
tighten licensee version
2016-11-26 12:23:06 +05:30
Praveen Arimbrathodiyil
593134fb57
tighten fuzzaldrin-plus
2016-11-25 22:07:18 +05:30
Praveen Arimbrathodiyil
c3af39e1eb
replace fuzzaldrin-plus
2016-11-25 22:06:43 +05:30
Praveen Arimbrathodiyil
1a7a539c41
tighten omniauth-facebook
2016-11-24 14:09:11 +05:30
Praveen Arimbrathodiyil
ef978463e4
tighten gitlab-git
2016-11-24 14:04:47 +05:30
Praveen Arimbrathodiyil
2658775868
tighten omniauth-gitlab
2016-11-08 19:37:02 +05:30
Praveen Arimbrathodiyil
786598c9f6
tighten dependencies
2016-11-05 20:08:02 +05:30