CARVIEW |
Select Language
HTTP/2 200
date: Fri, 25 Jul 2025 02:09:29 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/ActivityWatch/aw-server-rust.git
etag: W/"d8d4f75acd8f5c01eb34e33cf961c44b"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=kYh%2BLUo5XX%2BoYS8VjE77vJU0ZWbzeORBwgW8tLrvq4gMH97FOgFHSND%2FiO0u774ct6D8jIBGL769xX%2B0KgNmR9UC9eIDXvh2rEgJlMayKwu1WcmPU%2BQ%2BsNL39oQL9aFFJh34tkOHHifvZw94O%2FLuSdZblFxrN0dCpGUNZM4ZVhojfNMt%2FIyOndOX6j9hLhG5jAmknJRmkMSNPruLfOZTILJJn68pKoXDWcSZHGcS34O%2BOOIpzMQv9wt0QSbaJXVFp4yITPBpnrAPBc1NStR3lg%3D%3D--0bPGXdJQenwG5vII--fvERTkKKv2Ot3wTAlRGU2w%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1440533688.1753409368; Path=/; Domain=github.com; Expires=Sat, 25 Jul 2026 02:09:28 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Sat, 25 Jul 2026 02:09:28 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: C8B6:32222C:AA125:10450F:6882E758
fix: rewrote settings logic to mimic aw-server-python behavior (#428) · ActivityWatch/aw-server-rust@728c00e · GitHub
Copy file name to clipboardExpand all lines: aw-datastore/src/datastore.rs
Copy file name to clipboardExpand all lines: aw-datastore/tests/datastore.rs
Copy file name to clipboardExpand all lines: aw-server/src/endpoints/mod.rs
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit 728c00e
authored
fix: rewrote settings logic to mimic aw-server-python behavior (#428)
* fix: rewrote settings logic to mimic aw-server-python behavior
* refactor: removed redundant KeyValue struct
* format: applied cargo fmt
* format: applied cargo clippy --fix1 parent 7538163 commit 728c00eCopy full SHA for 728c00e
File tree
Expand file treeCollapse file tree
11 files changed
+179
-237
lines changedFilter options
- aw-datastore
- src
- tests
- aw-models/src
- aw-query/tests
- aw-server
- src/endpoints
- tests
- aw-transform/src
Expand file treeCollapse file tree
11 files changed
+179
-237
lines changedaw-datastore/src/datastore.rs
Copy file name to clipboardExpand all lines: aw-datastore/src/datastore.rs+21-26Lines changed: 21 additions & 26 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
16 | 15 |
| |
17 | 16 |
| |
18 | 17 |
| |
| |||
897 | 896 |
| |
898 | 897 |
| |
899 | 898 |
| |
900 |
| - | |
| 899 | + | |
901 | 900 |
| |
902 | 901 |
| |
903 | 902 |
| |
| |||
910 | 909 |
| |
911 | 910 |
| |
912 | 911 |
| |
913 |
| - | |
914 |
| - | |
915 |
| - | |
916 |
| - | |
917 |
| - | |
918 |
| - | |
919 |
| - | |
920 |
| - | |
921 |
| - | |
922 |
| - | |
| 912 | + | |
923 | 913 |
| |
924 | 914 |
| |
925 | 915 |
| |
| |||
932 | 922 |
| |
933 | 923 |
| |
934 | 924 |
| |
935 |
| - | |
| 925 | + | |
936 | 926 |
| |
937 | 927 |
| |
938 | 928 |
| |
939 |
| - | |
940 |
| - | |
| 929 | + | |
| 930 | + | |
941 | 931 |
| |
942 | 932 |
| |
943 | 933 |
| |
| |||
946 | 936 |
| |
947 | 937 |
| |
948 | 938 |
| |
949 |
| - | |
| 939 | + | |
950 | 940 |
| |
951 |
| - | |
| 941 | + | |
| 942 | + | |
| 943 | + | |
952 | 944 |
| |
953 |
| - | |
954 |
| - | |
| 945 | + | |
| 946 | + | |
955 | 947 |
| |
956 | 948 |
| |
957 |
| - | |
| 949 | + | |
| 950 | + | |
| 951 | + | |
| 952 | + | |
| 953 | + | |
| 954 | + | |
958 | 955 |
| |
959 | 956 |
| |
960 | 957 |
| |
961 | 958 |
| |
962 |
| - | |
963 |
| - | |
964 |
| - | |
965 |
| - | |
966 |
| - | |
967 |
| - | |
| 959 | + | |
| 960 | + | |
| 961 | + | |
| 962 | + | |
968 | 963 |
| |
969 | 964 |
| |
970 | 965 |
| |
|
+29-30Lines changed: 29 additions & 30 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
17 | 16 |
| |
18 | 17 |
| |
19 | 18 |
| |
| |||
51 | 50 |
| |
52 | 51 |
| |
53 | 52 |
| |
54 |
| - | |
55 |
| - | |
| 53 | + | |
| 54 | + | |
56 | 55 |
| |
57 | 56 |
| |
58 | 57 |
| |
| |||
74 | 73 |
| |
75 | 74 |
| |
76 | 75 |
| |
77 |
| - | |
| 76 | + | |
78 | 77 |
| |
79 |
| - | |
| 78 | + | |
80 | 79 |
| |
81 | 80 |
| |
82 | 81 |
| |
| |||
275 | 274 |
| |
276 | 275 |
| |
277 | 276 |
| |
278 |
| - | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
279 | 282 |
| |
280 | 283 |
| |
281 | 284 |
| |
282 | 285 |
| |
283 | 286 |
| |
284 | 287 |
| |
285 | 288 |
| |
286 |
| - | |
287 |
| - | |
288 |
| - | |
289 |
| - | |
290 | 289 |
| |
291 | 290 |
| |
292 | 291 |
| |
| |||
475 | 474 |
| |
476 | 475 |
| |
477 | 476 |
| |
478 |
| - | |
479 |
| - | |
480 |
| - | |
481 |
| - | |
482 |
| - | |
483 |
| - | |
484 |
| - | |
485 |
| - | |
486 |
| - | |
487 |
| - | |
488 |
| - | |
489 |
| - | |
490 |
| - | |
491 |
| - | |
492 |
| - | |
493 |
| - | |
| 477 | + | |
| 478 | + | |
494 | 479 |
| |
495 | 480 |
| |
496 | 481 |
| |
497 | 482 |
| |
498 |
| - | |
| 483 | + | |
499 | 484 |
| |
500 | 485 |
| |
501 | 486 |
| |
502 | 487 |
| |
503 | 488 |
| |
504 | 489 |
| |
505 |
| - | |
506 |
| - | |
| 490 | + | |
| 491 | + | |
507 | 492 |
| |
508 | 493 |
| |
509 | 494 |
| |
510 | 495 |
| |
511 |
| - | |
| 496 | + | |
512 | 497 |
| |
513 | 498 |
| |
514 | 499 |
| |
515 | 500 |
| |
516 | 501 |
| |
517 | 502 |
| |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
518 | 517 |
| |
519 | 518 |
| |
520 | 519 |
| |
|
aw-datastore/tests/datastore.rs
Copy file name to clipboardExpand all lines: aw-datastore/tests/datastore.rs+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
169 | 169 |
| |
170 | 170 |
| |
171 | 171 |
| |
172 |
| - | |
| 172 | + | |
173 | 173 |
| |
174 | 174 |
| |
175 | 175 |
| |
| |||
268 | 268 |
| |
269 | 269 |
| |
270 | 270 |
| |
271 |
| - | |
| 271 | + | |
272 | 272 |
| |
273 | 273 |
| |
274 | 274 |
| |
| |||
286 | 286 |
| |
287 | 287 |
| |
288 | 288 |
| |
289 |
| - | |
| 289 | + | |
290 | 290 |
| |
291 | 291 |
| |
292 | 292 |
| |
|
-30Lines changed: 0 additions & 30 deletions
This file was deleted.
-3Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
24 | 23 |
| |
25 | 24 |
| |
26 | 25 |
| |
| |||
30 | 29 |
| |
31 | 30 |
| |
32 | 31 |
| |
33 |
| - | |
34 |
| - | |
35 | 32 |
| |
36 | 33 |
| |
37 | 34 |
|
+7-7Lines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
104 | 104 |
| |
105 | 105 |
| |
106 | 106 |
| |
107 |
| - | |
| 107 | + | |
108 | 108 |
| |
109 | 109 |
| |
110 | 110 |
| |
| |||
129 | 129 |
| |
130 | 130 |
| |
131 | 131 |
| |
132 |
| - | |
| 132 | + | |
133 | 133 |
| |
134 | 134 |
| |
135 | 135 |
| |
136 | 136 |
| |
137 | 137 |
| |
138 | 138 |
| |
139 |
| - | |
| 139 | + | |
140 | 140 |
| |
141 | 141 |
| |
142 | 142 |
| |
143 | 143 |
| |
144 | 144 |
| |
145 | 145 |
| |
146 |
| - | |
| 146 | + | |
147 | 147 |
| |
148 | 148 |
| |
149 | 149 |
| |
150 | 150 |
| |
151 | 151 |
| |
152 | 152 |
| |
153 |
| - | |
| 153 | + | |
154 | 154 |
| |
155 | 155 |
| |
156 | 156 |
| |
157 | 157 |
| |
158 | 158 |
| |
159 | 159 |
| |
160 |
| - | |
| 160 | + | |
161 | 161 |
| |
162 | 162 |
| |
163 | 163 |
| |
164 | 164 |
| |
165 | 165 |
| |
166 | 166 |
| |
167 |
| - | |
| 167 | + | |
168 | 168 |
| |
169 | 169 |
| |
170 | 170 |
| |
|
aw-server/src/endpoints/mod.rs
Copy file name to clipboardExpand all lines: aw-server/src/endpoints/mod.rs+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
165 | 165 |
| |
166 | 166 |
| |
167 | 167 |
| |
168 |
| - | |
169 | 168 |
| |
170 |
| - | |
| 169 | + | |
| 170 | + | |
171 | 171 |
| |
172 | 172 |
| |
173 | 173 |
| |
|
You can’t perform that action at this time.
0 commit comments