- 24 Dec, 2014 3 commits
-
-
Dmitriy Zaporozhets authored
Package dependencies documentation /cc @valery @patricio See merge request !1349
-
Sytse Sijbrandij authored
-
Sytse Sijbrandij authored
Update release steps Updated release steps to mention that packages should be built the day before release and that the blog post should mention CI changes. See merge request !1348
-
- 23 Dec, 2014 19 commits
-
-
Patricio Cano authored
-
Dmitriy Zaporozhets authored
Remove extra css class from markdown Extra css class prevented attachments uploader from functioning correctly. This caused dropzone wrapper classes to be appended to the wrong class and further prevented the dropzone gem from functioning correctly. Removing this extra class allows attachment upload to function again while keeping the feature introduced here intact. Fixes #1831 See merge request !1338
-
Dmitriy Zaporozhets authored
Note env variables in installation See merge request !1342
-
Job van der Voort authored
Double check blog post mention See merge request !1347
-
Sytse Sijbrandij authored
-
Dmitriy Zaporozhets authored
Fix 500 on MR diff page after merge and branch was removed Fixes #1847 See merge request !1345
-
Dmitriy Zaporozhets authored
Fix mysql migration Fixes exception noted in https://gitlab.com/gitlab-org/gitlab-ce/issues/913 ``` ** Invoke db:migrate (first_time) ** Invoke environment (first_time) ** Execute environment ** Invoke db:load_config (first_time) ** Execute db:load_config ** Execute db:migrate == 20141121161704 AddIdentityTable: migrating ================================= -- create_table(:identities) -> 0.1214s -- add_index(:identities, :user_id) -> 0.1660s -- execute("INSERT INTO identities (provider, extern_uid, user_id)\nSELECT provider, extern_uid, id FROM users\nWHERE provider IS NOT NULL\n") -> 0.0518s -- remove_column(:users, :extern_uid) rake aborted! StandardError: An error has occurred, all later migrations canceled: Mysql2::Error: Duplicate entry 'ldap' for key 'index_users_on_extern_uid_and_provider': ALTER TABLE `users` DROP `extern_uid`/home/git/gitlab/vendor/bundle/ruby/2.1.0/gems/activerecord-4.1.1/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:301:in `query' /home/git/gitlab/vendor/bundle/ruby/2.1.0/gems/activerecord-4.1.1/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:301:in `block in execute' ``` See merge request !1344
-
Job van der Voort authored
Release announcement @dzaporozhets wants a hashtag https://gitlab.slack.com/archives/general/p1419317692000272 See merge request !1340
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Sytse Sijbrandij authored
-
Sytse Sijbrandij authored
-
Dmitriy Zaporozhets authored
Migrations separate Sytse will tweet on merge. See merge request !1343
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Sytse Sijbrandij authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Sytse Sijbrandij authored
-
Sytse Sijbrandij authored
Install guide Add libkrb5-dev to upgrader /cc @dzaporozhets @valery See merge request !1341
-
Sytse Sijbrandij authored
-
Sytse Sijbrandij authored
-
- 22 Dec, 2014 6 commits
-
-
Job van der Voort authored
Mention the team See merge request !1339
-
Sytse Sijbrandij authored
-
Marin Jankovski authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Rename sanitize in check task This is to prevent the name clash between `sanitize_helper.rb` method sanitize and the method used to check if env variable is set in rake task. See merge request !1336
-
Marin Jankovski authored
-
- 21 Dec, 2014 2 commits
-
-
Dmitriy Zaporozhets authored
Differentiate system notes
-
Robert Schilling authored
Remove unused has_gitlab_shell3? method
-
- 20 Dec, 2014 10 commits
-
-
Drew Blessing authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Use blob local instead of instance.
-
Dmitriy Zaporozhets authored
Disable / hide MR edit blob button if cannot edit.
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Update gemnasium-gitlab-service to version 0.2.3
-
Dmitriy Zaporozhets authored
Fix dev user seed: ID was used twice.
-
Dmitriy Zaporozhets authored
Add tests for tree edit routes
-
Dmitriy Zaporozhets authored
Reduce the size of Docker image
-
Dmitriy Zaporozhets authored
Update the Omnibus package in Dockerfile
-