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

Toolbar button refactoring server role #11715

Commits on Nov 2, 2016

  1. Configuration menu
    Copy the full SHA
    86cc443 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebe3853 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d23141c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2191096 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b1e8bb3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d1e9be4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a330105 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e6e3c5e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9a4b04d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4b38078 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dea8d40 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4a07ca0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c8ad064 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cd5b186 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e3d44ee View commit details
    Browse the repository at this point in the history
  16. Updated specs

    romanblanco committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    397832d View commit details
    Browse the repository at this point in the history
  17. Review response: Added missing instance variable

    `@sb` variable is not called directly in the button class, but needs to be set, because
    `x_active_tree` and `x_node` are wrappers for the `@sb`.
    romanblanco committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    c22f642 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    93627f2 View commit details
    Browse the repository at this point in the history
  19. Making sure that converted buttons do not get hidden by toolbar_build…

    …er methods
    
    Buttons in 'diagnostics_servers_roles' and 'diagnostics_roles_servers'
    that were converted to separate classes were still getting hide,
    because in `toolbar_builder.rb` the method `build_toolbar_hide_button_ops`
    returns `true` for the buttons that are not listed in the case.
    
    By setting `false` and listing the buttons that are not converted yet
    in the case switch, the converted buttons are getting displayed correctly.
    romanblanco committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    eadc3fc View commit details
    Browse the repository at this point in the history