Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Deprecate buildpack #243

Merged
merged 6 commits into from
Jun 9, 2022
Merged

Deprecate buildpack #243

merged 6 commits into from
Jun 9, 2022

Commits on Jun 9, 2022

  1. Deprecate buildpack

    This build pack is currently not maintained by a team and carries no support obligations. Let's make this clearer by deprecating the build pack.
    
    This is done right before the release of heroku-22 as supporting new stacks require maintenance effort. Also before the desire to re-write it as a CNB comes into play.
    schneems committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    93ced45 View commit details
    Browse the repository at this point in the history
  2. Bring back Readme contents

    Having README docs makes it easier for developers to lookup features while they transition off the buildpack.
    schneems committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    90a7272 View commit details
    Browse the repository at this point in the history
  3. Update docs for deprecation

    - Mention the need to re-write mruby parts
    - Link to a specific nginx build pack and give commands on how to add it
    - Give specific command to remove this buildpack from app
    - Mention in README we're open to extra docs/help for people migrating off.
    - Space after testing header because it's my thing and I looked at those docs. 
    - Added a link to where  `Nginx::Request` is defined because it's not obvious it comes from ngx_mruby
    schneems committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    aca1489 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com>
    schneems and edmorley committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    245c254 View commit details
    Browse the repository at this point in the history
  5. Update bin/compile

    Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com>
    schneems and edmorley committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    1b2eac2 View commit details
    Browse the repository at this point in the history
  6. Address PR comments

    schneems committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    0b476ac View commit details
    Browse the repository at this point in the history