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

Add ordering of decorators and decoration stats to UI #2499

Merged
merged 23 commits into from Jul 22, 2016

Commits on Jul 20, 2016

  1. Configuration menu
    Copy the full SHA
    c082a3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7eb0eb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20544c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58822ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cefc54d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aade9d0 View commit details
    Browse the repository at this point in the history
  7. Adding license header.

    dennisoelkers committed Jul 20, 2016
    Configuration menu
    Copy the full SHA
    8535a32 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ab0cff6 View commit details
    Browse the repository at this point in the history
  9. Add license header.

    dennisoelkers committed Jul 20, 2016
    Configuration menu
    Copy the full SHA
    6557515 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    03edd71 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d0743e8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8165820 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e206906 View commit details
    Browse the repository at this point in the history
  14. Fixing typo.

    dennisoelkers committed Jul 20, 2016
    Configuration menu
    Copy the full SHA
    7ebd847 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    09ac7b7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7e1a20f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ad2c6dd View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2363827 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2016

  1. Disabling field analyzers for decorated fields in search sidebar.

    Also marking them as decorated and including a helpful explanation in
    tooltip.
    dennisoelkers committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    e3d3aba View commit details
    Browse the repository at this point in the history
  2. Add license header.

    dennisoelkers committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    40d81ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d40f05 View commit details
    Browse the repository at this point in the history
  4. Fixing double analyzer registration.

    The PluginStore does not prevent double registration of plugins/exports.
    This is a workaround to prevent double registration of field analyzers
    due to the package index being included in the core _and_ at least one
    plugin. The proper fix would be to prevent double plugin registration,
    but this is beyond the scope of this PR.
    dennisoelkers committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    6a8c182 View commit details
    Browse the repository at this point in the history
  5. It is plural, stupid.

    dennisoelkers committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    9ad5ad2 View commit details
    Browse the repository at this point in the history