Skip to content
This repository has been archived by the owner on Dec 11, 2021. It is now read-only.

Migrate off topic channel name endpoint from the site API #26

Closed
wants to merge 5 commits into from
Closed

Migrate off topic channel name endpoint from the site API #26

wants to merge 5 commits into from

Commits on Nov 1, 2021

  1. Migrate reminders endpoint from the site API

    - Add reminder endpoint package to the project:
     - Add reminder dependencies
     - Add reminder schemas
     - Add reminder endpoints
    - Add reminder tests to the project.
     - The tests use mocked DB session calls, to avoid using a test DB.
    - Introduce changes in the flake8 config, and main to be comaptible with the test suites.
    D0rs4n committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    8de0793 View commit details
    Browse the repository at this point in the history
  2. Patch test workflow

    Make the test workflow compatible with the test suite using mocked DB calls
    D0rs4n committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    3d2a265 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b9cf92 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

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

Commits on Nov 3, 2021

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