Ben Busby
dd077954bf
Fixed search results test
...
For datetime spans in time-filtered search results, anything less than 7
characters or more than 15 can be guaranteed to not be properly
formatted dates (either "mm dd yyyy" or "xx days/months/weeks ago")
2020-04-26 18:11:02 -06:00
Ben Busby
36ce44ae6a
Update README.md
2020-04-26 18:00:29 -06:00
Ben Busby
e42d754229
Merge branch 'master' of github.com:benbusby/shoogle
2020-04-25 11:34:20 -06:00
Ben Busby
3bc58b64be
Small update to filter class
...
The image results page seems to have different formatting from non-image
results pages. Should probably revisit this at some point and try to
style the image results page to be more in line with other result types.
2020-04-25 11:32:43 -06:00
Ben Busby
fe0f17588a
Update README.md
...
Updated "Setup" section to clarify that docker setup is unnecessary if using Heroku quick deploy, and restructured to include local setup instructions as well.
2020-04-25 11:30:44 -06:00
Ben Busby
38c0f56322
Fixed gitignore, added required files
2020-04-24 19:03:22 -06:00
Ben Busby
1f6bfa092e
Complete refactoring of opensearch
...
Refactored opensearch.xml to only exist as a template that is
served by a flask route, which is then populated with the
necessary url root.
2020-04-24 18:45:57 -06:00
Ben Busby
02bb5a3426
Merge branch 'master' of github.com:benbusby/shoogle
2020-04-24 18:11:51 -06:00
Ben Busby
9c7b4c1444
Fixed bad test assertion
...
Was previously checking for non-inclusive max number of days (i.e.
filtering by past month would return a failed test if the result was
from exactly 31 days ago)
2020-04-24 18:10:57 -06:00
Ben Busby
79f5c607eb
Update README.md
...
Added clarification for prerequisites if using the Heroku single-click deploy option
2020-04-24 18:06:28 -06:00
Ben Busby
ae94650aee
Updated README
...
Added single click deploy option for heroku
2020-04-24 18:02:28 -06:00
Ben Busby
4fb8ab6cac
Added heroku.yml
2020-04-24 17:56:16 -06:00
Ben Busby
a678c2e89d
Updated app.json to use container stack
2020-04-24 17:53:45 -06:00
Ben Busby
482c93b09a
Added missing web dyno formation
2020-04-24 17:43:30 -06:00
Ben Busby
831d111c55
Updated app.json
...
Added a postdeploy option to run the application after it finishes building
2020-04-24 17:35:02 -06:00
Ben Busby
1c5f57e692
Fixed travis CI
...
Previous commit relocated requirements.txt back to the root level of the repo, but Travis wasn't updated accordingly.
2020-04-24 17:27:21 -06:00
Ben Busby
525f7adf22
Merge branch 'master' of github.com:benbusby/shoogle
2020-04-24 17:25:06 -06:00
Ben Busby
e21341d6f4
Deployment related refactoring, fixes to Dockerfile
...
- Updated Dockerfile to include chmod of run script
- Added app.json for Heroku quick deploy
- Removed unused function var in js controller
- Moved requirements back to root of repo
- Added Codebeat report to readme
2020-04-24 17:23:08 -06:00
Ben Busby
a7005c012e
Refactoring of user requests and routing
...
Curl requests and user agent related functionality was moved to its own
request class.
Routes was refactored to only include strictly routing related
functionality.
Filter class was cleaned up (had routing/request related logic in here,
which didn't make sense)
2020-04-23 20:59:43 -06:00
Ben Busby
6f80c35fd2
Fixed missing releases link in readme
2020-04-19 15:47:27 -06:00
Ben Busby
1713bcbf23
Update README.md
2020-04-19 15:43:44 -06:00
Ben Busby
31b9e19af7
Fixed main banner in readme
2020-04-19 15:28:40 -06:00
Ben Busby
67e3c788c7
Updated readme, added screenshots
2020-04-19 15:23:39 -06:00
Ben Busby
a7786ea904
Update issue templates
2020-04-17 13:36:45 -06:00
Ben Busby
6a150092a2
Fixed config bug in filter, updated run script to work on mac os
2020-04-16 18:50:31 -06:00
Ben Busby
2631335dbf
Updated README
2020-04-16 18:37:24 -06:00
Ben Busby
bd773ec5ff
Small update to js config request
2020-04-16 18:12:30 -06:00
Ben Busby
e72ccc4988
Small change to mobile styling
2020-04-16 10:10:18 -06:00
Ben Busby
024552f2df
Minor refactor of filter class, updated tests, fixed html/css, added ua to config
2020-04-16 10:01:02 -06:00
Ben Busby
b5351c8502
Update README.md
2020-04-15 18:06:59 -06:00
Ben Busby
0d17cc8ef6
Modified result length test
2020-04-15 17:54:38 -06:00
Ben Busby
ab59682cad
Small var fix in testing search results
2020-04-15 17:48:49 -06:00
Ben Busby
22381d6991
Fixed missing dateutil req
2020-04-15 17:46:15 -06:00
Ben Busby
a76cf87c26
Fixed missing gnutls in travis ci
2020-04-15 17:43:57 -06:00
Ben Busby
b5b6e64177
Added testing and ci build, refactored filter class, refactored project structure
2020-04-15 17:41:53 -06:00
Ben Busby
2600f494b7
Merge branch 'master' of github.com:benbusby/shoogle
2020-04-12 14:26:38 -06:00
Ben Busby
67d8b0d99d
Updated favicons
2020-04-12 14:26:32 -06:00
Ben Busby
56417787ab
Fixed typo
2020-04-12 13:52:08 -06:00
Ben Busby
3412e3cd59
Added instructions for preventing heroku downtime
2020-04-12 13:51:27 -06:00
Ben Busby
58bd93dbd0
Update README.md
2020-04-11 17:10:11 -06:00
Ben Busby
48b9f66490
Fixed incorrect opensearch template, updated readme
2020-04-11 15:57:06 -06:00
Ben Busby
20fce34db3
Added opensearch setup
2020-04-11 15:24:00 -06:00
Ben Busby
137f92d432
Added heroku setup instructions to README
2020-04-11 14:59:32 -06:00
Ben Busby
ea7ddce7b3
Updated dockerfile and run script to work with heroku deployment
2020-04-11 14:37:15 -06:00
Ben Busby
de06b72c08
Update LICENSE
2020-04-11 12:38:31 -06:00
Ben Busby
850a46aea1
Refactored routes, added filter class for returned results, added dockerignore
2020-04-10 14:52:27 -06:00
Ben Busby
d88b3904ff
Added basic docker setup
2020-04-08 14:05:28 -06:00
Ben Busby
08a8a3e064
Fixed missing page title
2020-04-08 19:13:25 +00:00
Ben Busby
5bfc4d9a74
Added user config for nojs links and dark mode, minor styling updates
2020-04-08 12:47:21 -06:00
Ben Busby
a00ccb1da8
Small fix for viewing images on mobile, updated document title formatting
2020-04-08 18:11:08 +00:00