jlmitch5
561b4c3a02
Merge pull request #162 from jlmitch5/fix_authentication_routing
...
fixed authentication routing on the ui
2015-04-27 17:58:11 -04:00
Chris Meyers
853ac5dcf7
Merge pull request #156 from chrismeyersfsu/fix-relaunch
...
Prevent relaunching job with deleted credential
2015-04-27 17:23:38 -04:00
Chris Meyers
c8da42f7ac
Merge pull request #164 from chrismeyersfsu/extra_vars
...
validate extra_vars, but get them from request.DATA
2015-04-27 16:23:45 -04:00
Chris Meyers
2de6e7b016
validate extra_vars, but get them from request.DATA
2015-04-27 16:19:01 -04:00
Chris Meyers
481a71c7a7
Merge pull request #161 from chrismeyersfsu/fix-credential_id
...
Fix credential
2015-04-27 15:00:30 -04:00
Chris Meyers
c44019c4df
Merge branch 'master' into fix-credential_id
...
Conflicts:
awx/api/views.py
2015-04-27 14:57:53 -04:00
Chris Meyers
8a050dbc97
generate passwords in validate and pass back through context
2015-04-27 14:54:57 -04:00
Chris Meyers
fdce00d313
Merge pull request #163 from chrismeyersfsu/fix-credential_quick
...
quick fix so that launching job templates with cred works again
2015-04-27 14:32:33 -04:00
Chris Meyers
f297a8d2d0
quick fix so that launching job templates with cred works again
2015-04-27 14:31:36 -04:00
Chris Meyers
c29e5f40be
save state
2015-04-27 14:27:48 -04:00
John Mitchell
9b721d21e6
fixed authentication routing on the ui
...
scenario 1 - logout at a particular route will navigate back to that route on immediate login
scenario 2 - logged out user that browses to a new route (including root) will get what they wanted
scenario 3 - logged out user who opens a new tab with url to a new route will get what they wanted
2015-04-27 14:24:39 -04:00
Chris Meyers
90037bbc2f
fill in api browser with needed extra_vars passwords and credential
2015-04-27 14:15:35 -04:00
Chris Meyers
3aab7eb64b
populate api browser with missed passwords
2015-04-27 14:05:07 -04:00
Chris Meyers
086ae8f9ad
allow credential_id to job template launch. Funnel credential_id into credential.
2015-04-27 13:31:57 -04:00
Chris Meyers
ee66e98af5
Merge pull request #160 from chrismeyersfsu/feature-cleanup_facts_all_time2
...
support --granularity=0d to delete all facts.
2015-04-27 13:20:17 -04:00
Chris Church
d1ea8708ad
Make sure credential can only be assigned to a user OR team, but never both. Fixes https://trello.com/c/yzlAEfAN
2015-04-27 12:43:02 -04:00
Chris Meyers
d0f05ac2cd
send the id of the credential to the job execution, not the credential object itself
2015-04-27 12:27:51 -04:00
Chris Meyers
f1afae4b80
support --granularity=0d to delete all facts.
...
Still respect --older_than
2015-04-27 11:12:50 -04:00
John Mitchell
0f30ccc9b7
fix grunt errors
2015-04-27 10:37:00 -04:00
jlmitch5
e1d5180996
Merge pull request #146 from ansible/jlm_416_openstack_inv_ui
...
openstack inventory ui support
2015-04-27 10:21:09 -04:00
John Mitchell
2522160f96
fixed grunt errors
2015-04-27 10:20:37 -04:00
John Mitchell
4bdab2d2fa
adhoc form fixes
...
added forks input
fixed privilege escalation language, it now mimics job template
fixed a hanging issue when a non-machine credential is used
fixed reset to include the default verbosity setting
2015-04-27 10:13:57 -04:00
Matthew Jones
a081614c9a
Merge branch 'mongo_ancillary_services' into upstream_master
...
* mongo_ancillary_services:
Adding the fact cache receiver to the supervisor config
Implementing tower cleanup task for cleaning up facts
2015-04-27 09:49:35 -04:00
Chris Meyers
f7355ae5f3
Merge pull request #158 from chrismeyersfsu/fix-credential_file
...
return empty private data content rather than None for generate private ...
2015-04-27 08:40:10 -04:00
Chris Meyers
b323e26b2f
do not generate scm private key file if no ssh data associated with credential
2015-04-26 20:03:48 -04:00
John Mitchell
04340dcc27
random UI fixes
...
fixed jshint error
fixed asterisk padding on login modal
fixed color on border of error form field.
2015-04-26 18:06:12 -04:00
Chris Church
0d4c1a4245
Add tests for job template launch with invalid/inactive credential, fix bug that allowed an inactive credential to be passed if the job template already had an active credential.
2015-04-26 12:28:39 -04:00
Chris Church
2093b3db7a
Merge pull request #154 from chrismeyersfsu/fix-launch_500
...
created a serializer for job template launch endpoint
2015-04-26 11:59:08 -04:00
Chris Meyers
612147e355
return empty private data content rather than None for generate private file method
2015-04-26 10:58:15 -04:00
Joe Fiorini
bddbbbd512
Move outline fix outside of media query
2015-04-24 15:44:31 -04:00
John Mitchell
f311d62e7b
changed the reds and greens in tower
2015-04-24 15:19:30 -04:00
James Laska
4441dde4cd
Merge pull request #155 from jlaska/pymongo_packaging
...
Update distro package dependencies for pymongo and supervisor.el6
2015-04-24 14:59:54 -04:00
Matthew Jones
22acd51650
Implementing tower cleanup task for cleaning up facts
2015-04-24 14:15:25 -04:00
John Mitchell
bdcd2c5938
autopopulate lookups if there is only one option for that lookup type
2015-04-24 14:00:27 -04:00
Chris Meyers
927cc78526
flake8
2015-04-24 13:37:52 -04:00
John Mitchell
be7f27af0d
removing outlines on buttons and links
2015-04-24 13:02:09 -04:00
Chris Meyers
299b0d78c8
removed the need to access data in the serializer. It's now clear what params a job template launch takes
2015-04-24 12:43:48 -04:00
Chris Meyers
0d26a700a6
sanitize request.DATA before passing to jobs
2015-04-24 12:22:31 -04:00
Chris Meyers
f194c0dc1b
moved validation from view to serializer. Prevent relaunching job with deleted credential
2015-04-24 10:59:59 -04:00
Jared Tabor
bfb4ccf266
Updating Source form to fix save button validity
2015-04-24 09:54:08 -05:00
Chris Meyers
aaf3a191e4
removed commented out code
2015-04-24 09:45:50 -04:00
Chris Meyers
f348766430
fixed how validation errors are propogated. Also, don not allow job template to launch unless credential are available
2015-04-24 09:44:23 -04:00
Chris Meyers
b117e14e19
created a serializer for job template launch endpoint
2015-04-24 08:26:12 -04:00
John Mitchell
40b26e42bb
fixed padding for cancel button in lists
2015-04-23 16:48:37 -04:00
John Mitchell
e67dfa3b92
openstack inventory ui support
2015-04-23 16:48:37 -04:00
Chris Meyers
4fc04a3709
Merge pull request #153 from chrismeyersfsu/fix-openstack_inventory
...
changed inventory sync private data file key to more appropriate cloud_c...
2015-04-23 16:46:30 -04:00
Chris Meyers
ce953d1ad2
changed inventory sync private data file key to more appropriate cloud_credential from scm_credential. Wrapped openstack credentials in dict
2015-04-23 16:44:30 -04:00
Matthew Jones
3f4aafa501
Merge remote-tracking branch 'refs/remotes/chrismeyers/fix-cloud_credentials2' into upstream_master
...
* refs/remotes/chrismeyers/fix-cloud_credentials2:
multiple credentials implementation style more inline with existing code
allow machine and cloud credentials to co-exist.
2015-04-23 16:09:14 -04:00
Matthew Jones
19901ba7cf
Turns out "hostId" is not a good unique host identifier in openstack.
...
Switching to use "id" instead.
2015-04-23 16:02:44 -04:00
Matthew Jones
c45a422590
Update "make server" endpoint and Makefile to include the new fact cache
...
receiver. Upgrade docker tool to install mongo and pymongo
2015-04-23 13:34:56 -04:00