commit python-halite for openSUSE:Factory

2014-05-15 Thread h_root
Hello community,

here is the log from the commit of package python-halite for openSUSE:Factory 
checked in at 2014-05-15 19:15:46

Comparing /work/SRC/openSUSE:Factory/python-halite (Old)
 and  /work/SRC/openSUSE:Factory/.python-halite.new (New)


Package is python-halite

Changes:

--- /work/SRC/openSUSE:Factory/python-halite/python-halite.changes  
2014-04-09 13:15:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-halite.new/python-halite.changes 
2014-05-15 19:15:47.0 +0200
@@ -1,0 +2,14 @@
+Wed May 14 17:52:20 UTC 2014 - abo...@gmail.com
+
+- Updated to 0.1.17
+- New Features:
+  - Add event source kill switch
+  - Improve command error handling
+  - Add salt service
+- Bug Fixes:
+  - 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)
+
+---

Old:

  halite-0.1.16.tar.gz

New:

  halite-0.1.17.tar.gz



Other differences:
--
++ python-halite.spec ++
--- /var/tmp/diff_new_pack.wzDQEt/_old  2014-05-15 19:15:48.0 +0200
+++ /var/tmp/diff_new_pack.wzDQEt/_new  2014-05-15 19:15:48.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-halite
-Version:0.1.16
+Version:0.1.17
 Release:1%{?dist}
 Summary:Halite the salt Web UI
 License:Apache-2.0
@@ -54,12 +54,6 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 %fdupes %{buildroot}%{_prefix}
-# quick fix for rpmlint
-# upstream issue:
-# https://github.com/saltstack/lattice/issues/15
-chmod a-x %{buildroot}%{python_sitelib}/halite/lattice/lib/angular/i18n/*.js
-chmod a-x %{buildroot}%{python_sitelib}/halite/lattice/lib/angular/*.js
-chmod a-x %{buildroot}%{python_sitelib}/halite/lattice/lib/angular/*.js.map
 
 %files
 %defattr(-,root,root)

++ halite-0.1.16.tar.gz - halite-0.1.17.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/halite-0.1.16/PKG-INFO new/halite-0.1.17/PKG-INFO
--- old/halite-0.1.16/PKG-INFO  2014-04-07 16:29:08.0 +0200
+++ new/halite-0.1.17/PKG-INFO  2014-05-14 16:42:57.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: halite
-Version: 0.1.16
+Version: 0.1.17
 Summary: SaltStack Web UI
 Home-page: https://github.com/saltstack/halite
 Author: SaltStack Inc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/halite-0.1.16/halite/lattice/app/appConfigSrvc.js 
new/halite-0.1.17/halite/lattice/app/appConfigSrvc.js
--- old/halite-0.1.16/halite/lattice/app/appConfigSrvc.js   2014-04-07 
15:52:25.0 +0200
+++ new/halite-0.1.17/halite/lattice/app/appConfigSrvc.js   2014-05-14 
16:18:53.0 +0200
@@ -4,8 +4,8 @@
 
   configuration = {
 baseUrl: ,
-date: 2014-04-07,
-version: 0.1.16,
+date: 2014-05-15,
+version: 0.1.17,
 views: {
   home: {
 label: home,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/halite-0.1.16/halite/lattice/app/main.html 
new/halite-0.1.17/halite/lattice/app/main.html
--- old/halite-0.1.16/halite/lattice/app/main.html  2014-04-07 
15:52:25.0 +0200
+++ new/halite-0.1.17/halite/lattice/app/main.html  2014-05-14 
16:18:53.0 +0200
@@ -68,6 +68,7 @@
 script src=/static/app/util/highstateCheckSrvc.js 
type=text/javascript/script
 script src=/static/app/util/jobSrvc.js type=text/javascript/script
 script src=/static/app/util/saltApiSrvc.js 
type=text/javascript/script
+script src=/static/app/util/saltSrvc.js type=text/javascript/script
 script src=/static/app/view/base.js type=text/javascript/script
 script src=/static/app/view/console.js type=text/javascript/script
 script src=/static/app/view/home.js type=text/javascript/script
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/halite-0.1.16/halite/lattice/app/main.js 
new/halite-0.1.17/halite/lattice/app/main.js
--- old/halite-0.1.16/halite/lattice/app/main.js2014-04-07 
15:52:25.0 +0200
+++ new/halite-0.1.17/halite/lattice/app/main.js2014-05-14 
16:18:53.0 +0200
@@ -2,7 +2,7 @@
 (function() {
   var mainApp;
 
-  mainApp = angular.module(MainApp, ['ngRoute', 'ngCookies', 'ngAnimate', 
'appConfigSrvc', 'appPrefSrvc', 'appDataSrvc', 'appStoreSrvc', 'appUtilSrvc', 
'appFltr', 'appDrtv', 'saltApiSrvc', 'demoSrvc', 'errorReportingSrvc', 
'highstateCheckSrvc', 'eventSrvc', 'jobSrvc']);
+  mainApp = angular.module(MainApp, ['ngRoute', 'ngCookies', 'ngAnimate', 

commit python-halite for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package python-halite for openSUSE:Factory 
checked in at 2014-04-09 13:15:38

Comparing /work/SRC/openSUSE:Factory/python-halite (Old)
 and  /work/SRC/openSUSE:Factory/.python-halite.new (New)


Package is python-halite

Changes:

--- /work/SRC/openSUSE:Factory/python-halite/python-halite.changes  
2014-01-09 15:31:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-halite.new/python-halite.changes 
2014-04-09 13:15:39.0 +0200
@@ -1,0 +2,19 @@
+Mon Apr  7 18:56:25 UTC 2014 - abo...@gmail.com
+
+- Updated to 0.1.16
+- new features:
+  - 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
+- Bug Fixes:
+  - 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
+ - rpmlint quickfix see https://github.com/saltstack/lattice/issues/15
+
+---

Old:

  halite-0.1.15.tar.gz

New:

  halite-0.1.16.tar.gz



Other differences:
--
++ python-halite.spec ++
--- /var/tmp/diff_new_pack.hBZIOI/_old  2014-04-09 13:15:40.0 +0200
+++ /var/tmp/diff_new_pack.hBZIOI/_new  2014-04-09 13:15:40.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-halite
-Version:0.1.15
+Version:0.1.16
 Release:1%{?dist}
 Summary:Halite the salt Web UI
 License:Apache-2.0
@@ -54,6 +54,12 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 %fdupes %{buildroot}%{_prefix}
+# quick fix for rpmlint
+# upstream issue:
+# https://github.com/saltstack/lattice/issues/15
+chmod a-x %{buildroot}%{python_sitelib}/halite/lattice/lib/angular/i18n/*.js
+chmod a-x %{buildroot}%{python_sitelib}/halite/lattice/lib/angular/*.js
+chmod a-x %{buildroot}%{python_sitelib}/halite/lattice/lib/angular/*.js.map
 
 %files
 %defattr(-,root,root)

++ halite-0.1.15.tar.gz - halite-0.1.16.tar.gz ++
 65504 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-halite for openSUSE:Factory

2013-11-30 Thread h_root
Hello community,

here is the log from the commit of package python-halite for openSUSE:Factory 
checked in at 2013-11-30 14:22:05

Comparing /work/SRC/openSUSE:Factory/python-halite (Old)
 and  /work/SRC/openSUSE:Factory/.python-halite.new (New)


Package is python-halite

Changes:

--- /work/SRC/openSUSE:Factory/python-halite/python-halite.changes  
2013-11-19 16:28:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-halite.new/python-halite.changes 
2013-11-30 14:22:06.0 +0100
@@ -1,0 +2,9 @@
+Fri Nov 29 22:22:23 UTC 2013 - abo...@gmail.com
+
+- Updated to halite 0.1.08
+- Feature support for aggregate progress bars
+- Feature Hide progress elements
+- Fixed wheel to work with new returners
+- Fixed fetch docs check box not activating
+
+---

Old:

  halite-0.1.07.tar.gz

New:

  halite-0.1.08.tar.gz



Other differences:
--
++ python-halite.spec ++
--- /var/tmp/diff_new_pack.COLiL7/_old  2013-11-30 14:22:07.0 +0100
+++ /var/tmp/diff_new_pack.COLiL7/_new  2013-11-30 14:22:07.0 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:   python-halite
-Version:0.1.07
+Version:0.1.08
 Release:1%{?dist}
 License:MIT
 Summary:Halite the salt Web UI

++ halite-0.1.07.tar.gz - halite-0.1.08.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/halite-0.1.07/PKG-INFO new/halite-0.1.08/PKG-INFO
--- old/halite-0.1.07/PKG-INFO  2013-11-18 22:11:23.0 +0100
+++ new/halite-0.1.08/PKG-INFO  2013-11-27 18:08:39.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: halite
-Version: 0.1.07
+Version: 0.1.08
 Summary: SaltStack Web UI
 Home-page: https://github.com/saltstack/halite
 Author: SaltStack Inc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/halite-0.1.07/README.rst new/halite-0.1.08/README.rst
--- old/halite-0.1.07/README.rst2013-10-31 17:25:11.0 +0100
+++ new/halite-0.1.08/README.rst2013-11-22 18:15:41.0 +0100
@@ -199,7 +199,7 @@
   
 .. image:: screenshots/EventMonitor.png
   
-More Details comming. TBD
+More details coming. TBD
 
 
 Browser requirements
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/halite-0.1.07/halite/app/appConfigSrvc.js 
new/halite-0.1.08/halite/app/appConfigSrvc.js
--- old/halite-0.1.07/halite/app/appConfigSrvc.js   2013-11-18 
22:10:29.0 +0100
+++ new/halite-0.1.08/halite/app/appConfigSrvc.js   2013-11-27 
18:02:51.0 +0100
@@ -4,8 +4,8 @@
 
   configuration = {
 baseUrl: ,
-date: 2013-11-01,
-version: 0.1.04,
+date: 2013-11-27,
+version: 0.1.08,
 views: {
   home: {
 label: home,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/halite-0.1.07/halite/app/main.css 
new/halite-0.1.08/halite/app/main.css
--- old/halite-0.1.07/halite/app/main.css   2013-11-18 21:44:57.0 
+0100
+++ new/halite-0.1.08/halite/app/main.css   2013-11-22 20:03:37.0 
+0100
@@ -1,3 +1,12 @@
+div.progress {
+position: relative;
+margin-bottom: 0px;
+width: 70px;
+display: inline-block;
+}
+kvl div.progress {
+bottom: -6px;
+}
 div.height-controlled {
 height: 20px;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/halite-0.1.07/halite/app/util/appDrtv.js 
new/halite-0.1.08/halite/app/util/appDrtv.js
--- old/halite-0.1.07/halite/app/util/appDrtv.js2013-11-18 
22:10:29.0 +0100
+++ new/halite-0.1.08/halite/app/util/appDrtv.js2013-11-27 
18:02:51.0 +0100
@@ -15,7 +15,7 @@
 ddo = {
   restrict: 'E',
   replace: true,
-  templateUrl: app/util/template/progressbar/progress.html,
+  templateUrl: app/util/template/progressbar/ss_progress.html,
   scope: {
 percentage: '@'
   }
@@ -661,10 +661,8 @@
   $templateCache.put(template/alert/ss_alert.html, div class=\alert\ 
ng-class=\'alert-' + (type || 'warning')\\nbutton ng-show=\closeable\ 
type=\button\ class=\close\ ng-click=\close()\times;/button\ndiv 
ng-transclude/div\n/div);
   $templateCache.put(template/pagination/ss_pagination.html, ul 
class=\pagination\\n  li ng-repeat=\page in pages\ ng-class=\{active: 
page.active, disabled: page.disabled}\a 
ng-click=\selectPage(page.number)\{{page.text}}/a/li\n/ul);
   $templateCache.put(template/pagination/ss_pager.html, ul 
class=\pager\\nli ng-repeat=\page in pages\ ng-class=\{disabled: 
page.disabled, previous: page.previous, next: page.next}\a 

commit python-halite for openSUSE:Factory

2013-11-19 Thread h_root
Hello community,

here is the log from the commit of package python-halite for openSUSE:Factory 
checked in at 2013-11-19 16:28:45

Comparing /work/SRC/openSUSE:Factory/python-halite (Old)
 and  /work/SRC/openSUSE:Factory/.python-halite.new (New)


Package is python-halite

Changes:

--- /work/SRC/openSUSE:Factory/python-halite/python-halite.changes  
2013-11-07 09:54:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-halite.new/python-halite.changes 
2013-11-19 16:28:47.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov 19 06:54:56 UTC 2013 - abo...@gmail.com
+
+- Updated to halite 0.1.07
+- twitter bootstrap updated to v3.02
+- upgrade AngularJS 1.2.0
+- show Progress Events in job view
+
+---

Old:

  halite-0.1.04.tar.gz

New:

  halite-0.1.07.tar.gz



Other differences:
--
++ python-halite.spec ++
--- /var/tmp/diff_new_pack.d4RwKZ/_old  2013-11-19 16:28:48.0 +0100
+++ /var/tmp/diff_new_pack.d4RwKZ/_new  2013-11-19 16:28:48.0 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:   python-halite
-Version:0.1.04
+Version:0.1.07
 Release:1%{?dist}
 License:MIT
 Summary:Halite the salt Web UI

++ halite-0.1.04.tar.gz - halite-0.1.07.tar.gz ++
 3532 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-halite for openSUSE:Factory

2013-11-07 Thread h_root
Hello community,

here is the log from the commit of package python-halite for openSUSE:Factory 
checked in at 2013-11-07 09:54:14

Comparing /work/SRC/openSUSE:Factory/python-halite (Old)
 and  /work/SRC/openSUSE:Factory/.python-halite.new (New)


Package is python-halite

Changes:

--- /work/SRC/openSUSE:Factory/python-halite/python-halite.changes  
2013-10-17 17:45:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-halite.new/python-halite.changes 
2013-11-07 09:54:15.0 +0100
@@ -1,0 +2,8 @@
+Mon Nov  4 21:36:04 UTC 2013 - abo...@gmail.com
+
+- Updated to halite 0.1.04
+- Removed unnecesary functions and variables
+- New feature: Command form now has search docs feature, where it displays 
+  the Salt docs associated with a search string
+
+---

Old:

  halite-0.1.02.tar.gz

New:

  halite-0.1.04.tar.gz



Other differences:
--
++ python-halite.spec ++
--- /var/tmp/diff_new_pack.WMDMvS/_old  2013-11-07 09:54:16.0 +0100
+++ /var/tmp/diff_new_pack.WMDMvS/_new  2013-11-07 09:54:16.0 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:   python-halite
-Version:0.1.02
+Version:0.1.04
 Release:1%{?dist}
 License:MIT
 Summary:Halite the salt Web UI

++ halite-0.1.02.tar.gz - halite-0.1.04.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/halite-0.1.02/PKG-INFO new/halite-0.1.04/PKG-INFO
--- old/halite-0.1.02/PKG-INFO  2013-10-14 23:24:34.0 +0200
+++ new/halite-0.1.04/PKG-INFO  2013-11-01 19:58:04.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: halite
-Version: 0.1.02
+Version: 0.1.04
 Summary: SaltStack Web UI
 Home-page: https://github.com/saltstack/halite
 Author: SaltStack Inc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/halite-0.1.02/README.rst new/halite-0.1.04/README.rst
--- old/halite-0.1.02/README.rst2013-09-24 21:50:32.0 +0200
+++ new/halite-0.1.04/README.rst2013-10-31 17:25:11.0 +0100
@@ -298,7 +298,8 @@
 
 If you have problems look for Halite: in the saltstack master log output.
 
-2) Customized Deployment
+Customized Deployment
+
 
 The Halite github repository provides a skeleton framework for building your 
own custom
 deployment. One can run the default bottle.py framwork form the command line 
thusly
@@ -392,11 +393,34 @@
 A multithreaded or asynchronous one will be needed if more than one browser is
 tested at once.
 
+Make sure that the end to end test is setup to login to Halite
+
+.. code-block:: bash
+  $ vim halite/test/mock/loginConf.coffee
+
+In that file change the following
+
+.. code-block:: javascript
+
+   loginInfo =
+   username: 'your_halite_username'
+   password: 'your_halite_password'
+
+Now you can run the tests using the following commands
+
 .. code-block:: bash
 
   $ cd halite
   $ karma start karma_e2e.conf.js
 
-.. 
 
+You might have to build the distribution (for development)
+
+.. code-block:: bash
+
+   $ cd halite
+   $ ./prep_dist.py
+
+
+.. 
 .. _`halite`: https://github.com/saltstack/halite
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/halite-0.1.02/halite/app/appConfigSrvc.js 
new/halite-0.1.04/halite/app/appConfigSrvc.js
--- old/halite-0.1.02/halite/app/appConfigSrvc.js   2013-10-14 
23:20:53.0 +0200
+++ new/halite-0.1.04/halite/app/appConfigSrvc.js   2013-11-01 
19:56:39.0 +0100
@@ -4,8 +4,8 @@
 
   configuration = {
 baseUrl: ,
-date: 20130709,
-version: 0.0.1,
+date: 2013-11-01,
+version: 0.1.04,
 views: {
   home: {
 label: home,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/halite-0.1.02/halite/app/main.css 
new/halite-0.1.04/halite/app/main.css
--- old/halite-0.1.02/halite/app/main.css   2013-09-25 23:22:29.0 
+0200
+++ new/halite-0.1.04/halite/app/main.css   2013-10-31 17:25:11.0 
+0100
@@ -1,3 +1,7 @@
+/* make sure search docs form group is displayed correctly */
+div#table-display {
+  display: inline-table;
+}
 /* fix up display to not use table*/
 .input-group.input-group-fix {
   display: inline-block;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/halite-0.1.02/halite/app/navbar.html 
new/halite-0.1.04/halite/app/navbar.html
--- old/halite-0.1.02/halite/app/navbar.html2013-09-24 21:21:48.0 
+0200
+++ 

commit python-halite for openSUSE:Factory

2013-10-17 Thread h_root
Hello community,

here is the log from the commit of package python-halite for openSUSE:Factory 
checked in at 2013-10-17 14:25:48

Comparing /work/SRC/openSUSE:Factory/python-halite (Old)
 and  /work/SRC/openSUSE:Factory/.python-halite.new (New)


Package is python-halite

Changes:

--- /work/SRC/openSUSE:Factory/python-halite/python-halite.changes  
2013-10-01 08:31:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-halite.new/python-halite.changes 
2013-10-17 17:45:42.0 +0200
@@ -1,0 +2,16 @@
+Tue Oct 15 05:43:45 UTC 2013 - abo...@gmail.com
+
+- Updated to halite 0.1.02
+- fixed fetchGrains to only attempt to fetch grains from minions that have 
active status
+- allow empty target and then handle empty returns in prepartion for supporting
+  other target types besides glob
+- Changed default pagination to 20
+
+---
+Mon Sep 30 09:46:31 UTC 2013 - cfarr...@suse.com
+
+- license update: MIT
+  Most of the source code files are MIT licensed. No indication of an
+  Apache-2.0 license
+
+---

Old:

  halite-0.1.01.tar.gz

New:

  halite-0.1.02.tar.gz



Other differences:
--
++ python-halite.spec ++
--- /var/tmp/diff_new_pack.2FBb8C/_old  2013-10-17 17:45:42.0 +0200
+++ /var/tmp/diff_new_pack.2FBb8C/_new  2013-10-17 17:45:42.0 +0200
@@ -16,9 +16,9 @@
 #
 
 Name:   python-halite
-Version:0.1.01
+Version:0.1.02
 Release:1%{?dist}
-License:Apache-2.0
+License:MIT
 Summary:Halite the salt Web UI
 Url:http://saltstack.org/
 Group:  System/Monitoring
@@ -56,6 +56,7 @@
 
 %files
 %defattr(-,root,root)
+%doc README.rst
 %attr(755,root,root)%{python_sitelib}/halite/bottle.py
 %attr(755,root,root)%{python_sitelib}/halite/server_bottle.py
 %attr(755,root,root)%{python_sitelib}/halite/genindex.py

++ halite-0.1.01.tar.gz - halite-0.1.02.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/halite-0.1.01/PKG-INFO new/halite-0.1.02/PKG-INFO
--- old/halite-0.1.01/PKG-INFO  2013-09-26 18:49:01.0 +0200
+++ new/halite-0.1.02/PKG-INFO  2013-10-14 23:24:34.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: halite
-Version: 0.1.01
+Version: 0.1.02
 Summary: SaltStack Web UI
 Home-page: https://github.com/saltstack/halite
 Author: SaltStack Inc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/halite-0.1.01/halite/app/util/appDrtv.js 
new/halite-0.1.02/halite/app/util/appDrtv.js
--- old/halite-0.1.01/halite/app/util/appDrtv.js2013-09-26 
18:48:20.0 +0200
+++ new/halite-0.1.02/halite/app/util/appDrtv.js2013-10-14 
23:20:53.0 +0200
@@ -50,6 +50,7 @@
   nameTransformed = ex($scope);
   modelCtrl = ctrls[0];
   modelCtrl.$name = nameTransformed;
+  elm.attr(name, nameTransformed);
   formCtrl = ctrls[1];
   formCtrl.$addControl(modelCtrl);
   return true;
@@ -112,6 +113,7 @@
   formCtrl = $scope.$parent[elm.attr(attrs.$attr.ssOuterForm)];
   formCtrl.$removeControl(innerFormCtrl);
   innerFormCtrl.$name = innerFormName;
+  elm.attr(name, innerFormName);
   formCtrl.$addControl(innerFormCtrl);
   return true;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/halite-0.1.01/halite/app/util/appUtilSrvc.js 
new/halite-0.1.02/halite/app/util/appUtilSrvc.js
--- old/halite-0.1.01/halite/app/util/appUtilSrvc.js2013-09-26 
18:48:20.0 +0200
+++ new/halite-0.1.02/halite/app/util/appUtilSrvc.js2013-10-14 
23:20:53.0 +0200
@@ -682,7 +682,7 @@
 function Pagerage(itemCount, pagerLimit, perPage, page) {
   this.itemCount = itemCount != null ? itemCount : 0;
   this.pagerLimit = pagerLimit != null ? pagerLimit : 5;
-  this.perPage = perPage != null ? perPage : 10;
+  this.perPage = perPage != null ? perPage : 20;
   this.page = page != null ? page : 1;
   return this;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/halite-0.1.01/halite/app/view/console.html 
new/halite-0.1.02/halite/app/view/console.html
--- old/halite-0.1.01/halite/app/view/console.html  2013-09-26 
01:59:06.0 +0200
+++ new/halite-0.1.02/halite/app/view/console.html  2013-10-14 
22:33:42.0 +0200
@@ -13,134 +13,154 @@
 /div
 div class=row
   div class=col-md-12 box flat-top
-
 form class=form-inline wide
-
-div class=form-group 
-  div