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

WIP #152: OData endpoints for Entities #159

Merged
merged 7 commits into from
Nov 6, 2024
Merged

WIP #152: OData endpoints for Entities #159

merged 7 commits into from
Nov 6, 2024

Commits on Oct 20, 2024

  1. WIP #152

    * Add odata_entitylist_service_get
    florianm committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    f0954a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    2262e4c View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    21a1c0a View commit details
    Browse the repository at this point in the history
  2. Add odata_entitylist_data_get

    * TODO add filters
    florianm committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    0268f65 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Format package

    florianm committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    e663fe5 View commit details
    Browse the repository at this point in the history
  2. Add query to odata_entitylist_data_get

    * Allow a combination of any query parameter (filter, top, skip, count, etc.) at the cost of input sanitisation and query format validation
    * Bump version to 1.5.1
    * Bump dependency versions
    * Spurious warning about DESC author format
    florianm committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    a946c3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d950c2 View commit details
    Browse the repository at this point in the history