Commit graph

82 commits

Author SHA1 Message Date
Samuel Clay
73380a2e74 Specifying docker build platform (--platform linux/amd64) so M1 Macs don't build arm64/v8. 2021-11-14 17:27:02 -05:00
Jonathan Math
402563ab41 Fix node image/ docker-compose issue
the node_modules in the image were being overwritten by the bind mount for the node scripts. I fixed this by installing node_modules into a different directory and setting that directory in an env variable in the image.
2021-10-18 11:48:43 -05:00
Jonathan Math
626245cd6b make 'make down' command include metrics containers 2021-09-21 12:11:30 -05:00
Samuel Clay
3e23b6394a Revert "Revert "Merge branch 'add_grafana_monitors'""
This reverts commit a7f5025a16.
2021-09-16 11:57:57 -05:00
Samuel Clay
a7f5025a16 Revert "Merge branch 'add_grafana_monitors'"
This reverts commit f0c2176908, reversing
changes made to 72ef2e2f00.
2021-09-07 11:36:11 -04:00
Jonathan Math
25efd6d973 merge master 2021-09-05 22:42:32 -05:00
Samuel Clay
8ceafe0465 Adding mongo repair command for local development. 2021-08-11 18:36:35 -04:00
Jonathan Math
b45fd33cdc fix makefile 2021-08-10 10:04:40 -05:00
Samuel Clay
af390d5fd1 Adding elasticsearch to py3, upgrading monitor, need to fix boto -> boto3. 2021-08-04 18:42:58 -04:00
Samuel Clay
3ca108b816 Make old inventory 2021-08-03 15:17:25 -04:00
Samuel Clay
54b9b8c100 Read in bytes when stuffing images into api bookmarklet response. 2021-08-02 16:30:12 -04:00
Samuel Clay
0d266d7569 Adding auth source to mongo auth in node. 2021-07-12 21:41:19 -04:00
Samuel Clay
ce1ec6fcd8 Adding feed font controls to manage menu. Choose between Whitney (default), Lucida Grande (old default), and Sentinel. 2021-07-07 15:49:36 -04:00
Samuel Clay
e160a86d2a Switching celery to local log driver for docker due to logs filling up disk space. 2021-06-30 00:22:09 -04:00
Jonathan Math
a851e246d5 add RUNWITHMAKEBUILD=True to Makefile commands 2021-06-29 08:42:45 -06:00
Jonathan Math
bbfb66cdd4 add RUNWITHMAKEBUILD=True to makefile docker-compose commands. add make command for looking at mongo logs 2021-06-29 08:33:30 -06:00
Samuel Clay
bca23d3850 Adding redesign blog post draft. 2021-06-28 18:13:20 -04:00
Samuel Clay
96554221cb Fixing jekyll make command. 2021-06-21 22:40:48 -04:00
Samuel Clay
7658e59792 Cleaning up footer. 2021-06-21 22:39:56 -04:00
Jonathan Math
65bcb5e9e1 change env var name 2021-06-19 09:49:28 -06:00
Jonathan Math
db1e09a822 make an error message if the makefile is not used 2021-06-19 09:37:27 -06:00
Jonathan Math
9903dcbf41 add docker-compose metrics file and update makefile 2021-05-19 10:28:16 -04:00
Samuel Clay
2f36ca57ae Cleaning up Makefile 2021-05-17 17:39:27 -04:00
Samuel Clay
52260e9d28 Renaming make build 2021-05-17 17:37:54 -04:00
Jonathan Math
ccad0de9d3 add make pull to makefile 2021-05-17 17:32:54 -04:00
Samuel Clay
9bb4b8b83e Renaming make refresh to make tfrefresh, and make generate to make inventory. 2021-05-17 12:09:16 -04:00
Samuel Clay
62a6f664e1 Maintenance mode was easier to write than I thought. 2021-05-13 19:53:34 -04:00
Samuel Clay
428647f70c Lowering readability logs. 2021-05-12 18:54:04 -04:00
Jonathan Math
85eb6a4fd5 merge recent changes 2021-05-07 09:59:35 -05:00
Samuel Clay
57d37aa833 Turning on docker DEBUG. 2021-04-29 15:21:40 -04:00
Samuel Clay
7af0e27bde Fixing OPML upload 2021-04-29 13:25:28 -04:00
Samuel Clay
48a8d2dc4e Refactoring no_more_stories and story limiting for river. 2021-04-29 11:44:12 -04:00
Samuel Clay
2b61a229ea More convenience commands 2021-04-28 15:39:25 -04:00
Samuel Clay
34c9ee712c Fixing search on docker. Also setting up docker installs to always have active subscribers so feeds are never stale. 2021-04-27 20:49:10 -04:00
Samuel Clay
b08d65edbd Don't refresh all hundred servers, wasting quota and being rate limited. 2021-04-26 14:12:57 -04:00
Samuel Clay
8974b0dd9a Fixing old+new ansible hosts. 2021-04-16 17:25:32 -04:00
Samuel Clay
8a30086f0f Refactoring Ansible provision/setup and deploy scripts to use a single script which calls appropriate roles and playbooks based on hostname 2021-04-13 11:59:42 -04:00
Samuel Clay
70ba058aa4 Deployment of compressed static assets through S3. 2021-04-07 20:48:01 -04:00
Samuel Clay
b561ce756b Fixing issue with dashboard river folder not being changeable or selectable. 2021-04-07 15:32:17 -04:00
Samuel Clay
2251d29c2f Celery should always reset. 2021-04-06 16:16:50 -04:00
Samuel Clay
64ac914db4 Fixing #1435. imageproxy is now configured and loaded locally. The url is now /imageproxy and HAProxy knows to trim the url before sending it to the imageproxy service. 2021-04-01 17:01:05 -04:00
Samuel Clay
02138db5ca Switching from elasticsearch and dsl to pyelasticsearch. Feed autocomplete still doesn't work yet. 2021-03-24 21:09:26 -04:00
Samuel Clay
983984a1f3 Ignoring backups. Working on staging and discovery. 2021-03-15 20:06:27 -04:00
Jonathan Math
2e7647a715 make npm install line of makef nb to happpen before up command 2021-03-14 16:16:36 -05:00
Samuel Clay
a07a0ec948 Adding deploy monitor. 2021-03-10 10:36:32 -05:00
Samuel Clay
f185d2bad8 make generate 2021-03-09 16:56:42 -05:00
Samuel Clay
d626ad9838 nb-down 2021-03-09 12:02:30 -05:00
Samuel Clay
6cf0320205 Adding setup_ to Makefile 2021-03-09 11:40:19 -05:00
Samuel Clay
a69aae6ce3 Moving monitor Dockerfile. 2021-03-09 11:10:42 -05:00
Samuel Clay
baabc678b4 Adding deploy work, updating zshrc to include correct container name for shell_plus command. 2021-03-08 11:33:58 -05:00