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 "--isuptodate" feature #504

Closed
thallesnoce opened this issue Apr 24, 2024 · 4 comments
Closed

Add "--isuptodate" feature #504

thallesnoce opened this issue Apr 24, 2024 · 4 comments
Milestone

Comments

@thallesnoce
Copy link

Is your feature request related to a problem? Please describe.
We have a pipeline that relies on RoundHouse to deploy our DB stuff.
We desire to upgrade our pipeline from RoundHouse to Grate and this flag "--isuptodate" is holding us back from doing it.

Describe the solution you'd like
Once we have this flag implemented on Grate, it will be possible to fully migrate and use the latest version of the tool and Azure Agents with dotnet8.

Additional context
Overall, congrats on the improvements, it is a great tool!

@erikbra
Copy link
Owner

erikbra commented Apr 29, 2024

Hi, @thallesnoce!

Thanks for your input. I haven't used the --isuptodate option with RoundhousE, but just to double-check, the request is for grate to output text similar to the following, depending on whether the database is up-to-date or not, correct?

Database is up to date: false
-- or --
Database is up to date: true

Like here? https://github.com/chucknorris/roundhouse/blob/master/product/roundhouse.core/runners/RoundhouseUpdateCheckRunner.cs

Are there any other subtleties here, or is this all that is to it?

@thallesnoce
Copy link
Author

hey @erikbra,

Thanks for the quick reply!

You are right. That is all about it.
We just need a variable from the tool that flags if the DB isuptodate or not.

Many thanks.

erikbra added a commit that referenced this issue May 27, 2024
@Tsingis
Copy link

Tsingis commented Aug 13, 2024

@erikbra is this flag missing now from documentation?

@erikbra
Copy link
Owner

erikbra commented Sep 21, 2024

Yes it is, @Tsingis . I created a new, related issue: #582

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

3 participants