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

Remove rack-accept dependency #2389

Merged
merged 11 commits into from
Mar 24, 2024

Commits on Dec 18, 2023

  1. Remove rack-accept dependency

    Create Grape::Util::MediaType
    Use Rack::Util functions
    ericproulx committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    33d8024 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cad8415 View commit details
    Browse the repository at this point in the history
  3. Fix rubocop

    Add CHANGELOG
    ericproulx committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    e44ab52 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Introduce AcceptHeaderHandler

    Refactor middleware
    Refactor media_type
    ericproulx committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    a629305 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Merge master

    ericproulx committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    e31b294 View commit details
    Browse the repository at this point in the history
  2. Add spec for MediaType

    Override equality and eql? and hash
    ericproulx committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    351ad27 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Configuration menu
    Copy the full SHA
    23d9d09 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Configuration menu
    Copy the full SHA
    1675038 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/drop_rack_accept_dependency' int…

    …o drop_rack_accept_dependency
    
    # Conflicts:
    #	CHANGELOG.md
    ericproulx committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    8ef63d1 View commit details
    Browse the repository at this point in the history
  3. Use shared_examples

    ericproulx committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    bd169c4 View commit details
    Browse the repository at this point in the history
  4. Rubocop fixes

    Set RSpec/NestedGroups to 4.
    ericproulx committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    286461b View commit details
    Browse the repository at this point in the history