Commit Graph

994 Commits

Author SHA1 Message Date
908fca6dd0 Trying to remove teardown between tests. 2017-12-21 00:42:44 +01:00
e6a34a0503 Back to linux. plz fix plzzzzz 2017-12-21 00:38:46 +01:00
f0e8f84e12 Building with osx now 2017-12-20 23:20:49 +01:00
0459fb9312 More testing for this bug. 2017-12-20 23:18:13 +01:00
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
fb22576708 Travis is still not reading our teardown file. 2017-12-20 22:51:08 +01:00
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
54eca33dfa Forgot to update the node version in travis config file. 2017-12-20 22:27:20 +01:00
93e43d9954 Added a template development.json file for build purposes. 2017-12-20 22:22:25 +01:00
fba3845523 Now we check if the values length is 0 not the filters varaible. 2017-12-20 22:17:45 +01:00
fe64af856e Fixed a old bug. 2017-12-20 22:16:57 +01:00
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
e4573e6808 Forgot to remove path without test scripts yet. 2017-12-20 21:13:24 +01:00
e19b604a78 Our teardown sql script. 2017-12-20 21:08:35 +01:00
f6c27482e4 Added script for teardown of database. 2017-12-20 21:07:33 +01:00
00ad5cf7a8 Added mocha, istanbul and supertest packages. Added coverange and test script. 2017-12-20 21:07:13 +01:00
ba33552099 Merge pull request #71 from KevinMidboe/testing
Testing
2017-12-20 20:55:18 +01:00
99ddb61c37 Started by adding some system tests for the api. 2017-12-20 20:47:32 +01:00
790f5d6588 Added travis support to api. 2017-12-20 20:46:15 +01:00
a51a78bc71 Merge branch 'master' of github.com:kevinmidboe/seasonedShows 2017-12-03 15:01:50 +01:00
317aa69f18 Re-added a CSS class that was removed. 2017-12-02 15:42:23 +01:00
de90b48430 Update README.md 2017-12-02 15:39:02 +01:00
6011615a41 Merge pull request #68 from KevinMidboe/add-metadata-requests
Add metadata requests
2017-12-02 13:23:24 +01:00
0338e90bf7 Merge pull request #66 from KevinMidboe/styling
Styling
2017-12-02 13:19:54 +01:00
cf43500c01 Merge branch 'master' into styling 2017-12-02 13:19:00 +01:00
c65cdd84b7 Changed our gitignore file for the api folder. 2017-12-02 13:18:20 +01:00
7849a8ce3f Fixed syntax error. 2017-12-02 13:17:17 +01:00
246abd7020 Renamed the variable name for our stylesheet. 2017-12-02 13:16:57 +01:00
580cdc430f Removed a lot of unused css classes. 2017-12-02 13:15:23 +01:00
7bde2821d0 Followed with the renaming of MovieObject to now be refered to as SearchObject. Also change the loading animation for InfiniteScroll. It is the same loading animation imported as we have in torrent search. 2017-12-02 13:13:35 +01:00
45db534681 When a requested element from the sidebar is selected this is where the detailed info is displayed. Now it is possible to change the status of a item by using the dropdown. This is where piratesearch also gets the query name through props. 2017-12-02 12:17:00 +01:00
fd0a2c9d50 Renamed the exporting class name to match the file name. 2017-12-02 12:08:47 +01:00
e55067025e Renamed movieObject to searchObject, same with css. 2017-12-02 12:05:17 +01:00
187ac6317e Still a bit messy, but removed unsued sections and redid the naming schema for css items. 2017-12-02 12:01:49 +01:00
9fcc82d7cf Put both jsx and js varaibles on same line in config file. 2017-12-02 11:35:39 +01:00
c11b222ee3 Deleted unused svg image. 2017-12-02 11:35:10 +01:00
8695a553d6 Admin page is our landing page for admin panel, now it passes our api response to sidebar and info panel when we get the response back from the api. Some renaming of stylesheet variable. 2017-12-02 11:32:49 +01:00
3fe8f46dd4 Viewport changes to limit zoom in on mobile the typing in a search bar. 2017-12-02 11:31:25 +01:00
5fb1e7ba2e Sidebar is now redesigned with color indicators, filtering name by search query or filtering status by dropdown. Moved CSS to a separate stylesheet. 2017-12-02 11:20:26 +01:00
e1fed24fc0 Added a loading image to pirateSearch. Now we get feedback when waiting for response from the api. 2017-12-02 10:39:18 +01:00
8542da34cd Added a separate stylesheet for our buttons. 2017-12-02 10:37:31 +01:00
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