Skip to content
Snippets Groups Projects
  1. Oct 17, 2021
  2. Oct 04, 2021
  3. Sep 29, 2021
  4. Sep 22, 2021
  5. Sep 13, 2021
  6. Sep 06, 2021
  7. Aug 30, 2021
  8. Aug 26, 2021
  9. Aug 19, 2021
  10. Aug 12, 2021
  11. Aug 09, 2021
  12. Aug 06, 2021
  13. Jul 26, 2021
  14. Jul 12, 2021
  15. Jul 05, 2021
  16. Jun 28, 2021
  17. Jun 21, 2021
  18. Jun 14, 2021
  19. Jun 07, 2021
  20. May 28, 2021
    • Ed Morley's avatar
      Remove testing & binary generation support for Heroku-16 (#1214) · b7248a2d
      Ed Morley authored
      The Heroku-16 stack reached end-of-life on May 1st, 2021, and from
      June 1st, 2021, builds will be disabled.
      
      This removes support for testing against Heroku-16 in CI, and also
      for building new Python binaries for the stack.
      
      This change is non-breaking as it only affects development (hence why
      it's landing a few days early), however a changelog entry has been added
      regardless, for improved visibility into the support status of the stack.
      
      Closes GUS-W-9329579.
      b7248a2d
  21. May 25, 2021
  22. May 24, 2021
  23. May 21, 2021
    • Ed Morley's avatar
      Rubocop: Disable autocorrect of RSpec/Focus (#1209) · 024e9716
      Ed Morley authored
      Since otherwise format-on-save will remove the focus annotations
      (that make rspec run just the specified test) whilst developing locally.
      
      The rule is still enabled, so will prevent accidentally committing the
      annotations (which would disable part of the test suite in CI).
      
      Closes GUS-W-9303487.
      
      [skip changelog]
      024e9716
    • Ed Morley's avatar
      Buildpack release script usability improvements (#1207) · 02227b6d
      Ed Morley authored
      * The release script now runs `git fetch` prior to determining which
        commit to tag, preventing tagging a stale ref.
      * `buildpacks:versions` is now run after publishing, to save having
        to do so manually each time to print the release time/status.
      * The unused `{previous,latest}-version` tag feature has been removed.
      * The script can now be run via `make publish` for consistency
        with other buildpack workflows.
      * Miscellaneous output formatting/bash best practices fixes.
      
      Closes GUS-W-8813922.
      02227b6d
  24. May 10, 2021
  25. May 03, 2021
  26. Apr 26, 2021
Loading