Skip to content

Get rid of "name eq .*#{identity}" logic #404

Open
@Temikus

Description

@Temikus

So, if I'm reading it right the "name eq .*#{identity}" logic is not needed anymore.

I'm talking about the "Servers" for example:

else
server = all(:filter => "name eq .*#{identity}").first
response = server.attributes if server
end
return nil if response.nil?

I think we shouldn't append the .* to the filter (which used to be important when selecting by self-links, but not anymore) and let users set their own regex if they choose to.

This will also get rid of #33

This is a breaking change so setting to milestone 2.0

@icco WDYT?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions