New file sync filter settings: mimetype, filearea, component#478
Open
nadavkav wants to merge 1 commit intocatalyst:DEPRECATED_masterfrom
Open
New file sync filter settings: mimetype, filearea, component#478nadavkav wants to merge 1 commit intocatalyst:DEPRECATED_masterfrom
nadavkav wants to merge 1 commit intocatalyst:DEPRECATED_masterfrom
Conversation
Author
|
@brendanheywood How about this? |
Contributor
|
Again this one is targeting a deprecated branch can you please rebase it. Also we have a decent refactor which is about to land to improve performance, we hope to land that this week we are currently load testing it: I would assume this will clash with yours, so ideally if you can rebase on it on top of that one, but might be easier to hold off until it lands and then rework it |
Author
|
I will wait until the new version lands, and then rebase all my various PRs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A new feature, that allow the admin to filter what files are sync into the remote storage based on combination of the following Moodle mdl_files table fields: component, filearea, mimetype.
There is an AND logical condition between the above fields.