Commit Graph

603 Commits

Author SHA1 Message Date
7d44f1518f Updated gitignore to ignore conf folder and deleted the contents of conf. 2017-12-01 10:57:28 +01:00
fa8f82449b Merge branch 'master' of github.com:KevinMidboe/seasonedShows 2017-12-01 10:49:08 +01:00
f7b772a170 Changed the default cache TTL from 7 days to 2 days. 2017-12-01 10:46:50 +01:00
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
db11c968a3 Renamed folder the plural. 2017-12-01 10:28:29 +01:00
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
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
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
57658f10c1 Used the wrong shows.db. Now corrected. 2017-11-28 22:25:06 +01:00
62b6f5c8ca Using react-interactive we now have hover animations for our buttons. 2017-11-28 21:02:25 +01:00
362e5f54d1 Added react-interactive package to make it easier to handle hover and focus on mobile. 2017-11-28 20:58:45 +01:00
c5938c3c78 Merge pull request #63 from KevinMidboe/sentry
Sentry
2017-11-28 19:26:18 +01:00
2421b04548 Removed last commented line. 2017-11-28 19:25:23 +01:00
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
36b4f16047 Revert "Removed files."
This reverts commit 7f4b95c8c4.
2017-11-28 19:22:40 +01:00
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
be4c79ca16 Added env folder to gitignore 2017-11-28 19:10:45 +01:00
613b4ecee3 Merge pull request #62 from KevinMidboe/sentry
Sentry
2017-11-08 14:04:37 +01:00
7f4b95c8c4 Removed files. 2017-11-04 19:35:06 +01:00
0e4f96640c Ommited to entire conf folder in api. 2017-11-04 19:34:28 +01:00
dc685ebcdd Removed conf files from api. 2017-11-04 19:30:57 +01:00
6e9d511b5c Added empty log file and stripped config file. 2017-11-04 19:28:34 +01:00
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
38383da1b9 Merge pull request #61 from KevinMidboe/sentry
Setup for sentry.
2017-10-26 15:20:31 +02:00
7cce61b3bb Setup for sentry. Need to add __DSN__ value manually. 2017-10-26 15:19:10 +02:00
303ec8fa10 Merge pull request #60 from KevinMidboe/lint
Lint
2017-10-26 14:53:06 +02:00
e417fedece Now follows our airbnb linting schema. 2017-10-26 14:52:00 +02:00
6dd9cf7083 Added eslint and set preset to airbnb base. 2017-10-26 14:51:12 +02:00
546f33883a Merge pull request #59 from KevinMidboe/conf_webpack
Changed to now use a prod and a dev webpack config. Our prod config n…
2017-10-24 23:02:00 +02:00
d10b974545 Changed to now use a prod and a dev webpack config. Our prod config now minifies and sets up caching for us. Package json now has build command. 2017-10-24 23:01:44 +02:00
c6fac11b8d Merge pull request #58 from KevinMidboe/client_styling
Changed the box shadow and margin of result wrapper.
2017-10-23 16:12:57 +02:00
d6c066266c Changed the box shadow and margin of result wrapper. 2017-10-23 16:12:00 +02:00
5c408b826b Merge pull request #57 from KevinMidboe/client_title-position
Changed the title position of our result list.
2017-10-23 16:07:06 +02:00
a0ce4e07fe Changed the title position of our result list. 2017-10-23 16:06:38 +02:00
1b58cb461c Merge pull request #56 from KevinMidboe/client_show-request-user
Now also prints the requestee of a element if it is not null.
2017-10-23 15:50:31 +02:00
dbd258d9fa Now also prints the requestee of a element if it is not null. 2017-10-23 15:49:54 +02:00
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
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
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
effa41978e Merge pull request #53 from KevinMidboe/api_search-tmdb-list
Api search tmdb list
2017-10-23 15:35:35 +02:00
7069db8901 Now checks for loggedinuser header variable and passes it to sendRequest. 2017-10-23 15:32:49 +02:00
81fbc86cad Now loggedinuser cookie variable is sent in our header on each call. 2017-10-23 15:31:41 +02:00
6f12d0ca49 Added docstring to new functions in tmdb 2017-10-23 15:14:16 +02:00
2d986eb5b3 Removed unused controllers 2017-10-23 15:06:22 +02:00
233ad03dd3 Changed so our client now uses our new endpoint for searching lists. 2017-10-23 15:05:42 +02:00
40928a6e46 Added docstring 2017-10-23 14:59:58 +02:00
c48db517ac Created one function for searching for different tmdb lists. This replaces 4 endpoints so we have a single way of searching for lists. 2017-10-23 14:58:52 +02:00
d836dd01d3 Merge pull request #52 from KevinMidboe/app/search-the-bay
App/search the bay
2017-10-22 18:56:00 +02:00
da0609d56c Also passes our regex if there is a year now. 2017-10-22 18:54:38 +02:00
f15df29801 More general re matching for date and also returns empty dict of no candidates are found. 2017-10-22 18:50:50 +02:00