BigW Consortium Gitlab

  1. 05 Jul, 2017 1 commit
  2. 04 Jul, 2017 1 commit
  3. 30 Jun, 2017 3 commits
  4. 28 Jun, 2017 1 commit
  5. 26 Jun, 2017 3 commits
  6. 22 Jun, 2017 1 commit
  7. 21 Jun, 2017 1 commit
  8. 20 Jun, 2017 1 commit
  9. 19 Jun, 2017 1 commit
  10. 14 Jun, 2017 4 commits
  11. 13 Jun, 2017 1 commit
  12. 11 Jun, 2017 1 commit
  13. 09 Jun, 2017 1 commit
  14. 08 Jun, 2017 2 commits
    • Bring in security changes from the 9.2.5 release · 565ead61
      DJ Mountney authored
      Ran:
       - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch
       - git checkout -b 9-2-5-security-patch origin/v9.2.2
       - git apply patchfile.patch
       - git commit
       - [Got the sha ref for the commit]
       - git checkout -b upstream-9-2-security master
       - git cherry-pick <SHA of the patchfile commit>
       - [Resolved conflicts]
       - git cherry-pick --continue
    • Bring in security changes from the 9.2.5 release · 1d1363e2
      DJ Mountney authored
      Ran:
       - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch
       - git checkout -b 9-2-5-security-patch origin/v9.2.2
       - git apply patchfile.patch
       - git commit
       - [Got the sha ref for the commit]
       - git checkout -b upstream-9-2-security master
       - git cherry-pick <SHA of the patchfile commit>
       - [Resolved conflicts]
       - git cherry-pick --continue
  15. 07 Jun, 2017 3 commits
  16. 06 Jun, 2017 1 commit
  17. 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>
  18. 02 Jun, 2017 2 commits
  19. 01 Jun, 2017 1 commit
  20. 31 May, 2017 7 commits
  21. 29 May, 2017 2 commits
  22. 24 May, 2017 1 commit