sictiru
5dd9609cd8
Cleanup. Use compat methods
2021-11-27 22:01:01 -08:00
sictiru
bec31c600a
Merge branch 'sictiru' of github.com:samuelclay/NewsBlur into sictiru
2021-11-27 21:38:07 -08:00
sictiru
e387fd5d73
#1572 Web view custom contextual web search action
2021-11-27 21:31:29 -08:00
Samuel Clay
41668235b6
Adding gradle wrapper properties.
2021-11-25 13:18:42 -05:00
Samuel Clay
719568a282
Adding gradle wrapper.
2021-11-25 13:16:39 -05:00
Andrei
dba188280d
NBScope for global scope coroutines
2021-10-31 19:20:14 -07:00
Andrei
74f80137c0
Update android gradle and kotlin dependencies
2021-10-31 19:00:13 -07:00
Andrei
a9bb151bf0
Merge branch 'sictiru' of github.com:samuelclay/NewsBlur into sictiru
...
# Conflicts:
# clients/android/NewsBlur/build.gradle
2021-10-30 17:32:13 -07:00
Andrei
ac23dbd630
Cleanup NbActivity and remove static reference to all activities. Add broadcast receiver based sync mechanism between foreground activities and db updates by the background service.
2021-10-30 17:26:20 -07:00
Andrei
5f8e04eb66
Check intent action in the receiver.
2021-10-30 13:52:50 -07:00
Andrei
02c946e424
#1556 Android 12 Splash Screen
2021-10-23 16:28:02 -07:00
Samuel Clay
6950e5a267
Android v11.1 (cleaner than 11.1.1 since 11.1 isn't even public yet)
2021-10-06 08:27:45 -04:00
Samuel Clay
bca2072c28
Merge branch 'master' into sictiru
...
* master: (87 commits)
Moving mongo
add elasticsearch_exporter to docker-compose metrics
Inverse logic on newsletters.
update mongo dashboard, add redis dashboard
Handling broken newsletters by not choking.
Bootstrapping issue with mongo.
Bootstrapping issue with mongo.
Removing auth from mongo.
Updating node dependencies for #1543 .
Only check for original text length on backend.
Rewriting content before save.
Newsletters have shorter full text, not longer.
Turning off mongo replset lag
Using node.consul syntax.
Correcting mongo url for prometheus
Removing unused code.
Handling redis river cache cutoff from non-feeds.
REDIS_USER needs to be earlier.
revert changes to flask_montior/requirements.txt
fix flask metrics python files
...
2021-10-06 07:56:12 -04:00
Samuel Clay
82ff87481b
Android v11.1.1.
2021-10-06 07:55:58 -04:00
Samuel Clay
39ca02cfca
Merge branch 'metrics'
...
* metrics:
add elasticsearch_exporter to docker-compose metrics
update mongo dashboard, add redis dashboard
2021-10-06 07:32:09 -04:00
Jonathan Math
218afe8ca4
Merge branch 'master' into metrics
2021-10-05 10:34:21 -05:00
Samuel Clay
78ddf8fbf8
Moving mongo
2021-10-05 11:05:33 -04:00
Jonathan Math
d19db3d6f8
add elasticsearch_exporter to docker-compose metrics
2021-10-05 09:44:32 -05:00
sictiru
ea783a8182
#1546 Only https custom server url
2021-10-04 21:55:33 -07:00
sictiru
f9029042eb
Update OkHttp
2021-10-04 20:51:47 -07:00
Samuel Clay
c4420aad97
Inverse logic on newsletters.
2021-10-01 15:23:47 -04:00
Jonathan Math
178f53725f
Merge branch 'metrics' of https://github.com/samuelclay/NewsBlur.git ; branch 'metrics' of https://github.com/samuelclay/NewsBlur into metrics
2021-10-01 13:23:19 -05:00
Jonathan Math
e29d25c613
update mongo dashboard, add redis dashboard
2021-10-01 13:18:53 -05:00
Samuel Clay
63ca16a37a
Handling broken newsletters by not choking.
2021-10-01 09:08:26 -04:00
Samuel Clay
a7fded7e8c
Bootstrapping issue with mongo.
2021-09-30 18:19:12 -04:00
Samuel Clay
9ae6730f76
Bootstrapping issue with mongo.
2021-09-30 18:17:46 -04:00
Samuel Clay
532790610d
Removing auth from mongo.
2021-09-30 18:02:00 -04:00
Samuel Clay
8ce2557fd5
Updating node dependencies for #1543 .
2021-09-30 18:02:00 -04:00
Samuel Clay
45063b9a08
Merge pull request #1542 from louis-pre/fix_save_story_endpoint
...
fix save_story endpoint
2021-09-30 16:21:28 -04:00
Samuel Clay
5f77322e4f
Merge pull request #1548 from louis-pre/fix/youtube-docker-settings
...
fix(docker): Remove duplicate YouTube API key setting
2021-09-30 16:18:43 -04:00
Samuel Clay
341a70596f
Only check for original text length on backend.
2021-09-30 12:32:36 -04:00
Samuel Clay
fcd8652715
Rewriting content before save.
2021-09-30 12:25:28 -04:00
Samuel Clay
5c6535fd2c
Newsletters have shorter full text, not longer.
2021-09-30 12:19:36 -04:00
sictiru
8ef74ce745
#1226 Preference for feed order
2021-09-25 19:59:44 -07:00
sictiru
62c94b0181
Material circular progress indicator
2021-09-25 15:05:16 -07:00
Samuel Clay
eff1e9b69b
Turning off mongo replset lag
2021-09-21 17:39:23 -04:00
Samuel Clay
1a18f3b36c
Using node.consul syntax.
2021-09-21 17:30:26 -04:00
Samuel Clay
517086b60e
Correcting mongo url for prometheus
2021-09-21 17:25:18 -04:00
Samuel Clay
90bb39f110
Merge pull request #1547 from samuelclay/metrics
...
Adding custom prometheus metrics for databases
2021-09-21 17:01:33 -04:00
Samuel Clay
4e18ceb369
Removing unused code.
2021-09-21 17:00:17 -04:00
Samuel Clay
c691600cfd
Merge branch 'master' into metrics
...
* master:
Handling redis river cache cutoff from non-feeds.
2021-09-21 16:53:23 -04:00
Samuel Clay
4083173302
Handling redis river cache cutoff from non-feeds.
2021-09-21 16:53:16 -04:00
Samuel Clay
92413c8956
REDIS_USER needs to be earlier.
2021-09-21 16:50:07 -04:00
Jonathan Math
656a111bd7
revert changes to flask_montior/requirements.txt
2021-09-21 12:14:04 -05:00
Jonathan Math
7fa72f5be3
fix flask metrics python files
2021-09-21 12:13:46 -05:00
Jonathan Math
dcf7364f6b
all metrics flasks use 5569 in ansible. update prometheus
2021-09-21 12:12:53 -05:00
Jonathan Math
45874574c4
metrics containers were using the wrong image
2021-09-21 12:11:58 -05:00
Jonathan Math
626245cd6b
make 'make down' command include metrics containers
2021-09-21 12:11:30 -05:00
Jonathan Math
1fa0dfb32b
bring dashboard up to date
2021-09-21 12:10:55 -05:00
Jonathan Math
a3ae90168d
add flask_metrics_redis to ansible and update prometheus.consul.yml.j2
2021-09-21 09:52:09 -05:00