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
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
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
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
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
Chris Meyers
360aae8c25
multiple credentials implementation style more inline with existing code
2015-04-23 13:34:02 -04:00
Matthew Jones
405be7edd8
Merge branch 'openstack_inventory_support' into upstream_master
...
* openstack_inventory_support:
Use inventory_source source_vars to control what address we use for ansible_ssh_host
Some small changes to tower openstack work
2015-04-23 11:09:41 -04:00
Matthew Jones
abdfb26b3d
Use inventory_source source_vars to control what address we use for ansible_ssh_host
2015-04-23 11:07:31 -04:00
Chris Meyers
b63a577b33
allow machine and cloud credentials to co-exist.
2015-04-23 10:11:21 -04:00
Chris Meyers
13aa8fce82
Merge pull request #147 from chrismeyersfsu/fix-azuer
...
handle shutdown azure instances
2015-04-23 10:06:26 -04:00
Matthew Jones
5a401c31aa
Handle any exception that could come from sending a packet to a client
2015-04-22 16:50:37 -04:00
Joe Fiorini
0535d1c8c9
Exclude sourcemaps from minjs builds
2015-04-22 15:15:44 -04:00
Jared Tabor
fdbb885b08
fixing issue with select2 data collection
...
there was an error with not collecting select2 data if there were no source_regions chosen for the source selected.
2015-04-22 14:11:35 -04:00
Chris Meyers
bbd1f41471
track azure vm by unique identifier
2015-04-22 07:05:36 -04:00
Chris Meyers
754b004c24
add instance state
2015-04-21 17:43:54 -04:00
Matthew Jones
36512d74c2
Unused variable to make pyflakes happy
2015-04-21 16:13:37 -04:00
Matthew Jones
0fc753046d
This fixes an issue where various parts of the system could get stuck
...
waiting to emit a socketio event if there was a problem with the
websocket service. Instead of crashing and hanging the system it will
now emit an error and continue.
2015-04-21 15:29:37 -04:00
Matthew Jones
93ecf739be
This could be the source of the connection memory leaks, over 1000
...
connections and only 12 bytes of non-gc-tracked allocations. Kudos to
cmeyers for finding this.
2015-04-21 14:25:01 -04:00
Matthew Jones
fb3bbea027
Add recv_disconnect to acl allowed methods
2015-04-21 14:13:53 -04:00
jlmitch5
96bf9e1bbb
Merge pull request #149 from ansible/jlm_420_use_verbosity_options_from_api_for_jt
...
migrated job templates to use verbosity from API
2015-04-21 13:34:18 -04:00
John Mitchell
ef3c18e071
fix jshint error
2015-04-21 13:33:06 -04:00