Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / daniel-boll/scylla-javascript-driver issues and pull requests

#50 - fix: target build and `cargo fmt` issues

Pull Request - State: closed - Opened by gvieira18 3 months ago

#50 - fix: target build and `cargo fmt` issues

Pull Request - State: closed - Opened by gvieira18 3 months ago

#50 - fix: target build and `cargo fmt` issues

Pull Request - State: closed - Opened by gvieira18 3 months ago

#49 - fix: update package description, url and entrypoint name

Pull Request - State: closed - Opened by gvieira18 3 months ago

#49 - fix: update package description, url and entrypoint name

Pull Request - State: closed - Opened by gvieira18 3 months ago

#49 - fix: update package description, url and entrypoint name

Pull Request - State: closed - Opened by gvieira18 3 months ago

#48 - feat(types): add most of type supports for the driver

Pull Request - State: closed - Opened by Daniel-Boll 3 months ago
Labels: enhancement

#47 - ci: bump actions/upload-artifact from v3 to v4

Pull Request - State: closed - Opened by gvieira18 3 months ago

#46 - build: add MUSL target setup for CI builds

Pull Request - State: closed - Opened by gvieira18 3 months ago

#45 - feat(ci): adding build of musl target to the project

Pull Request - State: closed - Opened by Daniel-Boll 4 months ago
Labels: enhancement, CI/CD, hacktoberfest-accepted

#44 - Add x86_64-unknown-linux-musl target to the driver for Docker compatibility

Issue - State: closed - Opened by Daniel-Boll 4 months ago
Labels: enhancement, hacktoberfest, CI/CD

#43 - feat(tracing): add query tracing for the session in the `executeWithTracing` method

Pull Request - State: closed - Opened by Daniel-Boll 4 months ago
Labels: enhancement

#42 - Add Support for Query Tracing

Issue - State: closed - Opened by Daniel-Boll 4 months ago - 3 comments
Labels: enhancement

#41 - feat(query_results): add support for more column types

Pull Request - State: closed - Opened by Daniel-Boll 6 months ago

#40 - fix: make it clearer the not supported ColumnTypes and implement trivial ones

Issue - State: closed - Opened by Daniel-Boll 6 months ago
Labels: enhancement, good first issue

#39 - feat: Add query options and improve query execution

Pull Request - State: closed - Opened by Daniel-Boll 6 months ago

#38 - feature: allow prepared statements directly on `session.execute`

Issue - State: closed - Opened by Daniel-Boll 6 months ago
Labels: enhancement, good first issue, performance

#37 - feat(scylla): upgrade Scylla driver and add UDT support

Pull Request - State: closed - Opened by Daniel-Boll 6 months ago

#36 - feature: add user defined types

Issue - State: closed - Opened by Daniel-Boll 6 months ago
Labels: enhancement

#35 - Updating Rust Driver version and setting a Custom Driver name/version

Issue - State: open - Opened by DanielHe4rt 6 months ago - 2 comments
Labels: enhancement

#34 - feat: improving tls flow

Pull Request - State: closed - Opened by DanielHe4rt 6 months ago - 1 comment

#33 - Fetch schema

Pull Request - State: closed - Opened by Matozinho 6 months ago - 1 comment
Labels: enhancement

#32 - example(basic): replicate rust's driver `basic.rs` example

Pull Request - State: closed - Opened by Daniel-Boll 6 months ago

#31 - examples(basic): replicate rust driver example

Issue - State: closed - Opened by Daniel-Boll 6 months ago
Labels: documentation, good first issue

#30 - feat(batch): add batch statements support

Pull Request - State: closed - Opened by Daniel-Boll 6 months ago

#29 - feat(lwt): add lightweight transaction (LWT) support

Pull Request - State: closed - Opened by Daniel-Boll 6 months ago

#28 - Enable connection through a connection string

Issue - State: open - Opened by Daniel-Boll 6 months ago
Labels: enhancement, help wanted, good first issue

#27 - feat(session): schema agreement functions and variables

Pull Request - State: closed - Opened by Daniel-Boll 7 months ago

#26 - feat(session): add `useKeyspace` function

Pull Request - State: closed - Opened by Daniel-Boll 7 months ago

#25 - feat: add support for connection configuration on the constructor

Pull Request - State: closed - Opened by Matozinho 7 months ago
Labels: enhancement

#24 - feature: prepared statements

Pull Request - State: closed - Opened by Daniel-Boll 8 months ago
Labels: enhancement

#23 - feat: prepared statements

Pull Request - State: closed - Opened by DanielHe4rt 8 months ago - 2 comments

#22 - Implement metrics retrieval functionality in scylladb driver

Pull Request - State: closed - Opened by Daniel-Boll over 1 year ago - 1 comment
Labels: hacktoberfest-accepted

#21 - Implement Crate Feature to Disable SSL on Windows for ScyllaDB Node.js Driver

Issue - State: open - Opened by Daniel-Boll over 1 year ago
Labels: enhancement, help wanted, good first issue, hacktoberfest, CI/CD

#20 - Resolve OpenSSL Configuration Issue on Windows for ScyllaDB Node.js Driver

Issue - State: open - Opened by Daniel-Boll over 1 year ago
Labels: help wanted, hacktoberfest, CI/CD

#19 - Fetch schema (Not Fully Documented Issue)

Issue - State: open - Opened by Daniel-Boll over 1 year ago - 2 comments
Labels: enhancement, help wanted, good first issue, hacktoberfest, draft issue

#18 - Query feature: Timeouts (Not Fully Documented Issue)

Issue - State: open - Opened by Daniel-Boll over 1 year ago
Labels: enhancement, help wanted, good first issue, hacktoberfest, draft issue

#17 - Query feature: Lightweight Transactions (Not Fully Documented Issue)

Issue - State: closed - Opened by Daniel-Boll over 1 year ago
Labels: enhancement, help wanted, good first issue, hacktoberfest, performance, draft issue

#16 - Query feature: Schema Agreement (Not Fully Documented Issue)

Issue - State: closed - Opened by Daniel-Boll over 1 year ago
Labels: enhancement, help wanted, good first issue, hacktoberfest, draft issue

#15 - Query feature: Use Keyspace (Not Fully Documented Issue)

Issue - State: closed - Opened by Daniel-Boll over 1 year ago
Labels: enhancement, help wanted, good first issue, hacktoberfest, draft issue

#14 - Query feature: Paged Query (Not Fully Documented Issue)

Issue - State: open - Opened by Daniel-Boll over 1 year ago - 1 comment
Labels: enhancement, help wanted, good first issue, hacktoberfest, performance, draft issue

#13 - Query feature: BatchStatement (Not Fully Documented Issue)

Issue - State: closed - Opened by Daniel-Boll over 1 year ago
Labels: enhancement, help wanted, good first issue, hacktoberfest, performance, draft issue

#12 - Query feature: PreparedStatement (Not Fully Documented Issue)

Issue - State: closed - Opened by Daniel-Boll over 1 year ago - 3 comments
Labels: enhancement, help wanted, good first issue, hacktoberfest, performance, draft issue

#11 - feature/6-implement-basic-query-class-functionality-for-simple-queries

Pull Request - State: closed - Opened by f0ntana over 1 year ago
Labels: hacktoberfest-accepted

#10 - dev

Pull Request - State: closed - Opened by Daniel-Boll over 1 year ago

#9 - Integrate TLS Support in ScyllaDB Driver Connection

Pull Request - State: closed - Opened by Daniel-Boll over 1 year ago
Labels: hacktoberfest-accepted

#8 - Implement `Metrics Retrieval` Functionality in ScyllaDB Driver

Issue - State: closed - Opened by Daniel-Boll over 1 year ago
Labels: enhancement, help wanted, good first issue, hacktoberfest, performance

#7 - Enhance connect method to support authentication parameters

Pull Request - State: closed - Opened by Daniel-Boll over 1 year ago
Labels: hacktoberfest-accepted

#6 - Implement Basic `Query` Class Functionality for Simple Queries

Issue - State: closed - Opened by Daniel-Boll over 1 year ago - 1 comment
Labels: documentation, enhancement, help wanted, good first issue, hacktoberfest, tests

#5 - Implement optional compression methods in cluster constructor

Pull Request - State: closed - Opened by Daniel-Boll over 1 year ago

#4 - Feature/1 implement optional compression methods in cluster constructor

Pull Request - State: closed - Opened by f0ntana over 1 year ago
Labels: hacktoberfest-accepted

#3 - Integrate TLS Support in ScyllaDB Driver Connection

Issue - State: closed - Opened by Daniel-Boll over 1 year ago
Labels: enhancement, help wanted, hacktoberfest, security, CI/CD, related

#2 - Enhance `connect` Method to Support Authentication Parameters

Issue - State: closed - Opened by Daniel-Boll over 1 year ago
Labels: enhancement, help wanted, good first issue, hacktoberfest, security

#1 - Implement Optional Compression Methods in Cluster Constructor

Issue - State: closed - Opened by Daniel-Boll over 1 year ago - 2 comments
Labels: enhancement, help wanted, good first issue, hacktoberfest, performance