BigW Consortium Gitlab

  1. 15 Dec, 2016 1 commit
    • Changed autocomplete_sources into an action that returns a single 'at' type of sources at a time · 1356e40f
      Luke Bennett authored
      Finished up autocomplete_sources action and added frontend to fetch data only when its needed
      
      Added wait_for_ajax to specs
      
      Fixed builds and improved the setup/destroy lifecycle
      
      Changed global namespace and DRYed up loading logic
      
      Added safety for accidentally loading data twice
      
      Removed destroy as its not necessary and is messing with click events from a blur race condition
      
      Created AutocompleteSourcesController and updated routes
      
      Fixed @undefined from tabbing before load ends
      
      Disable tabSelectsMatch until we have loaded data
      
      Review changes
  2. 23 Nov, 2016 1 commit
  3. 11 Oct, 2016 1 commit
    • Allow browsing branches that end with '.atom' · 1022456b
      Sean McGivern authored
      We need to do two things to support this:
      
      1. Simplify the regex capture in the routing for the CommitsController
         to not exclude the '.atom' suffix. That's a perfectly valid git
         branch name, so we shouldn't blow up if we get it.
      2. Because Rails now can't automatically detect the request format, add
         some code to do so in `ExtractPath` when there is no path. This means
         that, given branches 'foo' and 'foo.atom', the Atom feed for the
         former is unroutable. To fix this: don't do that! Give the branches
         different names!
  4. 11 Aug, 2016 1 commit
  5. 02 Aug, 2016 1 commit
  6. 26 Jul, 2016 1 commit
  7. 01 Jul, 2016 1 commit
  8. 30 Jan, 2016 1 commit
  9. 20 Jan, 2016 1 commit
  10. 07 Jan, 2016 2 commits
  11. 06 Jan, 2016 1 commit
  12. 11 Aug, 2015 2 commits
  13. 04 Aug, 2015 1 commit
  14. 03 Jun, 2015 1 commit
  15. 29 May, 2015 1 commit
  16. 03 Apr, 2015 1 commit
  17. 15 Mar, 2015 1 commit
  18. 14 Feb, 2015 1 commit
    • Upgrade to Rails 4.1.9 · 76aad9b7
      Vinnie Okada authored
      Make the following changes to deal with new behavior in Rails 4.1.2:
      
      * Use nested resources to avoid slashes in arguments to path helpers.
  19. 12 Feb, 2015 1 commit
  20. 06 Feb, 2015 1 commit
  21. 27 Jan, 2015 1 commit
  22. 24 Jan, 2015 2 commits
  23. 10 Dec, 2014 1 commit
  24. 14 Nov, 2014 1 commit
  25. 17 Oct, 2014 1 commit
  26. 16 Oct, 2014 1 commit
  27. 07 Oct, 2014 1 commit
  28. 13 Jun, 2014 1 commit
  29. 11 May, 2014 1 commit
  30. 02 Jan, 2014 1 commit
    • Add support for various archive formats. · 7cc25205
      Jason Hollingsworth authored
      Used mime-types gem instead of hardcoding content types.
      Allow multiple extensions in archive route (.tar.gz, .tar.bz2).
      Change content disposition from infile(?) to attachment for api.
      Fixed api would return “archive” instead of {project}-{hash}.{ext}
  31. 24 Oct, 2013 1 commit
  32. 12 Sep, 2013 1 commit
  33. 17 Jul, 2013 1 commit
  34. 01 Jul, 2013 1 commit
  35. 24 Jun, 2013 1 commit
  36. 23 Jun, 2013 1 commit
  37. 22 Jun, 2013 1 commit