XPCegeka / ElasticUp

Easy ElasticSearch migrations for continuous delivery!
MIT License
8 stars 3 forks source link

ElasticUp-Validations #16

Open tomboon opened 7 years ago

tomboon commented 7 years ago

Each operation should have some validations just before you execute them. This is now all implemented in the Execute method of an operation.

I've extracted a Validate method so there's a clean separation between validating the operation and the actual execution code.

note: see other issue ElasticUp-Verifications -> is validation and verification an overlapping concept?