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

Improved readability in the createCDILiquibaseConfig method. #3316

Merged
merged 4 commits into from
Nov 17, 2022

Conversation

musttafayildirim
Copy link
Contributor

@musttafayildirim musttafayildirim commented Sep 28, 2022

Impact

  • Bug fix (non-breaking change which fixes expected existing functionality)
  • Enhancement/New feature (adds functionality without impacting existing logic)
  • Breaking change (fix or feature that would cause existing functionality to change)

Description

Adds new line breaks to a code that seems packed up. No functionality change, just code readability.

Things to be aware of

None

Things to worry about

None

Additional Context

None

@kataggart
Copy link
Contributor

@musttafayildirim Can you please provide some of the requested details in the Description? I understand this isn't a major change so some of the questions might not apply, but more context helps us with review, release notes, etc. Thanks much!

@filipelautert filipelautert self-assigned this Nov 2, 2022
@filipelautert filipelautert added SafeToBuild Indicates that a particular PR contains changes which are safe to build using GitHub actions autocandidate labels Nov 2, 2022
@filipelautert filipelautert added SafeToBuild Indicates that a particular PR contains changes which are safe to build using GitHub actions and removed SafeToBuild Indicates that a particular PR contains changes which are safe to build using GitHub actions labels Nov 2, 2022
@github-actions
Copy link

github-actions bot commented Nov 2, 2022

Unit Test Results

  4 668 files  ±0    4 668 suites  ±0   34m 12s ⏱️ +35s
  4 642 tests ±0    4 416 ✔️ ±0     226 💤 ±0  0 ±0 
54 708 runs  ±0  49 589 ✔️ ±0  5 119 💤 ±0  0 ±0 

Results for commit 6145d15. ± Comparison against base commit 8305293.

♻️ This comment has been updated with latest results.

@filipelautert filipelautert added SafeToBuild Indicates that a particular PR contains changes which are safe to build using GitHub actions and removed SafeToBuild Indicates that a particular PR contains changes which are safe to build using GitHub actions labels Nov 4, 2022
Copy link
Contributor

@XDelphiGrl XDelphiGrl left a comment

Choose a reason for hiding this comment

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

This PR improves the SchemesCDIConfigBuilder method to improve readability. This change introduces an end variable to indicate the time when a scan completes, allowing developers to add a watch as they step through the code. Prior to this change, the end was buried in a log.info statement.

  • Test harness failure unrelated to this change.
  • No additional testing required.

APPROVED

@filipelautert filipelautert self-requested a review November 4, 2022 16:00
@filipelautert filipelautert merged commit 809bbaf into liquibase:master Nov 17, 2022
@filipelautert filipelautert added this to the 4.18.0 milestone Dec 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autocandidate SafeToBuild Indicates that a particular PR contains changes which are safe to build using GitHub actions
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

5 participants