plain.observer 0.3.6__py3-none-any.whl → 0.3.7__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of plain.observer might be problematic. Click here for more details.

@@ -1,5 +1,15 @@
1
1
  # plain-observer changelog
2
2
 
3
+ ## [0.3.7](https://github.com/dropseed/plain/releases/plain-observer@0.3.7) (2025-08-22)
4
+
5
+ ### What's changed
6
+
7
+ - Improved admin interface code organization by reordering navigation icon and model field declarations ([5a6479a](https://github.com/dropseed/plain/commit/5a6479ac79))
8
+
9
+ ### Upgrade instructions
10
+
11
+ - No changes required
12
+
3
13
  ## [0.3.6](https://github.com/dropseed/plain/releases/plain-observer@0.3.6) (2025-07-31)
4
14
 
5
15
  ### What's changed
plain/observer/admin.py CHANGED
@@ -16,8 +16,8 @@ from .models import Span, Trace
16
16
  class TraceViewset(AdminViewset):
17
17
  class ListView(AdminModelListView):
18
18
  nav_section = "Observer"
19
- model = Trace
20
19
  nav_icon = "activity"
20
+ model = Trace
21
21
  fields = [
22
22
  "trace_id",
23
23
  "request_id",
@@ -40,8 +40,8 @@ class TraceViewset(AdminViewset):
40
40
  class SpanViewset(AdminViewset):
41
41
  class ListView(AdminModelListView):
42
42
  nav_section = "Observer"
43
- model = Span
44
43
  nav_icon = "diagram-3"
44
+ model = Span
45
45
  fields = [
46
46
  "name",
47
47
  "kind",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: plain.observer
3
- Version: 0.3.6
3
+ Version: 0.3.7
4
4
  Summary: On-page telemetry and observability tools for Plain.
5
5
  Author-email: Dave Gaeddert <dave.gaeddert@dropseed.dev>
6
6
  License-Expression: BSD-3-Clause
@@ -1,7 +1,7 @@
1
- plain/observer/CHANGELOG.md,sha256=NWvfWKdJKWHQBvl0sfuH2lBty2JWmqedlwSr8p0UtDQ,5573
1
+ plain/observer/CHANGELOG.md,sha256=hf7xnhfHmGh8Cce8T56VMOS4eLVdymZCoLqGPoLULB0,5902
2
2
  plain/observer/README.md,sha256=39RA17fgcyOkqeIWBOAg4Be6YZjoiDzK5PVOG-nseuY,988
3
3
  plain/observer/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- plain/observer/admin.py,sha256=Csvd5V9F5u0zksWpbpISY_NlBJa-0TptSX_Kn652WRc,2719
4
+ plain/observer/admin.py,sha256=lrxnDQ1LObXMYZb21Ar2EBsYoHhk0x4ghTKnDbCfHCY,2719
5
5
  plain/observer/cli.py,sha256=oP_aeno-xYQ2YemQVNFwhmLevDdkf1uLRk-wpOUxqdU,20640
6
6
  plain/observer/config.py,sha256=FuJi1jiDSvOTcmP-6Ea4OlGZt5cRf4iTp1e0dgpJ45E,1494
7
7
  plain/observer/core.py,sha256=D9vX0GP8JBB8-NFAKrOwPSHl_wdZo1h0A5C6xKsJVjA,2245
@@ -20,7 +20,7 @@ plain/observer/templates/observer/trace_share.html,sha256=HrYLti5BpX96-6Bm_37OOb
20
20
  plain/observer/templates/observer/traces.html,sha256=cFnlIuCf6XJEpHRD2_yfVmPDGZfiqMq6Cg-iMlT3CWY,22184
21
21
  plain/observer/templates/toolbar/observer.html,sha256=uaDKiWR7EYqC1kEXE-uHDlE7nfFEMR_zmOgvlKwQHJ4,1365
22
22
  plain/observer/templates/toolbar/observer_button.html,sha256=FMBJHKMGqpHWs-3Ei2PBCdVYZ_6vFw6-eKH_i4jQu-Q,1215
23
- plain_observer-0.3.6.dist-info/METADATA,sha256=DYTIH8zQUCyy6EyVidmy8GfbBEeK7t1HbRhHmOj1ljg,1386
24
- plain_observer-0.3.6.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
25
- plain_observer-0.3.6.dist-info/licenses/LICENSE,sha256=YZdq6Pz8ivjs97eSVLRmoGDI1hjEikX6N49DfM0DWio,1500
26
- plain_observer-0.3.6.dist-info/RECORD,,
23
+ plain_observer-0.3.7.dist-info/METADATA,sha256=8DcsFv-ZUdRlrVfUIn8rJ1aeC_xRMXw8xvXR63BBnFs,1386
24
+ plain_observer-0.3.7.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
25
+ plain_observer-0.3.7.dist-info/licenses/LICENSE,sha256=YZdq6Pz8ivjs97eSVLRmoGDI1hjEikX6N49DfM0DWio,1500
26
+ plain_observer-0.3.7.dist-info/RECORD,,