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

Issue/6286 – Table endpoint support #6339

Merged
merged 27 commits into from
Jan 30, 2018
Merged

Issue/6286 – Table endpoint support #6339

merged 27 commits into from
Jan 30, 2018

Commits on Jan 30, 2018

  1. Set up a report with a valid endpoint as a static fixture for tests-r…

    …eport, adjust existing Report tests to use it.
    DrewAPicture committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    26f2b2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0646a49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0124cef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    010c3be View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d590af View commit details
    Browse the repository at this point in the history
  6. Introduce a Report::get_endpoint() method for retrieving a single end…

    …point by ID and view group. Add 7 tests for it.
    DrewAPicture committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    1c5794e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7625809 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    09860e1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    92366be View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bb78868 View commit details
    Browse the repository at this point in the history
  11. Docs fix.

    DrewAPicture committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    7164cae View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    952ed41 View commit details
    Browse the repository at this point in the history
  13. Introduce a display_endpoint_group() method to Report for displaying …

    …all of a given endpoint group, such as tiles.
    DrewAPicture committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    008710d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bba25a2 View commit details
    Browse the repository at this point in the history
  15. Introduce a group display callback for tiles, default_display_tiles_g…

    …roup() and implement it in the default report template.
    DrewAPicture committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    db24332 View commit details
    Browse the repository at this point in the history
  16. Add a helper to retrieve a view's group_callback value. Implement it …

    …in Report::display_endpoint_group().
    DrewAPicture committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    93f131d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    369687e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    939babf View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    88b54e2 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4becaaf View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    87135cb View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    74461e1 View commit details
    Browse the repository at this point in the history
  23. Check if the list table class exists before trying to require it and …

    …instantiate the class in Table_Endpoint.
    DrewAPicture committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    9808e58 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    320a26b View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    c4a0101 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    a979d84 View commit details
    Browse the repository at this point in the history
  27. Initialize $errors in Table_Endpoint manually as the parent construct…

    …or (which initializes $errors) isn't called until much later in the loading order.
    DrewAPicture committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    da7d036 View commit details
    Browse the repository at this point in the history