CARVIEW |
Select Language
HTTP/2 200
date: Mon, 21 Jul 2025 16:40:22 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/neo4j/neo4j-javascript-driver.git
etag: W/"7f0dbebacb026b691e478823c2475f46"
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=Ef3PNxZ%2BouLKKDSUy5iqRPOcKhUtZggPbMctkxEiVRumThYdGi45DRnDDW1bRAGYxYAUamdw7aMH5E4Or9RYHI8FnSavw7Tetg4MsVGs2eJmtaY0d3W4Qfg1FfJCI%2Ft1T0MhPjUfIH0j6PJA3pGnG2luh7Xn4gFc2wXiw24AhLPIv2DhMzzPoO5abHeC2DcQpdCgH5Ia1Xfh3g2AzRxBnV16d2YDlVvDyJdcUSYgIyz4gWvVoLgmEbWImoZ7KRGWRGNQrk60L3zPS8BmSXpJuQ%3D%3D--FNMXpAB4l9%2FbxXqc--fNZjfed0wGLrrujwGrRTqA%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.539662038.1753116021; Path=/; Domain=github.com; Expires=Tue, 21 Jul 2026 16:40:21 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Tue, 21 Jul 2026 16:40:21 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 92DC:65CEE:1249A3:1573F6:687E6D75
Update Bookmark manager for no longer tracking per database (#1017) · neo4j/neo4j-javascript-driver@67ffa9a · GitHub
⚠️ This is a experimental feature.
Copy file name to clipboardExpand all lines: packages/core/src/bookmark-manager.ts
Copy file name to clipboardExpand all lines: packages/core/src/driver.ts
Copy file name to clipboardExpand all lines: packages/core/src/session.ts
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 152
Commit 67ffa9a
authored
Update Bookmark manager for no longer tracking per database (#1017)
Changes in the BookmarkManagerConfig:
* `initialBookmarks` type changed from `Map<string,Iterable<string>>` to `Iterable<string>`
* `bookmarksSupplier` type changed from `(db?: string) => Promise<Iterable<string>>` to `() => Promise<Iterable<string>>`
* `bookmarksConsumer` type changed from `(db: string, bookmarks: Iterable<string>) => Promise<void>` to `(bookmarks: Iterable<string>) => Promise<void>`
Changes in the BookmarkManager:
* `getAllBookmarks` and `forget` were removed
* `updateBookmarks` signature changed to `updateBookmarks (previousBookmarks: Iterable<string>, newBookmarks: Iterable<string>): Promise<void>`
* `getBookmarks` signature changed to `getBookmarks (): Promise<Iterable<string>>`
1 parent aa63800 commit 67ffa9aCopy full SHA for 67ffa9a
File tree
Expand file treeCollapse file tree
10 files changed
+149
-455
lines changedFilter options
- packages
- core
- src
- test
- neo4j-driver-deno/lib/core
- neo4j-driver-lite/test/unit
- testkit-backend/src
Expand file treeCollapse file tree
10 files changed
+149
-455
lines changedpackages/core/src/bookmark-manager.ts
Copy file name to clipboardExpand all lines: packages/core/src/bookmark-manager.ts+20-81Lines changed: 20 additions & 81 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 |
| - | |
| 39 | + | |
40 | 40 |
| |
41 |
| - | |
42 | 41 |
| |
43 | 42 |
| |
44 | 43 |
| |
45 | 44 |
| |
46 |
| - | |
| 45 | + | |
47 | 46 |
| |
48 | 47 |
| |
49 | 48 |
| |
50 | 49 |
| |
51 |
| - | |
| 50 | + | |
52 | 51 |
| |
53 |
| - | |
54 | 52 |
| |
55 | 53 |
| |
56 |
| - | |
57 |
| - | |
58 |
| - | |
59 |
| - | |
60 |
| - | |
61 |
| - | |
62 |
| - | |
63 |
| - | |
64 |
| - | |
65 |
| - | |
66 |
| - | |
67 |
| - | |
68 |
| - | |
69 |
| - | |
70 |
| - | |
71 |
| - | |
72 |
| - | |
73 |
| - | |
74 |
| - | |
75 |
| - | |
76 |
| - | |
77 |
| - | |
78 |
| - | |
| 54 | + | |
79 | 55 |
| |
80 | 56 |
| |
81 | 57 |
| |
82 | 58 |
| |
83 | 59 |
| |
84 |
| - | |
85 |
| - | |
86 |
| - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
87 | 63 |
| |
88 | 64 |
| |
89 | 65 |
| |
90 | 66 |
| |
91 | 67 |
| |
92 | 68 |
| |
93 | 69 |
| |
94 |
| - | |
95 |
| - | |
96 |
| - | |
97 |
| - | |
98 |
| - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
99 | 73 |
| |
100 | 74 |
| |
101 | 75 |
| |
| |||
106 | 80 |
| |
107 | 81 |
| |
108 | 82 |
| |
109 |
| - | |
110 |
| - | |
111 |
| - | |
| 83 | + | |
112 | 84 |
| |
113 | 85 |
| |
114 | 86 |
| |
| |||
119 | 91 |
| |
120 | 92 |
| |
121 | 93 |
| |
122 |
| - | |
123 |
| - | |
124 |
| - | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
125 | 97 |
| |
126 | 98 |
| |
127 | 99 |
| |
128 | 100 |
| |
129 |
| - | |
130 |
| - | |
| 101 | + | |
| 102 | + | |
131 | 103 |
| |
132 | 104 |
| |
133 | 105 |
| |
134 | 106 |
| |
135 | 107 |
| |
136 | 108 |
| |
137 | 109 |
| |
138 |
| - | |
139 |
| - | |
140 |
| - | |
141 |
| - | |
142 |
| - | |
143 |
| - | |
144 |
| - | |
145 |
| - | |
146 |
| - | |
147 |
| - | |
148 |
| - | |
149 |
| - | |
150 |
| - | |
151 |
| - | |
152 |
| - | |
153 |
| - | |
154 |
| - | |
155 |
| - | |
156 |
| - | |
157 |
| - | |
158 |
| - | |
| 110 | + | |
159 | 111 |
| |
160 |
| - | |
161 |
| - | |
162 | 112 |
| |
163 | 113 |
| |
164 |
| - | |
165 |
| - | |
| 114 | + | |
| 115 | + | |
166 | 116 |
| |
167 |
| - | |
168 |
| - | |
169 |
| - | |
170 |
| - | |
171 |
| - | |
172 | 117 |
| |
173 | 118 |
| |
174 | 119 |
| |
175 | 120 |
| |
176 | 121 |
| |
177 | 122 |
| |
178 | 123 |
| |
179 |
| - | |
180 |
| - | |
181 |
| - | |
182 |
| - | |
183 |
| - | |
184 |
| - | |
185 |
| - | |
| 124 | + | |
186 | 125 |
| |
187 | 126 |
|
packages/core/src/driver.ts
Copy file name to clipboardExpand all lines: packages/core/src/driver.ts+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
194 | 194 |
| |
195 | 195 |
| |
196 | 196 |
| |
197 |
| - | |
| 197 | + | |
198 | 198 |
| |
199 | 199 |
| |
200 |
| - | |
| 200 | + | |
201 | 201 |
| |
202 | 202 |
| |
203 | 203 |
| |
| |||
214 | 214 |
| |
215 | 215 |
| |
216 | 216 |
| |
217 |
| - | |
| 217 | + | |
218 | 218 |
| |
219 | 219 |
| |
220 | 220 |
| |
|
packages/core/src/session.ts
Copy file name to clipboardExpand all lines: packages/core/src/session.ts+2-3Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
343 | 343 |
| |
344 | 344 |
| |
345 | 345 |
| |
346 |
| - | |
| 346 | + | |
347 | 347 |
| |
348 | 348 |
| |
349 | 349 |
| |
| |||
489 | 489 |
| |
490 | 490 |
| |
491 | 491 |
| |
492 |
| - | |
| 492 | + | |
493 | 493 |
| |
494 | 494 |
| |
495 | 495 |
| |
| |||
505 | 505 |
| |
506 | 506 |
| |
507 | 507 |
| |
508 |
| - | |
509 | 508 |
| |
510 | 509 |
| |
511 | 510 |
| |
|
You can’t perform that action at this time.
0 commit comments