Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(template): Document template too large #321

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 11, 2022

  1. docs(template): Document template too large

    Changes:
    
      ErrorResponse for /api/v2/template/apply
    
    The following adds documentation about a new feature that issues an
    error message if the template is too large. Currently, this targets only
    cloud, but we should consider this for OSS. I'll open this up for
    discussion, if in doubt I'll move this to cloud only as a divergent API.
    SimonRichardson committed May 11, 2022
    Configuration menu
    Copy the full SHA
    6f5b71a View commit details
    Browse the repository at this point in the history
  2. fix(template): Duplicate file for TemplateTooLarge

    The following just ensures that we don't inline the reference for errors
    that have the same body but different error code. This is shame, but I
    can see why.
    
    The fix is simple, just create a new template reference that duplicates
    the TemplateSummaryError.
    SimonRichardson committed May 11, 2022
    Configuration menu
    Copy the full SHA
    174a248 View commit details
    Browse the repository at this point in the history