BigW Consortium Gitlab

  1. 21 Oct, 2016 6 commits
    • Merge remote-tracking branch 'upstream/master' into pipeline-notifications · 52ed6d8e
      Lin Jen-Shin authored
      * upstream/master: (43 commits)
        Disable warming of the asset cache in Spinach tests under CI
        Trim project_path whitespace on form submit
        added skipped definition
        updated some links in definitions
        Don't use Hash#slice since it's not supported in Ruby 2.1
        Create protected branches bundle
        [ci skip] Add a comment explaining validate_board_limit callback
        Fix: Backup restore doesn't clear cache
        Fix GitLab project import when a user has access only to their default namespace.
        Test GitLab project import for a user with only their default namespace.
        We want to release this in 8.13.0
        Add CHANGELOG.md entry
        Return truncation for notification descriptions, fix minor bugs with rendering
        Use guard clause instead of if-else statement
        Tests for markdown HipChat notifications
        Clean up Banzai HTML for HipChat
        Ensure absolute URLs for single lines from Banzai for HipChat
        Absolute URLs for Banzai HTML for HipChat
        Also render commit titles in HipChat notifications
        Full Banzai rendering for HipChat notifications
        ...
    • Merge branch 'sh-disable-warm-asset-cache-ci' into 'master' · e647af36
      Rémy Coutable authored
      Disable warming of the asset cache in Spinach tests under CI
      
      I suspect some combination of Knapsack tests cause no regular Rack tests
      to be loaded (i.e. all JavaScript tests), which leads to the error:
      
      ArgumentError: rack-test requires a rack application, but none was given
      
      In CI, we precompile all the assets so there is no need to warm the
      asset cache in any case.
      
      Closes #23613
      
      See merge request !7033
    • Merge branch 'edit-glossary' into 'master' · cf837df9
      Sean Packham authored
      Edit glossary
      
      Grammar fixes & new additions to the glossary page.
      
      See merge request !7027
    • Disable warming of the asset cache in Spinach tests under CI · cf31a0f0
      Stan Hu authored
      I suspect some combination of Knapsack tests cause no regular Rack tests
      to be loaded (i.e. all JavaScript tests), which leads to the error:
      
      ArgumentError: rack-test requires a rack application, but none was given
      
      In CI, we precompile all the assets so there is no need to warm the
      asset cache in any case.
      
      Closes #23613
    • Merge branch… · 9df2115a
      Valery Sizov authored
      Merge branch '12622-backup-restore-doesn-t-clear-cache-resulting-in-missing-branches-and-tags' into 'master'
      
      Fix: Backup restore doesn't clear cache
      
      ## What does this MR do?
      
      Clears cache when we do backup restoring. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/12622
      
      
      
      ## What are the relevant issue numbers?
      
      https://gitlab.com/gitlab-org/gitlab-ce/issues/12622
      
      See merge request !7019
  2. 20 Oct, 2016 34 commits