Ecosyste.ms: Issues

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

GitHub / chill-rs/chill issues and pull requests

#60 - Upgraded to Serde 0.8

Pull Request - State: closed - Opened by PixelPirate almost 8 years ago - 3 comments

#59 - Support for specifing view keys (start, end, …) by reference

Issue - State: open - Opened by cmbrandenburg about 8 years ago
Labels: chill API

#58 - Consider adding a general `ExecuteAction::with_end_key` method

Issue - State: open - Opened by cmbrandenburg about 8 years ago
Labels: chill API

#57 - Document attachments should all be `Saved` after updating a document

Issue - State: open - Opened by cmbrandenburg about 8 years ago - 1 comment
Labels: bug, breaking change

#56 - New action to forcibly overwrite a document if changed

Issue - State: open - Opened by cmbrandenburg about 8 years ago - 1 comment
Labels: transport, chill API

#55 - Improve error messages to include action name

Issue - State: open - Opened by cmbrandenburg about 8 years ago - 1 comment
Labels: breaking change

#54 - Implement Display for all path types

Issue - State: closed - Opened by cmbrandenburg about 8 years ago

#53 - Client should implement Debug

Issue - State: closed - Opened by cmbrandenburg about 8 years ago

#52 - Optimize ViewRow to not clone and re-decode key and value

Issue - State: open - Opened by cmbrandenburg about 8 years ago
Labels: optimization

#51 - Consider generalizing the transport layer regarding queries and bodies

Issue - State: closed - Opened by cmbrandenburg about 8 years ago - 2 comments
Labels: transport

#50 - Upgrade to url v1.x

Issue - State: closed - Opened by cmbrandenburg about 8 years ago

#49 - Add support to ViewResponse for group-reduced views

Issue - State: closed - Opened by cmbrandenburg about 8 years ago
Labels: breaking change

#48 - New actions to receive changes

Issue - State: open - Opened by jgillich about 8 years ago - 2 comments
Labels: couchdb API coverage, chill API

#47 - Delay handling of path parsing errors?

Issue - State: closed - Opened by jgillich about 8 years ago - 2 comments
Labels: duplicate

#46 - display Document::path() in the docs

Pull Request - State: closed - Opened by jgillich about 8 years ago - 1 comment

#45 - New action to delete an attachment standalone

Issue - State: open - Opened by cmbrandenburg about 8 years ago
Labels: couchdb API coverage, chill API

#44 - New action to update an attachment standalone

Issue - State: open - Opened by cmbrandenburg about 8 years ago
Labels: couchdb API coverage, chill API

#43 - New action to read an attachment standalone

Issue - State: open - Opened by cmbrandenburg about 8 years ago
Labels: couchdb API coverage, chill API

#42 - Consider removing the `Document::id` method

Issue - State: closed - Opened by cmbrandenburg about 8 years ago
Labels: breaking change

#41 - extend client with a method to read all documents

Pull Request - State: open - Opened by jgillich about 8 years ago - 14 comments

#40 - Consider simplifying type parameterization for view execution

Issue - State: closed - Opened by cmbrandenburg about 8 years ago - 2 comments
Labels: breaking change

#39 - New action to get all docs

Issue - State: open - Opened by jgillich about 8 years ago - 3 comments
Labels: couchdb API coverage, chill API

#38 - New action to create an attachment standalone

Issue - State: open - Opened by cmbrandenburg about 8 years ago
Labels: couchdb API coverage, chill API

#37 - New support for the `atts_since` query parameter when reading a document

Issue - State: open - Opened by cmbrandenburg about 8 years ago
Labels: couchdb API coverage, chill API

#36 - New support for creating, updating, and deleting attachments as part of updating a document

Issue - State: closed - Opened by cmbrandenburg about 8 years ago
Labels: couchdb API coverage

#35 - Upgrade to rustfmt v0.4.x

Issue - State: closed - Opened by cmbrandenburg about 8 years ago - 1 comment

#34 - Consider making the action-constructing methods infallible

Issue - State: closed - Opened by cmbrandenburg about 8 years ago
Labels: breaking change

#33 - Simplify path-related types

Issue - State: closed - Opened by cmbrandenburg about 8 years ago - 1 comment
Labels: breaking change

#32 - New support for asynchronous actions

Issue - State: open - Opened by cmbrandenburg about 8 years ago
Labels: transport, chill API

#31 - New action for bulk docs

Issue - State: open - Opened by cmbrandenburg about 8 years ago
Labels: couchdb API coverage, chill API

#30 - New support for reading a document with If-None-Match

Issue - State: open - Opened by cmbrandenburg about 8 years ago
Labels: couchdb API coverage, chill API

#29 - ViewResponse should implement Send

Issue - State: closed - Opened by cmbrandenburg about 8 years ago
Labels: bug

#28 - New support for the `key` query parameter when executing a view

Issue - State: open - Opened by cmbrandenburg about 8 years ago - 1 comment
Labels: couchdb API coverage, chill API

#27 - New support for the `limit` query parameter when executing a view

Issue - State: closed - Opened by cmbrandenburg about 8 years ago
Labels: couchdb API coverage

#26 - New support for the `descending` query parameter when executing a view

Issue - State: closed - Opened by cmbrandenburg about 8 years ago
Labels: couchdb API coverage

#25 - New support for the `inclusive_end` query parameter when executing a view

Issue - State: closed - Opened by cmbrandenburg about 8 years ago
Labels: couchdb API coverage

#24 - New support for the `group_level` query parameter when executing a view

Issue - State: closed - Opened by cmbrandenburg about 8 years ago
Labels: couchdb API coverage

#23 - New support for the `group` query parameter when executing a view

Issue - State: closed - Opened by cmbrandenburg about 8 years ago
Labels: couchdb API coverage

#22 - New support for the `reduce` query parameter when executing a view

Issue - State: closed - Opened by cmbrandenburg about 8 years ago
Labels: couchdb API coverage

#21 - New support for the `endkey` query when executing a view

Issue - State: closed - Opened by cmbrandenburg about 8 years ago
Labels: couchdb API coverage

#20 - New support for the `startkey` query when executing a view

Issue - State: closed - Opened by cmbrandenburg about 8 years ago
Labels: couchdb API coverage

#19 - New support for including the document in each view row

Issue - State: closed - Opened by cmbrandenburg about 8 years ago - 1 comment
Labels: couchdb API coverage

#18 - New support for getting attachments as part of reading a document

Issue - State: closed - Opened by cmbrandenburg about 8 years ago
Labels: couchdb API coverage

#17 - New types for representing design document content

Issue - State: closed - Opened by cmbrandenburg about 8 years ago - 1 comment
Labels: couchdb API coverage

#16 - Unit tests for the HyperTransport

Issue - State: open - Opened by cmbrandenburg over 8 years ago - 5 comments
Labels: test, transport

#15 - Replace AttachmentName type alias with a real type

Issue - State: closed - Opened by cmbrandenburg over 8 years ago
Labels: couchdb API coverage

#14 - New unit tests for getting and setting Document content

Issue - State: open - Opened by cmbrandenburg over 8 years ago
Labels: test

#13 - Eliminate cloning when serializing a Document

Issue - State: open - Opened by cmbrandenburg over 8 years ago
Labels: optimization

#12 - Eliminate the heap temporary when constructing a DocumentId from a String

Issue - State: open - Opened by cmbrandenburg over 8 years ago
Labels: optimization

#11 - Eliminate heap temporaries when constructing a request URL

Issue - State: closed - Opened by cmbrandenburg over 8 years ago
Labels: transport

#10 - New integration tests for unauthorized error response

Issue - State: open - Opened by cmbrandenburg over 8 years ago
Labels: test

#9 - Integration tests emit Erlang noise on Windows

Issue - State: open - Opened by cmbrandenburg over 8 years ago
Labels: test

#8 - Multipart support for attachments

Issue - State: open - Opened by cmbrandenburg over 8 years ago
Labels: optimization

#7 - New action to execute a view

Issue - State: closed - Opened by cmbrandenburg over 8 years ago - 4 comments
Labels: couchdb API coverage

#6 - New action to delete a document

Issue - State: closed - Opened by cmbrandenburg over 8 years ago
Labels: couchdb API coverage

#5 - New action to update a document

Issue - State: closed - Opened by cmbrandenburg over 8 years ago
Labels: couchdb API coverage

#4 - New action to read a document

Issue - State: closed - Opened by cmbrandenburg over 8 years ago
Labels: couchdb API coverage

#3 - New action to create a document

Issue - State: closed - Opened by cmbrandenburg over 8 years ago
Labels: couchdb API coverage

#2 - New action to create a database

Issue - State: closed - Opened by cmbrandenburg over 8 years ago
Labels: couchdb API coverage

#1 - Travis CI builds don't run documentation tests

Issue - State: open - Opened by cmbrandenburg over 8 years ago