- 23 Nov, 2014 2 commits
-
-
Robert Schilling authored
start gitlab after mysql tweaks
-
Ben Bodenmiller authored
-
- 21 Nov, 2014 3 commits
-
-
Valery Sizov authored
Add missing timestamps to the 'members' table In 20140914145549_migrate_to_new_members_model.rb we forgot to set the created_at and updated_at times for new records in the 'members' table. This became a problem after commit c8e78d97 which was added in GitLab 7.5. With this migration we ensure that all rows in 'members' have at least some created_at and updated_at timestamp. See merge request !1272
-
Jacob Vosmaer authored
-
Marin Jankovski authored
Possibility to create Milestones or Labels when Issues are disabled https://dev.gitlab.org/gitlab/gitlabhq/issues/1682 See merge request !1270
-
- 20 Nov, 2014 6 commits
-
-
Valery Sizov authored
-
Jacob Vosmaer authored
Add GitLab shell update to update guide See merge request !1269
-
Job van der Voort authored
-
Jacob Vosmaer authored
Rebuild keys This was clearly lacking for the documenation. See merge request !1267
-
Job van der Voort authored
-
Job van der Voort authored
-
- 19 Nov, 2014 7 commits
-
-
Dmitriy Zaporozhets authored
Improve mobile UI. pt1 Related to #1493 * [x] App Header * [x] Dashboard * [x] Project home page See merge request !1266
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Increase font size Increase markdown typography font size to 15px. Affected: * wiki * issue/mr description * md files * comments Fixes #1662 See merge request !1265
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Valery Sizov authored
-
Valery Sizov authored
-
- 18 Nov, 2014 14 commits
-
-
Robert Schilling authored
Small improvement to /api/user/keys docs
-
Dmitriy Zaporozhets authored
Hide gpg signature Fixes #1743 See merge request !1263
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Bump gitlab git See merge request !1261
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Fix tests See merge request !1262
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
This reverts commit 533f4cdf.
-
Dmitriy Zaporozhets authored
Web edit and HTTPS push work if multiple Rubies installed v2
-
Daniel Serodio authored
The keys resource includes a create_at attribute
-
Dmitriy Zaporozhets authored
Fork to group Fixes #1592 * project can be forked into group * fork link always lead to fork page where you select namespace where to fork See merge request !1253
-
Ciro Santilli authored
Before this it would fail because git hooks automatically prepend things to the path, which can lead the wrong Ruby version to be called in which dependencies are not installed. To make sure that this is correct, the forked_merge_requests commented out test that depends on this change was uncommented. For that test to pass, it is also necessary to setup the mock server on port 3001 under test_env.rb.
-
Jacob Vosmaer authored
Updated documentation for 7.5 release Documentation for 7.5 release has been updated. Changes include: - Pointed Ruby version in guides to 2.1.5 - Pointed gitlab-shell version in guides to 2.2.0 See merge request !1259
-
- 17 Nov, 2014 6 commits
-
-
Patricio Cano authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG
-
Valery Sizov authored
Update changelog See merge request !1258
-
Valery Sizov authored
-
Robert Schilling authored
remove duplicate time zone entry in CHANGELOG
-
Robert Schilling authored
fix backup rake task
-
- 16 Nov, 2014 1 commit
-
-
Robert Schilling authored
remove extra cd command
-
- 15 Nov, 2014 1 commit
-
-
Ben Bodenmiller authored
-