-
Notifications
You must be signed in to change notification settings - Fork 20
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: [#303] store in the database the torrent fields creation_date c… #315
feat: [#303] store in the database the torrent fields creation_date c… #315
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #315 +/- ##
===========================================
- Coverage 42.47% 42.34% -0.13%
===========================================
Files 79 79
Lines 4801 4822 +21
===========================================
+ Hits 2039 2042 +3
- Misses 2762 2780 +18
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
1c9e212
to
07cfb86
Compare
07cfb86
to
c302735
Compare
4f57273
to
cbbfe40
Compare
cbbfe40
to
0866ae3
Compare
0866ae3
to
911c387
Compare
911c387
to
078e086
Compare
078e086
to
bdc9932
Compare
4993082
to
af85b6a
Compare
af85b6a
to
d6ea4a1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks good!
d6ea4a1
to
7d9e887
Compare
Hi @mario-nt this needs a rebase. I tried to do it with the GitHub UI, but commits are not verified. |
7d9e887
to
594a70a
Compare
@josecelano Rebase done and tests OK, we need to update the types and API libs before merging to make this PR work. I will update the types lib and then update the dependencies in the API lib. |
I've released the new types https://www.npmjs.com/package/torrust-index-types-lib/v/1.0.0-alpha.4 |
…_date created_by encoding API responses now contain the three field in the - Torrent details endpoint - Torrent list endpoint
…tion_date created_by encoding Fixed linting errors
…tion date created_by encoding Fix mysql type for creation_date column
… date created_by encoding Added bindings to the add torrent query in the mysql implementation for the new added fields
594a70a
to
e8772f3
Compare
…tion date created by encoding -Added backticks for mysql so the encoding column name is not interpreted as a reserved keyword
e8772f3
to
c22f661
Compare
@josecelano Ready to be merged. |
ACK c22f661 |
Resolves #303.