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

Fixes and updates to bring up to ruby 3, contenful-migrations 3.0 etc. #3

Open
wants to merge 28 commits into
base: master
Choose a base branch
from

Commits on Nov 10, 2021

  1. Remove load rake task

    patch0 committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    cd8d63a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f53fd00 View commit details
    Browse the repository at this point in the history
  3. Use rails env

    patch0 committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    6e36bcd View commit details
    Browse the repository at this point in the history
  4. Fix path for generator

    patch0 committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    b9cd6a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e1adab6 View commit details
    Browse the repository at this point in the history
  6. Upgrade contentful-management gem to v3

    Also remove rubocop config
    patch0 committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    1436e83 View commit details
    Browse the repository at this point in the history
  7. Mega refactor

    patch0 committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    c7bf4c1 View commit details
    Browse the repository at this point in the history
  8. Version bump to v0.2.0

    patch0 committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    3b7aff3 View commit details
    Browse the repository at this point in the history
  9. Add circle ci

    patch0 committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    a91cefc View commit details
    Browse the repository at this point in the history
  10. Fix version

    patch0 committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    589a40c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    31c34f9 View commit details
    Browse the repository at this point in the history
  12. Add a standard rubocop config

    patch0 committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    22193de View commit details
    Browse the repository at this point in the history
  13. Tidy rubocop config a little

    patch0 committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    06be75b View commit details
    Browse the repository at this point in the history
  14. Add rubocop todo file

    patch0 committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    826e1b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. Raise errors by default in the Contentful::Management::Client

    This ensures that migrations bail out when errors are returned,
    lessening the chance of failed migrations
    patch0 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    5fe97c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    178769c View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Configuration menu
    Copy the full SHA
    9a2dc5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfdeba9 View commit details
    Browse the repository at this point in the history
  3. Use environment where we mean it; move default content type name

    We're really operating on environments, so lets call them that.
    patch0 committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    1db76a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Configuration menu
    Copy the full SHA
    42fd001 View commit details
    Browse the repository at this point in the history
  2. Poke the config directly

    patch0 committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    22918e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e06044 View commit details
    Browse the repository at this point in the history
  4. Use the locale's code.

    patch0 committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    891d4b0 View commit details
    Browse the repository at this point in the history
  5. Silence our friend, Rubocop

    patch0 committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    98e8033 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    568a58c View commit details
    Browse the repository at this point in the history
  7. Bump version number

    patch0 committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    5051ed5 View commit details
    Browse the repository at this point in the history
  8. Also bump the Gemfile

    patch0 committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    aa43f97 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #5 from RaspberryPiFoundation/find-and-use-the-def…

    …ault-locale-when-recording-migrations
    
    Find and use the default locale when recording migrations
    patch0 authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    4776f28 View commit details
    Browse the repository at this point in the history