Ecosyste.ms: Issues

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

GitHub / up9inc/basenine issues and pull requests

#50 - Support recursive descent in JSONPath(s)

Pull Request - State: closed - Opened by mertyildiran over 2 years ago - 1 comment
Labels: enhancement

#49 - Fix the issue in `redact` when it's combined with recursive descent

Pull Request - State: closed - Opened by mertyildiran over 2 years ago - 1 comment
Labels: bug

#47 - Remove `leftOff` helper and update the `QUERY` mode API to supply the left off value there

Pull Request - State: closed - Opened by mertyildiran almost 3 years ago - 1 comment
Labels: enhancement

#46 - Fetch N number of records in M milliseconds timeout before streaming the records

Pull Request - State: closed - Opened by mertyildiran almost 3 years ago - 1 comment

#45 - Increase the TCP deadlines to 3 seconds

Pull Request - State: closed - Opened by mertyildiran almost 3 years ago

#44 - Shift the `offsets` and `partitionRefs` in case of database truncation

Pull Request - State: closed - Opened by mertyildiran almost 3 years ago - 1 comment

#43 - Add `SetWriteDeadlineVar` method to Go client

Pull Request - State: closed - Opened by mertyildiran almost 3 years ago - 1 comment
Labels: enhancement

#42 - Add `NoMoreData` field to `Metadata` struct

Pull Request - State: closed - Opened by mertyildiran almost 3 years ago - 1 comment
Labels: enhancement

#41 - Upgrade `github.com/ohler55/ojg` version from `v1.12.13` to `v1.14.0`

Pull Request - State: closed - Opened by mertyildiran almost 3 years ago - 1 comment
Labels: bug

#40 - Reduce the amount of `panic()` calls

Pull Request - State: closed - Opened by mertyildiran almost 3 years ago - 1 comment
Labels: bug

#39 - Update the `InsertData` method signature

Pull Request - State: closed - Opened by mertyildiran almost 3 years ago - 1 comment

#38 - Add `-storage` and `-storage-args` flags

Pull Request - State: closed - Opened by mertyildiran almost 3 years ago - 1 comment
Labels: enhancement

#37 - Remove `rlimit` helper

Pull Request - State: closed - Opened by mertyildiran almost 3 years ago - 1 comment
Labels: enhancement

#36 - Define `Storage` interface and implement `nativeStorage`

Pull Request - State: closed - Opened by mertyildiran almost 3 years ago - 1 comment
Labels: enhancement

#35 - Fix a data race that only happens in the test code

Pull Request - State: closed - Opened by mertyildiran almost 3 years ago - 1 comment

#34 - Propagate the errors in Go client better

Pull Request - State: closed - Opened by mertyildiran almost 3 years ago - 1 comment
Labels: enhancement

#33 - Skip a test case that's not stable in CI environment

Pull Request - State: closed - Opened by mertyildiran almost 3 years ago - 1 comment

#32 - Fix the data races in `FLUSH` and `RESET` mode

Pull Request - State: closed - Opened by mertyildiran almost 3 years ago - 1 comment
Labels: bug

#31 - Convert the ID format to 24 character (12-byte) string

Pull Request - State: closed - Opened by mertyildiran almost 3 years ago
Labels: enhancement

#30 - Revert #21

Pull Request - State: closed - Opened by mertyildiran almost 3 years ago - 1 comment
Labels: bug

#29 - Fix several issues related to `flush` and `reset` methods

Pull Request - State: closed - Opened by mertyildiran almost 3 years ago
Labels: bug

#28 - Add `FLUSH` and `RESET` connection modes

Pull Request - State: closed - Opened by mertyildiran almost 3 years ago - 1 comment
Labels: enhancement

#27 - Add time helpers

Pull Request - State: closed - Opened by mertyildiran almost 3 years ago - 1 comment
Labels: enhancement

#26 - Add wildcard notation support to the grammar

Pull Request - State: closed - Opened by mertyildiran almost 3 years ago - 1 comment
Labels: enhancement

#25 - Fix a bug in case of Base64 decode in `json` and `redact` helper combination

Pull Request - State: closed - Opened by mertyildiran almost 3 years ago - 1 comment
Labels: bug

#24 - Add `xml` helper

Pull Request - State: closed - Opened by mertyildiran almost 3 years ago - 1 comment

#23 - Add `json()` helper support to `redact()` helper's arguments

Pull Request - State: closed - Opened by mertyildiran almost 3 years ago - 1 comment
Labels: enhancement

#22 - Add `version` field to `ConcurrentSlice` and rename it to `ConcurrentSliceV0`

Pull Request - State: closed - Opened by mertyildiran almost 3 years ago - 1 comment
Labels: enhancement

#21 - Shift the `offsets` and `partitionRefs` in case of database truncation

Pull Request - State: closed - Opened by mertyildiran almost 3 years ago - 1 comment

#20 - Fix the data races in the tests

Pull Request - State: closed - Opened by mertyildiran almost 3 years ago - 1 comment

#19 - Add unit tests for `dumpCore` and `restoreCore` methods

Pull Request - State: closed - Opened by mertyildiran almost 3 years ago - 1 comment

#18 - Fix the exit codes

Pull Request - State: closed - Opened by mertyildiran almost 3 years ago - 1 comment
Labels: bug

#17 - Fix the corruption in the core dump file

Pull Request - State: closed - Opened by mertyildiran almost 3 years ago - 1 comment
Labels: bug

#16 - Add `-race` flag to the tests and fix the data races in the test code

Pull Request - State: closed - Opened by mertyildiran almost 3 years ago - 1 comment
Labels: enhancement

#15 - Clean up the database files in case of core restoration failure

Pull Request - State: closed - Opened by mertyildiran almost 3 years ago - 1 comment
Labels: bug

#14 - Don't fail to restore the core in case of gob decode `io.EOF` error

Pull Request - State: closed - Opened by mertyildiran almost 3 years ago - 1 comment
Labels: bug

#13 - Rename the legacy database files

Pull Request - State: closed - Opened by mertyildiran almost 3 years ago - 1 comment
Labels: bug

#12 - Change partition extension from `bin` to `db`

Pull Request - State: closed - Opened by mertyildiran almost 3 years ago - 1 comment
Labels: enhancement

#11 - Refactor the codebase to have the exported functions in a separate package named `lib`

Pull Request - State: closed - Opened by mertyildiran almost 3 years ago - 1 comment
Labels: enhancement

#10 - Add `INSERTION_FILTER` connection mode and enable setting an insertion filter

Pull Request - State: closed - Opened by mertyildiran about 3 years ago - 1 comment
Labels: enhancement

#9 - Upgrade the Alpine base image from version `3.13.5` to `3.15`

Pull Request - State: closed - Opened by mertyildiran about 3 years ago - 1 comment
Labels: enhancement, security

#8 - Add support of Base64 encoded JSON strings to the `json` helper

Pull Request - State: closed - Opened by mertyildiran about 3 years ago - 1 comment
Labels: enhancement

#7 - Add `redact` helper

Pull Request - State: closed - Opened by mertyildiran about 3 years ago - 1 comment
Labels: enhancement

#6 - Add `json` helper

Pull Request - State: closed - Opened by mertyildiran about 3 years ago - 1 comment
Labels: enhancement

#5 - Add `INDEX` connection mode and implement the support of indexed queries

Pull Request - State: closed - Opened by mertyildiran about 3 years ago - 1 comment
Labels: enhancement

#3 - Revert paging related changes

Pull Request - State: closed - Opened by mertyildiran about 3 years ago - 1 comment

#2 - Change metadata related code and fix the issues around `FETCH` connection mode

Pull Request - State: closed - Opened by mertyildiran about 3 years ago - 1 comment
Labels: enhancement

#1 - Add `FETCH` connection mode

Pull Request - State: closed - Opened by mertyildiran about 3 years ago - 1 comment
Labels: enhancement