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 management and performance URL schemes #237

Merged
merged 7 commits into from
Aug 26, 2021

Commits on Jul 26, 2021

  1. Changes to error and warning handling

    Renamed icarErrorResource to icarBatchResultMessage, and added icarBatchResultSeverityType enum.
    cookeac committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    38e2ac4 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. Made error handling consistent across single and batch

    Batch POSTS now always return an array of icarBatchResult, each of which may contain an array of icarErrorWarningMessageResource.
    
    Single POSTs if successful return the posted object (ID filled in), otherwise they return an errors array of icarErrorWarningMessageResource.
    
    Sorry for renaming the file, but it helped to clarify its purpose.
    cookeac committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    60a799c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b76071c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d9e3db View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. Renamed icarErrorWarningMessageResource

    Renamed icarErrorWarningMessage Resource to icarResponseMessageResource based on feedback to PR adewg#232
    cookeac committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    6650449 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Add URL schemes for management and performance labels

    Added URL schemes for management (animal sets, animal set join/leave, and devices), and performance (weights, conformation scores, breeding values).
    Along with other commits, resolves adewg#154.
    cookeac committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    245da42 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. Replace /batches/ with /batches/locations/

    Based on comments in the PR.
    cookeac committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    252fc84 View commit details
    Browse the repository at this point in the history