kubi

Results 13 issues of kubi

Service: Dead Matter Does this expand an already existing service: N Link to game: https://qisoftware.ca/ Links for server downloads: Server files are not released yet. Links for install steps/docs: Not...

Egg Request
new egg

PaginatedResponse needs a method to gather all of the results from all pages into a list. Something like: ``` response = api.nodes.list_nodes() nodes = response.collect() ``` This is useful when...

The prints in this code have the same result: ``` response = api.nodes.list_nodes() for page in response: print ('page: {}'.format(page)) for node in page: print('node: {}'.format(node)) ``` Must be a...

Currently there is no way to pass include parameters through. This is useful for methods like `Locations.get_location_info()` where you may want to pass `?include=allocations` in order to get all allocations...

Exposes the create-release option to automatically generate release notes based on contributions. This interacts well with existing options and won't override anything.

This would only be feasible if it leaves the existing behavior intact as synchronous calls. There are ways to write the code as async and have a wrapper that generates...

### Is there an existing feature request for this? - [X] I have searched the existing issues before opening this feature request. ### Describe the feature you would like to...

feature request

Create a test that lets you plugin panel credentials, makes a bunch/all of the pydactyl api calls against the panel, then compares the output against a known good. Ideally it...

### Current Behavior Create a new node in admin area. Set SSL to use HTTP. Forget to fill out over-allocation boxes and hit submit. Get validation error saying over-allocation settings...

🐛 bug
🟡 medium