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
Praveen Arimbrathodiyil
0e9baf7a25
tighten gitlab-shell version
2016-11-04 16:22:54 +05:30
Praveen Arimbrathodiyil
38f8504a5b
tighten more dependencies
2016-11-04 14:39:44 +05:30
Praveen Arimbrathodiyil
c73c4cab7d
tighten dependencies
2016-11-04 00:24:53 +05:30
Praveen Arimbrathodiyil
2bba569340
add lsb-base as depends
2016-11-03 15:28:49 +05:30
Praveen Arimbrathodiyil
a267db40c7
bump gitlab-shell and gitlab-workhorse versions
2016-10-01 15:16:00 +05:30
Praveen Arimbrathodiyil
e5f75c1bdb
add ruby-oj to depends
2016-09-30 18:38:42 +05:30
Praveen Arimbrathodiyil
4ae717b571
add ruby-prof as dependency
2016-09-14 18:58:27 +05:30
Praveen Arimbrathodiyil
de9ef1f963
add dependency on ruby-chronic
2016-09-14 18:02:23 +05:30
Praveen Arimbrathodiyil
8eb7d72a07
tighten devise
2016-09-14 17:59:38 +05:30
Praveen Arimbrathodiyil
3e998dfc5b
minifie vue*.js
2016-09-13 19:48:36 +05:30
Praveen Arimbrathodiyil
397754dce1
tighten dependencies
2016-09-13 17:54:06 +05:30
Praveen Arimbrathodiyil
d3e1cc1784
remove ruby-devise-async dependency
2016-09-13 15:28:20 +05:30
Praveen Arimbrathodiyil
c41776ae82
-ruby-activerecord-deprecated-finders from deps
2016-09-04 20:27:47 +05:30
Dmitry Smirnov
509241b79d
tighten "ruby-vmstat" dependency versioning
...
~~~~
Could not find gem 'vmstat (>= 2.1.1, ~> 2.1)' in any of the gem sources listed
in your Gemfile or available on this machine.
~~~~
2016-09-02 11:42:37 +10:00
Praveen Arimbrathodiyil
5300f5a8db
set minimum version of rouge
2016-08-31 01:06:42 +05:30
Praveen Arimbrathodiyil
07c6cdb26c
tighten omniauth-saml, rack-oauth2, sinatra; use gemojione directly
2016-08-30 22:32:13 +05:30
Praveen Arimbrathodiyil
c8606c6731
update gitlab-shell version
2016-08-25 22:36:16 +05:30
Praveen Arimbrathodiyil
823ccdf9fb
tighten doorkeeper
2016-08-25 17:05:09 +05:30
Praveen Arimbrathodiyil
970f314751
change letsencrypt to certbot
2016-08-25 14:18:28 +05:30
Praveen Arimbrathodiyil
aff87e25cf
update dependencies
2016-08-25 12:38:21 +05:30
Dmitry Smirnov
17f5cf8efd
Depends: add versioned dependency on "ruby-mail"
...
This is to fix https://git.fosscommunity.in/debian-ruby/TaskTracker/issues/109
Versioning indirect dependencies is not very nice but what else we
could do to prevent the problem?
2016-08-01 11:30:01 +10:00
Dmitry Smirnov
f213958b65
Tighten versioned dependency on ruby-unicorn-worker-killer
...
~~~~
Resolving dependencies....
Bundler could not find compatible versions for gem "unicorn":
In Gemfile:
unicorn (~> 5.0)
unicorn-worker-killer (~> 0.4.2) was resolved to 0.4.2, which depends on
unicorn (~> 4)
~~~~
2016-07-26 11:42:10 +10:00
Praveen Arimbrathodiyil
5ab33f4c7f
allow unicorn 5.0
2016-07-21 13:53:29 +05:30
Praveen Arimbrathodiyil
bdf4314790
tighten flowdock-git-hook
2016-07-21 13:07:38 +05:30
Praveen Arimbrathodiyil
c81e8421c1
tighten tinder
2016-07-21 12:01:36 +05:30
Praveen Arimbrathodiyil
049733d10d
tighten virtus
2016-07-21 11:18:48 +05:30
Praveen Arimbrathodiyil
3bfbb7aafa
tighten fogbugz
2016-07-21 10:56:49 +05:30
Praveen Arimbrathodiyil
590763e211
drop bin rebuild from dependency
2016-07-20 18:23:27 +05:30
Praveen Arimbrathodiyil
e777b7be25
tighten dependencies
2016-07-19 22:28:08 +05:30
Dmitry Smirnov
86a23e2ba3
Depends += "ruby-htmlentities"
2016-07-18 03:29:34 +10:00
Dmitry Smirnov
b9c599f239
tighten direct dependencies
2016-07-18 03:29:03 +10:00
Praveen Arimbrathodiyil
d1eb11e602
tighten dependencies
2016-07-14 21:04:16 +05:30
Praveen Arimbrathodiyil
a00a4d5093
fix config file handling
2016-07-14 20:33:33 +05:30
Praveen Arimbrathodiyil
7fcf9650f1
update font-awesome-rails dependency
2016-06-28 17:33:40 +05:30
Praveen Arimbrathodiyil
3deed8f868
update dependencies
2016-06-23 22:02:56 +05:30
Praveen Arimbrathodiyil
280e4a81b5
update dependencies
2016-06-19 13:58:08 +05:30
Praveen Arimbrathodiyil
24f4e26010
add ruby-rainbow
2016-06-17 00:41:47 +05:30
Praveen Arimbrathodiyil
1cd0ab6740
tighten dependencies
2016-06-16 23:46:49 +05:30
Praveen Arimbrathodiyil
3c95b32a4d
update dependeny in control
2016-06-12 12:54:31 +05:30
Praveen Arimbrathodiyil
15280457bd
add ruby-coffee-script-source (>= 1.10.0~) as dep
2016-06-05 18:24:54 +05:30
Praveen Arimbrathodiyil
39da97ddce
add postgresql-contrib as dependency
2016-06-05 18:21:01 +05:30
Praveen Arimbrathodiyil
98359842f0
bump request_store
2016-06-05 11:10:17 +05:30
Praveen Arimbrathodiyil
c99e13e558
bump minimum rails version
2016-06-04 22:40:52 +05:30
Praveen Arimbrathodiyil
3be84292d1
set minimum version of gitlab-shell
2016-06-03 22:35:33 +05:30
Praveen Arimbrathodiyil
a9ab9796cd
relax gollum-lib
2016-06-02 15:52:42 +05:30
Praveen Arimbrathodiyil
ad43e56218
update dependencies
2016-06-02 14:16:22 +05:30
Praveen Arimbrathodiyil
300e3d6562
update dependencies
2016-06-02 13:36:21 +05:30
Praveen Arimbrathodiyil
b1f5274b53
bump standards
2016-06-02 12:09:44 +05:30
Praveen Arimbrathodiyil
8a8e9e8a8c
add new dependencies
2016-06-02 12:08:21 +05:30
Praveen Arimbrathodiyil
1f59634196
add epoch to git version
2016-04-09 00:23:08 +05:30
Praveen Arimbrathodiyil
39a2bfd88a
make nginx optional, use ucf for conf files
2016-04-08 17:00:57 +05:30
Praveen Arimbrathodiyil
68078685d6
make nginx optional, add httpd
2016-04-08 00:24:27 +05:30
Praveen Arimbrathodiyil
71941da8be
check minimum version of git
2016-04-05 21:16:03 +05:30
Praveen Arimbrathodiyil
3d17922f7f
update minimum version of devise
2016-04-05 11:57:59 +05:30
Praveen Arimbrathodiyil
bd72b5a956
tighten versions
2016-04-05 11:39:26 +05:30
Praveen Arimbrathodiyil
2ea8045ece
use embedded fuzzaldrin-plus
2016-04-04 15:41:38 +05:30
Praveen Arimbrathodiyil
2de0907374
add openssh-client as a dependency
2016-04-04 12:32:19 +05:30
Praveen Arimbrathodiyil
f6f9ad8416
prefer postfix
2016-04-03 17:43:36 +05:30
Praveen Arimbrathodiyil
a75de423dc
add mta as dependency
2016-04-03 17:41:58 +05:30
Praveen Arimbrathodiyil
251b8e32bb
change letsencrypt to recommends
2016-04-03 11:09:56 +05:30
Praveen Arimbrathodiyil
81a1650006
set minimum version of ruby-gitlab-git
2016-04-02 20:14:04 +05:30
Praveen Arimbrathodiyil
c6385db896
update minimum version of ruby-gitlab-emoji
2016-04-02 19:35:08 +05:30
Praveen Arimbrathodiyil
b63ec6d162
add ruby-akismet to depends
2016-04-02 19:05:19 +05:30
Praveen Arimbrathodiyil
0075a707fb
update ruby-redcarpet minimum version for ruby2.3
2016-03-18 19:29:46 +05:30
Praveen Arimbrathodiyil
120eb121b2
update ruby-pg dependency for ruby 2.3 gemspec
2016-03-18 19:26:33 +05:30
Praveen Arimbrathodiyil
8b9650420b
update minimum version of ruby-net-ssh
2016-03-18 12:26:26 +05:30
Praveen Arimbrathodiyil
6c11ef47f9
update ruby-grape-entity minimum version
2016-03-18 12:22:34 +05:30
Praveen Arimbrathodiyil
b8a243f476
fix ruby-pg version
2016-03-14 19:42:54 +05:30
Praveen Arimbrathodiyil
8c7b3458fb
reverse wrap and sort
2016-03-13 11:51:59 +05:30
Cédric Boutillier
f21767a701
Run wrap-and-sort on packaging files
2016-03-04 15:15:01 +00:00
Cédric Boutillier
f8d182f21e
Use https:// in Vcs-* fields
2016-03-04 12:50:38 +00:00
Cédric Boutillier
f724c7d0b3
Use https:// in Vcs-* fields
2016-03-04 12:30:22 +00:00
Cédric Boutillier
e25b4c4384
Remove version in the gem2deb build-dependency
2016-03-04 11:58:00 +00:00
Balasankar C
e68e86fec2
Bump Standards Version
2016-02-28 22:48:03 +05:30
Praveen Arimbrathodiyil
490f282a5a
add letsencrypt to depends
2016-02-21 22:51:36 +05:30
Praveen Arimbrathodiyil
1fcefa4553
set minimum version of ruby-pg
2016-02-21 13:56:00 +05:30
Praveen Arimbrathodiyil
acc8e90105
move gitlab user's home to /var/lib
2016-02-18 13:02:28 +05:30
Praveen Arimbrathodiyil
bb5383b4cf
fix vcs-git
2016-02-15 21:37:39 +05:30
Praveen Arimbrathodiyil
6474e1165a
move bc to build dep
2016-02-15 13:02:02 +05:30
Praveen Arimbrathodiyil
b6f1bbfcc0
add bc to rules
2016-02-13 19:13:45 +05:30
Praveen Arimbrathodiyil
a5ec27954a
set minimum version of gitlab-workhorse
2016-02-10 00:10:59 +05:30
Praveen Arimbrathodiyil
7ec784ea3e
set minimum version of gitlab_git to 7.2.24
2016-02-09 17:26:02 +05:30
Praveen Arimbrathodiyil
7a9c8cdaed
add bundler to dependencies
2016-02-09 16:36:09 +05:30
Praveen Arimbrathodiyil
dd9668fac9
add git as dependency
2016-02-07 16:43:11 +05:30
Praveen Arimbrathodiyil
7774b05920
add dh-systemd, make vcs https
2016-02-04 16:28:00 +05:30
Praveen Arimbrathodiyil
8631f0349d
set minimum version of omniauth-facebook
2016-02-02 20:25:13 +05:30
Praveen Arimbrathodiyil
8181537299
add new depends
2016-02-02 17:40:07 +05:30
Praveen Arimbrathodiyil
2a885bfef0
relax net-ssh
2016-01-28 02:02:33 +05:30
Praveen Arimbrathodiyil
a0fee04300
add missing coma
2016-01-27 13:08:26 +05:30
Praveen Arimbrathodiyil
dd1d297758
add missing coma
2016-01-27 13:07:10 +05:30
Praveen Arimbrathodiyil
7b55f3176f
formatting fix, add coma in depends
2016-01-27 13:05:12 +05:30
Praveen Arimbrathodiyil
0af85ca569
update dependencies
2016-01-27 13:02:36 +05:30
Praveen Arimbrathodiyil
8ec1d3e4f5
bump compat to 9
2016-01-20 00:37:16 +05:30
Praveen Arimbrathodiyil
c1c59c7c75
add libjs-fuzzaldrin-plus to depends
2016-01-19 16:31:26 +05:30
Praveen Arimbrathodiyil
ce19c43d74
tighten gitlab-shell
2016-01-15 15:58:08 +05:30
Praveen Arimbrathodiyil
7961aa8e9f
add ruby-method-source to depends
2016-01-15 13:17:07 +05:30
Praveen Arimbrathodiyil
791a06f9bd
add ruby-allocations
2016-01-15 13:10:35 +05:30
Praveen Arimbrathodiyil
2a4aa94400
tighten cal-heatmap-rails version
2016-01-15 10:22:58 +05:30
Praveen Arimbrathodiyil
904dda7a91
add recaptcha, omniauth-cas3
2016-01-15 00:30:21 +05:30
Praveen Arimbrathodiyil
21467fb7d9
add ruby-omniauth-azure-oauth2 to depends
2016-01-15 00:11:06 +05:30
Praveen Arimbrathodiyil
26609afffb
tighten ruby-sass-rails
2016-01-12 11:07:31 +05:30
Praveen Arimbrathodiyil
a58cdff026
allow sprocket 3.3.0
2016-01-12 00:54:32 +05:30
Praveen Arimbrathodiyil
d8a8b95e72
needs gitlab-git >= 7.2.21 for lfs pointer check
2016-01-06 23:21:43 +05:30
Praveen Arimbrathodiyil
29e0176c88
add ruby-state-machines-activerecord dependency
2016-01-03 18:27:29 +05:30
Praveen Arimbrathodiyil
15fca2bedb
update gitlab-shell dependency
2015-12-29 00:01:58 +05:30
Praveen Arimbrathodiyil
d92abf5549
set minimum version for ruby-gitlab-emoji
2015-12-23 22:19:32 +05:30