chore(deps): update zeromq requirement from 0.4 to 0.6 - #4
Open
dependabot[bot] wants to merge 1 commit into
Open
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Updates the requirements on [zeromq](https://github.com/zeromq/zmq.rs) to permit the latest version. - [Release notes](https://github.com/zeromq/zmq.rs/releases) - [Changelog](https://github.com/zeromq/zmq.rs/blob/master/CHANGELOG.md) - [Commits](zeromq/zmq.rs@v0.4.0...v0.6.0) --- updated-dependencies: - dependency-name: zeromq dependency-version: 0.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/cargo/zeromq-0.6
branch
from
July 8, 2026 03:14
ad73db8 to
0c5a3e9
Compare
Mullassery
added a commit
that referenced
this pull request
Jul 13, 2026
Implement query bookmarking and history tracking for power users. Query Manager Module (crates/server/src/query_manager.rs): ✅ SavedQuery: title, description, tags, favorites, run count ✅ Timestamps: created_at, updated_at, last_used tracking ✅ Query type support: sql, python Database Schema (saved_queries table): ✅ query_id: unique identifier ✅ user_id: owner of the query ✅ title, description: metadata ✅ query_text: full query content ✅ query_type: sql or python ✅ tags: JSON array for categorization ✅ is_favorite: boolean flag ✅ last_used: timestamp of last execution ✅ run_count: execution frequency tracking ✅ 4 indices: user_id, is_favorite, created_at, last_used API Endpoints: ✅ POST /api/queries - Save new query with metadata - Returns: saved query object with query_id ✅ GET /api/queries - List user's saved queries (paginated) - Query params: limit, offset - Sorted by: last_used DESC, created_at DESC ✅ GET /api/queries/favorites - Get top 20 favorite queries only - Quick access to most-used queries ✅ GET /api/queries/search?q=term - Search by title, description, tags - Query param: q (search term), limit ✅ POST /api/queries/:query_id/favorite - Toggle favorite status - Updates is_favorite boolean ✅ DELETE /api/queries/:query_id - Remove saved query permanently Features: ✅ Query persistence: save frequently used queries ✅ Favorites: quick access to most-used queries ✅ Search: find queries by title, description, tags ✅ Statistics: track run count and last used time ✅ Metadata: organize queries with titles, descriptions, tags Use Cases: - Save complex joins for reuse - Build library of common queries - Quick access to favorite queries - Find queries by search term - Track query execution history Status: v1.2.1 #4/5 quick wins complete (7 hours total) Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Mullassery
added a commit
that referenced
this pull request
Jul 28, 2026
…dd AI Assistant to main UI Task #2: OpenAI/Ollama API backends - Already implemented in previous commit (callOpenAIAPI and callOllamaAPI functions) - Support for GPT-4, GPT-3.5-turbo, and local Ollama models - Health checking for Ollama connectivity - Full response parsing with code extraction Task #7: R & Julia Execution Backends - R executor: IRkernel integration via Jupyter (kernel name: 'ir') - Julia executor: IJulia kernel integration (kernel name: 'julia-1.8') - Both use REST API to localhost:8888 (same as Python) - Support for ggplot2/plotly visualization output - Installation instructions in error messages - Session persistence per language Task #13: Integrate Language Selector into Cell - Replaced basic language dropdown with enhanced LanguageSelector component - Imported LanguageSelector from components - Shows search, capability indicators, interop information - Language changes update cell metadata automatically - Works alongside SQL connection picker for SQL cells Task #4: Integrate AIAssistant into Main UI - Added AIAssistant as right-side panel (adjacent to Plots, Table Metadata) - Activity rail button with Sparkles icon - Keyboard shortcut: ⌘I to toggle AI Assistant - Connected to notebook state (passes current cell code) - Code generation callback updates selected cell - Styled to match dark theme with 384px width - Close button in header - Conditionally renders based on aiOpen state Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the requirements on zeromq to permit the latest version.
Release notes
Sourced from zeromq's releases.
Changelog
Sourced from zeromq's changelog.
... (truncated)
Commits
1c46728chore: prepare 0.6.0 release (#247)10d1f9ePorted benchmarks from libzmq2 (#246)e805a1aprepare 0.6.0-pre.2 release (#245)db1d9edfeat: enable IPC transport on Windows (#244)e483435fix: await pub fanout writes (#243)770bb20fix: bound initial connects with timeout (#241)bdfd4d8feat: supportXSubSocket(#236)4aefa00Bump MSRV to 1.85 and add checks to CI (#239)808ceb6implCloneforRouterSendHalf(#235)0eea3a0Added on Disconnect callback on all sockets (#234)