Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / go-kivik/fsdb issues and pull requests
#101 - Update driver API
Pull Request -
State: closed - Opened by flimzy almost 2 years ago
- 1 comment
#100 - Dep updates and driver cleanup
Pull Request -
State: closed - Opened by flimzy almost 2 years ago
#99 - Update kivik dep for driver.Rows readers
Pull Request -
State: closed - Opened by flimzy almost 2 years ago
#98 - Update kivik & kiviktest deps
Pull Request -
State: closed - Opened by flimzy almost 2 years ago
- 1 comment
#97 - Switch CI to Go 1.19 & 1.20
Pull Request -
State: closed - Opened by flimzy almost 2 years ago
#96 - Add Go versions 1.15-1.20
Pull Request -
State: closed - Opened by flimzy almost 2 years ago
#95 - Fix path formation
Pull Request -
State: closed - Opened by flimzy almost 4 years ago
#94 - Stop caring about illegal database names
Pull Request -
State: closed - Opened by flimzy almost 4 years ago
- 1 comment
#93 - Update Go & linter
Pull Request -
State: closed - Opened by flimzy almost 4 years ago
#92 - Add io/fs support
Issue -
State: open - Opened by flimzy almost 4 years ago
#91 - Conform to new driver.Driver interface
Pull Request -
State: closed - Opened by flimzy over 4 years ago
- 1 comment
#90 - Drop ctx argument from DB() method
Pull Request -
State: closed - Opened by flimzy over 4 years ago
#89 - Handle deleted documents properly when fetching
Pull Request -
State: closed - Opened by flimzy over 4 years ago
- 1 comment
#88 - Support fetching _revisions
Pull Request -
State: closed - Opened by flimzy over 4 years ago
#87 - Handle deleted documents properly when fetching
Pull Request -
State: closed - Opened by flimzy over 4 years ago
- 1 comment
#86 - Add _revisions to output when requested
Pull Request -
State: closed - Opened by flimzy over 4 years ago
- 1 comment
#85 - Handle deleted changes
Pull Request -
State: closed - Opened by flimzy over 4 years ago
#84 - Deleted changes
Pull Request -
State: closed - Opened by flimzy over 4 years ago
- 1 comment
#83 - Update license handling
Pull Request -
State: closed - Opened by flimzy over 4 years ago
#82 - Update import paths for v4
Pull Request -
State: closed - Opened by flimzy almost 5 years ago
#81 - Update README and doc.go for new import path
Pull Request -
State: closed - Opened by flimzy almost 5 years ago
- 1 comment
#80 - Versoin3
Pull Request -
State: closed - Opened by flimzy almost 5 years ago
- 1 comment
#79 - Switch to go modules and Go 1.14
Pull Request -
State: closed - Opened by flimzy almost 5 years ago
- 1 comment
#78 - Run tests against Go 1.13 and 1.14
Pull Request -
State: closed - Opened by flimzy almost 5 years ago
#77 - Support weird names better
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 2 comments
#76 - Report missing attachments more completely
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 2 comments
#75 - Don't URL-escape attachment names
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 2 comments
#74 - Clean up empty dirs
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 2 comments
#73 - Allow '.' as db path
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 2 comments
#72 - Extract dbname with full URLs to DB() method
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 1 comment
#71 - Add support for file:// URLs
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 1 comment
#70 - Better NewClient handling
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 2 comments
#69 - More rigerous validation of dbnames
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 2 comments
#68 - Export Escape & Unescape helpers
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 1 comment
#67 - Add tests for AllDBs method
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 2 comments
#66 - Rename test dbs to conform to CouchDB naming conventions
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 2 comments
#65 - DestroyDB() should only delete recognized files, or require a force flag
Issue -
State: open - Opened by flimzy over 5 years ago
#64 - Add option to warn about ignored files
Issue -
State: open - Opened by flimzy over 5 years ago
#63 - Set Rev history after new rev id is assigned
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 2 comments
#62 - Detect and handle re-uploads of attachments
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 2 comments
#61 - Validate size and digest on load
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 2 comments
#60 - revpos validation for attachment uploads
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 2 comments
#59 - Updates for attachments
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 2 comments
#58 - Less redundant return values from openAttachment
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 2 comments
#57 - Support new_edits=false
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 1 comment
#56 - new_edits=false support for PUT
Issue -
State: closed - Opened by flimzy over 5 years ago
#55 - Rewrite more logic to not use old decoder package
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 1 comment
#54 - Rewrite RevsDiff with new logic
Pull Request -
State: closed - Opened by flimzy over 5 years ago
#53 - Rewrite Put() with new logic
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 1 comment
#52 - Rewrite compact logic
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 2 comments
#51 - Rewrite a bunch of logic to be more modular
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 1 comment
#50 - rename Rev to RevID
Pull Request -
State: closed - Opened by flimzy over 5 years ago
#49 - Stop removing attachments for now
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 1 comment
#48 - Embed DocMeta in docEntry for easier access
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 1 comment
#47 - Make it easier to sort documents by winning revision
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 1 comment
#46 - Move doc path into internal.Document type
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 1 comment
#45 - Read metadata into docIndex
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 2 comments
#44 - Allow extracting all metadata with decoder
Pull Request -
State: closed - Opened by flimzy over 5 years ago
#43 - Move some types into `internal` package
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 2 comments
#42 - Export docEntry fields so they can be JSON marshaled for testing
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 2 comments
#41 - Decoder improvements
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 1 comment
#40 - Add GitLab CI configuration
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 1 comment
#39 - Rewrite put tests to be simpler to manage
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 2 comments
#38 - Allow fetching attachments across half-written revs
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 2 comments
#37 - Use Base64 encoding for digests, for proper compatibility
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 2 comments
#36 - Add support to Get when conflicts have no declared winner
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 2 comments
#35 - Add minimal support for Compact(), and getting attachments stored in revs dir
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 2 comments
#34 - Switch from kivik.Status* to http.Status*
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 2 comments
#33 - Switch to new testy
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 2 comments
#32 - Update another instance of bad special doc member
Pull Request -
State: closed - Opened by flimzy over 5 years ago
#31 - Make error match CouchDB more closely
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 1 comment
#30 - Add RevsDiff support
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 1 comment
#29 - Don't default to returning the current document if the specified rev …
Pull Request -
State: closed - Opened by flimzy over 5 years ago
#28 - Extract an abstract ndoc get method
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 2 comments
#27 - Revs info
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 1 comment
#26 - More revpos fixes
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 1 comment
#25 - Properly propagate revpos
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 1 comment
#24 - Fix revpos handling
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 2 comments
#23 - Allow system dbs to be returned by AllDBs
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 1 comment
#22 - Only fabricate history for naked revs
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 2 comments
#21 - Add fake revs=true support
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 2 comments
#20 - Add support for fetching security object
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 2 comments
#19 - Fix handling of escaped names in changes feed
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 2 comments
#18 - Remove debug output
Pull Request -
State: closed - Opened by flimzy over 5 years ago
#17 - Don't pull in ale dependency
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 2 comments
#16 - Support reading YAML files as well
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 1 comment
#15 - Handle missing or incorrect _rev and _id fields in the on-disk JSON
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 2 comments
#14 - Fix fetching a doc by rev, with the most recent rev
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 1 comment
#13 - Improve validation on connection
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 2 comments
#12 - Add minimal support for Changes feed
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 2 comments
#11 - Add Get() support
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 1 comment
#10 - Put() support
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 2 comments
#9 - Switch to new linter
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 1 comment
#8 - Update for latest kivik API
Pull Request -
State: closed - Opened by flimzy over 5 years ago
- 1 comment
#7 - Update to latest interfaces
Pull Request -
State: closed - Opened by flimzy about 7 years ago
- 1 comment
#6 - Get stream support
Pull Request -
State: closed - Opened by flimzy about 7 years ago
- 1 comment
#5 - Update paths
Pull Request -
State: closed - Opened by flimzy about 7 years ago
- 1 comment
#4 - Switch from errors.StatusCode() to kivik.StatusCode()
Pull Request -
State: closed - Opened by flimzy over 7 years ago
- 1 comment
#3 - Disable Explain tests
Pull Request -
State: closed - Opened by flimzy over 7 years ago
- 1 comment
#2 - Add integration tests
Pull Request -
State: closed - Opened by flimzy over 7 years ago
- 1 comment