AL Berez

Results 60 issues of AL Berez

The current state of CF CLI release infrastructure is offline and quite outdated. To make our release process more transparent and inclusive we decided to move to build, signing, and...

unscheduled

Starting CLI v8.0.0 we added Docker distribution. ```cucumber Feature: Docker section in release notes As cf cli user I want to see a docker section with prepopulated docker command in...

unscheduled

Please include Heroku CI specific manual, how to run test coverage for rails app. Inspired by https://github.com/codeclimate/ruby-test-reporter/issues/183

It would be wonderful to scp files between the remote host and workstations.

**Is your feature request related to a problem? Please describe.** I have some ongoing projects in trello, I want to sync my scope of issues between this local system and...

feature request

## Description of the Change This introduces CF CLI integration tests

unscheduled

Hello, I found useful to show upcoming tasks with 'git info' command, please take a look to my feature.

Setup branch tracking, so feature, bug or chore branch will track some parent branch for instance origin/master

I'm trying to draw routes as soon as routes.rb changes. My Guardfile: ```rb guard :rake, task: :routes, run_on_start: true, run_on_all: false do watch('config/routes.rb') end ``` The problem is that when...

Allow user to pass custom swagger configuration parameters described https://github.com/swagger-api/swagger-ui#parameters from https://github.com/batdevis/swagger_engine/blob/master/lib/swagger_engine/engine.rb#L11 to to the https://github.com/batdevis/swagger_engine/blob/master/app/views/swagger_engine/swaggers/show.html.erb#L28