Pēteris Caune
|
2a63d24812
|
Add a "Subject" field in the "Ping Details" dialog
|
2021-02-26 11:19:44 +02:00 |
|
Pēteris Caune
|
1bc89f0d5d
|
Implement email body decoding in the "Ping Details" dialog
|
2021-02-23 17:34:33 +02:00 |
|
Pēteris Caune
|
617bd92434
|
Add Ping.exitstatus field, store received exit status values in db
Fixes #455
|
2020-11-29 12:12:44 +02:00 |
|
Pēteris Caune
|
155a1f132b
|
Simplify super() calls in tests
|
2020-11-16 11:20:01 +02:00 |
|
Pēteris Caune
|
dd3820c0d5
|
_get_check_for_user and _get_channel_for_user are always be used with an authenticated user, so don't need to handle the unauthenticated case.
|
2020-03-01 22:45:33 +02:00 |
|
Pēteris Caune
|
0c9c453ea0
|
Profile.current_project not used any more, remove last remaining references. cc: #336
|
2020-02-27 12:34:21 +02:00 |
|
Pēteris Caune
|
c8ccd89af2
|
In hc.front.views.ping_details, if a ping does not exist, return a friendly message
|
2020-02-11 09:55:30 +02:00 |
|
Pēteris Caune
|
b0b6ee3149
|
In hc.front.views.ping_details, if a ping does not exist, return 404 instead of 500
|
2020-02-11 09:44:02 +02:00 |
|
Pēteris Caune
|
cdfc9840a7
|
Source formatted with Black
|
2019-05-15 14:27:50 +03:00 |
|
Pēteris Caune
|
664aad916a
|
Remove Profile.team_name (use Project.name instead) and Profile.current_team (use Profile.current_project instead)
|
2019-01-19 17:56:16 +02:00 |
|
Pēteris Caune
|
0994006603
|
Drop Check.user_id and Channel.user_id (obsolete, using project_id now)
|
2019-01-18 17:24:02 +02:00 |
|
Pēteris Caune
|
965998df18
|
Fix tests.
|
2019-01-14 11:28:10 +02:00 |
|
Pēteris Caune
|
99d46a0ca8
|
Use Ping.kind instead of Ping.start and Ping.fail when displaying logs and ping details.
|
2019-01-04 12:07:27 +02:00 |
|
Pēteris Caune
|
be4c4f7a26
|
set Check.user to not null, add uniqueness constraint to Check.code
|
2019-01-02 09:58:54 +02:00 |
|
Pēteris Caune
|
481848a749
|
Add "/ping/<code>/start" API endpoint
|
2018-12-18 22:57:12 +02:00 |
|
Pēteris Caune
|
c2f200fa02
|
Allow simultaneous access to checks from different teams
|
2018-11-29 13:51:25 +02:00 |
|
Pēteris Caune
|
7e56eb883e
|
Fetch ping details using HTTP GET, not HTTP POST.
|
2018-08-19 18:18:25 +03:00 |
|
Pēteris Caune
|
218d0c6873
|
Remove Check.last_ping_body field. CSS tweaks for the "Ping Details" modal.
|
2018-03-18 15:54:57 +02:00 |
|
Pēteris Caune
|
02f6853d4c
|
Save request body for every ping, not just the last one.
|
2018-03-18 14:55:41 +02:00 |
|