-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
π update provider defaults + missing connection types + v8 compat (#2021
) * π update provider defaults + missing connection types + v8 compat Connection types were missing and thus caused any request that would look for them to fail. In most cases this is not noticable at all (because you eg connect to github to continue to do things with github as you discover more stuff). But there is a very nasty case where this hurt: When we are in serve mode and don't have a primary connection that triggers provider installations. In this case we receive asset types (or rather v8 Backend fields!), which then didn't find any way to look up their provider. So: 1. Add a script to help with defaults generation (it does 80% of the work, you only have to copy it over): ```bash version defaults providers/*/ ``` 2. Update all providers with it 3. Support v8 `Backend` field (needs in-depth testing since both fields are not fully compatible; add translations where necessary) Signed-off-by: Dominik Richter <[email protected]> * adjust code to work with provider types Signed-off-by: Ivan Milchev <[email protected]> --------- Signed-off-by: Dominik Richter <[email protected]> Signed-off-by: Ivan Milchev <[email protected]> Co-authored-by: Ivan Milchev <[email protected]>
- Loading branch information
Showing
5 changed files
with
193 additions
and
104 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
Oops, something went wrong.