Ecosyste.ms: Issues

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

GitHub / go-kivik/kivik issues and pull requests

#1042 - Bump version to 4.3.1 to include bugfix for path escaping with DBExis…

Pull Request - State: closed - Opened by flimzy 3 months ago - 1 comment

#1040 - Move DB cleanup to t.Cleanup

Pull Request - State: closed - Opened by flimzy 4 months ago - 1 comment

#1039 - x/sqlite: Only report most recent rev for each doc in changes feed

Pull Request - State: closed - Opened by flimzy 4 months ago - 1 comment

#1038 - x/sqlite: Improve DestroyDB to remove all tables

Pull Request - State: closed - Opened by flimzy 4 months ago - 1 comment

#1037 - x/sqlite: Return errors for unimplemented methods

Pull Request - State: closed - Opened by flimzy 4 months ago

#1036 - Fix typos in comments, tests, and docs

Pull Request - State: closed - Opened by alexandear 4 months ago

#1035 - Remove the outdated build constraint `// +build`

Pull Request - State: closed - Opened by alexandear 4 months ago

#1034 - x/sqlite: Handle DB not found errors

Pull Request - State: closed - Opened by flimzy 4 months ago - 1 comment

#1033 - Switch from GitLab-CI to GitHub Actions

Pull Request - State: open - Opened by flimzy 4 months ago

#1032 - Fix typos

Pull Request - State: closed - Opened by deining 4 months ago - 1 comment

#1031 - Bump GitHub action workflows

Pull Request - State: open - Opened by deining 4 months ago

#1030 - Add a bunch of t.Helper to kt pkg

Pull Request - State: closed - Opened by flimzy 4 months ago - 1 comment

#1029 - Add SQLite to integration test suite list

Pull Request - State: closed - Opened by flimzy 4 months ago

#1028 - x/sqlite: Support filter=_view for Changes feed

Pull Request - State: closed - Opened by flimzy 4 months ago - 1 comment

#1027 - Move JS functions into a separate package

Pull Request - State: closed - Opened by flimzy 4 months ago - 1 comment

#1026 - Refactor emit function to never panic

Pull Request - State: closed - Opened by flimzy 4 months ago - 1 comment

#1025 - Filter function support

Pull Request - State: closed - Opened by flimzy 4 months ago - 1 comment

#1024 - x/sqlite: Changes to Changes feed

Pull Request - State: closed - Opened by flimzy 4 months ago - 1 comment

#1023 - Bump version to 4.3.0

Pull Request - State: closed - Opened by flimzy 4 months ago - 1 comment

#1022 - Add PouchDB 9 to test matrix

Pull Request - State: closed - Opened by flimzy 4 months ago - 1 comment

#1021 - Bump 1.23 to rc2

Pull Request - State: closed - Opened by flimzy 4 months ago - 1 comment

#1020 - Add Go 1.23-compatible range iterators as an experiment

Pull Request - State: closed - Opened by flimzy 4 months ago - 2 comments

#1019 - Bump version for Go 1.23

Pull Request - State: closed - Opened by flimzy 4 months ago - 1 comment

#1018 - Add support for Go 1.23

Pull Request - State: closed - Opened by flimzy 4 months ago - 1 comment

#1017 - Find() is now basically complete, except for index support

Pull Request - State: closed - Opened by flimzy 4 months ago - 1 comment

#1016 - Merge Find() options into query

Pull Request - State: closed - Opened by flimzy 4 months ago - 1 comment

#1015 - driver: Find's query argument should be more consistent

Issue - State: open - Opened by flimzy 4 months ago
Labels: breaking change

#1014 - Find() should accept a selector, not the full query

Issue - State: open - Opened by flimzy 4 months ago
Labels: breaking change

#1013 - Minimal _find support for sqlite backend

Pull Request - State: closed - Opened by flimzy 4 months ago - 1 comment

#1012 - Replace old mango implementation with the new, complete one

Pull Request - State: closed - Opened by flimzy 4 months ago

#1011 - Add matching support to mango2 pkg

Pull Request - State: closed - Opened by flimzy 4 months ago - 1 comment

#1010 - Update x/sqlite to use new common collate pkg

Pull Request - State: closed - Opened by flimzy 4 months ago - 1 comment

#1009 - Add common collate package

Pull Request - State: closed - Opened by flimzy 4 months ago - 1 comment

#1008 - Complete (I think) AST parsing for mango queries

Pull Request - State: closed - Opened by flimzy 4 months ago - 1 comment

#1007 - Remove reduce cache support

Pull Request - State: closed - Opened by flimzy 4 months ago - 1 comment

#1006 - Add support for $or, and some cleanups

Pull Request - State: closed - Opened by flimzy 4 months ago - 1 comment

#1005 - Optionally log queries in tests

Pull Request - State: closed - Opened by flimzy 4 months ago - 1 comment

#1004 - Add support for specifying collation in ddocs

Pull Request - State: closed - Opened by flimzy 5 months ago - 1 comment

#1003 - pouchdb: Test against PouchDB 9

Issue - State: closed - Opened by flimzy 5 months ago

#1002 - A couple more tests for caching logic

Pull Request - State: closed - Opened by flimzy 5 months ago - 1 comment

#1001 - Detect conflicting key options

Pull Request - State: closed - Opened by flimzy 5 months ago

#1000 - More work on caching reduce results

Pull Request - State: closed - Opened by flimzy 5 months ago - 1 comment

#999 - Finish fleshing out options for reduce and group queries

Pull Request - State: closed - Opened by flimzy 5 months ago - 1 comment

#998 - More cache use, and flesh out some options for reduced views

Pull Request - State: closed - Opened by flimzy 5 months ago - 1 comment

#997 - Start using reduce cache

Pull Request - State: closed - Opened by flimzy 5 months ago - 1 comment

#996 - Allow reducing in batches

Pull Request - State: closed - Opened by flimzy 5 months ago - 1 comment

#995 - Support group_level=0 in reduce pkg

Pull Request - State: closed - Opened by flimzy 5 months ago - 1 comment

#994 - Disallow certain options for reduce

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

#993 - Add CreateDoc feature

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

#992 - Reduce cache

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

#991 - Switch to new reduce lib

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

#990 - Use top-level `int` package instead of local `internal` package for DRY

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

#989 - Move some things from internal to int for import by x/sqlite to DRY

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

#988 - Reduce iterator

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

#986 - Views attachments

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

#985 - All docs attachments

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

#984 - Start adding tests specifically around the reduceRows method

Pull Request - State: closed - Opened by flimzy 6 months ago

#983 - Add support for view options: include_design & local_seq

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

#982 - Query/View progress

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

#981 - Update todo list

Pull Request - State: closed - Opened by flimzy 6 months ago

#980 - Various view improvements

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

#979 - Add rest of options to viewOptions struct

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

#978 - Add service logs to output

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

#977 - Improve view options, part 1

Pull Request - State: closed - Opened by flimzy 6 months ago

#976 - Update example to show current behavior of key handling

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

#975 - Consider changing start/endkey behavior

Issue - State: closed - Opened by flimzy 6 months ago
Labels: breaking change

#974 - Support proper collation for default views

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

#973 - reduce=true for all docs view

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

#972 - More merging of query methods

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

#971 - Slight progress merging query methods

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

#970 - Improve views support

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

#969 - Merge query methods

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

#968 - Standardize use of options methods

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

#967 - Protect collator with a mutex

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

#966 - Bump patch version

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

#965 - Add GopherJS 1.19 to test suite

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

#964 - Stop running live replication tests in GopherJS, since they're mysteriously broken

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

#963 - Fix bug 929

Pull Request - State: closed - Opened by flimzy 7 months ago

#962 - More _stats support

Pull Request - State: closed - Opened by flimzy 7 months ago - 1 comment

#961 - Remove todo note after verification

Pull Request - State: closed - Opened by flimzy 7 months ago

#960 - Bare _stats functionality

Pull Request - State: closed - Opened by flimzy 7 months ago - 1 comment

#959 - Extract reduce logic to separate function

Pull Request - State: closed - Opened by flimzy 7 months ago - 1 comment

#958 - group_level now works

Pull Request - State: closed - Opened by flimzy 7 months ago - 1 comment

#957 - Supports group=true

Pull Request - State: closed - Opened by flimzy 7 months ago - 1 comment

#956 - More reduce progress

Pull Request - State: closed - Opened by flimzy 7 months ago - 1 comment

#955 - sqlite: collation breaks randomly

Issue - State: open - Opened by flimzy 7 months ago

#954 - Begin adding reduce support

Pull Request - State: closed - Opened by flimzy 7 months ago - 1 comment

#953 - cmd/kivik: Querying view returns improper error

Issue - State: open - Opened by flimzy 7 months ago
Labels: bug

#952 - x/sqlite: object key order is not preserved in indexes

Issue - State: open - Opened by flimzy 7 months ago
Labels: bug, enhancement

#951 - Bump goreleaser version

Pull Request - State: closed - Opened by flimzy 7 months ago - 1 comment

#950 - Tag a new maintenence release v4.2.2

Pull Request - State: closed - Opened by flimzy 7 months ago - 1 comment

#949 - Take 2 at a separate Go mod for x/sqlite

Pull Request - State: closed - Opened by flimzy 7 months ago - 1 comment

#948 - Bump github.com/google/go-cmp to v0.6.0

Pull Request - State: closed - Opened by flimzy 7 months ago

#947 - More query support

Pull Request - State: closed - Opened by flimzy 7 months ago - 1 comment

#946 - Add collation support

Pull Request - State: closed - Opened by flimzy 7 months ago - 1 comment

#945 - Experimental: Make x/sqlite its own go module

Pull Request - State: closed - Opened by flimzy 7 months ago

#944 - Beginning support for querying views

Pull Request - State: closed - Opened by flimzy 7 months ago - 1 comment

#943 - x/sqlite: Add support for LocalDocs and DesignDocs methods

Pull Request - State: closed - Opened by flimzy 7 months ago - 1 comment