1. 22 8月, 2017 1 次提交
  2. 21 8月, 2017 10 次提交
  3. 20 8月, 2017 3 次提交
    • Y
      Merge branch 'sh-fix-protected-tags-delete' into 'master' · fbaae9ff
      Yorick Peterse 提交于
      Fix Error 500s when attempting to destroy a protected tag
      
      Closes #36013
      
      See merge request !13692
      fbaae9ff
    • S
      Fix Error 500s when attempting to destroy a protected tag · 718ecd4e
      Stan Hu 提交于
      Due to a missing `on_delete: :cascade`, users would hit the error that
      looked like:
      
      ```
      PG::ForeignKeyViolation: ERROR: update or delete on table "protected_tags"
      violates foreign key constraint "fk_rails_f7dfda8c51" on table
      "protected_tag_create_access_levels" DETAIL: Key (id)=(1385) is still
      referenced from table "protected_tag_create_access_levels". : DELETE FROM
      "protected_tags" WHERE "protected_tags"."id" = 1385
      ```
      
      Closes #36013
      718ecd4e
    • A
      Add more sections in GPG docs · 0d3d0328
      Achilleas Pipinellis 提交于
      1. Generating a GPG key
      1. Signing commits
      1. Associating a GPG key with Git
      0d3d0328
  4. 19 8月, 2017 14 次提交
  5. 18 8月, 2017 12 次提交