Skip to content
This repository has been archived by the owner on Dec 17, 2019. It is now read-only.

Aerogear 7692 #15

Merged
merged 4 commits into from Jul 27, 2018
Merged

Aerogear 7692 #15

merged 4 commits into from Jul 27, 2018

Conversation

StephenCoady
Copy link
Member

relies on @sedroche 's PR to be merged first.

screenshot:
screenshot 2018-07-25 16 25 52

ui/package.json Outdated
"react-scripts": "1.1.4"
"react-scripts": "1.1.4",
"redux": "^4.0.0",
"table-resolver": "^4.1.1"
Copy link
Contributor

Choose a reason for hiding this comment

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

I believe that we should not use ^ to define the deps since it could install an upper version with break changes which will affect the project.

@coveralls
Copy link

coveralls commented Jul 25, 2018

Pull Request Test Coverage Report for Build 110

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 67.606%

Totals Coverage Status
Change from base Build 94: 0.0%
Covered Lines: 48
Relevant Lines: 71

💛 - Coveralls

Copy link
Member

@ciaranRoche ciaranRoche left a comment

Choose a reason for hiding this comment

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

Tested locally, looks good 👍

<ListGroup className="list-group-build">
{mobileClientBuilds.map(
( mobileClientBuild, index ) => (
<ListGroupItem key={index}>
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there a mobileClientBuild.spec.uid or mobileClientBuild.metadata.uid?

</Col>
<Col md={6} className="list-group-build-item-description">
<p className="build-info">
{(mobileClientBuild.status.phase === "Running") ?
Copy link
Contributor

Choose a reason for hiding this comment

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

We need something similar on https://redhat.invisionapp.com/share/GRJJGUHNSET#/screens/295058245 screen.
So it might make sense to make this a component. Happy for this to be a follow up issue though.

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 might leave this as it is for now and add a note to this ticket: https://issues.jboss.org/browse/AEROGEAR-7712 to look at making this a reusable component. For now I have cleaned up the code a little bit to make it easier to read.

</div>
);
}
convertTime = (timeString) => {
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

using react-moment to do this now.

}

.build-info {
display: inline-block;
Copy link
Contributor

Choose a reason for hiding this comment

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

indentation

display: inline-block;
}

.timestamp {
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you namespace these generic namings?

@sedroche sedroche changed the base branch from master to over-list-base July 26, 2018 09:00
@sedroche sedroche force-pushed the over-list-base branch 2 times, most recently from 54b725e to 29775e5 Compare July 26, 2018 09:54
@sedroche sedroche merged commit f5d1861 into over-list-base Jul 27, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants