|
5265ff8e14
|
Refactoring /result and making errors more explicit
|
2017-04-23 22:49:10 +03:00 |
|
|
0513695586
|
Fixing typos and adding extra information to upload
|
2017-04-23 00:47:02 +03:00 |
|
|
b8d2add858
|
Adding logging capabilities with syslog
|
2017-04-22 20:31:50 +03:00 |
|
|
5acf92155d
|
Adding positive score constraint
|
2017-04-22 13:56:34 +03:00 |
|
|
b2035506ff
|
small sr removal fix
|
2017-04-22 01:49:02 +03:00 |
|
|
6caff90c0a
|
Removing cache from testing config
|
2017-04-22 01:40:34 +03:00 |
|
|
8b7698c9f4
|
Fixing get_highest_score zero division
|
2017-04-22 01:40:03 +03:00 |
|
|
6bebaaa9b9
|
Adding progress bar for the entry
|
2017-04-22 01:20:01 +03:00 |
|
|
d92b4a40e0
|
Using os.environ.get instead of our in-house get_environ...
|
2017-04-22 00:41:44 +03:00 |
|
|
425ebf1771
|
Adding support for configuration via environment variables
|
2017-04-22 00:20:37 +03:00 |
|
|
f263bf4092
|
Setting DevelopmentConfig as default
|
2017-04-21 19:29:34 +03:00 |
|
|
eddc87108d
|
We actually want to run production config only when BSFLASK_ENV is set to production
|
2017-04-21 18:56:45 +03:00 |
|
|
317a1282ae
|
Updating configuration to use environment variable BSFLASK_ENV instead of command line arguments
|
2017-04-21 18:49:53 +03:00 |
|
|
6faa57737e
|
Updating the config file
|
2017-04-21 18:07:00 +03:00 |
|
|
016658f2a6
|
Adding GUNICORN support
|
2017-04-21 17:01:02 +03:00 |
|
|
d94c512ae9
|
Optimizing imports
|
2017-04-21 02:39:34 +03:00 |
|
|
ae1b44d85a
|
Adding flask_cache
|
2017-04-21 02:38:07 +03:00 |
|
|
fc9c721d96
|
Adding docttest to to_zero_count()
|
2017-04-21 01:41:24 +03:00 |
|
|
9a6a181314
|
Adding 400 page
|
2017-04-20 16:25:43 +03:00 |
|
|
6cda07e58a
|
Adding error handlers for 400 and 405
|
2017-04-20 16:16:30 +03:00 |
|
|
cb10a06183
|
Astrid
|
2017-04-20 16:09:45 +03:00 |
|
|
973b2496ce
|
Refactoring pagination
|
2017-04-20 01:13:21 +03:00 |
|
|
568ba89894
|
Updating result template: adding name in the page header
|
2017-04-19 22:20:12 +03:00 |
|
|
2fc68fcfe0
|
Replacing entry with result in the title
|
2017-04-19 18:43:57 +03:00 |
|
|
b2d90b202d
|
Adding search functionality
|
2017-04-19 18:21:00 +03:00 |
|
|
a8bb3b15c3
|
Adding a new string value to the model: name
|
2017-04-19 17:35:58 +03:00 |
|
|
96ce700863
|
Refactoring index
|
2017-04-19 17:26:14 +03:00 |
|
|
cb1be5abb1
|
Adding more information
|
2017-04-19 16:54:48 +03:00 |
|
|
6cc278ecd4
|
Updating config
|
2017-04-19 16:09:41 +03:00 |
|
|
40ae6c63d4
|
Adding documentation to to_zero_count function
|
2017-04-19 16:03:14 +03:00 |
|
|
afca516f8a
|
Refactoring index to use utility method for correcting page_no
|
2017-04-19 15:54:15 +03:00 |
|
|
6239ae055f
|
Adding a new file for utility methods
|
2017-04-19 15:53:29 +03:00 |
|
|
04af445a57
|
Modify the application so it respects the REST api standard
|
2017-04-19 01:27:26 +03:00 |
|
|
65a83d3761
|
Displaying the number of results via index html
|
2017-04-19 01:01:52 +03:00 |
|
|
d3158b8175
|
Displaying the number of results via index html
|
2017-04-18 19:47:22 +03:00 |
|
|
4ad744458f
|
Updating root.html to use data from config
|
2017-04-18 19:42:19 +03:00 |
|
|
b202c0c001
|
Renaming mybase.html to root.html
|
2017-04-18 19:40:25 +03:00 |
|
|
152fc32f71
|
Increasing the size of the logfile
|
2017-04-18 19:18:58 +03:00 |
|
|
ff3da7e98c
|
Updating the 404 page
|
2017-04-18 18:58:48 +03:00 |
|
|
d188e140ec
|
Adding internal server error handler and page
|
2017-04-18 18:58:24 +03:00 |
|
|
3d8fb2af0f
|
Adding basic pagination support
|
2017-04-18 18:44:50 +03:00 |
|
|
32dcd5596a
|
Adding IP and PORT as config settings
|
2017-04-18 01:35:05 +03:00 |
|
|
bfd6d62a8a
|
Fixing travis CI build error by providing standard config file
|
2017-04-17 13:45:14 +03:00 |
|
|
c73929a116
|
Adding safe filters to data
|
2017-04-17 02:42:16 +03:00 |
|
|
de57a1fbb1
|
Adding a page for /upload with instructions
|
2017-04-17 02:33:05 +03:00 |
|
|
52499623db
|
Adding running with configuration message
|
2017-04-17 02:20:49 +03:00 |
|
|
cf5d7495f0
|
Adding MYSQL support
|
2017-04-17 02:18:18 +03:00 |
|
|
2560c34257
|
Make tests use a testing database instead of the development database
|
2017-04-16 21:21:05 +03:00 |
|
|
41218817fb
|
Adding a get method for /upload
|
2017-04-16 21:16:47 +03:00 |
|
|
bab32e271f
|
Fixing config.py
|
2017-04-16 21:13:42 +03:00 |
|