Commit graph

1414 commits

Author SHA1 Message Date
Pirate Praveen
8c8db5af6c Remove node-uglify from build deps 2018-04-29 17:03:42 +05:30
Pirate Praveen
e06295b3e0 update changelog 2018-04-29 16:59:26 +05:30
Pirate Praveen
8ccd4db00e Relax dependency on asciidoctor-plantuml 2018-04-29 16:35:25 +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
5f129c7dec update changelog 2018-04-27 14:18:23 +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
bb85602534 895871-markdown.patch is forwarded upstream. 2018-04-17 12:21:56 +10:00
Dmitry Smirnov
42a8e904e2 New patch to fix Markdown rendering (Closes: #895871). 2018-04-17 12:01:55 +10:00
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
3e60a44b30 gitlab.yml.example: fixed path to "gitaly.socket". 2018-04-16 14:29:30 +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
99cd046955 update changelog 2018-04-05 14:08:31 +05:30
Pirate Praveen
2a125fff38 Upload to unstable 2018-04-04 22:28:58 +05:30
Pirate Praveen
8c2127108b Relax dependency on grape-entity 2018-04-04 22:27:21 +05:30
Pirate Praveen
cf216f886d Tighten dependency on ruby-loofah 2018-04-04 21:52:11 +05:30
Pirate Praveen
5d34383ed9 refresh patches 2018-04-04 21:51:30 +05:30
Pirate Praveen
b6c662bc48 relax grpc 2018-03-27 22:51:10 +05:30
Pirate Praveen
d06650f8e9 refresh patches 2018-03-27 22:49:57 +05:30
Pirate Praveen
ca3485e31f fix patch 2018-03-27 22:47:51 +05:30
Pirate Praveen
340c2f4f25 update dependencies 2018-03-27 21:46:53 +05:30
Pirate Praveen
0c2e730735 update overrides 2018-03-27 20:45:43 +05:30
Pirate Praveen
24280c27f3 install plugins directory 2018-03-27 20:33:58 +05:30
Pirate Praveen
47134e777a update changelog 2018-03-27 20:24:38 +05:30
Pirate Praveen
78b925fd30 Refresh patches 2018-03-27 20:24:05 +05:30
Pirate Praveen
6c13c714c2 update changelog 2018-03-26 16:34:10 +05:30
Pirate Praveen
c46d449533 Tighten dependency on ruby-omniauth-auth0 2018-03-26 14:57:52 +05:30
Pirate Praveen
e908693969 refresh patches 2018-03-26 14:57:00 +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
808a85ee71 update changelog 2018-03-23 21:02:36 +05:30
Pirate Praveen
62aac29d23 Remove plantuml_lexer.rb initializer from /etc (Closes: #893867) 2018-03-23 21:00:16 +05:30
Pirate Praveen
9065a49551 Relax kubeclient dependency 2018-03-23 15:20:11 +05:30
Pirate Praveen
b37e927d55 update changelog 2018-03-22 21:32:50 +05:30
Pirate Praveen
ccd6093f3b use more node modules from system 2018-03-22 21:31:48 +05:30
Pirate Praveen
b998560fec isolate yarn to its own directory 2018-03-22 21:16:18 +05:30
Pirate Praveen
88da6da317 Start using system node libs, don't add yarn to package.json 2018-03-22 21:15:16 +05:30
Pirate Praveen
42a1aa3564 remove devDependencies from package.json 2018-03-22 17:32:54 +05:30
Pirate Praveen
c3f63be05a tighten devise to 4.4.3 2018-03-21 21:52:00 +05:30
Pirate Praveen
b595094f3f lock ajv-keywords to 2.1.1 2018-03-21 21:51:46 +05:30
Pirate Praveen
2cada181ee Use all node modules via yarn 2018-03-21 19:38:24 +05:30
Pirate Praveen
8a12bacaba fix yarn-error.log path 2018-03-21 18:22:18 +05:30
Pirate Praveen
22022c4cbb use yarn installed katex 2018-03-21 18:21:45 +05:30
Pirate Praveen
3ddd53cf97 Switch to yarn from npm 2018-03-21 10:39:39 +05:30
Pirate Praveen
1a1d85effb lock ajv-keywords@2.1 for npm 2018-03-20 22:50:11 +05:30
Pirate Praveen
eba77b60b9 document-register-element is locked to 1.3.0 already 2018-03-20 22:05:56 +05:30
Pirate Praveen
f22fda7616 remove all devDependencies 2018-03-20 21:46:55 +05:30
Pirate Praveen
0c8cd4dccd add npm to package.json 2018-03-20 21:34:16 +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
2d746ee9a2 relax flipper dependencies 2018-03-19 14:22:20 +05:30
Pirate Praveen
7184853716 relax google-protobuf 2018-03-19 14:09:54 +05:30
Pirate Praveen
ee91b49906 Update CVEs and security bug fix 2018-03-19 13:21:47 +05:30
Pirate Praveen
1d65a303f5 relax gitaly-proto 2018-03-19 12:58:49 +05:30
Pirate Praveen
1dcbb7ad35 Relax google-api-client 2018-03-19 12:44:07 +05:30
Pirate Praveen
b6bd6ad978 fix omniauth-gitlab requirement 2018-03-19 12:30:19 +05:30
Pirate Praveen
54afefca59 tighten dependencies of rails and gitlab-shell 2018-03-18 20:42:14 +05:30
Pirate Praveen
eea7e16523 update overrides 2018-03-18 15:57:53 +05:30
Pirate Praveen
fe6dbef187 remove dh_fixperms (already fixed upstream) 2018-03-18 15:34:42 +05:30
Pirate Praveen
0f08004d1f install symbol directory 2018-03-18 15:32:12 +05:30
Pirate Praveen
563be5f7f0 update changelog 2018-03-18 15:27:21 +05:30
Pirate Praveen
6d4922bb7c revert to compat 10 2018-03-18 15:25:43 +05:30
Pirate Praveen
8419bc5a55 update changelog 2018-03-18 15:18:50 +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
Pirate Praveen
d9f41d8139 Refresh patches 2018-03-18 12:27:51 +05:30
Pirate Praveen
7f6a82660b Remove files no longer present in vendor 2018-03-17 18:25:27 +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
Pirate Praveen
7c381b64c4 update branch info 2018-03-15 12:30:10 +05:30
Dmitry Smirnov
59bab3ed47 Added new patch to fix Markdown rendering (Closes: #890757).
Thanks, Libor Klepáč.
2018-03-14 20:53:58 +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
5cd9c34d18 mention master-10 2018-03-12 13:01:14 +05:30
Pirate Praveen
b83ed301a5 explain how each branch is used 2018-03-12 12:57:10 +05:30
Pirate Praveen
5fb986d5b5 update changelog 2018-03-01 23:45:57 +05:30
Pirate Praveen
24f4a7496e Locales should be compiled before precompiling assets 2018-03-01 23:45:05 +05:30
Pirate Praveen
142716c02b Remove locale directory during purge 2018-02-28 23:07:08 +05:30
Pirate Praveen
291eaaa2c8 Remove phantomjs from dependencies 2018-02-28 12:01:48 +05:30
Pirate Praveen
cda4589813 remove webpack-bundle-analyzer 2018-02-26 16:52:34 +05:30
Pirate Praveen
eb6ebe6417 update changelog 2018-02-25 19:13:23 +05:30
Pirate Praveen
7a96ea9415 add npm 5.6.0 to package.json 2018-02-25 19:11:35 +05:30
Pirate Praveen
d67fcacee2 libjs-atwho package now works, removing the workaround 2018-02-25 19:11:11 +05:30
Pirate Praveen
08901ce51a update changelog 2018-02-23 00:04:05 +05:30
Pirate Praveen
f2d44084dc build locales 2018-02-23 00:00:41 +05:30
Pirate Praveen
b9f2d25561 relax dependencies 2018-02-22 23:59:30 +05:30
Pirate Praveen
23d874964a update changelog 2018-02-14 20:11:05 +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
7efefc06fb update changelog 2018-02-14 17:20:32 +05:30
Pirate Praveen
286257652b Add workaround for broken libjs-jquery-atwho (#890391) 2018-02-14 17:18:49 +05:30
Pirate Praveen
8bcd27c5aa update changelog 2018-02-14 14:46:42 +05:30
Pirate Praveen
6725cd44d0 needs a newer npm for @ support in module names 2018-02-14 14:44:28 +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
a47ba1fb6a update changelog 2017-12-26 17:32:44 +05:30
Pirate Praveen
56331bb9fe tighten dependencies 2017-12-26 17:31:00 +05:30
Pirate Praveen
46c7d8d897 fix permissions for .gitlab_shell_secret 2017-12-25 23:50:56 +05:30
Pirate Praveen
ea679071f8 relax dependencies 2017-12-25 21:16:13 +05:30
Pirate Praveen
b861ab3fff add missing attributions 2017-12-13 23:50:33 +05:30
Pirate Praveen
6e808e20a0 bump standards 2017-12-13 10:51:13 +05:30
Pirate Praveen
c486e2f3d4 remove unreleased version 2017-12-13 10:50:36 +05:30
Pirate Praveen
af2d9e8d7a exclude .git from upstream file count 2017-12-13 10:48:53 +05:30
Pirate Praveen
43fd2404bf update copyright for initializers 2017-12-13 01:30:27 +05:30
Pirate Praveen
42286ef273 add copyright for animate 2017-12-13 01:25:56 +05:30
Pirate Praveen
8261d3dcc5 add copyright for xterm.css 2017-12-13 01:21:59 +05:30
Pirate Praveen
729d26b16d add copyright for vendor/gitignore 2017-12-13 01:15:54 +05:30
Pirate Praveen
7c5d6cd0dd Fix first time installation issues 2017-12-13 00:51:58 +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
be6b5d0c15 update changelog 2017-09-25 16:18:24 +05:30
Pirate Praveen
0665442fe7 link minified pdf*.js 2017-09-25 15:58:07 +05:30
Pirate Praveen
0437fc8246 use katex from system 2017-09-25 11:36:48 +05:30
Pirate Praveen
5dc5101f06 update overrides 2017-09-25 10:44:30 +05:30
Pirate Praveen
85f97d6113 update overrides 2017-09-24 12:39:23 +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
749c471666 update overrides 2017-09-24 12:01:50 +05:30
Pirate Praveen
3d4ad3e536 fix permissions 2017-09-23 21:24:39 +05:30
Pirate Praveen
13c837be81 remove rbnacl-libsodium (rbnacl already provides it) 2017-09-22 17:35:12 +05:30
Pirate Praveen
e9e692c89c install regexpu-core from npm 2017-09-19 21:47:32 +05:30
Pirate Praveen
6815f38379 update dependencies 2017-09-19 19:06:40 +05:30
Pirate Praveen
62affc810b use more system libs 2017-09-19 19:05:58 +05:30
Pirate Praveen
d91112ff81 fix gitlab-mailroom service 2017-09-17 22:13:29 +05:30
Pirate Praveen
542cdffefe add more dependencies 2017-09-17 15:45:13 +05:30
Pirate Praveen
0ec6ab4476 use more libs from system 2017-09-17 15:30:48 +05:30
Pirate Praveen
09de59dd63 update dependencies 2017-09-15 17:34:23 +05:30
Pirate Praveen
1518225895 use imports-loader and url-loader from system 2017-09-15 17:31:42 +05:30
Pirate Praveen
ec4417671d add node-jszip as dependency 2017-09-15 14:04:56 +05:30
Pirate Praveen
8f5dc575d9 use jszip from system 2017-09-15 14:04:05 +05:30
Pirate Praveen
e71e374c7f loaders can't be found in system path now 2017-09-15 14:00:46 +05:30
Pirate Praveen
9a6241d565 add path for loaders too, by Jishnu 2017-09-15 14:00:02 +05:30
Pirate Praveen
b7c8171931 install .babelrc 2017-09-15 13:47:33 +05:30
Pirate Praveen
db39333642 always install example configs 2017-09-12 18:08:23 +05:30
Pirate Praveen
efab522bee update gitlab.yml.example 2017-09-12 17:43:12 +05:30
Pirate Praveen
369acfbadf use ln -sf 2017-09-12 17:42:58 +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
845360da31 relax rbnacl 2017-09-11 21:06:55 +05:30
Pirate Praveen
fc14a15c98 skip peek-mysql2 2017-09-11 18:38:16 +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
94d7f3b18d relax task_list 2017-09-10 22:29:58 +05:30
Pirate Praveen
f8e51f4b93 refresh patches 2017-09-10 18:21:32 +05:30
Pirate Praveen
9795ea552f update changelog 2017-09-10 17:41:13 +05:30
Pirate Praveen
28a5621974 remove npm pulled webpack 2017-09-09 22:17:18 +05:30
Pirate Praveen
0fca49167d symlink raw-loader and exports-loader to node_modules 2017-09-09 14:58:20 +05:30
Pirate Praveen
c4aec24b1c add node-file-loader to depends 2017-09-09 11:15:18 +05:30
Pirate Praveen
e930ede140 drop file-loader 2017-09-09 11:14:16 +05:30
Pirate Praveen
eff29f7fae add node-eslint-plugin-html to depends 2017-09-09 10:35:05 +05:30
Pirate Praveen
247927138c drop eslint-plugin-html from package.json 2017-09-09 10:34:45 +05:30
Pirate Praveen
33db7bee6c use more packaged libs 2017-09-06 23:16:42 +05:30
Pirate Praveen
3fc2774930 add config option to webpack 2017-09-04 10:53:19 +05:30
Pirate Praveen
e5fb637032 add phantomjs to dependencies 2017-09-04 10:37:39 +05:30
Pirate Praveen
c6ec4c7136 json does not allow comments 2017-09-04 10:32:29 +05:30
Pirate Praveen
d626986354 add node-lie as dependency 2017-09-04 10:12:23 +05:30
Pirate Praveen
bf943ef801 use system webpack 2017-09-04 10:11:15 +05:30
Pirate Praveen
4574c88a7c prepare for using system webpack 2017-09-04 10:08:05 +05:30
Pirate Praveen
1ffb582697 upload to unstable 2017-09-01 18:02:42 +05:30
Pirate Praveen
3be81a883d set NODE_PATH for webpack 2017-09-01 17:28:47 +05:30
Pirate Praveen
558f194c06 run webpack target instead of webpack-prod 2017-09-01 17:19:32 +05:30
Pirate Praveen
a1423d278a set ROOT_PATH in webpack.config.js 2017-08-23 09:38:10 +05:30
Pirate Praveen
93b5160611 set NODE_PATH and --context for webpack command 2017-08-23 09:13:29 +05:30
Pirate Praveen
14d8f10bf7 run webpack 2017-08-22 19:19:31 +05:30
Pirate Praveen
302dbd50e4 use webpack from npm 2017-08-22 19:19:12 +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
e7f6290a1e use npm install for front end dependencies 2017-08-22 17:03:57 +05:30
Pirate Praveen
bd9f7088b3 move to contrib 2017-08-22 16:38:12 +05:30
Pirate Praveen
44e2f14de0 relax pg dependency 2017-08-22 10:30:25 +05:30
Pirate Praveen
24f4bce393 tighten/update depndencies 2017-08-20 00:17:47 +05:30
Pirate Praveen
b7803bead1 relax more dependencies 2017-08-20 00:17:22 +05:30
Pirate Praveen
0fe4b08442 tighten dependencies, add more depends 2017-08-19 19:09:58 +05:30
Pirate Praveen
cba1141158 update patches, relax more gems 2017-08-19 19:09:35 +05:30
Pirate Praveen
979c5f2332 tighten versions, add new dependencies 2017-08-19 00:41:26 +05:30
Pirate Praveen
b3aafb3fcd relax gollum-rugged_adapter 2017-08-19 00:40:42 +05:30
Pirate Praveen
ed799aec7c install new files and directories 2017-08-17 23:19:21 +05:30
Pirate Praveen
8965f123ab remove uglifyjs commands 2017-08-17 23:04:11 +05:30
Pirate Praveen
9c632eddb6 refresh patches 2017-08-17 23:00:15 +05:30
Pirate Praveen
6e758cd33e update changelog 2017-08-17 23:00:01 +05:30
Pirate Praveen
6432792916 fix watch file for new url scheme 2017-08-17 21:58:55 +05:30
Balasankar C
c7efa4cee7
Add patch for CVE-2016-9086 2017-08-17 19:03:37 +05:30
Pirate Praveen
4fb6378723 bump standards, change section to net 2017-08-14 12:34:54 +05:30
Pirate Praveen
dcb7bf1a15 update changelog 2017-08-14 12:22:06 +05:30
Pirate Praveen
d89bff8a7f tighten dependency on ruby-truncato 2017-08-14 12:21:11 +05:30
Pirate Praveen
887121af56 update changelog 2017-07-30 16:14:07 +05:30
Pirate Praveen
4dd9805ac8 relax ruby-net-ssh dependency 2017-07-30 16:12:49 +05:30
Pirate Praveen
44cb4f8790 update changelog 2017-07-18 15:31:08 +05:30
Pirate Praveen
9da239f78e relax webmock 2017-07-18 15:16:42 +05:30
Pirate Praveen
8e04ec9382 update changelog 2017-07-18 14:07:10 +05:30
Pirate Praveen
c1edf85766 relax depenency on asana 2017-07-18 14:06:36 +05:30
Pirate Praveen
1542674154 fix typo, clarify 2017-06-05 22:11:09 +05:30
Pirate Praveen
1e1a87cd3b update changelog 2017-06-05 22:00:13 +05:30
Pirate Praveen
536948887f export all varibales in gitlab-debian.conf 2017-06-05 21:58:04 +05:30
Praveen Arimbrathodiyil
c693f57be9 upload to unstable 2017-05-12 10:13:18 +05:30
Praveen Arimbrathodiyil
d2d0f660c8 update changelog 2017-05-12 10:02:48 +05:30
Praveen Arimbrathodiyil
385845ec8f fix packagename for dbc_go in config 2017-05-12 09:57:29 +05:30
Praveen Arimbrathodiyil
ec58d79656 set dbc_dbuser in postinst too 2017-05-12 09:44:35 +05:30
Praveen Arimbrathodiyil
9d7b2f0778 upload to unstable 2017-05-11 22:29:53 +05:30
Praveen Arimbrathodiyil
15d5a26790 remove hard coded gitlab user in postinst 2017-05-11 22:27:11 +05:30
Praveen Arimbrathodiyil
64dce4e79c remove dbconfig-common config in purge 2017-05-11 22:20:51 +05:30
Balasankar C
7cf57f4eb8
Revert "Fix CVE-2017-8778"
This reverts commit 7241318db4.
2017-05-06 23:02:07 +05:30
Balasankar C
7241318db4
Fix CVE-2017-8778 2017-05-05 23:57:14 +05:30
Praveen Arimbrathodiyil
91401687c3 upload to unstable 2017-04-27 11:28:42 +05:30
Praveen Arimbrathodiyil
ea241dd970 fix letsencrypt email handling 2017-04-27 11:23:26 +05:30
Praveen Arimbrathodiyil
f198d87199 upload to unstable 2017-04-26 21:12:38 +05:30
Praveen Arimbrathodiyil
55a2db1d4e update changelog 2017-04-26 20:24:34 +05:30
Praveen Arimbrathodiyil
fe9de28786 ask email for letsencrypt 2017-04-26 20:23:50 +05:30
Praveen Arimbrathodiyil
8152bb431f update changelog 2017-04-21 19:31:59 +05:30
Praveen Arimbrathodiyil
9a257e780b check if gitlab_data_dir is empty as well 2017-04-21 19:31:09 +05:30
Praveen Arimbrathodiyil
1b01da6667 update changelog 2017-04-21 16:03:37 +05:30
Benjamin Drung
ac68fae02e Quote variable for test -n calls
$ test -n; echo $?
0
$ test -n ""; echo $?
1
2017-04-21 16:01:39 +05:30
Praveen Arimbrathodiyil
54f0d8896a use -- sh -c for runuser 2017-04-21 15:03:54 +05:30
Praveen Arimbrathodiyil
22de637298 update changelog 2017-04-21 13:51:53 +05:30
Praveen Arimbrathodiyil
993946077e switch to using runuser from su 2017-04-21 13:50:40 +05:30
Praveen Arimbrathodiyil
e40cb82195 update changelog 2017-04-21 13:40:35 +05:30
Praveen Arimbrathodiyil
51514c0001 change template name to purge_data 2017-04-21 13:39:50 +05:30
Praveen Arimbrathodiyil
a470003cf3 update changelog 2017-04-21 13:17:19 +05:30
Praveen Arimbrathodiyil
7fa2ea01ff don't set gitlab user in postinst 2017-04-21 13:15:30 +05:30
Praveen Arimbrathodiyil
46b101a574 update changelog 2017-04-21 12:47:31 +05:30
Praveen Arimbrathodiyil
83189ec0e0 use dbconfig-common for database 2017-04-21 12:47:11 +05:30
Praveen Arimbrathodiyil
8816d45e94 fix typo 2017-04-20 12:01:01 +05:30
Praveen Arimbrathodiyil
eb28b21c7e update gitlab user in override.conf 2017-04-20 11:59:40 +05:30
Praveen Arimbrathodiyil
c60a09eae5 update doc with new way of reading variables 2017-04-20 11:53:38 +05:30
Praveen Arimbrathodiyil
755450b380 update changelog 2017-04-20 11:50:12 +05:30
Praveen Arimbrathodiyil
8f15e1d4c6 don't override systemd override.conf 2017-04-20 11:47:34 +05:30
Praveen Arimbrathodiyil
b3a957ee4c update changelog 2017-04-20 11:40:10 +05:30
Praveen Arimbrathodiyil
d754030ccd handle pre-seeding of https and letsencrypt 2017-04-20 11:32:10 +05:30
Praveen Arimbrathodiyil
ba96466d12 always create required varibales in config file 2017-04-19 18:19:32 +05:30
Praveen Arimbrathodiyil
50856123c5 add comment for unique matching 2017-04-19 15:33:00 +05:30
Praveen Arimbrathodiyil
165203a3ac describe all small and all caps variables 2017-04-19 15:11:39 +05:30
Praveen Arimbrathodiyil
a1599c35ed preseed values from config file 2017-04-19 14:20:58 +05:30
Praveen Arimbrathodiyil
582df940da fix syntax 2017-04-17 14:38:24 +05:30
Praveen Arimbrathodiyil
a2d65f9c61 update changelog 2017-04-17 11:06:40 +05:30
Praveen Arimbrathodiyil
8ed3768bb3 check varibales are defined before using them 2017-04-17 11:05:50 +05:30
Praveen Arimbrathodiyil
20c77e7cb7 update changelog 2017-04-17 10:12:56 +05:30
Praveen Arimbrathodiyil
a99872e5ec make postrm idempotent 2017-04-17 10:09:55 +05:30
Balasankar C
c9148dc95f
Repack source to remove fuzzaldrin-plus.js 2017-04-13 18:13:05 +05:30
Praveen Arimbrathodiyil
c995b35751 update changelog 2017-03-23 17:16:57 +05:30
Praveen Arimbrathodiyil
33eb420ac6 be more defensive in rm -rf 2017-03-23 17:16:26 +05:30
Praveen Arimbrathodiyil
f92b012a7a don't fail if defaults file is not found 2017-03-23 17:01:41 +05:30
Praveen Arimbrathodiyil
849cb09aef repalce with official backported patch 2017-03-21 22:08:56 +05:30
Praveen Arimbrathodiyil
3fb54e9d80 update changelog 2017-03-21 20:12:53 +05:30
Praveen Arimbrathodiyil
661540e604 move gitlab_log_dir to /etc (needed got gitlab-unicorn service) 2017-03-21 20:11:34 +05:30
Praveen Arimbrathodiyil
d301f672d5 update changelog 2017-03-21 18:28:59 +05:30
Balasankar C
4633e24a80
Add CVE patch 2017-03-21 14:56:56 +05:30
Praveen Arimbrathodiyil
885dd87a97 export DB before bundle in autopkgtest 2017-03-17 22:52:59 +05:30
Praveen Arimbrathodiyil
07c6693120 upload to unstable 2017-03-17 22:30:24 +05:30
Praveen Arimbrathodiyil
4a4a221846 use source and export only required variables 2017-03-17 22:27:14 +05:30
Praveen Arimbrathodiyil
623f0fdf01 update changelog 2017-03-14 17:28:32 +05:30
Praveen Arimbrathodiyil
e154dc50b8 use command -v instead of test -x 2017-03-14 17:27:22 +05:30
Praveen Arimbrathodiyil
2c9069326b upload to unstable 2017-03-14 17:21:29 +05:30
Praveen Arimbrathodiyil
f0c3fe8a12 update changelog 2017-03-13 14:34:19 +05:30
Praveen Arimbrathodiyil
1cdb908f64 move path setting used only in post* outside /etc 2017-03-13 14:33:48 +05:30
Balasankar C
f5117976df Update changelog 2017-02-24 17:53:10 +05:30
Praveen Arimbrathodiyil
1b59512170 improve echo wording 2017-02-24 14:46:32 +05:30
Praveen Arimbrathodiyil
8b09472f29 fix userdel 2017-02-24 14:33:51 +05:30
Balasankar C
ac1dd4c0e1 Fix problems with gitlab_user not set 2017-02-24 13:05:34 +05:30
Balasankar C
c160045850
Check for gitlab_user before trying to delete 2017-02-24 11:30:24 +05:30
Balasankar C
ea2bc36da2
Add changelog entry 2017-02-22 12:13:53 +05:30
Balasankar C
996abf57ec
Remove db only if command is available 2017-02-22 12:02:43 +05:30
Praveen Arimbrathodiyil
1b9c7f9902 update gitlab-shell version 2017-02-20 19:54:55 +05:30
Praveen Arimbrathodiyil
51aefea655 remove /etc/gitlab/ssl 2017-02-20 18:54:43 +05:30
Praveen Arimbrathodiyil
43da0d9f91 copy gitlab_yml correcly 2017-02-20 18:47:40 +05:30
Praveen Arimbrathodiyil
57f3d06e39 update changelog 2017-02-20 18:33:16 +05:30
Praveen Arimbrathodiyil
15cca163fd gitlab.yml is not gz now 2017-02-20 18:16:58 +05:30
Praveen Arimbrathodiyil
d9a8b7a138 set gitlab_user default value in postrm 2017-02-20 18:12:03 +05:30
Praveen Arimbrathodiyil
374c768315 fix path of gitlab-debian.conf 2017-02-20 18:08:36 +05:30
Praveen Arimbrathodiyil
3da5397ff6 check if db exist before dropping 2017-02-20 18:06:31 +05:30
Praveen Arimbrathodiyil
76f03adf07 use id -u 2017-02-20 18:02:42 +05:30
Praveen Arimbrathodiyil
00cbdaf00c remove gitlab user only if exist 2017-02-20 17:23:37 +05:30
Praveen Arimbrathodiyil
80f8263a91 fix gitlab-debian.conf bootstrap 2017-02-20 17:21:01 +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
Praveen Arimbrathodiyil
0c01eefe99 update install file and nginx conf files 2017-02-20 17:03:20 +05:30
Praveen Arimbrathodiyil
4a0116a160 update changelog 2017-02-20 16:44:57 +05:30
Praveen Arimbrathodiyil
379bb93191 use /usr/lib/gitlab/templates for config templates 2017-02-20 16:41:19 +05:30
Balasankar C
b241eca5c4
Update description 2017-02-19 18:03:03 +05:30
Praveen Arimbrathodiyil
7b0c240daa fix templates 2017-02-16 17:51:09 +05:30
Praveen Arimbrathodiyil
aaeb178579 upload to unstable 2017-02-16 17:35:41 +05:30
Praveen Arimbrathodiyil
a93ae2eb50 remove hard coded gitlab user 2017-02-16 17:35:01 +05:30
Praveen Arimbrathodiyil
585d4a4df2 read gitlab_user from debconf 2017-02-16 16:35:08 +05:30
Praveen Arimbrathodiyil
8290440f60 update changelog 2017-02-16 15:56:51 +05:30
Praveen Arimbrathodiyil
f1432c8088 remove all data during purge after user confirmation 2017-02-16 15:53:38 +05:30
Praveen Arimbrathodiyil
5e31e3a779 use simpler default value for gitlab_user 2017-02-15 18:04:28 +05:30
Praveen Arimbrathodiyil
e9468976bf install tmpfiles.d/gitlab.conf.example in /usr/share/doc 2017-02-15 14:21:54 +05:30
Praveen Arimbrathodiyil
4d062a0ae9 purge tmpfiles 2017-02-15 13:41:22 +05:30
Praveen Arimbrathodiyil
26cf41833b manage tmpfiles.d/gitlab.conf via ucf 2017-02-15 12:55:30 +05:30
Praveen Arimbrathodiyil
e352a4ee97 update changelog 2017-02-15 11:57:19 +05:30
Praveen Arimbrathodiyil
413fee7b5a ask about username in config 2017-02-15 11:49:55 +05:30
Praveen Arimbrathodiyil
8a552c1dfc add template for gitlab user selection 2017-02-15 11:46:53 +05:30
Praveen Arimbrathodiyil
df90f8ac01 change gitlab.target to gitlab.service 2017-02-15 11:31:43 +05:30
Johannes Schauer
edec704950 instructions of how to upgrade from non-Debian installations 2017-02-15 11:28:38 +05:30
Praveen Arimbrathodiyil
418b1b81b1 Patch by Benjamin Drung
Use 'set -e' to let the script fail when any command fails. This allows
us to remove the "command || exit 1" constructs.
2017-02-15 11:09:50 +05:30
Praveen Arimbrathodiyil
e7430db19d Patch by Benjamin Drung
If the sysadmin changes the gitlab user in
/etc/gitlab/gitlab-debian.conf, the package installation or upgrade will
fail, because grantpriv.sh will always grant privileges to the gitlab
user. Thus adapt grantpriv.sh to honor the gitlab_user setting.
2017-02-15 11:06:52 +05:30
Praveen Arimbrathodiyil
1359e5823c update lintian overrides 2017-02-07 22:40:42 +05:30
Praveen Arimbrathodiyil
3af768d09c add tag 2017-02-07 22:34:36 +05:30
Praveen Arimbrathodiyil
3f6ff4d1cc update changelog 2017-02-07 21:26:40 +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
Balasankar C
ef6bd2ff56 Fix patch to remove required version 2017-02-07 15:32:46 +00:00
Praveen Arimbrathodiyil
b45e5c30dd update changelog 2017-02-07 11:24:44 +05:30
Praveen Arimbrathodiyil
f6c070a8a4 use upstream patch for git 2.11 support backport 2017-02-07 11:23:02 +05:30
Praveen Arimbrathodiyil
4d3caf404e update patches for git 2.11 support 2017-02-04 15:48:46 +05:30
Praveen Arimbrathodiyil
65ba7a4d90 upload to unstable 2017-01-18 13:21:29 +05:30
Praveen Arimbrathodiyil
6191f39f04 tighten gitlab-shell version 2017-01-18 13:20:06 +05:30
Praveen Arimbrathodiyil
ea03af6494 update changelog 2017-01-18 12:15:17 +05:30
Praveen Arimbrathodiyil
409cb7ff71 backport git 2.11 support 2017-01-18 12:13:55 +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
e93e182b51 refresh patches 2017-01-15 13:33:34 +05:30
Praveen Arimbrathodiyil
e5c8be30a2 update changelog and watch for new upstream release 2017-01-15 13:19:06 +05:30
Praveen Arimbrathodiyil
68333e44ff SSL -> SSL/TLS 2016-12-31 13:21:12 +05:30
Praveen Arimbrathodiyil
41a7b6bbde update changelog 2016-12-31 13:09:31 +05:30
Praveen Arimbrathodiyil
05e2a1c18c remove wosign from suggested ca list 2016-12-31 13:07:59 +05:30
Praveen Arimbrathodiyil
152ccdb742 upload to unstable 2016-12-11 22:07:27 +05:30
Praveen Arimbrathodiyil
16060c7f34 update changelog 2016-12-08 23:49:30 +05:30
Praveen Arimbrathodiyil
daece03c7a add dpkg trigger to recreate Gemfile.lock 2016-12-08 23:46:56 +05:30
Praveen Arimbrathodiyil
370503b349 update changelog 2016-12-07 23:42:39 +05:30
Praveen Arimbrathodiyil
7c8d4af18b use -C option for queues 2016-12-07 23:40:47 +05:30
Praveen Arimbrathodiyil
26ada91777 remove duplicate service files 2016-12-07 23:38:44 +05:30
Praveen Arimbrathodiyil
d847112468 update changelog 2016-12-07 16:51:13 +05:30
Praveen Arimbrathodiyil
12432f43ff update to use jquery-ui-rails to 6.0 2016-12-07 16:32:31 +05:30
Praveen Arimbrathodiyil
932ed3eeb6 refresh patch 2016-12-07 15:38:58 +05:30
Praveen Arimbrathodiyil
87d881b29d add closing bug number 2016-12-07 15:24:47 +05:30
Praveen Arimbrathodiyil
aa8e1151bb tighten ruby-grape-entity 2016-12-06 01:27:52 +05:30
Praveen Arimbrathodiyil
12fd2001a6 update changelog 2016-12-05 11:56:14 +05:30
Praveen Arimbrathodiyil
f0360bd323 add patch for cve-2016-9469 2016-12-05 11:53:48 +05:30
Praveen Arimbrathodiyil
41d8f78b21 disable failing test 2016-12-01 23:25:20 +05:30
Praveen Arimbrathodiyil
acb835f01d enable more tests 2016-12-01 22:21:41 +05:30
Praveen Arimbrathodiyil
ab9ea999ea enable tests that failed because of bad email 2016-12-01 12:48:44 +05:30
Praveen Arimbrathodiyil
9b20daae7c configure email for test mode 2016-12-01 12:45:18 +05:30
Praveen Arimbrathodiyil
fb3c87aa9e update changelog 2016-11-30 23:06:38 +05:30
Praveen Arimbrathodiyil
81752befcb enable more tests 2016-11-30 22:53:06 +05:30
Praveen Arimbrathodiyil
7f114369bb remove linting tasks 2016-11-30 16:31:35 +05:30
Praveen Arimbrathodiyil
2c65775852 update changelog 2016-11-30 16:15:33 +05:30
Praveen Arimbrathodiyil
4110fdec98 relax grape-entity 2016-11-30 16:14:40 +05:30
Praveen Arimbrathodiyil
653f70569c run tests in test mode 2016-11-30 14:38:34 +05:30
Praveen Arimbrathodiyil
75ded92652 fix autopkgtest 2016-11-28 23:52:43 +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
64a0e02610 add closing bug for fuzzaldrin-plus 2016-11-25 22:05:27 +05:30
Praveen Arimbrathodiyil
c2b3bb1cdb upload to unstable 2016-11-24 15:30:18 +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
ac68f3fdbc refresh patches 2016-11-24 13:52:58 +05:30
Praveen Arimbrathodiyil
8c772dd4ee update changelog 2016-11-24 13:40:41 +05:30
Praveen Arimbrathodiyil
8dfff33346 add ruby-fuubar as testdeps 2016-11-13 20:51:21 +05:30
Praveen Arimbrathodiyil
cb863b6347 add ruby-awesome-print to testdeps 2016-11-13 20:35:57 +05:30
Praveen Arimbrathodiyil
5dc6d368ad reupload to unstable 2016-11-11 10:56: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
af2cdc6bd5 upload to experimental 2016-11-04 16:24:00 +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
f8281d6503 fix Gemfile syntax errors 2016-11-03 18:20:52 +05:30
Praveen Arimbrathodiyil
2bba569340 add lsb-base as depends 2016-11-03 15:28:49 +05:30
Praveen Arimbrathodiyil
7fd83a3073 CHANGELOG -> CHANGELOG.md 2016-11-03 15:17:56 +05:30
Praveen Arimbrathodiyil
4a90582846 refresh patches 2016-11-03 15:15:38 +05:30
Praveen Arimbrathodiyil
25682c191c update changelog 2016-11-03 12:32:56 +05:30
Praveen Arimbrathodiyil
a3e6979930 disable failing test 2016-10-02 11:43:00 +05:30
Praveen Arimbrathodiyil
7122f0748d add issue link for controllers failure 2016-10-02 11:35:34 +05:30
Praveen Arimbrathodiyil
d0178113b2 add controllers to spec.pattern 2016-10-02 11:34:12 +05:30
Praveen Arimbrathodiyil
03b360059e add todo/config for tests 2016-10-02 11:15:01 +05:30
Praveen Arimbrathodiyil
a04ef9fcd0 use gitlab_data_dir variable instead of gitlab_home 2016-10-01 16:37:22 +05:30
Praveen Arimbrathodiyil
d6bd3b07be move gitlab check to its own script 2016-10-01 16:11:47 +05:30
Praveen Arimbrathodiyil
b0baf69655 update override 2016-10-01 15:25:41 +05:30
Praveen Arimbrathodiyil
44d9bd6905 upload to unstable 2016-10-01 15:23:22 +05:30
Praveen Arimbrathodiyil
a335c64a6f update version 2016-10-01 15:21:16 +05:30
Praveen Arimbrathodiyil
a267db40c7 bump gitlab-shell and gitlab-workhorse versions 2016-10-01 15:16:00 +05:30
Praveen Arimbrathodiyil
ef145c1ca9 create db/schema.rb only in postinst 2016-10-01 15:08:03 +05:30
Praveen Arimbrathodiyil
acd121d1cc remove test_after_commit (debian has new major version) 2016-10-01 10:25:36 +05:30
Praveen Arimbrathodiyil
2c1fbc7a73 add ruby-license-finder to test depends 2016-10-01 10:07:57 +05:30
Praveen Arimbrathodiyil
2bb8ceff19 add link to .gitlab_workhorse_secret 2016-09-30 22:07:09 +05:30
Praveen Arimbrathodiyil
e5f75c1bdb add ruby-oj to depends 2016-09-30 18:38:42 +05:30
Praveen Arimbrathodiyil
f0b1953ac7 relax omniauth-facebook 2016-09-29 10:42:38 +05:30
Praveen Arimbrathodiyil
10ae047e35 update overrides 2016-09-29 10:33:39 +05:30
Praveen Arimbrathodiyil
a8a166e54e install changelogs 2016-09-29 10:28:16 +05:30
Praveen Arimbrathodiyil
549c1c3f82 refresh patches 2016-09-29 10:17:09 +05:30
Praveen Arimbrathodiyil
1e8a0824c8 add timecop to test depends 2016-09-29 10:16:49 +05:30
Praveen Arimbrathodiyil
ecbf4da4ef update changelog 2016-09-29 09:48:06 +05:30
Praveen Arimbrathodiyil
aff2b22cb2 remove gbp.conf, we can use uscan to repack 2016-09-29 09:45:51 +05:30
Praveen Arimbrathodiyil
bedcf58bb7 update changelog 2016-09-29 09:22:38 +05:30
Dmitry Smirnov
6f15d802bd rake-tasks: "set -e"; cd to "/usr/share/gitlab". 2016-09-26 14:49:28 +10:00
Dmitry Smirnov
be299832ee fix failure to start masked gitlab.service after reinstall.
Essentially problem is due to L:maintainer-script-should-not-use-service [1]:
 postinst invoke `rake-tasks.sh` which tries to start gitlab using "service gitlab start"
 before debhelper-generated scripts that unmask "gitlab.service".

 This commit modifies postinst to run "rake gitlab:check" after #DEBHELPER#
 scripts that take care of starting GitLab (which is no longer started by
 `rake-tasks.sh`).

 [1]: https://lintian.debian.org/tags/maintainer-script-should-not-use-service.html
2016-09-26 13:50:23 +10:00
Dmitry Smirnov
46c87e29b2 remove obsolete conffiles (thanks, adequate). 2016-09-20 17:04:11 +10:00
Dmitry Smirnov
2b6e59dbdb Repack orig.tar; drop Files-Excluded. 2016-09-20 15:56:53 +10:00
Praveen Arimbrathodiyil
4fe3bd7897 merge test and development, test groups 2016-09-18 21:53:59 +05:30
Praveen Arimbrathodiyil
a1b6de3dad update changelog 2016-09-18 20:50:43 +05:30
Praveen Arimbrathodiyil
3e42d2f975 add test tep on gem2deb-test-runner 2016-09-18 20:24:51 +05:30
Praveen Arimbrathodiyil
8a692aaf0c relax capybara, add ruby-sham-rack 2016-09-18 19:58:09 +05:30
Praveen Arimbrathodiyil
3f3f10222b loosen minitest in Gemfile 2016-09-18 19:41:30 +05:30
Praveen Arimbrathodiyil
199c5f1ca5 relax rspec-retry dependency 2016-09-18 19:26:29 +05:30
Praveen Arimbrathodiyil
3818dcf65a use environment variable to exclude groups 2016-09-18 19:06:28 +05:30
Praveen Arimbrathodiyil
5bb32036dd try changing group name 2016-09-18 15:19:33 +05:30
Praveen Arimbrathodiyil
1c8b469376 create .bundle directory 2016-09-18 15:07:16 +05:30
Praveen Arimbrathodiyil
a27a0e6b1a move .bundle to /var/lib/gitlab 2016-09-18 14:56:32 +05:30
Praveen Arimbrathodiyil
72532ad17c remove development, test from bundle install 2016-09-18 12:59:36 +05:30
Praveen Arimbrathodiyil
854614e002 use optional groups for test 2016-09-18 11:32:55 +05:30
Praveen Arimbrathodiyil
a9632cf86e use spec.rake 2016-09-18 10:10:24 +05:30
Praveen Arimbrathodiyil
ecac818d7e Merge branch 'master' of git+ssh://git.debian.org/git/pkg-ruby-extras/gitlab 2016-09-17 22:00:33 +05:30
Praveen Arimbrathodiyil
d2ee25cb3b upload to unstable 2016-09-17 21:42:12 +05:30
Praveen Arimbrathodiyil
8419bd6a48 update autopkgtest dependencies 2016-09-17 20:53:31 +05:30
Praveen Arimbrathodiyil
047687548c try need root option 2016-09-17 20:06:42 +05:30
Praveen Arimbrathodiyil
62fe446e36 use su instead of sudo 2016-09-17 15:33:46 +05:30
Praveen Arimbrathodiyil
fa561738d8 fix test depends 2016-09-17 15:04:50 +05:30
Praveen Arimbrathodiyil
670c75eb04 update changelog 2016-09-17 15:02:00 +05:30
Praveen Arimbrathodiyil
8d9dd0d4e9 Merge branch 'tests' 2016-09-17 15:01:06 +05:30
Praveen Arimbrathodiyil
68dcf3289f upload to unstable 2016-09-17 14:53:10 +05:30
Praveen Arimbrathodiyil
ac32bfc38e use gitlab provided code to generate secrets.yml 2016-09-17 14:38:57 +05:30
Praveen Arimbrathodiyil
458ff9aa9b add initializers failures 2016-09-16 22:03:12 +05:30
Praveen Arimbrathodiyil
86f3a872cb helpers tests failed 2016-09-16 18:06:57 +05:30
Praveen Arimbrathodiyil
47c58a90d4 add failures 2016-09-16 13:56:24 +05:30
Praveen Arimbrathodiyil
67b2bd5ec9 run spec/finders 2016-09-16 13:46:07 +05:30
Praveen Arimbrathodiyil
ddec89ed71 use -H in sudo 2016-09-16 13:40:08 +05:30
Praveen Arimbrathodiyil
a58b494eff add phantomjs to depends 2016-09-16 13:36:22 +05:30
Praveen Arimbrathodiyil
474b2687eb add more tests 2016-09-16 13:36:22 +05:30
Praveen Arimbrathodiyil
e1302c7daf update tests 2016-09-16 13:36:22 +05:30
Praveen Arimbrathodiyil
ce0d0d9f26 setup autopkgtest 2016-09-16 13:36:22 +05:30
Praveen Arimbrathodiyil
d51bda25bb upload to unstable 2016-09-16 12:44:14 +05:30
Praveen Arimbrathodiyil
c5baa3e444 move override to binary 2016-09-15 14:58:48 +05:30
Praveen Arimbrathodiyil
b6b07f7a7e fix uglifyjs invocation 2016-09-15 14:54:49 +05:30
Praveen Arimbrathodiyil
3eb1850f48 add embedded cropper.js to overrides 2016-09-15 14:44:03 +05:30
Praveen Arimbrathodiyil
4ae717b571 add ruby-prof as dependency 2016-09-14 18:58:27 +05:30
Praveen Arimbrathodiyil
60a18fc9e1 add back ruby-prof in Gemfile 2016-09-14 18:57:38 +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
289237207a more lintian overrides 2016-09-13 19:58:28 +05:30
Praveen Arimbrathodiyil
3e998dfc5b minifie vue*.js 2016-09-13 19:48:36 +05:30
Praveen Arimbrathodiyil
33b160c633 update changelog to build dfsg1 2016-09-13 19:45:23 +05:30
Praveen Arimbrathodiyil
06a48b338b remove vue*.min.js 2016-09-13 19:43:14 +05:30
Praveen Arimbrathodiyil
f0c41767d2 more overrides 2016-09-13 19:13:14 +05:30
Praveen Arimbrathodiyil
b87c9d803e add more overrides 2016-09-13 18:43:15 +05:30
Praveen Arimbrathodiyil
e3d680065c update lintian-overrides for false positives 2016-09-13 18:37:24 +05:30
Praveen Arimbrathodiyil
94ca29297a refresh patches 2016-09-13 18:27:13 +05:30
Praveen Arimbrathodiyil
397754dce1 tighten dependencies 2016-09-13 17:54:06 +05:30
Praveen Arimbrathodiyil
6713b461b3 update changelog 2016-09-13 17:45:59 +05:30
Praveen Arimbrathodiyil
d3e1cc1784 remove ruby-devise-async dependency 2016-09-13 15:28:20 +05:30
Praveen Arimbrathodiyil
1d66631389 upload to unstable 2016-09-07 23:21:38 +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
684c546f9a reupload to unstable 2016-09-01 13:17:11 +05:30
Praveen Arimbrathodiyil
47236db82a upload to experimental 2016-08-31 19:25:02 +05:30