Skip to content
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

523 Further improvements for module plugins #8501

Commits on Aug 19, 2022

  1. Configuration menu
    Copy the full SHA
    0c2e78a View commit details
    Browse the repository at this point in the history
  2. PluginsContainer will get full list of plugins in allPlugins property…

    …. This allows to pass full list of plugins to the nested PluginsContainer components
    alexander-fedorenko committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    9f910fc View commit details
    Browse the repository at this point in the history
  3. Register only one instance of epic if there is an attempt to register…

    … it again from another plugin.
    alexander-fedorenko committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    1877320 View commit details
    Browse the repository at this point in the history
  4. Regression fix - properly handle mute state per specific epic, make s…

    …ure that if at least one plugin intended to register epic and such plugin is on the page - epic will not be muted.
    alexander-fedorenko committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    5d776a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af020a2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    504590e View commit details
    Browse the repository at this point in the history
  7. Alternative approach of delayed dispatching of events that load maps,…

    … map, context, dashboard, geostory.
    alexander-fedorenko committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    a1fb9eb View commit details
    Browse the repository at this point in the history
  8. Aligning pages delayed configuration loading with the fact that all m…

    …odule plugins are loaded at once.
    alexander-fedorenko committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    09fdf3f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    951a1cb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d7b3179 View commit details
    Browse the repository at this point in the history
  11. Making tutorials on context creator work again. Issue was caused by f…

    …low changes: context creator page performs reset of context & load of new configuration once plugins are loaded. This happens after contextcreator\ContextCreator component was mounted and forces reset of tutorials list. Added check on componentDidUpdate resolves delayed reset issue.
    alexander-fedorenko committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    85b56c6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2e0f9ae View commit details
    Browse the repository at this point in the history
  13. Revert "Aligning pages delayed configuration loading with the fact th…

    …at all module plugins are loaded at once."
    
    This reverts commit 09fdf3f
    alexander-fedorenko committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    3a54f0f View commit details
    Browse the repository at this point in the history
  14. Revert "Alternative approach of delayed dispatching of events that lo…

    …ad maps, map, context, dashboard, geostory."
    
    This reverts commit a1fb9eb.
    alexander-fedorenko committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    c11a6ab View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1b71674 View commit details
    Browse the repository at this point in the history
  16. Revert "Revert "Alternative approach of delayed dispatching of events…

    … that load maps, map, context, dashboard, geostory.""
    
    This reverts commit c11a6ab.
    alexander-fedorenko committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    876d606 View commit details
    Browse the repository at this point in the history
  17. Revert "Revert "Aligning pages delayed configuration loading with the…

    … fact that all module plugins are loaded at once.""
    
    This reverts commit 3a54f0f.
    alexander-fedorenko committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    aaea42b View commit details
    Browse the repository at this point in the history
  18. Revert "Revert "Aligning MapViewerComponent with changes to check plu…

    …gin render state.""
    
    This reverts commit 2e0f9ae.
    alexander-fedorenko committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    5a14c51 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    dec5003 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2d9db5d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    c27dd3d View commit details
    Browse the repository at this point in the history