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

Make comments an option #28

Draft
wants to merge 22 commits into
base: main
Choose a base branch
from
Draft

Make comments an option #28

wants to merge 22 commits into from

Commits on Jan 9, 2023

  1. Bump fastapi from 0.88.0 to 0.89.0

    Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.88.0 to 0.89.0.
    - [Release notes](https://github.com/tiangolo/fastapi/releases)
    - [Commits](fastapi/fastapi@0.88.0...0.89.0)
    
    ---
    updated-dependencies:
    - dependency-name: fastapi
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    44d80b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    add1537 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Fix compatibility with fastapi 0.89

    Jérôme Deuchnord committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    8703382 View commit details
    Browse the repository at this point in the history
  2. Simplify method to get message, fix note ID

    Jérôme Deuchnord committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    45ab987 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Add compatibility for Lemmy (#8)

    * Refactor for Lemmy compatibility
    
    * Allow publishing to groups
    
    * Fix code style
    
    * Update config file
    Deuchnord authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    ef8f185 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81a4c2c View commit details
    Browse the repository at this point in the history
  3. Bump fastapi from 0.89.0 to 0.89.1 (#10)

    Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.89.0 to 0.89.1.
    - [Release notes](https://github.com/tiangolo/fastapi/releases)
    - [Commits](fastapi/fastapi@0.89.0...0.89.1)
    
    ---
    updated-dependencies:
    - dependency-name: fastapi
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    7678a46 View commit details
    Browse the repository at this point in the history
  4. Update docs: remove avatar and header reference

    Jérôme Deuchnord committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    42ee933 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Add pycln to check imports

    Jérôme Deuchnord authored and Deuchnord committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    da2f587 View commit details
    Browse the repository at this point in the history
  2. Fix imports

    Jérôme Deuchnord authored and Deuchnord committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    f5b3e7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47a5764 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84fb800 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Bump requests from 2.28.1 to 2.28.2 (#16)

    Bumps [requests](https://github.com/psf/requests) from 2.28.1 to 2.28.2.
    - [Release notes](https://github.com/psf/requests/releases)
    - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
    - [Commits](psf/requests@v2.28.1...v2.28.2)
    
    ---
    updated-dependencies:
    - dependency-name: requests
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    5311f24 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Configuration menu
    Copy the full SHA
    0da3af5 View commit details
    Browse the repository at this point in the history
  2. Bump pycln from 2.1.2 to 2.1.3 (#17)

    Bumps [pycln](https://github.com/hadialqattan/pycln) from 2.1.2 to 2.1.3.
    - [Release notes](https://github.com/hadialqattan/pycln/releases)
    - [Changelog](https://github.com/hadialqattan/pycln/blob/master/docs/CHANGELOG.md)
    - [Commits](hadialqattan/pycln@v2.1.2...v2.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: pycln
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    ca27587 View commit details
    Browse the repository at this point in the history
  3. Bump requests from 2.28.1 to 2.28.2 (#21)

    Bumps [requests](https://github.com/psf/requests) from 2.28.1 to 2.28.2.
    - [Release notes](https://github.com/psf/requests/releases)
    - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
    - [Commits](psf/requests@v2.28.1...v2.28.2)
    
    ---
    updated-dependencies:
    - dependency-name: requests
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    45b84b9 View commit details
    Browse the repository at this point in the history
  4. Bump pytest from 7.2.0 to 7.2.1 (#20)

    Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.0 to 7.2.1.
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@7.2.0...7.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    ff7f5e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    49c73dc View commit details
    Browse the repository at this point in the history
  2. Add Markdown tests (#23)

    Deuchnord authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    046d510 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Add webserver tests (#25)

    Deuchnord authored Jan 25, 2023
    Configuration menu
    Copy the full SHA
    f8f5423 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dbadef View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Make comments an option

    Jérôme Deuchnord authored and Deuchnord committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    7f5261d View commit details
    Browse the repository at this point in the history