Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Builds page - group builds by build config and show more details for build configs #1134

Merged
merged 1 commit into from
Feb 25, 2015

Conversation

jwforres
Copy link
Member

No description provided.

@jwforres
Copy link
Member Author

build_config_details

build_details_no_config

@jwforres
Copy link
Member Author

@liggitt review
@csrwng double check my URLs for the webhooks and that there is nothing obviously wrong with what i am outputting for the various sections
@bparees @thoraxe FYI

<div>Output image: {{build.parameters.output.imageTag}}</div>
<div>Output image registry: {{build.parameters.output.registry}}</div>
</div>
<div ng-switch="buildConfig.parameters.output.to.kind">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it is possible to have output.dockerImageReference instead of output.to

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i'm not seeing output.dockerImageReference coming back from the API

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's here eventually (although deprecated) you can look into ImageTag and Registry but DockerImageReference should take precedence over the two (see latter lines in the link).

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@csrwng can you send me a sample template that has a build that would produce dockerImageReference in the API output, all the examples under the sample-app do not return dockerImageReference

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bparees
Copy link
Contributor

bparees commented Feb 25, 2015

@yin doesn't need to be part of your existing PR, but make a note to come back and revisit this after adding the From references because i think it affects some of this code.

@@ -0,0 +1,12 @@
angular.module('openshiftConsole')
// This triggers when an element has either a toggle or data-toggle attribute set on it
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix comment

@jwforres jwforres force-pushed the build_config_details branch from 72244c9 to e672e6d Compare February 25, 2015 18:21
@jwforres
Copy link
Member Author

Updated based on review feedback. Updated screenshots.

@jwforres jwforres force-pushed the build_config_details branch from e672e6d to 31b1ae3 Compare February 25, 2015 18:28
@jwforres jwforres force-pushed the build_config_details branch from 31b1ae3 to 61c974a Compare February 25, 2015 18:50
@jwforres
Copy link
Member Author

and now with builds under the same build config being sorted by date (most recent first)

return {
restrict: 'A',
link: function($scope, element, attrs) {
$(element).focus(function () {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

double check in different browsers to make sure this works on keyboard focus and on click. might need to listen for both

@liggitt
Copy link
Contributor

liggitt commented Feb 25, 2015

LGTM

@jwforres
Copy link
Member Author

[merge]

@openshift-bot
Copy link
Contributor

continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_requests_openshift3/1037/) (Image: devenv-fedora_891)

@openshift-bot
Copy link
Contributor

Evaluated for origin up to 61c974a

openshift-bot pushed a commit that referenced this pull request Feb 25, 2015
@openshift-bot openshift-bot merged commit be2b876 into openshift:master Feb 25, 2015
@jwforres jwforres deleted the build_config_details branch March 19, 2015 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants