Remove some unneeded files.

This commit is contained in:
Syfaro 2020-12-07 17:49:34 -06:00
parent 43e5c834a9
commit 3d7add5c1d
5 changed files with 3 additions and 2502 deletions

View File

@ -1 +0,0 @@
target

View File

@ -1,17 +0,0 @@
---
kind: pipeline
name: default
type: docker
steps:
- name: docker
image: plugins/docker
settings:
auto_tag: true
registry: registry.huefox.com
repo: registry.huefox.com/fa-watcher
username:
from_secret: docker_username
password:
from_secret: docker_password
...

File diff suppressed because it is too large Load Diff

View File

@ -1,19 +1,19 @@
[package] [package]
name = "fa-watcher" name = "fuzzysearch-ingest-furaffinity"
version = "0.1.0" version = "0.1.0"
authors = ["Syfaro <syfaro@huefox.com>"] authors = ["Syfaro <syfaro@huefox.com>"]
edition = "2018" edition = "2018"
[dependencies] [dependencies]
reqwest = "0.10" reqwest = "0.10"
postgres = { version = "0.17.0", features = ["with-chrono-0_4"] } postgres = { version = "0.18.0", features = ["with-chrono-0_4"] }
tokio = { version = "0.2", features = ["full"] } tokio = { version = "0.2", features = ["full"] }
tokio-postgres = { version = "0.5.0" } tokio-postgres = { version = "0.5.0" }
r2d2_postgres = " 0.16.0" r2d2_postgres = " 0.16.0"
r2d2 = "0.8" r2d2 = "0.8"
chrono = "0.4" chrono = "0.4"
hyper = "0.13" hyper = "0.13"
prometheus = { version = "0.10", features = ["process"] } prometheus = { version = "0.11", features = ["process"] }
lazy_static = "1" lazy_static = "1"
hex = "0.4" hex = "0.4"

View File

@ -1,13 +0,0 @@
misc notes about watching fa submissions
## important data
* id
* artist
* image url
* image hash
* image filename
* rating
* posted date
* tags
* description