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 and initialize RSpec #20

Merged
merged 27 commits into from
Jul 12, 2021
Merged

Add and initialize RSpec #20

merged 27 commits into from
Jul 12, 2021

Commits on Jul 11, 2021

  1. add and initialize RSpec

    Vedran Hrncic committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    b915bec View commit details
    Browse the repository at this point in the history
  2. add and initialize dummy app

    Vedran Hrncic committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    18d2b51 View commit details
    Browse the repository at this point in the history
  3. add setup script

    Vedran Hrncic committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    2d1a18e View commit details
    Browse the repository at this point in the history
  4. run infinum_json_api_setup:install rails generator before each test s…

    …uite run
    Vedran Hrncic committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    367da23 View commit details
    Browse the repository at this point in the history
  5. add base controller specs

    Vedran Hrncic committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    14835ff View commit details
    Browse the repository at this point in the history
  6. add location model

    Vedran Hrncic committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    2f2b2f6 View commit details
    Browse the repository at this point in the history
  7. add locations query

    Vedran Hrncic committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    cd514bf View commit details
    Browse the repository at this point in the history
  8. add locations serializer

    Vedran Hrncic committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    7d3aa9d View commit details
    Browse the repository at this point in the history
  9. add locations controller

    Vedran Hrncic committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    9e05033 View commit details
    Browse the repository at this point in the history
  10. add content-negotiation specs

    Vedran Hrncic committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    c7099cc View commit details
    Browse the repository at this point in the history
  11. alphabetically order gems

    Vedran Hrncic committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    178b4c0 View commit details
    Browse the repository at this point in the history
  12. add pry-rails

    Vedran Hrncic committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    9a5f4a3 View commit details
    Browse the repository at this point in the history
  13. add and initialize Pundit

    Vedran Hrncic committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    6843454 View commit details
    Browse the repository at this point in the history
  14. implement quadrant calculation

    Vedran Hrncic committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    84be52b View commit details
    Browse the repository at this point in the history
  15. add show action to location controller

    Vedran Hrncic committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    81e70c1 View commit details
    Browse the repository at this point in the history
  16. add set locale filter to locations controller

    Vedran Hrncic committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    cc6961b View commit details
    Browse the repository at this point in the history
  17. add request test helper

    Vedran Hrncic committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    7c7d70a View commit details
    Browse the repository at this point in the history
  18. add response test helper

    Vedran Hrncic committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    da3545b View commit details
    Browse the repository at this point in the history
  19. include request/response test helpers into request specs

    Vedran Hrncic committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    5765cd8 View commit details
    Browse the repository at this point in the history
  20. register location sort params

    Vedran Hrncic committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    f3dac09 View commit details
    Browse the repository at this point in the history
  21. add error handling specs

    Vedran Hrncic committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    3322704 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. notify Bugsnag on Jsonapi::QueryBuilder::Mixins::Sort::UnpermittedSor…

    …tParameters error
    Vedran Hrncic committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    66301a1 View commit details
    Browse the repository at this point in the history
  2. extract message for authorization error into locale file

    Vedran Hrncic committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    ebad6dd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #24 from infinum/feature/error-handling-specs

    Add error handling specs
    vr4b4c committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    7e35908 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #23 from infinum/feature/content-negotiation-specs

    Add content negotiation specs
    vr4b4c committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    f0ba832 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #22 from infinum/feature/base-controller-specs

    Add base controller spec
    vr4b4c committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    6c1edb7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #21 from infinum/feature/dummy-app

    Add dummy app
    vr4b4c committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    f4ca19c View commit details
    Browse the repository at this point in the history