-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run FileTreeDiff indexer on all versions in dev (#11873)
This allows easier support for working on this locally, and runs it against all active verisons. --------- Co-authored-by: Manuel Kaufmann <[email protected]>
- Loading branch information
1 parent
795e6a1
commit 836cf22
Showing
5 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -239,5 +239,7 @@ def SOCIALACCOUNT_PROVIDERS(self): | |
DATA_UPLOAD_MAX_NUMBER_FIELDS = None | ||
SUPPORT_EMAIL = "[email protected]" | ||
|
||
RTD_FILETREEDIFF_ALL = "RTD_FILETREEDIFF_ALL" in os.environ | ||
|
||
|
||
DockerBaseSettings.load_settings(__name__) |