BigW Consortium Gitlab

  1. 01 Aug, 2017 1 commit
    • Fix Issue board when using Ruby 2.4 · f67c7a4d
      Rémy Coutable authored
      In Ruby 2.4, Hash#compact exists and returns a Hash, while in
      Ruby 2.3,
      Hash#compact is implemented by Rails and returns a new
      `ActionController::Parameters` instance in this case.
      
      Also, `ActionController::Parameters#compact` is deprecated in
      Rails 5.1 so we're using `reject { |_, value| value.nil? }` instead.
      Signed-off-by: 's avatarRémy Coutable <remy@rymai.me>
  2. 06 Jun, 2017 1 commit
  3. 31 May, 2017 1 commit
    • Expand/collapse close & backlog lists in issue boards · f452c1aa
      Phil Hughes authored
      The closed & backlog lists in issue boards are no collapsible. They can
      be collapsed independently of each other & this selection is then saved
      to the browser through localStorage. When the page loads, the code gets
      the data from localStorage & determines whether to show or hide the list
      
      Closes #23917
  4. 04 May, 2017 1 commit
  5. 28 Feb, 2017 1 commit
  6. 27 Feb, 2017 1 commit
  7. 23 Feb, 2017 4 commits
  8. 17 Feb, 2017 2 commits
  9. 03 Feb, 2017 5 commits
  10. 19 Oct, 2016 1 commit
  11. 11 Oct, 2016 3 commits
  12. 07 Oct, 2016 2 commits
  13. 06 Oct, 2016 4 commits
  14. 30 Sep, 2016 1 commit
  15. 31 Aug, 2016 1 commit
  16. 19 Aug, 2016 1 commit
  17. 17 Aug, 2016 8 commits