BigW Consortium Gitlab

  1. 15 Sep, 2017 1 commit
  2. 28 Jun, 2017 1 commit
  3. 14 Jun, 2017 1 commit
  4. 05 Jun, 2017 1 commit
    • Fix submodule link to then project under subgroup · 2eec0b73
      Dmitriy Zaporozhets authored
      Before this change only last namespace in full path was extracted. It's
      fine unless you have a link to submodule under subgroups. In that case
      self_url? method returns false and link is processed as external. I
      could not find a proper regex to cover all cases and correctly extract
      full path to repository and instead used current instance host name
      to get correct path to namespace and project.
      Signed-off-by: 's avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
  5. 29 May, 2017 1 commit
    • Strip trailing whitespaces in submodule URLs · 59b8165c
      Stan Hu authored
      Users attempting to access repositories that had `.gitmodules` entries
      with trailing whitespaces would encounter an Error 500. This was due
      to a change in bf876ec7 that quietly removed the whitespace stripping.
      
      Closes #33018
  6. 26 May, 2017 1 commit
  7. 15 May, 2017 1 commit
  8. 10 May, 2017 1 commit
  9. 21 Apr, 2017 1 commit
  10. 23 Feb, 2017 2 commits
  11. 14 Feb, 2017 1 commit
  12. 09 Sep, 2015 1 commit
  13. 26 Aug, 2015 1 commit
  14. 23 Jun, 2015 1 commit
  15. 28 Apr, 2015 1 commit
  16. 23 Apr, 2015 1 commit
  17. 10 Apr, 2015 2 commits
  18. 25 Mar, 2015 1 commit
  19. 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.
  20. 19 Jan, 2015 1 commit
  21. 05 Jun, 2014 1 commit
  22. 28 Feb, 2014 1 commit
  23. 26 Feb, 2014 1 commit
  24. 25 Feb, 2014 1 commit
  25. 10 Feb, 2014 2 commits
  26. 06 Feb, 2014 1 commit
    • Better submodule links. · fcc906e6
      Jason Hollingsworth authored
      Detect if submodule is hosted on this GitLab server, gitlab.com or github.com.
      Hash links directly to commit in repo.