nucleus icon indicating copy to clipboard operation
nucleus copied to clipboard

Platform as a Service API abstraction layer.

Results 15 nucleus issues
Sort by recently updated
recently updated
newest added

Tests are failing for me (especially Heroku for now). It's pretty hard to debug this stuff ^^ ``` describe 'create application', :mock_fs_on_replay, cassette_group: 'app;create' do describe 'succeeds' do describe 'of...

To investigate: - What causes this the most - How can we improve

enhancement

Makes it hard to identify what the problem of a failing test is. Sometimes it is just the Error Type like `StandardError` but there's a missing VCR HTTP request error...

enhancement

e.g. create an app for each use case that needs an app and delete it afterwards. Must still be run after successful create-delete tests... Takes even more time to tests...

Service costs on Cloud Foundry are not standardized. We must find or propose an approach how the information can be obtained. - [Pivotal IO description](http://docs.pivotal.io/pivotalcf/services/catalog-metadata.html) - IBM Bluemix is probably...

enhancement
help wanted
question