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

'report.html.html' and 'report.html.json' created when using cli #3652

Closed
ryangraffy opened this issue Apr 6, 2023 · 4 comments
Closed

'report.html.html' and 'report.html.json' created when using cli #3652

ryangraffy opened this issue Apr 6, 2023 · 4 comments

Comments

@ryangraffy
Copy link

Which version and edition of Flyway are you using?

Flyway Community Edition 9.16.3 by Redgate

Which client are you using? (Command-line, Java API, Maven plugin, Gradle plugin)

Command-line

Which database are you using? (Type & version)

Postgres 14.3

Which operating system are you using?

macOS 13.3

What did you do? (Please include the content causing the issue, any relevant configuration settings, the SQL statement(s) that failed (if any), and the command you ran)

Ran flyway commands (such as flyway migrate) and noticed my current directory now had report.html.html and report.html.json, neither with any useful content. Review of changelog/docs doesn't show any mention of these.

@matthewsommer
Copy link

Hi, I am seeing this as well. Does anyone know the most recent clean version that doesn't have this bug?

@ryangraffy
Copy link
Author

Handy zsh function to keep things tidy until this is fixed:

flyway() {
  $(brew --prefix)/bin/flyway $@
  rm -f report.html.html report.html.json
}

@madninjaskillz
Copy link
Contributor

We are currently working on a number of new features (and to bring some enterprise features to community) that have needed some internal refactoring that made its way into the last release before the rest of the features were ready to ship. Expect these reports to be much more useful in the next release or two, along with documentation.

@mtHuberty
Copy link

Thanks for the response @madninjaskillz!

Regardless of the content of the report files, we would at least love a flag to control whether they get generated or not. Preferably with a default behavior of not creating them.

Barry-RG added a commit that referenced this issue Apr 27, 2023
Closes #3664: Bump Snowflake JDBC to 3.13.30 @sseide
Bump SQLite JDBC to 3.41.2.1 to address CVE-2021-20227, CVE-2022-35737 and CVE-2022-46908 @sseide
Bump MariaDB JDBC to 2.7.9 to address multiple issues @sseide
Closes #3648: Ensure Flyway uses ALL_CREDENTIALS when using versions of Oracle where ALL_SCHEDULER_CREDENTIALS is deprecated
update version of msal4j to fix vulnerability
allow escaped single quotes in SQL string literals
Closes #3621: allow escaped single quotes in SQL string literals
Update version of snowflake-jdbc to fix SNYK-JAVA-NETSNOWFLAKE-5425048
Remove redundant edition flags documentation
Remove migrations testing tutorial
Adding Flyway Reports; Single file HTML reports that expose important details and stats about your Flyway pipeline in an easy to read and share format.
Closes #3652: Remove redundant html extension on automatically generated reports and empty reports
add direct support for Alpine linux
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

No branches or pull requests

4 participants