dde1577 associations

Authored and Committed by admiyo 15 years ago
32 files changed. 1172 lines added. 720 lines removed.
install/static/Makefile.am
file modified
+1 -0
install/static/associate.js
file added
+256
install/static/details.js
file modified
+7 -5
install/static/group.js
file modified
+40 -19
install/static/host.js
file modified
+9 -7
install/static/hostgroup.js
file modified
+57 -23
install/static/index.xhtml
file modified
+15 -16
install/static/ipa.js
file modified
+9 -5
install/static/navigation.js
file modified
+34 -3
install/static/netgroup.js
file modified
+2 -3
install/static/sampledata/group_add.json
file added
+31
install/static/sampledata/group_add_member.json
file added
+25
install/static/sampledata/group_find.jsoninstall/static/sampledata/grouplist.json
file renamed
+26 -26
install/static/sampledata/group_show.json
file added
+38
install/static/sampledata/groupshow.json
file removed
-38
install/static/sampledata/host_add.json
file added
+40
install/static/sampledata/host_find.jsoninstall/static/sampledata/hostlist.json
file renamed
+18 -18
install/static/sampledata/host_show.jsoninstall/static/sampledata/hostshow.json
file renamed
+25 -25
install/static/sampledata/hostgroup_add.json
file added
+27
install/static/sampledata/hostgroup_add_member.json
file added
+37
install/static/sampledata/hostgroup_find.jsoninstall/static/sampledata/hostgrouplist.json
file renamed
+14 -14
install/static/sampledata/hostgroup_show.jsoninstall/static/sampledata/hostgroupshow.json
file renamed
+6 -1
install/static/sampledata/json_metadata.jsoninstall/static/sampledata/metadata.json
file renamed
+0 -0
install/static/sampledata/netgroup_add.json
file added
+28
install/static/sampledata/netgroup_find.jsoninstall/static/sampledata/netgrouplist.json
file renamed
+21 -21
install/static/sampledata/netgroup_show.jsoninstall/static/sampledata/netgroupshow.json
file renamed
+9 -9
install/static/sampledata/user_add.json
file added
+50
install/static/sampledata/user_find.json
file added
+246
install/static/sampledata/user_show.jsoninstall/static/sampledata/usershow.json
file renamed
+32 -32
install/static/sampledata/userlist.json
file removed
-246
install/static/search.js
file modified
+53 -57
install/static/user.js
file modified
+16 -152
    associations
    
        -Refactored the associations code into a set of objects that are configured by the entities
        -Added support for associations that can be done in a single rpc
        -hostgroup to host and group to user associations working
    
        -Restructed sampledata so that the file is matched automatically by the RPC method name
        -The new ipa_cmd/sampledata scheme insists on there being sample data for any commands or the ipa_command fails.
        -Added sampledata files for all the calls we make
        -renamed several of the sampledata files to match their rpc calls
    
        -Started a pattern of refactoring where all the  forms for the entity fall under a single object
    
        
file modified
+1 -0
file modified
+7 -5
file modified
+40 -19
file modified
+9 -7
file modified
+57 -23
file modified
+15 -16
file modified
+9 -5
file modified
+34 -3
file modified
+2 -3
install/static/sampledata/group_find.json install/static/sampledata/grouplist.json
file renamed
+26 -26
install/static/sampledata/host_find.json install/static/sampledata/hostlist.json
file renamed
+18 -18
install/static/sampledata/host_show.json install/static/sampledata/hostshow.json
file renamed
+25 -25
install/static/sampledata/hostgroup_find.json install/static/sampledata/hostgrouplist.json
file renamed
+14 -14
install/static/sampledata/hostgroup_show.json install/static/sampledata/hostgroupshow.json
file renamed
+6 -1
install/static/sampledata/json_metadata.json install/static/sampledata/metadata.json
file renamed
file was renamed with no change to the file
install/static/sampledata/netgroup_find.json install/static/sampledata/netgrouplist.json
file renamed
+21 -21
install/static/sampledata/netgroup_show.json install/static/sampledata/netgroupshow.json
file renamed
+9 -9
install/static/sampledata/user_show.json install/static/sampledata/usershow.json
file renamed
+32 -32
file modified
+53 -57
file modified
+16 -152