Commit graph

14578 commits

Author SHA1 Message Date
Jonathan Math
b411261524 remove example chart from netdata 2021-04-12 12:36:11 -05:00
Jonathan Math
8c7dee89e1 charts are controlled by docker/netdata/netdataconfig/conf/newsblur.conf. Remove the need for volumizing each individual chart file 2021-04-12 12:18:51 -05:00
Samuel Clay
4758bc11e4 Re-enabling disable_consul_services for staging. 2021-04-12 10:13:25 -04:00
Samuel Clay
5b3a95bc0b Staging doesn't use jinja templates, so no need to ignore 2021-04-12 10:11:36 -04:00
Samuel Clay
c00630ecf2 Typo 2021-04-11 15:24:24 -04:00
Samuel Clay
1af8183550 Adding celery integration to sentry. 2021-04-11 12:25:17 -04:00
Samuel Clay
c7d7764318 Mongo logs shouldnt be over 256MB 2021-04-11 12:09:15 -04:00
Jonathan Math
67b06a73df change hostname for netdata host in docker-compose 2021-04-10 12:11:11 -05:00
Jonathan Math
82f0a99f67 monitors are running in ansible. had to comment out disable_consul_services: yes in setup_staging.yml 2021-04-10 12:10:50 -05:00
Jonathan Math
a6e99ea00c make modification to netdata charts to accomodate staging certs 2021-04-10 12:04:30 -05:00
Samuel Clay
e82da094ab Search01 is a DB 2021-04-09 23:02:28 -04:00
Samuel Clay
a33a123621 Handling elasticsearch timeout. 2021-04-09 22:38:21 -04:00
Samuel Clay
2279e117c5 Bumping to 30 task servers 2021-04-08 20:50:47 -04:00
Samuel Clay
4915bfa9b2 Dark mode needed a better story end line and animation. 2021-04-08 17:54:11 -04:00
Samuel Clay
f0aafc7413 Forgive me for this commit. It's a stopgap in consul configs. I need to be able to automate changes to consul configs, but what I was doing was manually juggling these configs on the old datacenter. While this is ugly, it works and as soon as the old DC is retired, we can rip this out. I mean this is basically /etc/hosts, just uglier. 2021-04-08 15:55:58 -04:00
Jonathan Math
d36d86c4e3 clean up docker-compose volumes for netdata 2021-04-08 10:01:14 -05:00
Samuel Clay
18c1ac8365 Fixing broken calc command in compressed CSS. Can use a - but not a + because the space will condense from calc(100% + 56px) to calc(100%+56px) which is invalid CSS. 2021-04-07 21:25:22 -04:00
Samuel Clay
70ba058aa4 Deployment of compressed static assets through S3. 2021-04-07 20:48:01 -04:00
Samuel Clay
7d1fdb330a Updating all rivers on column change. 2021-04-07 16:14:03 -04:00
Samuel Clay
0463e5418c Single column dashboard shows south pane, double column dashboard uses west pane (tighter stories). 2021-04-07 15:58:27 -04:00
Samuel Clay
1802174bca Adjusting clearances for titles. 2021-04-07 15:45:29 -04:00
Samuel Clay
37347b3952 Reducing CSS 2021-04-07 15:38:55 -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
ec443f6117 Docker compose needs elasticsearch.yml config. 2021-04-07 15:32:17 -04:00
Samuel Clay
ba46b2f85a Don't fetch broken feeds immediately as they can get stuck in a loop. 2021-04-07 15:32:17 -04:00
Jonathan Math
291b027a34 add app-times chart configs to docker-compose 2021-04-07 12:55:58 -05:00
Jonathan Math
55d74a067f add app-times chart to netdata 2021-04-07 12:55:21 -05:00
Jonathan Math
1391e2174c clean up app_servers chart file 2021-04-07 12:54:59 -05:00
Jonathan Math
88a56dcb68 remove old file used in netdata development 2021-04-07 12:54:33 -05:00
Jonathan Math
f07797459c refactor directory structure for netdata and rename chart to app_servers.py 2021-04-07 12:29:05 -05:00
Jonathan Math
40c7612fef remove unnecessary volumes from netdata 2021-04-07 12:00:36 -05:00
Jonathan Math
c3e3c4f9b6 Merge branch 'dashboard3' of https://github.com/samuelclay/NewsBlur into dashboard3 2021-04-07 10:36:22 -05:00
Jonathan Math
28e876df6d increase gunicorn workers for docker build 2021-04-07 10:36:16 -05:00
Samuel Clay
b9f3fd4eb5 Read more content expander needs to handle full bleed images. 2021-04-07 11:30:53 -04:00
Jonathan Math
d3c29aaa33 remove unnecessary port specification in docker-compos and app-servers chart 2021-04-07 10:22:01 -05:00
Jonathan Math
00601b49c1 Merge branch 'dashboard3' of https://github.com/samuelclay/NewsBlur into dashboard3 2021-04-07 10:15:56 -05:00
Jonathan Math
9d9dbff224 get app servers monitor working, but the monitor will stop collecting data when it needs to handle a request on nb.local.com.... this needs a bugfix 2021-04-07 10:15:51 -05:00
Samuel Clay
592e27107f North/south split layout also need to look like list layout on thumbnails. 2021-04-07 11:07:48 -04:00
Samuel Clay
2b60f07470 Bug in preferences would duplicate every event. 2021-04-07 11:03:48 -04:00
Jonathan Math
20fccca17c add Monitor class to newsblur chart to make it easier to retrieve data 2021-04-06 21:36:42 -05:00
Samuel Clay
eba74ccbe7 Natural width is better at calculating image size. 2021-04-06 19:37:01 -04:00
Samuel Clay
480d8d2148 Full bleed images in List view if content set to fill page. This will result in huge images. 2021-04-06 19:28:39 -04:00
Samuel Clay
b4ade7afc0 New feature: full bleed images. Borrowed from iOS, takes small images into consideration. 2021-04-06 19:25:02 -04:00
Jonathan Math
479ec483f1 rename newsblur_data_request to newsblur for netdata charts and add a few more charts. WIP 2021-04-06 17:47:30 -05:00
Jonathan Math
2b25b5bf1c configuration working to display custom netdata charts, but WIP for displaying the correct data from the correct charts 2021-04-06 16:07:43 -05:00
Samuel Clay
e130b404d4 Found incorrect sizing on grid. 2021-04-06 16:52:33 -04:00
Samuel Clay
2251d29c2f Celery should always reset. 2021-04-06 16:16:50 -04:00
Samuel Clay
cee74670ca Fixing issue where image previews dont change size. 2021-04-06 16:16:40 -04:00
Samuel Clay
fc69c0c8b9 Dashboard shouldnt truncate stories. Also handling missing elasticsearch more gracefully. 2021-04-06 15:51:26 -04:00
Samuel Clay
73c3a0242b New feature: single or double column dashboard. 2021-04-06 15:04:50 -04:00