1. 24 8月, 2017 1 次提交
  2. 22 8月, 2017 1 次提交
  3. 21 8月, 2017 1 次提交
    • S
      Only require sidekiq-limit_fetch when enabled in settings · 0db5f576
      Sean McGivern 提交于
      This gem allows Sidekiq jobs to be throttled. Unfortunately, it has a
      side-effect: when we haven't enabled job throttling, it will still hit Redis a
      lot (and miss, because nothing is configured).
      
      As this setting already required a restart, ensure that the library is only
      required when it's enabled.
      0db5f576
  4. 20 8月, 2017 1 次提交
    • 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
  5. 19 8月, 2017 1 次提交
    • R
      Reduce duplication in GitAccess spec around error messages · 5b37f21b
      Robert Speicher 提交于
      - Adds a new `ProjectMovedError` class to encapsulate that error
        condition. Inherits from `NotFoundError` so existing rescues should
        continue to work.
      - Separating that condition out of `NotFoundError` allowed us to
        simplify the `raise_not_found` helper and avoid repeating the literal
        string.
      - Spec makes use of `ERROR_MESSAGES` hash to avoid repeating literal
        error message strings.
      5b37f21b
  6. 18 8月, 2017 12 次提交
  7. 17 8月, 2017 5 次提交
  8. 16 8月, 2017 4 次提交
  9. 15 8月, 2017 6 次提交
  10. 14 8月, 2017 3 次提交
  11. 12 8月, 2017 3 次提交
  12. 11 8月, 2017 2 次提交