Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues/99 add initial support second timeseries db #7

Open
wants to merge 74 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
74 commits
Select commit Hold shift + click to select a range
93a20d2
[minor] Replace ugettext_lazy with gettext_lazy
nepython Jun 15, 2020
cbbbb8f
[ui] Set Y axis to 100 if unit is percentage #136
nemesifier Jun 16, 2020
79cb3eb
[ui] Auto adjust maximum Y value when using fixed Y axis #136
nemesifier Jun 17, 2020
0a2baca
[fix] Avoid log propagation when using root logger #131
nepython Jun 20, 2020
ae9def4
[device] Added notification types for Device events
pandafy Jun 21, 2020
4b4fcac
[change] Do not send recovery notification when is_working was None #138
nemesifier Jun 21, 2020
07a1a35
[ci] Use openwisp-notifications master
nemesifier Jun 21, 2020
9bfbf34
[tests] Optimize unit test runtime speed #69 (#134)
nepython Jun 21, 2020
954f04a
[models] Use ContentType.objects.get_for_model #135
nepython Jun 22, 2020
1825d77
[charts] Add possibility to export histogram charts #56
nepython Jun 22, 2020
0a8b4d8
[fix] Fix recovery alert being sent on first metric collection
nepython Jun 22, 2020
b2553ba
[db] Abstracted code which deals with time series DB #65
nepython Jun 23, 2020
238a17b
[fix] Fixed backward incompatible change in query configuration #143
nepython Jun 24, 2020
23f3105
[timeseries] Refactor order parameter to only allow 'time' / '-time' …
nepython Jun 25, 2020
ec90521
[deps] openwisp-controller~=0.7.0
nemesifier Jul 1, 2020
f10dd8b
[deps] openwisp-controller~=0.7.post1
nemesifier Jul 1, 2020
db6897b
[chores] Minor improvements in device_recovery_detection method
nemesifier Jul 4, 2020
292758d
[tests] Added dev branch to travis ci
nemesifier Jul 4, 2020
cb6d8d7
[fix] Fixed broken chart js in metric admin change form #110
nepython Jul 4, 2020
bbb8e46
[check] Refactor Check classes
nepython Jul 4, 2020
87e7135
[models] Swapper for openwisp-controller & openwisp-users #83
atb00ker Jul 7, 2020
cb28a13
[qa] Use GitHub Pull Request templates #89
PabloCastellano Jul 8, 2020
0c86f04
[fix] Fixed minor JS error in device list caused by percircle.js
nemesifier Jul 15, 2020
e922381
[fix] Do not call update_status directly if any check is present
nemesifier Jul 16, 2020
cb3097e
[docs] Added link to network-topology integration
nemesifier Jul 16, 2020
a1496d5
[fix] Create new models Chart, AlertSettings, fixes migrations #161
nepython Jul 24, 2020
f2733df
[docs] Document metrics stored in influxdb #81 #70
nepython Jul 24, 2020
7c36317
[fix] Load model consistently in device 0002 migration
nemesifier Jul 31, 2020
e0aaa15
[enhancement] Introduce the concept of metric configuration #44
nepython Jul 4, 2020
a5a5181
[change] Avoid redundant connection.is_working notifications #139
nepython Jul 4, 2020
65e3799
[metrics] Merge traffic metrics #133
nepython Jul 4, 2020
7735bfe
[admin] Fix crash due to already removed column: Metric.description
PabloCastellano Jul 6, 2020
1523df6
[charts] Add way to register and unregister new chart configurations #86
nepython Jul 7, 2020
198dc07
[metric-config] Add fill metric configuration migration
nepython Jul 7, 2020
96a828b
[feature] Add Monitoring Checks section in Device Admin #53
nepython Jul 7, 2020
850580b
[docker] Run openwisp-monitor in docker (#163)
atb00ker Jul 17, 2020
4ac36e3
[feature] Added notification widget from openwisp-notifications
pandafy Jul 19, 2020
40da17b
[migrations] Fix monitoring migrations after #162
nepython Jul 24, 2020
40465c2
[feature] Added "Alert Settings" section in device admin #52
nepython Jul 25, 2020
27a923f
[chores] Minor improvements to alert settings admin #52
nemesifier Jul 25, 2020
4aee7b4
[chores] merge_traffic_metrics: load model using migration framework
nemesifier Jul 25, 2020
2e5554d
[chores] Admin: moved params field in advanced options
nemesifier Jul 25, 2020
359d274
[chores] Admin: show is_healthy tab #172
nemesifier Jul 27, 2020
821ebe7
[fix] Fixed AppRegistryNotReady in monitoring apps.py #174
nepython Jul 29, 2020
6b3e762
[fix] Fixed improper use of get in monitoring 00017 migration #177
nemesifier Jul 29, 2020
459aa42
[tests] Added geo_routes from controller
nemesifier Jul 29, 2020
239a7bd
[tests] Added notifications context processor
nemesifier Jul 31, 2020
7548dfa
[admin] Improve device checks tab
nepython Jul 31, 2020
98d7d83
[feature] Added config_applied check #54
nepython Aug 1, 2020
cd4d2f8
[fix] Exec auto_create_config_check synchronously in data migration
nemesifier Aug 1, 2020
a561487
[chores] Minor improvements to notification texts
nemesifier Aug 5, 2020
b784e4e
[tests] Updated notifications links (https)
nemesifier Aug 5, 2020
164b3f4
[chores] Made schema more consistent
nemesifier Aug 4, 2020
b29a359
[feature] Added more interface properties to device status
nemesifier Aug 4, 2020
985eaff
[tests] Added support for read_redirect view in notification tests
nemesifier Aug 6, 2020
f6c7591
[change] Add "timed out" to ignored connection failures
nemesifier Aug 7, 2020
d664a70
[celery] Make tasks resilient to failures #181
nepython Aug 13, 2020
8319f08
[feature] Made metric collection resilient to tsdb failures #166
nepython Aug 14, 2020
4be9d87
[qa] Avoid ignoring migrations/__init__.py in flake8 check
nemesifier Aug 14, 2020
3ffe2c4
[qa] Updated code to isort 5
nemesifier Aug 14, 2020
20f54ad
[chores] Removed openwisp-users from install-dev (will use 0.3.0)
nemesifier Aug 15, 2020
0871022
[refactor] Load BaseDevice using swappable
nemesifier Aug 12, 2020
4fc6f46
[fix] Added django-flat-json-widget (needed by openwisp-controller 0.8a)
nemesifier Aug 17, 2020
791b7cd
[feature] Add way to specify global defaults #106
nepython Aug 18, 2020
ccbb34d
[docs] Fixed improper use of code samples in README
nemesifier Aug 18, 2020
2f60e22
[fix] Fixed translation initialization issue
nemesifier Aug 18, 2020
e052585
[chores] Update docs for #133
nepython Aug 20, 2020
c5253bc
[chores] Improvements to PR #185 #197
nepython Aug 20, 2020
0af3c7e
[feature] Added notification setting from openwisp-notifications
pandafy Aug 21, 2020
4364ad1
[tests] Fixed notifications test added in #189
nemesifier Aug 21, 2020
dd016c8
[chores] Minor improvements to default metric configuration
nemesifier Aug 21, 2020
bbb455f
[ux] Added Metric health list to help user find out what's wrong #172
nepython Aug 17, 2020
ae6f550
[admin] Improvements to metric health list #172 #201
nemesifier Aug 21, 2020
abae61a
[timeseries] Add initial support for elasticsearch #99
nepython Jul 7, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[chores] Removed openwisp-users from install-dev (will use 0.3.0)
nemesifier committed Aug 15, 2020
commit 20f54ad327888657a3d5729b14fb2a23b86e8eb9
2 changes: 0 additions & 2 deletions install-dev.sh
Original file line number Diff line number Diff line change
@@ -2,7 +2,5 @@

# TODO: removed when openwisp-controller 0.8.0 is released
pip install -U https://github.com/openwisp/openwisp-controller/tarball/master
# TODO: removed when openwisp-users 0.3.0 is released
pip install -U https://github.com/openwisp/openwisp-users/tarball/master
# TODO: remove when openwisp-notifications 0.1 is released
pip install -U https://github.com/openwisp/openwisp-notifications/tarball/dev