Dmitriy Zaporozhets
680b087764
Merge master from CE
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-08-17 14:01:32 +02:00
Dmitriy Zaporozhets
0fd7d3ebe0
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ce-to-ee
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-08-10 16:01:53 +02:00
Achilleas Pipinellis
ce47dd4bb0
Update stable branch in installation documentation. Fixes #2191
2015-08-05 21:09:24 +03:00
Dmitriy Zaporozhets
957e849f41
Merge branch 'drop-satellites'
2015-08-05 15:40:14 +02:00
Dmitriy Zaporozhets
1cb8588c66
Remove satellites from requirements docs and add CHANGELOG
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-08-05 11:49:02 +02:00
Robert Speicher
f9d71c4b91
Update docs for Ruby MRI 2.1 requirement
2015-08-04 17:07:12 -04:00
Valery Sizov
73a8780285
Merge branch 'master' of dev.gitlab.org:gitlab/gitlab-ee
2015-07-28 14:24:57 +03:00
Sijis Aviles
2821ecf52f
small typo
2015-07-24 11:59:53 -05:00
Douwe Maan
f032b15dcf
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ce-to-ee
...
# Conflicts:
# README.md
# app/controllers/projects_controller.rb
# db/schema.rb
# doc/workflow/README.md
# lib/gitlab/satellite/merge_action.rb
2015-07-23 13:40:31 +02:00
Dmitriy Zaporozhets
a87989fb7d
Remove satellites
2015-07-15 15:45:57 +02:00
Sytse Sijbrandij
b3ab0e4efb
Revert "Change default admin password from "5iveL!fe" to "password""
...
This reverts commit 8a01a12228 .
2015-07-14 17:59:36 +02:00
Dmitriy Zaporozhets
c84b14d2a1
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ce-to-ee
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
Conflicts:
app/controllers/autocomplete_controller.rb
app/controllers/omniauth_callbacks_controller.rb
app/controllers/projects/services_controller.rb
app/helpers/projects_helper.rb
app/services/audit_event_service.rb
db/schema.rb
doc/api/users.md
doc/update/6.x-or-7.x-to-7.13.md
features/project/project.feature
2015-07-14 15:40:46 +02:00
Job van der Voort
ad12c1264d
Merge branch 'add-ie-compat-notice' into 'master'
...
Added info about common UI problems if IE Compatibility View mode is enabled.
/cc @sytses @Haydn
See merge request !939
2015-07-08 09:32:23 +00:00
Sytse Sijbrandij
75e33e23d1
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
...
Conflicts:
doc/install/requirements.md
2015-07-07 18:23:11 +02:00
Sytse Sijbrandij
540656f9ec
Specify that swap will be slow.
2015-07-07 18:20:43 +02:00
Patricio Cano
ddb1836f93
Added info about common UI problems if IE Compatibility View mode is enabled.
2015-07-07 11:08:29 -05:00
Sytse Sijbrandij
d8c9d94817
Add link to multiple app servers.
2015-07-07 12:00:48 +00:00
Dmitriy Zaporozhets
dd32818441
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
Conflicts:
VERSION
app/assets/javascripts/project_new.js.coffee
app/helpers/appearances_helper.rb
app/helpers/application_helper.rb
app/helpers/groups_helper.rb
app/helpers/oauth_helper.rb
app/models/user.rb
app/views/admin/application_settings/_form.html.haml
app/views/layouts/nav/_group.html.haml
app/views/layouts/nav/_project_settings.html.haml
app/views/profiles/accounts/show.html.haml
doc/integration/README.md
features/steps/project/merge_requests.rb
features/support/env.rb
spec/controllers/import/github_controller_spec.rb
spec/helpers/oauth_helper_spec.rb
spec/lib/gitlab/ldap/access_spec.rb
spec/lib/gitlab/upgrader_spec.rb
spec/models/project_team_spec.rb
spec/routing/admin_routing_spec.rb
spec/services/git_push_service_spec.rb
spec/services/test_hook_service_spec.rb
2015-07-02 17:07:02 +02:00
Robert Speicher
8a01a12228
Change default admin password from "5iveL!fe" to "password"
2015-06-24 18:42:34 -04:00
Dmitriy Zaporozhets
bcb07929fe
Merge branch 'nginx_defaulthost_documentation' into 'master'
...
Close #178 Nginx conf default_host documentation
This closes #178
We're just making it clear that some nginx installs such as by default on recent Ubuntu's, the /etc/nginx/sites-enabled/default file will conflict the listen line of the gitlab nginx conf's due to the default_server directive.
changed installation.md to identify the issue to a user
added notes to both nginx configs for gitlab and gitlab-ssl
[ci-skip
See merge request !225
2015-06-22 13:22:58 +00:00
Dmitriy Zaporozhets
ae713ae8fc
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ce-to-ee
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
Conflicts:
db/schema.rb
doc/README.md
doc/install/installation.md
doc/update/6.x-or-7.x-to-7.12.md
doc/workflow/README.md
2015-06-17 11:25:59 +02:00
Jacob Vosmaer
f04134becd
New source installs should use 7-12-stable
...
Even though the 7-12-stable branch does not exist yet.
2015-06-12 14:29:18 +02:00
Jacob Vosmaer
d26ae29149
Install git 2.4.3
...
Git 2.1.2 does not protect against pushes trying the '.Git/config'
attack (CVE-2014-9390). Going to 2.4.3 is perhaps a big jump but why not
use the latest? (Famous last words.)
2015-06-12 14:24:22 +02:00
Job van der Voort
c857c7ff1c
fix conflicts
2015-06-08 12:00:22 +02:00
Job van der Voort
af1f22adad
update reference to deprecated repo and update guide
2015-06-05 13:39:28 +02:00
Dmitriy Zaporozhets
935fc796d1
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ce-to-ee
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
Conflicts:
VERSION
app/controllers/admin/application_settings_controller.rb
app/controllers/omniauth_callbacks_controller.rb
app/controllers/projects/project_members_controller.rb
app/helpers/application_settings_helper.rb
app/models/user.rb
app/services/files/base_service.rb
app/views/profiles/accounts/show.html.haml
db/schema.rb
doc/install/installation.md
doc/update/6.x-or-7.x-to-7.11.md
doc/workflow/README.md
lib/gitlab/markdown/external_issue_reference_filter.rb
lib/gitlab/reference_extractor.rb
lib/gitlab/upgrader.rb
2015-06-05 11:40:36 +02:00
Marin Jankovski
7044d649a3
Add autocrlf back to installation docs, add a check for it.
2015-06-03 15:42:22 +02:00
Marin Jankovski
5f7d6c7d74
Remove gitlab:env:check task.
2015-06-03 11:26:57 +02:00
Jeroen van Baarsen
8044b4d278
Merge branch 'master' into 'master'
...
ADD: Note on how to setup dns hostname resolution to installation manual
Hi,
I'm suggesting to add the following note to the installation instructions. It took me some time to figure out why the test failed and why I wasn't able to push. The error messages did not point into the right direction so this might help other people with the same problems.
I hope my english is good enough, if not, please feel free to rephrase anything.
Thank you in advance,
Holger Segnitz
See merge request !236
2015-05-27 07:11:44 +00:00
Job van der Voort
bb4761d826
update download info
2015-05-20 13:05:07 +02:00
Douwe Maan
fab9cbf98d
Update installation/update guides for 7.11.
2015-05-15 13:12:54 +02:00
Dmitriy Zaporozhets
b2d45bb544
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ce-to-ee
...
Conflicts:
app/controllers/uploads_controller.rb
app/helpers/application_helper.rb
app/models/note.rb
app/services/test_hook_service.rb
db/schema.rb
spec/models/note_spec.rb
2015-05-13 14:10:14 +03:00
Jakub Jirutka
f676bbf918
Update installation instructions, make kerberos optional
2015-05-11 13:37:56 +02:00
Job van der Voort
015df037ad
7.10.4-ee packages
2015-05-11 11:58:28 +02:00
Marin Jankovski
13cabe8cb1
Revert "add 7.10.2-ee pkgs"
...
This reverts commit 76383e9f02 .
2015-05-07 15:57:03 +02:00
Sytse Sijbrandij
deddad6025
Document sidekiq restarting functionality.
2015-05-07 14:22:14 +02:00
Job van der Voort
76383e9f02
add 7.10.2-ee pkgs
2015-05-07 09:54:39 +02:00
Marin Jankovski
cd785644de
Packages for 7.10.1.
2015-05-01 16:14:46 +02:00
Job van der Voort
90c42193bd
7.10.1 pkgs
2015-04-30 11:21:22 +02:00
Job van der Voort
61c4dcdb0a
new packages
2015-04-23 19:30:14 +02:00
Patricio Cano
952cc25920
Added the 7.10-ee packages.
2015-04-22 10:58:28 -05:00
Dmitriy Zaporozhets
8c72f02261
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq
2015-04-16 15:31:55 +03:00
Dmitriy Zaporozhets
e24ed47f8f
Merge branch 'master' of github.com:gitlabhq/gitlabhq
2015-04-16 15:29:43 +03:00
Job van der Voort
bf2911685d
update guides for 7.10 ee
2015-04-16 14:28:00 +02:00
Job van der Voort
42237e363b
update guides for 7.10
2015-04-16 14:16:46 +02:00
Jacob Vosmaer
6b66c90573
Add 7.9.4-ee packages
2015-04-15 13:36:08 +02:00
Chulki Lee
219a7c45f7
ruby 2.1.6
...
https://www.ruby-lang.org/en/news/2015/04/13/ruby-2-1-6-released/
2015-04-13 22:11:09 -07:00
Patricio Cano
d1655ea8da
Added packages for 7.9.3-ee
2015-04-07 16:43:43 -05:00
Marin Jankovski
20bc37ead1
Add packages for 7.9.2.
2015-04-02 04:53:58 +02:00
Job van der Voort
025f79b683
Merge branch 'add_rugged_patch_releases' into 'master'
...
Add packages for rugged patch releases
See merge request !290
2015-04-01 11:18:13 +00:00