1. 07 Nov, 2016 1 commit
  2. 05 Nov, 2016 1 commit
    • Robert Speicher's avatar
      Merge branch 'sidekiq_set_retries' into 'master' · 7117b4b9
      Robert Speicher authored
      Disable retries for remote mirror update worker
      
      By default, Sidekiq will retry 25 times with an exponential backoff.
      This may result in jobs retrying for up to 21 days. That could lead
      to an ever-increasing queue size for the remote mirror updates. The
      mirrors will attempt to update again within an interval, which should
      be sufficient.
      
      See merge request !848
      7117b4b9
  3. 04 Nov, 2016 10 commits
  4. 03 Nov, 2016 24 commits
  5. 02 Nov, 2016 4 commits
    • Robert Speicher's avatar
      Add a `--force` option to bin/changelog · 89567373
      Robert Speicher authored
      89567373
    • Fatih Acet's avatar
      Merge branch 'eslint-check-file-names' into 'master' · d9cf5c0a
      Fatih Acet authored
      Check that JavaScript file names match convention
      
      ## What does this MR do?
      
      Introduce a new ESLint rule to check JavaScript file names.
      
      ## What are the relevant issue numbers?
      
      fixes #23118
      
      See merge request !7238
      d9cf5c0a
    • Fatih Acet's avatar
      Merge branch 'sortable-version-update' into 'master' · 99a12e12
      Fatih Acet authored
      Updated Sortable JS plugin
      
      ## What does this MR do?
      
      Updates Sortable JS plugin for issue boards. The older version stopped the issue cards being draggable.
      
      ## What are the relevant issue numbers?
      
      Closes #23048
      
      See merge request !6734
      99a12e12
    • Nur Rony's avatar
      resolves weight dropdown not stay selected issue · dc5107dd
      Nur Rony authored
      Changelog entry added in CHANGELOG-EE.md
      
      adds test for weight dropdown selected text
      
      uses Issue weight constant from Issue class
      
      resolves rubocop test errors by using ruby 1.9 syntax for RSpec
      
      adds new helper module for ee issueables
      
      removes weight_dropdown_label function from issuable_helpers
      
      make it working for numarics weight
      
      moves changelog entry to 8.14 and rubocop warning resolved
      
      adds line break after release version
      dc5107dd