-
Notifications
You must be signed in to change notification settings - Fork 15
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
Watching of referenced files #697
Comments
There are three types of file attributes: mandatory
optional without alternative
optional with alternative
I'd propose to first concentrate on watching already existing file attributes, that might have their values changed, before also trying to watch newly added (or removed) optional attributes. |
I don't remember which attributes are already watched. Should we reopen this issue to implement watching to more attributes? |
It seems a generic implementation for all abs file refs but I am missing any test-case for this. |
We have to watch (
-watch
) for referenced files in the config, e.g.openapi/file
,settings/ca_file
etc.The text was updated successfully, but these errors were encountered: