Add event source kill switch Improve command error handling Add salt service
Fix bug with command panel Tweak fetchGrains logic so that job completion (prior to HTTP returns) are handled Make sure text files don't have exec bit set Update spec (thanks to Erik Johnson)
Add highstate consistency check. (As a result of a brainstorming session with Dan Garthwaite at Salt Conf - 2014) New service to handle alerts Add job service Documentation changes Change e2e framework to Protractor
Refactor events to own service Refactor Job handling to be in it's own service Refactor Minion, Command, Event and Job storage so that App Data is the single source of information for them Move preload cache to base scope Move methods to base scope so that they are available to all views Add tests
Performance improvements
Pass the right options to APIClient to prevent login errors (Thanks to Sam Smith and Seth House)
Fix problem with installer
Show name as label and default value as placeholder for parameters having default values.
Clear old parameters when a new command is found
Fixed argspec parsing for some inputs (thanks to Dave Boucha)
Fetch cached jobs and show under job subtab after Halite loads Dynamically change number of inputs to be the same as that required by the function Validate form on valid target, function and it's required inputs Have just one text box to enter function Make command box collapsible Changes to icon placements and display Rename master_config to opts for consistency (thanks to Pedro Algarvio) Call manage.present instead of manage.status (thanks to Sam Smith)
Pass the master opts up to Salt API initialization (thanks to Pedro Algarvio and Sam Smith)
Added progress bars for individual jobs Added aggregate progress bars
Support for change in return semantics Fixed checkbox
fixed pypi dist
Fixed typo in setup.py
Added display of state run progress events to the Job->Results view Each minion result line now shows number of state run out of total with progress bar. Run number badges show success or failure. Comment line is also shown
Minor fixes
Command form now has search docs feature, where it displays the Salt docs associated with a search string
Updated karma test confs to support v 0.10.x of Karma Workaround to tok problem introduced in 17.1 Packaging updates
Command form now supports all target expression formats not just glob
Changed fetchGrains on refresh to only fetch grains of active minions hopefully fixes #42
prep_dist on arch 07c04ff5acf3975dadbf9bc6dd2fc5c25dc927aa
submit button behavior on command form was erratic with return now works
Added pagination to monitors
- Upgraded to Twitter Bootstrap v 3.0
Cherrypicked and modified the following directives from UI-bootstrap to be compatible with Bootsrap 3.0. Since UI-Bootstrap won't be fully BS3 compat until v 0.7
See halite/app/util/appDrtv.coffee
alert -> ssAlert
dropDownToggle -> ssDropdownToggle
- Added new directive ssToggleUnion.
This adds new type of radio button like group called ToggleUnion where at most one member can be selected but none is allowed
ssToggleUnion
- Clean up the display.
Get rid of slats and use toggle unions instead of tabs for drill down display of monitor data
- Community additions of packages for Arch and Suse Linux
- Documentation updates
- No change from 0.0.9
- Anyone making a custom version of a halite application that used bootstrap 2 features
or UI-Bootstrap plugins will be broken.