octoparts icon indicating copy to clipboard operation
octoparts copied to clipboard

Octoparts, the backend services aggregator

Results 16 octoparts issues
Sort by recently updated
recently updated
newest added

It would be nice if Octopart parameters could be registered with default argument values. Use case: "Accept" header that defaults to "application/json" would be handy.

enhancement

suggestion by @xevix - config generation - links to a filtered view, for each part

enhancement
help wanted

To prevent memory pressure from reducing the cache efficiency of slow/cricital/unrelated parts, it would be useful to be able to specify different cache zones for different parts. This would be...

enhancement
help wanted
discussion

- Admin UI should show a warning if an endpoint Param names has whitespace pre/suffix - In general, surround all string identifiers with single quotes (or any other delimiter) when...

enhancement

It seems that ParamType.Body parameters's `outputName` is not used. https://github.com/m3dev/octoparts/blob/1a12031bea4b7e5b25814a225094cd61f175998f/app/com/m3/octoparts/aggregator/handler/HttpPartRequestHandler.scala#L80-L82 HTTP POST parameters require `key1=value1&key2=value2` format. However `HttpPartRequestHandler#createBlockingHttpRetrieve` use one first parameter and only value. We can not call HTTP...

With multiple param lists, implicit params and context bounds being standard tools in Scala, using Mockito has gotten more and more hairy. Let's try to stop using that where possible....

enhancement