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

feat: add redis example #36

Merged
merged 10 commits into from Jan 18, 2023
Merged

feat: add redis example #36

merged 10 commits into from Jan 18, 2023

Commits on Jan 11, 2023

  1. feat: make plugin more extensible

      - remove @fastify/view registration within plugin
      - wrap plugin in fastify-plugin, in order to make @fasity/view a dependency
      - decorate fastify with a single `cloudPrnt` namespace with print methods and children
      - allow a configurable prefix route
    matthew-charles-chan committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    18554b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a60fbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52ad728 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4cb4d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. test: update tests to register @fastify/view

      - add docker-compose to run tests
      - add test for failing to register @fastify/view
      - add test for route prefix
    matthew-charles-chan committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    c1d397d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75c7845 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51ba563 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9d9dcd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3944856 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

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