summaryrefslogtreecommitdiffstats
path: root/install/static/sampledata
Commit message (Collapse)AuthorAgeFilesLines
* Test framework for Web UI.Endi Sukma Dewata2010-09-2432-4757/+0
| | | | | | | | | | | | | | Test framework for Web UI has been created using qUnit. The test files are located in install/static/test. The main page is index.html which contains links to all test suites (xxx_tests.html). The test cases are stored in xxx_tests.js. All test suites can be executed at once using all_tests.html. The test data is stored in data folder. This patch includes test suites for ipa.js and entity.js. Some variables and functions in ipa.js have been modified to accomodate testing (e.g. JSON URL, error handler, synchronous operation). The sampledata has been moved to test/data. The develop.js and webui.js also have been modified accordingly.
* Rolegroups tab.Adam Young2010-09-206-0/+287
| | | | | | | | | The Makefile.am and index.xhtml has been modified to include rolegroup.js. The webui.js has been modified to register the rolegroup tab. The rolegroup.js defines the rolegroup's search, add, and details pages. Sample data for some rolegroup operations have been added.
* Netgroup associationsAdam Young2010-09-092-1/+53
| | | | | | | netgroup->user,group,host,hostgroup -- Added facets to netgroup -- added links into lists for associations
* ServicesEndi DeWata2010-09-086-0/+143
| | | | | adds the Service tab: search, details, add, associations It also contains the sample data for some service operations
* associationsAdam Young2010-09-0718-269/+512
| | | | | | | | | | | | | -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
* calculate useSampledata by protocol.Adam Young2010-08-301-3/+0
|
* hashchangeAdam Young2010-08-262-0/+43
| | | | | | | | | | We now catch the hashchange event and use that to drive most of the site. To trigger page transitions, modify location.hash. Params start with # not ?. Removed user-group.inc. converted tabs to spaces trivial imlementation of add and details for netgroup and hostgroup lots of bug fixes based on routing problems and the refactorings.
* snapshot of the metadata for development purposes.Adam Young2010-08-191-0/+3362
|
* The Javascript code for the new web UIAdam Young2010-08-0610-0/+630
Now with whitespace cleanup.