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

Make auto-generated file name configurable #4

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

yegor-n-a
Copy link

@yegor-n-a yegor-n-a commented Jan 27, 2020

  1. Changed auto-generated timestamp as a UTC datetime
  2. Added "file" option to configuration file:
    "file": { "SegmentSeparator": "_", "PrefixFormat": "yyyyMMddHHmmss" }
  3. Added "Settings" and "File" classes as an infrastructural to generalize handling of configuration options
  4. Updated documentation and NuGet package description respectively

@piotrekh
Copy link
Owner

Hi, sorry for the delay but I've been quite busy recently. I'll take a look at your PR when I find some spare time to sit down to it

@yegor-n-a
Copy link
Author

Hi, sorry for the delay but I've been quite busy recently. I'll take a look at your PR when I find some spare time to sit down to it

No worries. It is completely understandable. Please, let me know when you finish. Thanks

@yegor-n-a
Copy link
Author

yegor-n-a commented Feb 21, 2020

@piotrekh Also, I am about to complete implementation of support for sqlscriptoptions which were introduced in DbUp 4.2. Please, see the details here: https://github.com/DbUp/DbUp/blob/master/docs/more-info/run-group-order.md Therefore, please, provide your feedback as soon as you can in order to simplify merging and pushing the aforementioned improvements. Thank you.

@yegor-n-a
Copy link
Author

yegor-n-a commented Feb 24, 2020

@piotrekh Hi Piotr. I have just added new parameter -ExecutionMode to support building of ScriptOptions and improve integration of script types available for DbUp 4.2 and higher. Please, review when you have a chance. Thank you.

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.

2 participants