Commit Graph

64 Commits

Author SHA1 Message Date
Klaas van Schelven 73764a11d4 Prevent race condition in open/close transition 2023-11-17 18:29:02 +01:00
Klaas van Schelven ddba1f1931 Collapse/expand with a small animation
based on https://css-tricks.com/using-css-transitions-auto-dimensions/
2023-11-17 17:59:20 +01:00
Klaas van Schelven 60e48d477b show/hide buttons: better click-feedback 2023-11-17 17:08:07 +01:00
Klaas van Schelven 8af8ab921f Show/hide all 2023-11-17 17:05:19 +01:00
Klaas van Schelven d22df7fd3c Show/hide stack frames 2023-11-16 22:36:04 +01:00
Klaas van Schelven ffdf9ad696 Tabs at the top of the event-box on the issue page 2023-11-16 17:14:56 +01:00
Klaas van Schelven d07be57b54 Issue UI: attempt to create a 'sub place' for the event 2023-11-14 23:32:04 +01:00
Klaas van Schelven ebc373eb5d Minor changes to the UI 2023-11-14 23:12:05 +01:00
Klaas van Schelven 243591359e Command to raise (chained) exceptions 2023-11-14 23:12:38 +01:00
Klaas van Schelven 36ce5dd32f Align stuff on the left 2023-11-14 22:46:59 +01:00
Klaas van Schelven c9e27efd3a Add 'site' navigation 2023-11-14 22:43:51 +01:00
Klaas van Schelven 6db3f94eb6 View events only as part of an issue 2023-11-14 19:14:53 +01:00
Klaas van Schelven 5d1bb46a40 Use base.html (and adapt it to my tastes) 2023-11-14 18:51:42 +01:00
Klaas van Schelven d76904016e Project issue-list: slightly less ugly (rectangles) 2023-11-14 18:39:16 +01:00
Klaas van Schelven ca66d9c6d8 Request: UI 2023-11-13 20:57:58 +01:00
Klaas van Schelven 57f27504e2 Always send test messages as if they were sent just now 2023-11-13 19:20:44 +01:00
Klaas van Schelven 13a69ca3a9 'can be done safely' fix 2023-11-13 19:17:15 +01:00
Klaas van Schelven 0c461d5472 valid-only as a param on send_json
ironically the only example we've harvested ourselves from reality
is not valid.

to be able to send it anyway we need this flag.
2023-11-13 18:53:23 +01:00
Klaas van Schelven a6f99ac1f7 Add samples (my own as well as from other projects) 2023-11-13 18:41:50 +01:00
Klaas van Schelven c054b48a4b Download and raw links 2023-11-13 18:35:29 +01:00
Klaas van Schelven 42c496acbc logentry grouping: group by unformatted first; remove deprecated event.message interface 2023-11-13 18:10:50 +01:00
Klaas van Schelven 92cca690a9 Show logentries in the UI 2023-11-13 18:10:02 +01:00
Klaas van Schelven 901306fbbb exception.values is required, act like it 2023-11-13 17:58:20 +01:00
Klaas van Schelven f3b3fea2d2 Only bulk-load up-to-date valid Events 2023-11-12 21:20:02 +01:00
Klaas van Schelven 5e995abf6d project_id is not actually a required attr
(it was added as such for some reason in the sentry _code_ though not documented API
; see the note in the sentry commit)
2023-11-12 21:19:44 +01:00
Klaas van Schelven 4c08fb81c0 copy-in json schema for events
from (current) sentry dd4fee44f121f46182eba6e8f97b3cde61dc905c
2023-11-12 20:43:33 +01:00
Klaas van Schelven 0cc0d4d210 Skip some more types of even data 2023-11-12 10:26:09 +01:00
Klaas van Schelven 725822ce3d Events: some modelling and a command to ingest JSONs from other projects as examples 2023-11-11 21:13:15 +01:00
Klaas van Schelven 238fb6dda7 Event as a Django model (first version) 2023-11-11 12:33:37 +01:00
Klaas van Schelven 3ca27a43d5 First jab at ingesting loads of example data 2023-11-10 19:50:42 +01:00
Klaas van Schelven 3b5d50603e 2 more findings based on git-blame etc. 2023-11-10 18:15:51 +01:00
Klaas van Schelven d01652a6f1 More complete understanding of Auth header based on the docs 2023-11-10 18:07:55 +01:00
Klaas van Schelven bb8de31717 Sentry DSN parsing 2023-11-10 17:50:53 +01:00
Klaas van Schelven 66b30bb792 Actually connect events to the correct project when the header is provided 2023-11-09 23:49:52 +01:00
Klaas van Schelven 791a14adc9 Add forgotten file 2023-11-09 23:35:06 +01:00
Klaas van Schelven 641f9c695a Refactor ('unvendor') parse_auth_header 2023-11-09 23:34:27 +01:00
Klaas van Schelven 00b4cceca7 Add test for parse_auth_header 2023-11-09 23:32:37 +01:00
Klaas van Schelven 7202fbaf43 More thoughts on auth-header parsing noted 2023-11-09 23:28:15 +01:00
Klaas van Schelven 52107163ab My thoughts on auth-header parsing 2023-11-09 20:59:54 +01:00
Klaas van Schelven 3a8491fdc6 Vendor parse_auth approach 2023-11-09 20:53:01 +01:00
Klaas van Schelven 51bfb2879d The very basics of a project view 2023-11-08 22:49:36 +01:00
Klaas van Schelven 2dd3a23f5a Add separator to issue_grouper for better human readability 2023-11-08 22:25:30 +01:00
Klaas van Schelven b8b65b1ea6 Add visibility (debugability) to issue_grouper concept 2023-11-08 22:22:18 +01:00
Klaas van Schelven fabf252812 More readable stacktraces; side-by-side view for vars 2023-11-08 22:11:33 +01:00
Klaas van Schelven db82c2b728 An attempt at line numbers using <ol> 2023-11-08 20:41:32 +01:00
Klaas van Schelven 5536cd8aad Some styling for tracebacks 2023-11-08 20:35:24 +01:00
Klaas van Schelven 79e333c923 tailwind 2023-11-08 20:16:10 +01:00
Klaas van Schelven c8b0861b7e Forgotten file and accidental checkin 2023-11-08 19:57:06 +01:00
Klaas van Schelven e4e10cbd3d Actually use (some) favicon 2023-11-05 22:59:29 +01:00
Klaas van Schelven 1d732d8c3c Rename to 'bugsink' 2023-11-05 19:24:44 +01:00