BigW Consortium Gitlab

  1. 21 Feb, 2017 1 commit
  2. 22 Aug, 2016 1 commit
  3. 16 Aug, 2016 1 commit
    • Revert "Merge branch… · b44b09b3
      Rubén Dávila Santos authored
      Revert "Merge branch '19957-write-tests-for-adding-comments-for-different-line-types-in-diff' into 'master'"
      
      This reverts merge request !5417
  4. 05 Aug, 2016 1 commit
  5. 04 Aug, 2016 1 commit
  6. 02 Aug, 2016 1 commit
  7. 14 Jul, 2016 1 commit
  8. 12 Jul, 2016 1 commit
  9. 05 Jul, 2016 1 commit
  10. 06 Jun, 2016 1 commit
  11. 03 Jun, 2016 1 commit
  12. 04 May, 2016 2 commits
  13. 06 Apr, 2016 1 commit
  14. 18 Mar, 2016 1 commit
  15. 08 Mar, 2016 1 commit
  16. 07 Mar, 2016 1 commit
    • Remove redundant integration tests · 56c4f22c
      Robert Speicher authored
      These three tests were essentially checking that adding a note to
      something updated its `noteable`'s `updated_at` attribute.
      
      This is well-tested Rails behavior and we shouldn't feel the need to
      write an integration test to verify it. At most we should be ensuring
      that the association definition adds the `touch: true` option, which we
      now do in Note's unit test.
  17. 03 Mar, 2016 1 commit
  18. 17 Feb, 2016 1 commit
  19. 15 Feb, 2016 1 commit
    • Fix the "x of y" displayed at the top of Issuables' sidebar · 54613b6a
      Rémy Coutable authored
      1. We now display the index of the current issuable among all its project's
      issuables, of the same type and with the same state.
      2. Also, refactored a bit the Issuable helpers into a new IssuablesHelper
      module.
      3. Added acceptance specs for the sidebar counter.
  20. 22 Jan, 2016 2 commits
  21. 21 Jan, 2016 1 commit
  22. 19 Jan, 2016 2 commits
  23. 11 Dec, 2015 1 commit
  24. 09 Dec, 2015 2 commits
  25. 10 Nov, 2015 1 commit
  26. 23 Oct, 2015 1 commit
  27. 30 Sep, 2015 1 commit
  28. 26 Jun, 2015 1 commit
  29. 23 Jun, 2015 1 commit
  30. 19 Jun, 2015 1 commit
  31. 29 May, 2015 1 commit
  32. 25 May, 2015 1 commit
  33. 06 May, 2015 1 commit
  34. 26 Mar, 2015 1 commit
  35. 16 Mar, 2015 1 commit
  36. 12 Mar, 2015 1 commit
    • Implement merge requests search · 80b2f3fb
      Dmitriy Zaporozhets authored
      It is same search like we have at issues page. It allows to quickly
      filter merge requests based on title or desription. I copy-pasted some
      js code from Issues.js. In future search (filtering) logic should be
      refactoed into one class for merge requests and issues