-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix the cherry pick of commits that changed crd/conversion * must have missed a commit that exposed ConverJobMethod. * Another fix that must have been missed * DashboardURL support (#59) * Add logic for dashboard url * adding dashboard url * Fix tests * Add Spec.Alpha map * Add parsing test * Add conversions using alpha string * Temporarily lock to broker-client-go dashboard branch * Fix make check * Bump broker-client-go * Add updated lock file * fixing testdata location * Adding method for recovery function. * fixing gopkg lock
- Loading branch information
Shawn Hurley
authored
May 11, 2018
1 parent
697a231
commit 7e3b976
Showing
9 changed files
with
210 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
version: 1.0 | ||
name: demo-apb | ||
description: This is a sample application generated by apb init | ||
bindable: False | ||
async: optional | ||
metadata: | ||
displayName: demo | ||
plans: | ||
- name: default | ||
description: This default plan deploys demo-apb | ||
free: True | ||
metadata: {} | ||
parameters: [] | ||
alpha: | ||
dashboard_redirect: True |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.