Hello,
I just read the introduction of Adaptavist Scriptrunner and was asking whether the Pre-Receive hook for file size restrictions really checks the format of the file, i.e. binary or text.
That would be really great if it blocks binary file of 5MB but not a textfile of 5MB.
You can do this using pathsMatch in the condition for the "Restrict file size" hook as explained here. Unfortunately you have to list out all the binary file extensions you wish to block.
If you want to block all binary files you can use the "custom pre-receive hook" also listed here.
Hope this helps.
Thanks for the reply. Decision by file extension is not really helpful because then I have to know by definition either the allowed binary file extensions or the allowed text file extensions. The custom pre-receive hook sounds interesting also because I'm interested in many examples as possible writing such scripts.
In my case I decided to do it in a local pre-commit hook by checking the 1st 4096 bytes of any staged file for deviations to the allowed ascii characters.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.