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

Add a Rerun button #158

Closed
wants to merge 1 commit into from
Closed

Conversation

jlgarciasanchez
Copy link

No description provided.

@jonherrmann jonherrmann self-requested a review May 28, 2018 11:17
@jonherrmann jonherrmann changed the title Next Add a Rerun button Aug 28, 2018
Copy link
Collaborator

@jonherrmann jonherrmann left a comment

Choose a reason for hiding this comment

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

Thanks for the PR. I have added some comments. Please wait with changes until everything has been discussed in the EIP.

var regex1 = RegExp(/\(\d+\)$/);
var regex2 = RegExp(/\d+/);
if(regex1.test(label)){
var cadenaIntentos = regex1.exec(label);
Copy link
Collaborator

Choose a reason for hiding this comment

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

It's good that the number of rerun tests is appended to the label.

Please translate the variable names into english (violates QC 9)

Copy link
Contributor

Choose a reason for hiding this comment

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

@@ -58,7 +58,7 @@ <h1 th:if="${T(de.interactive_instruments.etf.webapp.helpers.View).brandingText
<!--/* Footer */-->
<div tiles:fragment="footer">
<div data-role="footer" data-position="fixed">
<h1>ETF WebApp <span th:text="${T(de.interactive_instruments.etf.webapp.helpers.View).version}">X.Y.Z</span> &copy; 2017-2018 European Union, interactive instruments GmbH</h1>
<h1>ETF WebApp <span th:text="${T(de.interactive_instruments.etf.webapp.helpers.View).version}">X.Y.Z</span> &copy; 2017-2018 European Union</h1>
Copy link
Collaborator

Choose a reason for hiding this comment

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

'interactive instruments GmbH' is missing here

Copy link
Contributor

Choose a reason for hiding this comment

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

carlospzurita pushed a commit to guadaltel/etf-webapp that referenced this pull request Sep 11, 2018
carlospzurita pushed a commit to guadaltel/etf-webapp that referenced this pull request Oct 23, 2018
@jonherrmann jonherrmann added this to the etf-webapp 2.1.0 milestone Nov 22, 2018
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.

3 participants