Commit Graph

412 Commits

Author SHA1 Message Date
KevinMidboe aa1866bbd9 Fixed merge conflict regarding version of express 2018-01-09 17:05:02 +01:00
KevinMidboe bc0211e34f Moved eslint to devDep and updated express to 4.11 2018-01-09 17:02:03 +01:00
KevinMidboe 34a0c7f958 Merge pull request #72 from KevinMidboe/testing
Testing
2018-01-09 16:56:45 +01:00
KevinMidboe f6bd547701 Merge branch 'master' of github.com:kevinmidboe/seasonedShows 2018-01-09 16:55:09 +01:00
KevinMidboe e9f6f3a656 We added a new python app for fetching torrents. The api is now changed to use the new project. IMPORTANT that a check for if jackett is set up is done, if else this is will not run correctly. 2018-01-09 16:44:10 +01:00
KevinMidboe d92e6d8c78 Psst. Removed console logs from debug hunt. 2017-12-21 01:01:43 +01:00
KevinMidboe 601440d540 Ok. I can explain this bug. It seems commenting out teardown in resetDatabase solves our issue that travis cannot find our teardown script eventough it outputs the exact path it should be at. Will come back to this as it seems it works everywhere else. Good night. 2017-12-21 01:00:47 +01:00
KevinMidboe b4352ad721 Too many ; bro 2017-12-21 00:53:38 +01:00
KevinMidboe 2623649c5d Tried to re-add teardown and updated it to drop only tables that are in the database. Crossing fingers for a second pass. 2017-12-21 00:46:52 +01:00
KevinMidboe 908fca6dd0 Trying to remove teardown between tests. 2017-12-21 00:42:44 +01:00
KevinMidboe 0459fb9312 More testing for this bug. 2017-12-20 23:18:13 +01:00
KevinMidboe 6a725e3921 Added tons of console.logs to try find out where the problem with travis not being able to read file lies. 2017-12-20 23:06:02 +01:00
KevinMidboe fb22576708 Travis is still not reading our teardown file. 2017-12-20 22:51:08 +01:00
KevinMidboe bced4e052d There was a weird thing with the file permissions so it would not be read by travis. Now it should be fixed 2017-12-20 22:42:53 +01:00
KevinMidboe 93e43d9954 Added a template development.json file for build purposes. 2017-12-20 22:22:25 +01:00
KevinMidboe fba3845523 Now we check if the values length is 0 not the filters varaible. 2017-12-20 22:17:45 +01:00
KevinMidboe fe64af856e Fixed a old bug. 2017-12-20 22:16:57 +01:00
KevinMidboe 625717f7ad Now when checking config file if the value is blank it checks env variables for a variable defined as uppcase section + option with a separator of _. 2017-12-20 22:16:36 +01:00
KevinMidboe e4573e6808 Forgot to remove path without test scripts yet. 2017-12-20 21:13:24 +01:00
KevinMidboe e19b604a78 Our teardown sql script. 2017-12-20 21:08:35 +01:00
KevinMidboe f6c27482e4 Added script for teardown of database. 2017-12-20 21:07:33 +01:00
KevinMidboe 00ad5cf7a8 Added mocha, istanbul and supertest packages. Added coverange and test script. 2017-12-20 21:07:13 +01:00
KevinMidboe 99ddb61c37 Started by adding some system tests for the api. 2017-12-20 20:47:32 +01:00
KevinMidboe 790f5d6588 Added travis support to api. 2017-12-20 20:46:15 +01:00
KevinMidboe 6011615a41 Merge pull request #68 from KevinMidboe/add-metadata-requests
Add metadata requests
2017-12-02 13:23:24 +01:00
KevinMidboe 7d44f1518f Updated gitignore to ignore conf folder and deleted the contents of conf. 2017-12-01 10:57:28 +01:00
KevinMidboe fa8f82449b Merge branch 'master' of github.com:KevinMidboe/seasonedShows 2017-12-01 10:49:08 +01:00
KevinMidboe f7b772a170 Changed the default cache TTL from 7 days to 2 days. 2017-12-01 10:46:50 +01:00
KevinMidboe d0597b4e1e This is our main focus on changing, this is where we add a background parameter in our database entry. 2017-12-01 10:34:09 +01:00
KevinMidboe db11c968a3 Renamed folder the plural. 2017-12-01 10:28:29 +01:00
KevinMidboe b8647f982d This is where we use our setup function to add tables if none are present in our database file. 2017-12-01 10:27:46 +01:00
KevinMidboe ac6bbe6ac6 Now we can build or database by reading schema files. Also added doc strings to all the functions. This is a much better definition of a database script for our usecases.. 2017-12-01 10:19:22 +01:00
KevinMidboe 2b772e3017 Long overdue, now we define our database schema so we can finally build our database, and not just move it around. 2017-12-01 10:14:22 +01:00
KevinMidboe 57658f10c1 Used the wrong shows.db. Now corrected. 2017-11-28 22:25:06 +01:00
KevinMidboe ff78dfbd50 Cleaned up in the main gitignore file and moved seasoned_api related ignore to its child file. 2017-11-28 19:24:47 +01:00
KevinMidboe 36b4f16047 Revert "Removed files."
This reverts commit 7f4b95c8c4.
2017-11-28 19:22:40 +01:00
KevinMidboe 5da57062a7 Added a gitignore for each main folder because we have python based scripts in one folder, javascript/react and javascript/node in the other. 2017-11-28 19:19:50 +01:00
KevinMidboe 7f4b95c8c4 Removed files. 2017-11-04 19:35:06 +01:00
KevinMidboe 6e9d511b5c Added empty log file and stripped config file. 2017-11-04 19:28:34 +01:00
KevinMidboe 2fc9674548 Added some todos for routers/middleware and setup so that raven will be used for error handling and gets value from config file. 2017-11-04 18:11:44 +01:00
KevinMidboe 7cce61b3bb Setup for sentry. Need to add __DSN__ value manually. 2017-10-26 15:19:10 +02:00
KevinMidboe e417fedece Now follows our airbnb linting schema. 2017-10-26 14:52:00 +02:00
KevinMidboe 6dd9cf7083 Added eslint and set preset to airbnb base. 2017-10-26 14:51:12 +02:00
KevinMidboe 1bdf89b69f Merge pull request #55 from KevinMidboe/api_tuning
Lowered the tollerance for what objects we choose to look at by tmdb.…
2017-10-23 15:39:57 +02:00
KevinMidboe 498bd13a1f Lowered the tollerance for what objects we choose to look at by tmdb. That is we only accept items that have some value of vote or popularity. 2017-10-23 15:39:28 +02:00
KevinMidboe 80dcba2fba Merge pull request #54 from KevinMidboe/api_save-user-w-request
Api save user w request
2017-10-23 15:36:28 +02:00
KevinMidboe 7069db8901 Now checks for loggedinuser header variable and passes it to sendRequest. 2017-10-23 15:32:49 +02:00
KevinMidboe 6f12d0ca49 Added docstring to new functions in tmdb 2017-10-23 15:14:16 +02:00
KevinMidboe 2d986eb5b3 Removed unused controllers 2017-10-23 15:06:22 +02:00
KevinMidboe 40928a6e46 Added docstring 2017-10-23 14:59:58 +02:00