- 09 Feb, 2016 3 commits
-
-
Valery Sizov authored
-
Yorick Peterse authored
See merge request !2752
-
Kamil Trzciński authored
Improve CI builds API specs This modifies a CI Runners Builds API, to improve performance, and add few missing examples. Extracted from !2560 (cherry-picked + extended). cc @ayufan See merge request !2698
-
- 08 Feb, 2016 16 commits
-
-
Robert Speicher authored
Fix timeout issue for rake task gitlab:backup:create This is a fix for a database timeout which can occur when the backup create task is taking very long (1-2 hours). It seems that ActiveRecord is loosing the connection after a hour idleness and need to be reconnected before use. See merge request !2757
-
Robert Speicher authored
Fix CurrentSettings autoload bug in development _Originally opened at !2526 by @huacnlee._ - - - In development env, when we changed any file hit Rails reload, it will failed with this message: ``` A copy of Gitlab::CurrentSettings has been removed from the module tree but is still active ``` See merge request !2753
-
Robert Schilling authored
Fix grammar in installation requirements. Fixes #13274 See merge request !2759
-
Paul Johnson authored
Fixes #13274
-
Rémy Coutable authored
Fixed init.d script not working on OS X -s flag of su doesn't work correctly on OS X, logging in as the user and not running the requested command. By moving the bash shell init inside the su command we avoid the issue Fixes Issue #3309 See merge request !1728
-
Jacob Vosmaer authored
suppress error in init-script while determining canonical path of gitlab_workhorse_dir fixes #12693 fixes #12954 See merge request !2697
-
Jeroen Nijhof authored
-
ritave authored
-s flag of su doesn't work correctly on some systems, loging in the user and not running the requested command. By moving the bash shell init inside the su command we avoid the issue
-
Yorick Peterse authored
This caches the output of the following methods: * Repository#empty? * Repository#has_visible_content? * Repository#root_ref The cache for Repository#has_visible_content? is flushed whenever a commit is pushed to a new branch or an existing branch is removed. The cache for Repository#root_ref is only flushed whenever a user changes the default branch of a project. The cache for Repository#empty? is never explicitly flushed as there's no need for it.
-
Jason Lee authored
Error: A copy of Gitlab::CurrentSettings has been removed from the module tree but is still active
-
Harald Spaethe authored
-
Rémy Coutable authored
Remember user's inline/tabular diff view preference in a cookie _Originally opened at !1677 by @kkm._ --- As per #3071, some users (we have a local EE installation) prefer 2-column view in diff. In this MR I add an implementation for this feature, using a cookie. Fixes #3071. See merge request !2723
-
Achilleas Pipinellis authored
Rearrange some sections in CONTRIBUTING.md - Move 'Merge request description format' and 'Contribution acceptance criteria' under 'Merge requests' - Link to doc_styleguide where appropriate - Provide markdown template for merge requests See merge request !2748
-
Achilleas Pipinellis authored
[ci skip]
-
Achilleas Pipinellis authored
Add table of contents in CONTRIBUTING.md See merge request !2745
-
Achilleas Pipinellis authored
-
- 07 Feb, 2016 5 commits
-
-
Achilleas Pipinellis authored
Clarify when JIRA service was backported to CE See merge request !2744
-
Achilleas Pipinellis authored
[ci skip]
-
Robert Speicher authored
[ci skip]
-
Achilleas Pipinellis authored
Change logo image name in markdown documentation Closes #13233 See merge request !2743
-
Achilleas Pipinellis authored
[ci skip]
-
- 06 Feb, 2016 2 commits
-
-
Achilleas Pipinellis authored
fixed Windows commands in SSH Help. The current commands shown don't work in Command Line, or PowerShell. Command Line doesn't recognize the `~` character as the home directory, the `<` character is reserved in PowerShell, and `cat` doesn't work in Command Line. This commit provides commands that will work for both the Command Line, and PowerShell. See merge request !2694
-
Aaron Power authored
-
- 05 Feb, 2016 14 commits
-
-
Jacob Schatz authored
Changed the project switcher dropdown toggle Moved the positioning of the dropdown to be more aligned with the title Closes #13219 and #13214 cc. @jschatz1 @dzaporozhets See merge request !2733
-
Robert Speicher authored
Dedicated method for counting commits between refs Corresponding gitlab_git merge request: https://gitlab.com/gitlab-org/gitlab_git/merge_requests/66 Issue that lead to these changes: https://gitlab.com/gitlab-org/gitlab-ce/issues/12619 See merge request !2707
-
Robert Speicher authored
-
Robert Speicher authored
[ci skip]
-
Dmitriy Zaporozhets authored
Feature/jschatz1/sidebar features * Changes sidebar width (290px). * Makes shortcuts for <kbd>j</kbd> and <kbd>k</kbd> keys for next and previous issues. ![Screen_Shot_2016-02-05_at_3.06.22_PM](/uploads/8590be43dc1b9feffd4f32b4e8cb7790/Screen_Shot_2016-02-05_at_3.06.22_PM.png) cc/ @dzaporozhets See merge request !2734
-
Dmitriy Zaporozhets authored
Fix diff and commit view on merge requests with new sidebar Fixes #3981 See merge request !2718
-
Robert Speicher authored
Fixes for issue with poor logo transition animation on Safari See merge request !2690
-
Roman Rott authored
updates after code review: moved coffee code to appropriate file, updated css to not use js-prefixed selectors Updated comments and Changelog Removed duplicate line in changelog
-
Phil Hughes authored
-
Jacob Schatz authored
-
Phil Hughes authored
-
Jacob Schatz authored
-
Jacob Schatz authored
Improve placeholder: search -> Search Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !2732
-
Phil Hughes authored
Moved the positioning of the dropdown to be more aligned with the title Closes #13219 and #13214
-