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

Add disabled at #101

Merged
merged 11 commits into from
Aug 12, 2021
Merged

Add disabled at #101

merged 11 commits into from
Aug 12, 2021

Commits on Jul 30, 2021

  1. WIP

    micahhainlinestitchfix committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    0a8d637 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Backfill tests

    Structure the code slightly differently in order to facilitate testing,
    and then test with a database and a full Rails stack for better
    assurance we have things working correctly.
    micahhainlinestitchfix committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    3021549 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. Add usage of disabled_at to allow old keys

    When old keys are used, and assuming the disabled_at field is set, this
    allows those old keys to be successful, but warns that the key is
    disabled and will be removed soon.
    micahhainlinestitchfix committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    237b236 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2886f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a78dd18 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. 4.2.0.RC1

    micahhainlinestitchfix committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    6dbca79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95f9646 View commit details
    Browse the repository at this point in the history
  3. 4.2.0.RC2

    micahhainlinestitchfix committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    415f89b View commit details
    Browse the repository at this point in the history
  4. Update the generators to reduce whitespace

    Blank lines were generated by the generators in a few places, which
    cause some style format validators to fail, such as rubocop.
    micahhainlinestitchfix committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    9617791 View commit details
    Browse the repository at this point in the history
  5. 4.2.0.RC3

    micahhainlinestitchfix committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    fea7f30 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Update version to 4.2.0

    Note that we are moving from 4.0.2 to 4.2.0. This is because there were
    a set of RC builds and tags for 4.1.0 which never made it to a 4.1.0
    release. Nevertheless, it seems prudent to move to a new minor revision.
    micahhainlinestitchfix committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    1b20752 View commit details
    Browse the repository at this point in the history