Chris Houseknecht
7a2bc539d4
AC-617 changed callback generation icon to a magic wand, which will hopefully satiate jlaska.
2013-11-13 18:38:42 +00:00
Matthew Jones
78bdc7ae8b
Make sure we are handling multiple activitystream instances from the middleware
2013-11-13 13:35:57 -05:00
Matthew Jones
e2b657c72c
Fix a bug passing args to object 2 of the activitystream serializer
2013-11-13 13:35:57 -05:00
Chris Houseknecht
8d72192849
AC-627 Fixed password/ssh_password collision in Credentials.js form. This was also fixed in auditlog branch.
2013-11-13 18:32:02 +00:00
Chris Houseknecht
8c741ac36a
AC-628 applied credential changes made in add controller to edit controller so that credential/cloud_credential lookups display context-aware credential lists.
2013-11-13 18:27:29 +00:00
Chris Houseknecht
d5d3495494
Found and fixed another bug on the Credentials form. Changing the ssh password value was causing a hidden password field to become invalid. Form definition for ssh password cleared the incorrect associated confirmation field.
2013-11-13 17:11:15 +00:00
Chris Houseknecht
a65564e3bf
Moved credentials in tab order. It now follows teams and precedes projects. Based on a suggestion from jlaska.
2013-11-13 15:26:20 +00:00
Chris Houseknecht
4650af9cb9
AC-609 Fixed issue with help button not displaying correctly on 'select' pages where user can pick an existing object (i.e. users, credentials, etc) to add to a parent object.
2013-11-13 15:09:14 +00:00
Matthew Jones
b521d3f350
Merge branch 'auditlog' of github.com:ansible/ansible-commander into auditlog
...
* 'auditlog' of github.com:ansible/ansible-commander:
AC-625 while looking into issue surrounding non-running updates, discoverd that creating credentials from the Users and Teams tabs was not allowing the user to click Save. The Save button refused to become enabled. Turns out that when a user or team is preelected (using route params) form initialization routine needs to run and it was not.
2013-11-13 09:56:52 -05:00
Matthew Jones
f2fca22e19
Add activitystream table migration
2013-11-13 09:56:45 -05:00
Chris Houseknecht
3f148e104e
AC-625 while looking into issue surrounding non-running updates, discoverd that creating credentials from the Users and Teams tabs was not allowing the user to click Save. The Save button refused to become enabled. Turns out that when a user or team is preelected (using route params) form initialization routine needs to run and it was not.
2013-11-13 03:58:12 +00:00
Matthew Jones
640bc69402
Merge branch 'auditlog' of github.com:ansible/ansible-commander into auditlog
...
* 'auditlog' of github.com:ansible/ansible-commander:
Make sure we show relative object information in the api
Integrate a simple api list and detail display
Use process_response to attach user information later in the middleware request processing
Fix up some bugs with signal handling related to association/disassociation
Fix up some issues with supporting schema migration
Move ActivityStream to it's own model file
Fix an issue with the Activity Stream where we weren't performing the right type conversion to track object types
Catch some errors that pop up during ActivityStream testing
Fix some inconsistencies after the merge
Initial backend implementation for AC-25, activity stream/audit love
Initial backend implementation for AC-25, activity stream/audit love
2013-11-12 17:01:56 -05:00
Matthew Jones
1a27c75de4
Make sure we show relative object information in the api
2013-11-12 17:01:16 -05:00
Matthew Jones
50fee99580
Integrate a simple api list and detail display
2013-11-12 17:01:16 -05:00
Matthew Jones
e1e70b37a5
Use process_response to attach user information later in the middleware request processing
2013-11-12 17:01:15 -05:00
Matthew Jones
f1de300fd7
Fix up some bugs with signal handling related to association/disassociation
2013-11-12 17:01:15 -05:00
Matthew Jones
49a2502043
Fix up some issues with supporting schema migration
2013-11-12 17:01:15 -05:00
Matthew Jones
a1edfe0dc2
Move ActivityStream to it's own model file
2013-11-12 17:01:15 -05:00
Matthew Jones
710b01c333
Fix an issue with the Activity Stream where we weren't performing the right type conversion to track object types
2013-11-12 17:01:15 -05:00
Matthew Jones
b7b22fa7f8
Catch some errors that pop up during ActivityStream testing
2013-11-12 17:01:15 -05:00
Matthew Jones
2ab4cab495
Fix some inconsistencies after the merge
2013-11-12 17:01:15 -05:00
Matthew Jones
2a16ab38a5
Initial backend implementation for AC-25, activity stream/audit love
2013-11-12 17:01:15 -05:00
Matthew Jones
3a02c17d2a
Initial backend implementation for AC-25, activity stream/audit love
2013-11-12 17:01:15 -05:00
Chris Houseknecht
e99ac9d668
AC-502 all links for Inventory widget on home page now work. Modified responding controllers to process all search parameters. Fixed Hosts and Groups links in the Summary widget. Added ability to edit host using modal dialog from /home/hosts page.
2013-11-12 21:09:50 +00:00
Matthew Jones
bb6f8c1f04
Make sure we show relative object information in the api
2013-11-12 14:30:01 -05:00
Chris Houseknecht
ebc311d009
AC-502 links are now correct on inventory home page widget.
2013-11-12 18:20:04 +00:00
Chris Houseknecht
68286074cf
AC-502 home page widgets should now show 0 rather than ' ' for empty values.
2013-11-12 16:20:24 +00:00
Chris Houseknecht
4e93a5c6e2
AC-502 added group ID as a parameter on 'job failure' links from /home/hosts. This causes the tree to load with the appropriate group selected.
2013-11-12 16:11:39 +00:00
Chris Houseknecht
5a62ba3a32
AC-502 Finally figured out how to fix the awToolTip directive so that it watches a variable for tool tip text changes and updates the tool tip text. Pass in the variable name using badgeTipWatch. Used on home/hosts page and inventory/N/hosts page when toggling the enabled flag.
2013-11-11 22:24:15 +00:00
Matthew Jones
aac489eea4
Integrate a simple api list and detail display
2013-11-11 16:37:36 -05:00
Chris Houseknecht
353858cf28
AC-502 Fixed links on home page status widget. Added home/hosts page.
2013-11-11 19:16:16 +00:00
Matthew Jones
64d258322c
Use process_response to attach user information later in the middleware request processing
2013-11-11 14:05:51 -05:00
Chris Houseknecht
38cb40d38b
Added inventory count back into the 'job status' widget on home page. Inventory, groups and hosts counts are there, but links don't quite work yet.
2013-11-11 00:30:15 +00:00
Chris Houseknecht
9ad30dc43c
Credentials: form save routine is almost identical between Add and Edit controllers. Combined into one common routine that both controllers can use and moved to helpers/Credentials.js. Just some needed tidying.
2013-11-11 00:16:04 +00:00
Michael DeHaan
9e87f14d2e
Merge pull request #6 from tgerla/apache
...
Make our vhost server names match everything, not just localhost
2013-11-10 13:39:23 -08:00
Tim Gerla
830dd6102f
Make our vhost server names match everything, not just localhos.
2013-11-09 15:58:08 -08:00
Chris Houseknecht
5b2751c57f
Fixed parent container of activity stream setting the min-height value. This keeps the activity stream from overlapping the footer. Fixed groups page edit to not clear/empty the credential_name field.
2013-11-08 22:07:51 +00:00
Chris Houseknecht
b2ce037acc
AC-614 credential lookup now narrows choices based on specific source. So if source is 'ec2' only show 'aws' credentials.
2013-11-08 18:40:26 +00:00
Chris Houseknecht
1d27f666e4
AC-616 Fixed date warning vs. date expired message. The CheckLicense routine now looks for date_expired flag.
2013-11-08 18:16:52 +00:00
Matthew Jones
c48e4745bf
Fix up some bugs with signal handling related to association/disassociation
2013-11-08 13:08:48 -05:00
Chris Houseknecht
5a3977495a
First iteration of Activity Stream. Added Home/Groups page. Increased icon size for icon-only buttons. Dashboard jobs widget- group and job links now work. Closed AC-621, AC-618.
2013-11-08 17:58:40 +00:00
Matthew Jones
f4e3613244
Fix up some issues with supporting schema migration
2013-11-08 11:36:36 -05:00
Matthew Jones
5989250471
Move ActivityStream to it's own model file
2013-11-08 11:16:04 -05:00
Matthew Jones
5986a48036
Fix an issue with the Activity Stream where we weren't performing the right type conversion to track object types
2013-11-08 11:08:11 -05:00
Matthew Jones
f3d2b0b5bc
Catch some errors that pop up during ActivityStream testing
2013-11-08 10:21:30 -05:00
Matthew Jones
be28a298eb
Fix some inconsistencies after the merge
2013-11-08 10:04:12 -05:00
Matthew Jones
a523c40635
Merge branch 'auditlog' of github.com:ansible/ansible-commander into
...
auditlog
Resolve some conflicts between the master branch model refactoring and
my auditlog work.
* 'auditlog' of github.com:ansible/ansible-commander:
Initial backend implementation for AC-25, activity stream/audit love
Conflicts:
awx/main/models/__init__.py
2013-11-08 09:53:42 -05:00
Matthew Jones
cdccfee93a
Initial backend implementation for AC-25, activity stream/audit love
2013-11-08 09:51:02 -05:00
Matthew Jones
25704af172
Initial backend implementation for AC-25, activity stream/audit love
2013-11-08 04:39:53 -05:00
Chris Church
2c4d583f3e
AC-589 Update host enabled flag from inventory import.
2013-11-07 19:02:05 -05:00