1. 04 Aug, 2016 3 commits
    • Timothy Andrew's avatar
      Fix `#down` for two protected branches-related migrations. · 4d0461e2
      Timothy Andrew authored
      - The migrations called `add_column_with_default` with a `null` option,
        which the Rails `add_column` method accepts. This fails because
        `add_column_with_default` expects an `allow_null` option instead.
      
      - The migrations have been fixed to use `allow_null`.
      4d0461e2
    • Robert Speicher's avatar
      Merge branch 'fix-project-destroy-skip-repo' into 'master' · 532202a5
      Robert Speicher authored
      Fix skip_repo parameter being ignored when destroying a namespace
      
      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.
      
      See merge request !5654
      532202a5
    • Stan Hu's avatar
      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.
      443ae8c4
  2. 03 Aug, 2016 21 commits
  3. 02 Aug, 2016 16 commits