BigW Consortium Gitlab

  1. 21 Aug, 2017 1 commit
  2. 26 Jul, 2017 1 commit
  3. 20 Jul, 2017 1 commit
  4. 01 May, 2017 1 commit
  5. 27 Mar, 2017 1 commit
  6. 03 Feb, 2017 2 commits
  7. 30 Jan, 2017 1 commit
    • resolve deprecation warnings · 538d1bff
      Adam Pahlevi authored
      don’t pass AR object, use the ID to avoid depr warning
      
      pass in the id instead of AR object to specs for `ProjectDestroyWorker`
  8. 04 Aug, 2016 1 commit
    • Fix skip_repo parameter being ignored when destroying a namespace · 443ae8c4
      Stan Hu authored
      When destroying a namespace, the `skip_repo` parameter is supposed
      to prevent the repository directory from being destroyed and allow
      the namespace after_destroy hook to run. If the namespace fails
      to be deleted for some reason, we could be left with repositories
      that are deleted with existing projects.