mirror of
https://github.com/Syfaro/fuzzysearch.git
synced 2024-11-23 15:22:31 +00:00
Remove some unneeded files.
This commit is contained in:
parent
43e5c834a9
commit
3d7add5c1d
@ -1 +0,0 @@
|
||||
target
|
@ -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
|
||||
...
|
2468
fuzzysearch-ingest-furaffinity/Cargo.lock
generated
2468
fuzzysearch-ingest-furaffinity/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -1,19 +1,19 @@
|
||||
[package]
|
||||
name = "fa-watcher"
|
||||
name = "fuzzysearch-ingest-furaffinity"
|
||||
version = "0.1.0"
|
||||
authors = ["Syfaro <syfaro@huefox.com>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
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-postgres = { version = "0.5.0" }
|
||||
r2d2_postgres = " 0.16.0"
|
||||
r2d2 = "0.8"
|
||||
chrono = "0.4"
|
||||
hyper = "0.13"
|
||||
prometheus = { version = "0.10", features = ["process"] }
|
||||
prometheus = { version = "0.11", features = ["process"] }
|
||||
lazy_static = "1"
|
||||
hex = "0.4"
|
||||
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user