BigW Consortium Gitlab

  1. 04 Aug, 2016 1 commit
  2. 01 Aug, 2016 1 commit
    • State specific default sort order for issuables · 84a3225b
      zs authored
      Provide more sensible default sort order for issues and merge requests
      based on the following table:
      
      | type           | state  | default sort order |
      |----------------|--------|--------------------|
      | issues         | open   | last created       |
      | issues         | closed | last updated       |
      | issues         | all    | last created       |
      | merge requests | open   | last created       |
      | merge requests | merged | last updated       |
      | merge requests | closed | last updated       |
      | merge requests | all    | last created       |
  3. 06 Jul, 2016 1 commit
  4. 22 Jun, 2016 1 commit
    • Replace Haml with Hamlit. · 80f576bb
      connorshea authored
      Hamlit is a library that's faster than Haml while implementing most of its features: https://github.com/k0kubun/hamlit
      
      Not sure if this breaks anything, but as far as I can tell most things work the same. No obvious regressions that I've been able to find.
  5. 20 Jun, 2016 1 commit
  6. 18 Jun, 2016 1 commit
  7. 03 Jun, 2016 2 commits
  8. 24 May, 2016 1 commit
  9. 23 May, 2016 1 commit
  10. 16 May, 2016 4 commits
    • Fixed failing rubocop tests · 31b1dc3c
      Phil Hughes authored
      Fixed issue with issuable checkboxs not being init'd
    • Fixed tests · 1a086745
      Phil Hughes authored
    • Fixed Ruby issues · 3a76cc5c
      Phil Hughes authored
    • Issuable filtering improvements · 832d7fa3
      Phil Hughes authored
      This improves the filtering of issues and merge requests by creating a single file that encapsulates all the filtering. Previously this was done with a file for issues and a file for merge requests.
      
      Created the ability for the text search to be done alongside other filterables. Previously because this was outside the filterable form, this wasn't possible and would instead do either filter dropdown or text filter - not both.
  11. 04 May, 2016 2 commits
  12. 15 Apr, 2016 1 commit
  13. 07 Apr, 2016 1 commit
  14. 17 Mar, 2016 1 commit
  15. 16 Mar, 2016 1 commit
  16. 10 Mar, 2016 5 commits
  17. 09 Mar, 2016 1 commit
  18. 03 Mar, 2016 1 commit
  19. 19 Feb, 2016 3 commits
  20. 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.
  21. 12 Feb, 2016 2 commits
  22. 04 Feb, 2016 2 commits
  23. 28 Jan, 2016 2 commits
  24. 27 Jan, 2016 1 commit
  25. 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.
  26. 13 Jan, 2016 1 commit