Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump dependenciesHEADmaster | jakobst1n | 2024-09-25 | 2 | -194/+412 |
| | |||||
* | Merge pull request #4 from micwoj92/master | Jakob Stendahl | 2023-11-28 | 4 | -101/+155 |
|\ | | | | | format code | ||||
| * | format code | micwoj92 | 2023-11-21 | 4 | -101/+155 |
|/ | |||||
* | Merge pull request #3 from JakobST1n/fix/#2v.0.3.3v.0.3.2 | Jakob Stendahl | 2023-09-08 | 3 | -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 ↵ | jakobst1n | 2023-09-08 | 1 | -8/+4 |
| | | | | | | | | setting (#2) | ||||
| * | Add query which sets sql_mode for the version row to be inserted (#2) | jakobst1n | 2023-09-08 | 2 | -1/+5 |
| | | |||||
| * | Remove database in query, as that should be configurable (#2) | jakobst1n | 2023-09-08 | 2 | -2/+2 |
|/ | |||||
* | Bump version numberv.0.3.1 | Jakob Stendahl | 2023-04-12 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1 from micwoj92/master | Jakob Stendahl | 2023-03-29 | 3 | -147/+274 |
|\ | | | | | Fix some warnings | ||||
| * | Fix deprecation warning | micwoj92 | 2023-03-21 | 1 | -1/+1 |
| | | | | | | Chrono 0.4.23 deprecated methods that have an _opt() alternative. | ||||
| * | Fix future compatibility warning | micwoj92 | 2023-03-21 | 2 | -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.0 | Jakob Stendahl | 2022-02-14 | 4 | -153/+389 |
| | | | | improve file structure | ||||
* | :card_file_box: Make migration pattern for database | Jakob Stendahl | 2022-02-14 | 1 | -0/+61 |
| | |||||
* | :children_crossing: Catch and deal with database connection error(s)v0.2.0 | Jakob Stendahl | 2022-02-14 | 4 | -54/+49 |
| | |||||
* | :children_crossing: Improve log data | Jakob Stendahl | 2022-02-14 | 1 | -2/+5 |
| | |||||
* | :lock: Escape HTML special characters | Jakob Stendahl | 2022-02-14 | 1 | -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 omitted | Jakob Stendahl | 2022-02-14 | 1 | -1/+1 |
| | |||||
* | :zap: Change build-target to musl, and use scratch as base-image for final image | jakob.stendahl | 2022-01-27 | 1 | -8/+18 |
| | |||||
* | :heavy_plus_sign: Remove OpenSSL and use RustTLS instead | jakobst1n | 2022-01-27 | 2 | -242/+95 |
| | |||||
* | :pencil2: Remove unnecessary error! | Jakob Stendahl | 2022-01-24 | 1 | -5/+2 |
| | |||||
* | :construction: Remove println!v0.1.0 | Jakob Stendahl | 2022-01-24 | 1 | -1/+0 |
| | |||||
* | Merge branch 'master' of github.com:JakobST1n/RSS-watcher | jakob.stendahl | 2022-01-24 | 2 | -10/+10 |
|\ | |||||
| * | :memo: Add docker hub image | Jakob Stendahl | 2022-01-24 | 1 | -3/+3 |
| | | |||||
| * | :construction_worker: Remove signing :) | Jakob Stendahl | 2022-01-24 | 1 | -7/+7 |
| | | |||||
* | | :wrench: Change to not using smaller image for the time being | jakob.stendahl | 2022-01-24 | 1 | -3/+6 |
|/ | |||||
* | :construction_worker: Add Action | Jakob Stendahl | 2022-01-24 | 2 | -2/+94 |
| | |||||
* | Initial commit | Jakob Stendahl | 2022-01-24 | 8 | -0/+3514 |