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

API Enhancement to support filtering on id attributes by compressed id's #13645

Merged
merged 2 commits into from
Jan 27, 2017

Commits on Jan 24, 2017

  1. API Enhancement to support filtering on id attributes by compressed id's

    - This enhancement allows filtering on id attribute or any of the *_id
    named attributes, i.e. storage_id, ems_id, etc. by compressed id,
    
      i.e.
        GET /api/vms?expand=resources&attributes=name,vendor&filter=id='2r77'
        GET /api/instances?expand=resources&attributes=name,storage_id&filter[]=storage_id=1r32
    
    - Added specs
    
    Fixes: ManageIQ#11636
    abellotti committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    b7124ff View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2017

  1. Preferring ext_management_system => ems over ems_id => ems.id

    No need to include CompressedIds
    abellotti committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    64b8f19 View commit details
    Browse the repository at this point in the history