BigW Consortium Gitlab

  1. 20 Feb, 2016 6 commits
  2. 19 Feb, 2016 6 commits
  3. 17 Feb, 2016 2 commits
  4. 16 Feb, 2016 2 commits
  5. 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.
  6. 13 Feb, 2016 1 commit
  7. 11 Feb, 2016 6 commits
  8. 10 Feb, 2016 2 commits
  9. 06 Feb, 2016 1 commit
  10. 04 Feb, 2016 2 commits
  11. 03 Feb, 2016 1 commit
  12. 02 Feb, 2016 3 commits
  13. 01 Feb, 2016 1 commit
  14. 29 Jan, 2016 2 commits
    • Added tests to emoji search field focus · 5a04fc90
      Phil Hughes authored
    • Prevent transient Capybara timeouts during feature tests · bbe0fa91
      Robert Speicher authored
      The problem occurred because asset compilation takes a long time, so
      when the asset cache didn't exist and the first test ran, it would often
      (randomly) time out during the generation before the actual test even
      had a chance to run.
      
      Now we check if the cache exists before the suite runs, and if not, we
      manually fire a request to the root URL in order to generate it. This
      should allow subsequent tests to use the cached assets.
  15. 28 Jan, 2016 1 commit
  16. 27 Jan, 2016 1 commit
  17. 26 Jan, 2016 1 commit
  18. 25 Jan, 2016 1 commit
    • Adds base64 background search icon. · d3f24a22
      Jacob Schatz authored
      All inputs of type `search` will have the gray background
      and search icon centered.
      Because the search magnifier is a bg image,
      I had to hide it with `[value=""]`.
      I added a little javascript to make sure each input always has it's
      own value.