Nick Satterly
|
c6624aacad
|
Rename get() to find_by_id() (#434)
|
2017-12-04 22:09:53 +00:00 |
|
Nick Satterly
|
8ae7b8de30
|
Fix is_flapping transposed args and postgres query (#433)
* Fix is_flapping transposed args and postgres query
* Add docstring
|
2017-12-03 00:13:26 +00:00 |
|
Nick Satterly
|
f86f4e7ec6
|
Bump version to 5.0.4
|
2017-12-02 22:03:50 +00:00 |
|
Nick Satterly
|
f12c552cf0
|
Do not try to cast value or raw data to string if not needed (#432)
|
2017-12-02 20:48:56 +00:00 |
|
Nick Satterly
|
2632930e90
|
Exclude HTTP query params from SQL query (#431)
|
2017-12-01 23:20:54 +00:00 |
|
Nick Satterly
|
ac1a10bb90
|
Use page-size not pageSize instead of limit (#430)
|
2017-12-01 23:14:04 +00:00 |
|
Nick Satterly
|
93701dc231
|
Reorganise backend base (#429)
|
2017-11-18 18:36:24 +00:00 |
|
Nick Satterly
|
de721fdbc3
|
Bump version to 5.0.3
|
2017-11-17 20:50:16 +00:00 |
|
Nick Satterly
|
6746754d57
|
Whitespace changes recommended by pylint (#428)
|
2017-11-17 20:48:33 +00:00 |
|
Nick Satterly
|
2d6266f49b
|
Make plugin exception on first error a config option (#427)
* Make plugin exception on first error a config option
* Log plugin errors if not raising exceptions
|
2017-11-17 09:57:34 +00:00 |
|
Nick Satterly
|
6a6ccdbba4
|
Use smtp username if provided over mail from address (#426)
|
2017-11-16 22:34:40 +00:00 |
|
Aleksey Shirokih
|
3a155fd75c
|
recieve telegram webhook config from env (#418)
|
2017-11-16 20:55:48 +00:00 |
|
Nick Satterly
|
407c83170f
|
Add get_body() back to alert model methods (#424)
|
2017-11-15 23:36:32 +00:00 |
|
Nick Satterly
|
9c89e606d9
|
Only change email verified if set or email changes (#423)
|
2017-11-15 10:23:43 +00:00 |
|
Nick Satterly
|
03d03a622b
|
Fix CORS origin defaults for quick start (#422)
|
2017-11-15 01:18:07 +00:00 |
|
Nick Satterly
|
c23e61d24c
|
Factor our get database backend and support DATABASE_NAME env var (#421)
* Add support for DATABASE_NAME env variable
* Support postgresql and postgres as backend names
|
2017-11-15 01:07:48 +00:00 |
|
Nick Satterly
|
c27d1b9c25
|
Bump to version 5.0.2
|
2017-10-26 12:11:03 +01:00 |
|
Nick Satterly
|
e661073d26
|
Minor fixes (#414)
* make init should install as editable
* Do not add log handler to root logger
|
2017-10-26 11:50:31 +01:00 |
|
Nick Satterly
|
9f78d33d3f
|
Use total ms to calculate heartbeat latency (#413)
|
2017-10-25 22:38:07 +01:00 |
|
Nick Satterly
|
5c9080acf3
|
Update create time for every submitted heartbeat (#412)
|
2017-10-25 22:08:01 +01:00 |
|
Nick Satterly
|
18b11388f7
|
Merge pull request #411 from guardian/fix-logging
Improve log handling and formatting
|
2017-10-24 16:33:13 +01:00 |
|
Nick Satterly
|
7d04dd62f3
|
Log postgres sql queries instead of printing
|
2017-10-23 23:12:42 +01:00 |
|
Nick Satterly
|
44ffc54e44
|
Make logging to stdout and file consistent
|
2017-10-23 23:11:28 +01:00 |
|
Nick Satterly
|
333778b8f8
|
Merge pull request #410 from guardian/fix-user-update
Update user status and attributes correctly
|
2017-10-22 16:12:32 +01:00 |
|
Nick Satterly
|
1a0be7a244
|
Update user status and attributes correctly
|
2017-10-22 15:46:52 +01:00 |
|
Nick Satterly
|
3af1e57eab
|
Push tags to git immediately
|
2017-10-22 09:31:54 +01:00 |
|
Nick Satterly
|
2336c98a42
|
Bump version to 5.0.1
|
2017-10-20 15:41:18 +01:00 |
|
Nick Satterly
|
df8084b21d
|
Merge pull request #409 from icyfork/auth_google_fallback_to_email
auth/google: fallback to email if profile['name'] not available
|
2017-10-19 11:52:36 +01:00 |
|
Ky-Anh Huynh
|
5c855b2f54
|
auth/google: user good variable name (name instead of username)
|
2017-10-19 17:28:52 +07:00 |
|
Ky-Anh Huynh
|
7af40ca67a
|
auth/google: remove domain part to get clean fallback username
|
2017-10-19 17:08:10 +07:00 |
|
Ky-Anh Huynh
|
8d35aeaefb
|
auth/google: fallback to email if profile['name'] not available
|
2017-10-19 13:58:22 +07:00 |
|
Nick Satterly
|
c87e5441a3
|
Merge pull request #407 from guardian/list-tags-endpoint
List tags for use by web UI
|
2017-10-18 23:09:36 +01:00 |
|
Nick Satterly
|
6f828bb3d4
|
List tags for use by web UI
|
2017-10-18 23:02:01 +01:00 |
|
Nick Satterly
|
9f9fcb6a1b
|
Merge pull request #405 from guardian/hk-params
Make housekeeping delete thresholds configurable params
|
2017-10-18 22:36:21 +01:00 |
|
Nick Satterly
|
e200925e71
|
Make housekeeping delete thresholds configurable params
|
2017-10-18 14:58:19 +01:00 |
|
Nick Satterly
|
b0cc51042c
|
Add note about change to WSGI import
|
2017-10-12 20:48:01 +01:00 |
|
Nick Satterly
|
b1d2b19b79
|
Minor fixes to setup script
|
2017-10-07 23:37:03 +01:00 |
|
Nick Satterly
|
4b6bc548ce
|
Bump version to 5.0.0
|
2017-10-07 20:38:46 +01:00 |
|
Nick Satterly
|
f991e6a25c
|
Merge pull request #398 from guardian/release-5-rc3
Release 5 RC3
|
2017-10-07 09:14:48 +01:00 |
|
Nick Satterly
|
ac8addfe9e
|
More explicit about using email as username
|
2017-10-06 21:05:36 +01:00 |
|
Nick Satterly
|
abf6705f6f
|
Fix get user by email or login
|
2017-10-04 23:04:22 +01:00 |
|
Nick Satterly
|
f2ad02a582
|
Fix README formatting for PyPI
|
2017-10-04 13:16:23 +01:00 |
|
Nick Satterly
|
5b39737334
|
Release 5.0.0 RC3
|
2017-10-04 13:06:50 +01:00 |
|
Nick Satterly
|
054e1f2609
|
Release 5.0.0 RC2
|
2017-10-04 12:07:08 +01:00 |
|
Nick Satterly
|
9742326dcf
|
Merge pull request #395 from guardian/release-5-rc1
Release 5.0.0 RC1
|
2017-10-03 23:04:30 +01:00 |
|
Nick Satterly
|
f52cdb4f44
|
Parse auth header for userinfo request
|
2017-10-03 22:34:28 +01:00 |
|
Nick Satterly
|
e9e4b06ec0
|
Heartbeat properties and format
|
2017-10-02 23:40:02 +01:00 |
|
Nick Satterly
|
7af554c737
|
Fix null handling for user updates and update conflict
|
2017-10-01 16:19:03 +01:00 |
|
Nick Satterly
|
e9e6a1ddc4
|
Fix null handling when creating alerts
|
2017-09-30 19:50:39 +01:00 |
|
Nick Satterly
|
c612dfd41c
|
Fix some basic auth login logic
|
2017-09-30 10:14:12 +01:00 |
|