Commit Graph

83 Commits

Author SHA1 Message Date
Klaas van Schelven a197efb888 Implement (and document) 'unrepr' 2023-11-24 20:20:43 +01:00
Klaas van Schelven 97b83a7d16 Pull show/hide buttons to the same line as the exception-text 2023-11-20 17:13:24 +01:00
Klaas van Schelven 641e36977b Resolve/mute buttons at top of detail page (not yet implemented) 2023-11-20 17:11:57 +01:00
Klaas van Schelven 19bc960a1b Cyan is the color 2023-11-19 21:29:03 +01:00
Klaas van Schelven 71d307f34a Add fresh_xxx options to send_json command 2023-11-19 21:25:20 +01:00
Klaas van Schelven 1e342dbd18 Show borders on 2 sides of the frame header when expanded too
the trick was: do it by having this border at the bottom of the framedetails.
and: to be able to collapse the border too: make div-in-div.

This gets rid of the remove-flex-when-collapsing code too
2023-11-19 21:20:20 +01:00
Klaas van Schelven 1c8b03828a Dead end for 'short date format' (for now) 2023-11-19 21:09:10 +01:00
Klaas van Schelven 8c5d416447 DSN added to project admin 2023-11-19 17:27:29 +01:00
Klaas van Schelven 84358bbda6 Write down thoughts on what the main exception is 2023-11-17 22:55:57 +01:00
Klaas van Schelven 771d820297 Open only the last-frame-of-last-exception when viewing 2023-11-17 22:52:45 +01:00
Klaas van Schelven 65b41599ce Add / path which redirect to the first project 2023-11-17 22:49:24 +01:00
Klaas van Schelven be845ec393 Links from/to the admin 2023-11-17 22:45:16 +01:00
Klaas van Schelven 39bce77d08 Rename template 2023-11-17 22:42:10 +01:00
Klaas van Schelven 5af368596d Raw & download links at the bottom 2023-11-17 22:40:18 +01:00
Klaas van Schelven 7e643e19f1 'var' keyword is pre-2015 2023-11-17 22:37:51 +01:00
Klaas van Schelven 93414c1e51 Rotating chevrons! 2023-11-17 22:23:22 +01:00
Klaas van Schelven da99c91040 scroll-fix-thingie: the final mysterie: html not body 2023-11-17 19:12:43 +01:00
Klaas van Schelven 30f3ff9f31 Jarring scroll-fix: cleanup on scroll and expand 2023-11-17 19:10:48 +01:00
Klaas van Schelven ab72931bf0 PoC page/scroll-stability when collapsing 2023-11-17 18:56:01 +01:00
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