Chris Houseknecht
|
15a08232e0
|
Clean up. Removed grey background from forms appearing inside accordions. Fixed border on tables innside accordions. Made action labels disappear on small and xtra small viewports. Updated javascript packages. Created a bower.json file. Installed anuglar-scheduler. Added schedule icon to job templates page. Shrunk pagination font.
|
2014-03-07 18:31:15 -05:00 |
|
Chris Houseknecht
|
129fed0c64
|
Accordions are now collapsable. Fixed jshint warning.
|
2014-03-06 15:22:25 -05:00 |
|
Chris Houseknecht
|
bb67020c30
|
Fixed buttons on inventory help dialog. The Prev button never enabled and Next button never disabled.
|
2014-03-06 11:22:35 -05:00 |
|
Chris Houseknecht
|
a63b9e661b
|
Fixed pagination column sizing. As screen shrinks the page number now remains right justified.
|
2014-03-06 10:51:22 -05:00 |
|
Chris Houseknecht
|
93bd1d859a
|
AC-1065 in anticipation of potentially having to sort the keys of any incoming json variable objects, consolidated the variable handling code into a single helper. Anytime variable data is fetched from the API it gets passed to the helper and turned into a YAML doc. The helper checks the incoming data type for string or object. If string it first attempts to parse as YAML. If it fails, then tries JSON. If no joy, fails gracefully, logging the error and notifying the user. Anytime variables need to be sent to the API, a method in the helper is called to parse the variable text into a JSON object.
|
2014-03-05 18:13:49 -05:00 |
|
Chris Houseknecht
|
1ba917afaf
|
AC-1035 UI now supports stringified YAML coming from the API on Job Template.
|
2014-03-05 15:49:16 -05:00 |
|
Chris Houseknecht
|
10e85b50b1
|
Found an issue when deleting multipkle credentials. First delete worked fine. Second delete left the overlay hiding the page. Seems the .off() option on bootstrap modal no longer works as expected.
|
2014-03-05 14:13:17 -05:00 |
|
Chris Houseknecht
|
cda1a8bd10
|
After fixes to app footer, the footer background color was off. Fixed.
|
2014-03-05 13:32:53 -05:00 |
|
Chris Houseknecht
|
1579ce0b29
|
Fixing tooltips. They stopped working. It seems that twitter bootstrap requires jqueryui to be loaded. We were inlcluding after bootstrap.
|
2014-03-05 13:26:19 -05:00 |
|
Chris Houseknecht
|
bc6edeb65c
|
Fixed site footer unhappiness. The footer sometimes had a bottom margin. Slimmed the footer down as well. Made sure it looks good down to phone size.
|
2014-03-05 11:14:03 -05:00 |
|
Chris Houseknecht
|
b8eb7c51b6
|
AC-1024 Hosts deletes now work as described in the ticket. Removing a host from a group removes it from the selected group and its children. Removing a host from a group does still leave it in All Hosts, and this is explained in the dialog prompt. Removing it from All Hosts permanently deletes it, again explained in the dialog prompt.
|
2014-03-05 00:28:37 -05:00 |
|
Chris Houseknecht
|
dc376c1c40
|
AC-1070 creating new credential fails.
|
2014-03-04 19:06:16 -05:00 |
|
Chris Houseknecht
|
6f54574a94
|
Fixed spelling issue found in job_templates.limit help.
|
2014-02-19 13:18:54 -05:00 |
|
Chris Houseknecht
|
9652cd7333
|
AC-564 fixed a bug with CodeMirror editor and post dialog removal/cleanup.
|
2014-02-18 10:31:25 -05:00 |
|
Chris Houseknecht
|
633a9f6d61
|
AC-564 fixed a bug with CodeMirror editor and post dialog removal/cleanup.
|
2014-02-18 10:30:44 -05:00 |
|
Chris Houseknecht
|
9b8dcfb9dd
|
AC-564 added new method to codemirror wrapper to enable replacing textarea fields with an editor. Implemented in inventory, groups, hosts, and templates. Solved issues with groups related to two potential textareas at the same time. Found and fixed an error in the way ReturnToCaller() utility was being called. Finished implementing angular-md5. Adding or saving a job template now shows a pop-up on save when a callback is enabled. The pop-up shows the callback url and host key. Before user had to save and then re-open the template to get the URL. With the pop-up we're now showing it immmediately on save.
|
2014-02-18 03:55:04 -05:00 |
|
Chris Houseknecht
|
55b574fa26
|
AC-564 added new method to codemirror wrapper to enable replacing textarea fields with an editor. Implemented in inventory, groups, hosts, and templates. Solved issues with groups related to two potential textareas at the same time. Found and fixed an error in the way ReturnToCaller() utility was being called. Finished implementing angular-md5. Adding or saving a job template now shows a pop-up on save when a callback is enabled. The pop-up shows the callback url and host key. Before user had to save and then re-open the template to get the URL. With the pop-up we're now showing it immmediately on save.
|
2014-02-18 03:50:36 -05:00 |
|
Chris Houseknecht
|
177080e43d
|
Fixed broken links where ngHref is used in list objects.
|
2014-02-17 16:01:14 -05:00 |
|
Chris Houseknecht
|
b44b82dd52
|
Fixed js error post host edit save.
|
2014-02-17 15:50:42 -05:00 |
|
Chris Houseknecht
|
84f79d4342
|
Fixed menu bar height. After TB upgrade it was fixed at 50px. Moved back to 0 and let image height be dominant. Pulled in angular-codemirror overlay fix.
|
2014-02-17 15:04:23 -05:00 |
|
Chris Houseknecht
|
0b0140e385
|
Fixed twiter js package. Now repo includes dist subdir.
|
2014-02-17 13:33:22 -05:00 |
|
Chris Houseknecht
|
2f12dccf32
|
Fixing twitter js library
|
2014-02-17 13:27:29 -05:00 |
|
Chris Houseknecht
|
cc9869b198
|
AC-564 implemented angular-codemirror to provide JSON/YAML syntax highlighting and linting in a full-screen editor.
|
2014-02-15 19:24:07 -05:00 |
|
Chris Houseknecht
|
6a3e477c9a
|
Fixed a bug in Groups.js helper that blocked GroupsEdit, so you couldn't edit an existing group. Issue was Angular depenedency ineject was misaligned with function parameters.
|
2014-02-13 19:52:37 +00:00 |
|
Chris Houseknecht
|
c77db691eb
|
AC-725 Added tower version to app footer and license dialog. Refactored license dialog to use tabs rather than accordions. Fixed conflict between angular routes and TB tabs.
|
2014-02-13 19:01:17 +00:00 |
|
Chris Houseknecht
|
9aea64eb3f
|
Fixed minor bugs lingering from package upgrades. Org lookup on User add page was throwing a js error. Flash message was not clearing on modal display. Store link was not working from modal button.
|
2014-02-13 16:19:21 +00:00 |
|
Chris Houseknecht
|
69b91afaf2
|
Fixed bugs from package upgrades. Updated all controllers to pass into form and list generators. Improved accordion styling. Refactored job status page. Tested using minified files and fixed build issues.
|
2014-02-13 03:04:27 -05:00 |
|
Chris Houseknecht
|
2fcb5a1ae4
|
More updates to contributing doc. Added Grunt to Makefile. Use lintjs to inspect .js files for lint and errors. Use minjs to compile and compress the .js and .less files.
|
2014-02-12 22:19:30 +00:00 |
|
Chris Houseknecht
|
024264e87c
|
Fixing missing less.js bits.
|
2014-02-12 21:20:33 +00:00 |
|
Chris Houseknecht
|
7df08907ea
|
Fixing missing less.js bits.
|
2014-02-12 21:16:42 +00:00 |
|
Chris Houseknecht
|
5e5bd2dd3c
|
Fixing missing twitter style sheets.
|
2014-02-12 21:12:43 +00:00 |
|
Chris Houseknecht
|
1f9de0e9eb
|
Fixing missing twitter style sheets
|
2014-02-12 21:07:35 +00:00 |
|
Chris Houseknecht
|
a3e48849d8
|
Merge remote-tracking branch 'origin/javascript-cleanup'
Conflicts:
awx/ui/static/js/helpers/Lookup.js
awx/ui/static/js/helpers/PaginationHelpers.js
awx/ui/static/js/helpers/related-search.js
|
2014-02-12 14:41:27 -05:00 |
|
Chris Houseknecht
|
e81d02885f
|
AC-1006 upgraded all js libraries to latest release. Fixed obvious broken things. Installed bower to make package installation/upgrade easier. Added less to Grunt build.
|
2014-02-12 18:42:57 +00:00 |
|
vagrant
|
d25e712e21
|
Finixhed applying jsHint linting to js files. Created initial Gruntfile.js build script and package.json script for keeping track of required node modules.
|
2014-02-11 04:52:15 +00:00 |
|
Chris Houseknecht
|
cac49c199c
|
Fixed issues with Lookup.js helper. With multipe pages of data available to a lookup dialog, original selection was lost if user clicked cancel. Removed console.log statement left in pagination helper.
|
2014-02-07 17:20:24 -05:00 |
|
Chris Houseknecht
|
a1e7b28380
|
Fixed pagination error on related sets. Initial page size was not being set and first page number set to 0 rather than 1.
|
2014-02-07 17:20:24 -05:00 |
|
Chris Houseknecht
|
f891c30ebb
|
Ran all controller files through jsbeautifier.org and applied jsHint.
|
2014-02-07 15:33:07 -05:00 |
|
Chris Houseknecht
|
8c88ee5663
|
AC-1016 put font size back to 14px on host fly-out.
|
2014-02-06 18:25:43 -05:00 |
|
Chris Houseknecht
|
2ef38adf26
|
AC-1016 Added tool-tip to status icon on host status fly-out. Changed z-index on tooltips to be greater than that of pop-overs. Made sure all tooltips when a pop-over opens.
|
2014-02-06 18:16:30 -05:00 |
|
Chris Houseknecht
|
4e49314bad
|
AC-1016 on host status fly-out job id now links to job detail page rather than showing modal dialog. Fixed js errors happening when job_template is deleted and cannot be found.
|
2014-02-06 17:36:51 -05:00 |
|
Chris Houseknecht
|
c55d3e935b
|
Aftr user edits a group, update the sync related icons based on whether or not user added sync source or removed sync source. This allows a sync to be started immediately (or prevents starting one) without having to first click the refresh button.
|
2014-02-06 17:05:35 -05:00 |
|
Chris Houseknecht
|
c52818ecee
|
AC-1023 AC-1025 fixed drag-n-drop issues. Linting exposed a datatype mismatch issue.
|
2014-02-06 15:20:07 -05:00 |
|
Chris Houseknecht
|
4c38b05f90
|
AC-1021 fixed issues with group edit and source not saving.
|
2014-02-06 14:14:12 -05:00 |
|
Chris Houseknecht
|
8c5fb4bca4
|
AC-1021 fixed javascript error on group edit save. When user makes changes to a group, we attempt to update the group name and title on the tree view. The update process was building an invalid string.
|
2014-02-06 13:40:44 -05:00 |
|
Chris Houseknecht
|
1445fb533e
|
Applying jsHint standards to form-generator.js. Adding unminified jquery to facilitate debugging.
|
2014-02-06 13:28:02 -05:00 |
|
Chris Houseknecht
|
010a998431
|
Applied jsHint code checking standards.
|
2014-02-06 12:17:12 -05:00 |
|
Chris Houseknecht
|
e17d076e55
|
AC-1017 Added events and hosts links to the job status fly-out. Fixed a bug in search where claring the value and hitting enter did not switch the icon back to the magnifying glass. Linted Search.js and Hosts.js helpers.
|
2014-02-06 00:58:45 -05:00 |
|
Chris Houseknecht
|
5e7290aa85
|
AC-1014 fixed issued related to deleted templates and templates containing quotes in the name. De-linted job templates and the jobs controller.
|
2014-02-05 16:34:25 -05:00 |
|
Chris Houseknecht
|
229df6d4f7
|
AC-1010 Fixed breadcrumb capitalization to accommodate multi-word paths. Added .jshintrc which contains jsHint directives for delinting .js files. Delinted Utilities.js.
|
2014-02-05 11:54:24 -05:00 |
|