1
0
mirror of https://github.com/devfake/flox.git synced 2024-11-14 14:12:31 +01:00
Commit Graph

6 Commits

Author SHA1 Message Date
Tim Meier
29264489ac fix afterCreate -> beforeCreate 2017-02-13 21:17:25 +01:00
Tim Meier
f831e5d69b Integrate eslint (#20)
* Add eslint

* Clean up code

* Add eslint to travis
2017-02-13 21:17:25 +01:00
Tim Meier
70af78ab27 File parser update (#19)
* Insert movies into db

* refactoring

* Add current time into 'added' on fetch

* Only insert if src is not in db

* Insert tv into db

* Set removed field in field_history for missing files

* Add tv 'removed' field

* split up spec file

* Refactor tv and movies into own file

* Add migration

* Insert full file description

* Update tv fixtures

* Flatten tv hierarchy and redefined the output

* Add status property

* Add since param for movies

* Add since param for tv

* Sort output

* Remove 'added' column and integrated snapshot tests

* Refactor
2017-02-13 21:17:25 +01:00
Tim Meier
1ecafd90c1 File Parser database setup (#16)
* Add database setup

* Update readme

* Change src type STRING to TEXT
2017-02-13 21:17:25 +01:00
Tim Meier
a861027931 Remove redundant code 2017-02-13 21:17:25 +01:00
Tim Meier
9d2362a178 Add File Parser
Add setup

More tests

Refactoring

Update readme

Update json format

Bump

Refactor

Add ext property for episodes

Update README.md

Add subtitles

Add code coverage

Add movies

Add tv and movie api request

Add env variables for root paths

Clean up

Merge all GET requests into one

Clean up
2017-02-13 21:17:25 +01:00