aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump dependenciesHEADmasterjakobst1n2024-09-252-194/+412
|
* Merge pull request #4 from micwoj92/masterJakob Stendahl2023-11-284-101/+155
|\ | | | | format code
| * format codemicwoj922023-11-214-101/+155
|/
* Merge pull request #3 from JakobST1n/fix/#2v.0.3.3v.0.3.2Jakob Stendahl2023-09-083-7/+7
|\ | | | | Fix/#2 Fix two issues regarding table creation
| * Change to allow the `version` column to have id 0 or 1, remove sql_mode ↵jakobst1n2023-09-081-8/+4
| | | | | | | | setting (#2)
| * Add query which sets sql_mode for the version row to be inserted (#2)jakobst1n2023-09-082-1/+5
| |
| * Remove database in query, as that should be configurable (#2)jakobst1n2023-09-082-2/+2
|/
* Bump version numberv.0.3.1Jakob Stendahl2023-04-121-1/+1
|
* Merge pull request #1 from micwoj92/masterJakob Stendahl2023-03-293-147/+274
|\ | | | | Fix some warnings
| * Fix deprecation warningmicwoj922023-03-211-1/+1
| | | | | | Chrono 0.4.23 deprecated methods that have an _opt() alternative.
| * Fix future compatibility warningmicwoj922023-03-212-146/+273
|/ | | warning: the following packages contain code that will be rejected by a future version of Rust: html5ever v0.25.1, nom v5.1.2, quick-xml v0.22.0, xml5ever v0.16.2
* :sparkles: Add many more fields that can be used, improve documentation and ↵v0.3.0Jakob Stendahl2022-02-144-153/+389
| | | | improve file structure
* :card_file_box: Make migration pattern for databaseJakob Stendahl2022-02-141-0/+61
|
* :children_crossing: Catch and deal with database connection error(s)v0.2.0Jakob Stendahl2022-02-144-54/+49
|
* :children_crossing: Improve log dataJakob Stendahl2022-02-141-2/+5
|
* :lock: Escape HTML special charactersJakob Stendahl2022-02-141-2/+6
| | | This will make all html tags not work, this _could_ be an issue for some feeds. Since we are using html2md for all content that advertises itself as html, I am going to assume it is fine for now :)
* :pencil2: One entry was omittedJakob Stendahl2022-02-141-1/+1
|
* :zap: Change build-target to musl, and use scratch as base-image for final imagejakob.stendahl2022-01-271-8/+18
|
* :heavy_plus_sign: Remove OpenSSL and use RustTLS insteadjakobst1n2022-01-272-242/+95
|
* :pencil2: Remove unnecessary error!Jakob Stendahl2022-01-241-5/+2
|
* :construction: Remove println!v0.1.0Jakob Stendahl2022-01-241-1/+0
|
* Merge branch 'master' of github.com:JakobST1n/RSS-watcherjakob.stendahl2022-01-242-10/+10
|\
| * :memo: Add docker hub imageJakob Stendahl2022-01-241-3/+3
| |
| * :construction_worker: Remove signing :)Jakob Stendahl2022-01-241-7/+7
| |
* | :wrench: Change to not using smaller image for the time beingjakob.stendahl2022-01-241-3/+6
|/
* :construction_worker: Add ActionJakob Stendahl2022-01-242-2/+94
|
* Initial commitJakob Stendahl2022-01-248-0/+3514