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

Log entry functionality #254

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

marcusronnback
Copy link

@marcusronnback marcusronnback commented Jul 20, 2020

Description

  • Added the /log-entry and /log-entries endpoints which allows the user to add entries(diaries/reviews) to their log.
  • Added the /comment endpoint which allows the user to edit and delete comments made from other endpoints.

Changelog

Added

Fixes

  • pytest updated to 6.2.3 in requirements_dev.txt
  • Updated old tests because they directly called fixtures. That feature was deprecated in pytest v4.0 and caused the tests to fail on pytest version >4.
    They are now passed as parameters to the tests where they are relevant to and the tests pass.
    Relevant link (https://docs.pytest.org/en/latest/deprecations.html#calling-fixtures-directly)
  • pip updated to 21.0.1
  • black updated to 20.8b1
  • coverage updated to 5.5
  • tox updated to 3.23.0
  • wheel updated to 0.36.2
  • watchdog updated to 2.0.2
  • Sphinx updated to 3.5.3

@marcusronnback
Copy link
Author

@bobtiki Have you had any time to look at this yet? :)

@swizzlevixen
Copy link
Owner

I had not yet — I will try to do that this weekend. Thanks for putting the time in on this!

…tox->3.23.0, wheel->0.36.2, watchdog->2.0.2, flake8->3.9.0, Sphinx->3.5.3
@marcusronnback
Copy link
Author

Updated dependencies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants