4259 Commits

Author SHA1 Message Date
Chris Church
0af15cd13d Unit test fix, job_type is no longer a required field (defaults to 'run'). 2015-05-12 11:11:32 -04:00
Chris Church
e017270201 Update serializers to remove empty choices, provide default values for fields, and better indicate the field type when possible for OPTIONS requests and browsable API docs. 2015-05-11 18:25:30 -04:00
Joe Fiorini
27b06313a7 Merge pull request #189 from joefiorini/system-tracking--addMomentjs
Add moment.js via angular-moment plugin
2015-05-11 16:55:53 -04:00
John Mitchell
76f01cbc2a fixed autopopulation of org and user lookups 2015-05-11 15:45:09 -04:00
John Mitchell
78fb694704 fixed 403 schedule errors not being displayed 2015-05-11 15:04:50 -04:00
John Mitchell
7dd5dd947d changed instances of hardcoding xss filtering to using the filter 2015-05-11 13:39:56 -04:00
John Mitchell
23a69995d3 fixed scan job and job run type ordering 2015-05-11 13:15:24 -04:00
John Mitchell
ac76423a93 accidentally left a console.log in the code 2015-05-11 13:02:46 -04:00
Joe Fiorini
581cff1a6f Add helpful startup script for docker container
Not actually adding this to the container yet. Want to make sure
@matburt is okay with that first.
2015-05-11 12:57:57 -04:00
John Mitchell
4497b2cfba fixed xss survey bug 2015-05-11 12:00:39 -04:00
John Mitchell
e402f4dced moving working to the corner 2015-05-11 11:24:35 -04:00
Chris Meyers
11eb4d325b Merge pull request #196 from chrismeyersfsu/master
system tracking api merge conflicts resolved
2015-05-11 10:45:08 -04:00
John Mitchell
4137985dc5 fixed default value save for text question in survey 2015-05-11 10:36:07 -04:00
Chris Meyers
9dfce90987 Merge pull request #194 from chrismeyersfsu/feature-unit_test_speedup
speedup each test case by .3 seconds
2015-05-11 10:27:46 -04:00
Chris Meyers
f350f7b28e Merge branch 'system_tracking_api'
Conflicts:
	awx/fact/tests/models/fact/fact_transform.py
	awx/fact/tests/models/fact/fact_transform_pymongo.py
	awx/main/tests/commands/run_fact_cache_receiver.py
2015-05-11 10:17:52 -04:00
Chris Meyers
fc7126cd68 expose single_fact via related and tests 2015-05-11 10:09:20 -04:00
Chris Meyers
0dc7072e68 flake8 2015-05-11 09:08:46 -04:00
Chris Meyers
7d7206c7b0 use md5 pass hasher when dev or testing 2015-05-09 08:13:14 -04:00
Chris Meyers
5ff696f708 added fact view tests
* Add related link from host to fact_versions
* Add related link from fact_versions to fact_view
2015-05-08 21:34:24 -04:00
Chris Meyers
b5ef1cd72d speedup each test case by .03 seconds 2015-05-08 21:17:38 -04:00
John Mitchell
6b6c0b8648 fixed typo in less file 2015-05-07 16:23:51 -04:00
Chris Meyers
0c6a4782fd add fact_versions endpoint link in hosts related list 2015-05-07 12:14:01 -04:00
jlmitch5
7ad1b45d00 Merge pull request #150 from ansible/jlm_414_stdout_revamp
Jlm 414 stdout revamp
2015-05-07 12:03:42 -04:00
John Mitchell
aff63d9480 fixed issue with scheduler interval being treated as a string. 2015-05-07 11:31:07 -04:00
John Mitchell
326581c44f changed Openstack to OpenStack 2015-05-06 15:24:19 -04:00
John Mitchell
cd6b3e6ca3 fixed adhoc form to only display machine credentials 2015-05-06 14:56:35 -04:00
jlmitch5
8a2767e000 Merge pull request #190 from ansible/jlm_54_lookup_autopopulate_fixes
Jlm 54 lookup autopopulate fixes
2015-05-06 14:43:38 -04:00
John Mitchell
2ee2563e61 fixed variable name in fieldIsAutopopulatable function 2015-05-06 14:39:16 -04:00
John Mitchell
0476725d61 Pared back autopopulation of lookups to be only on add of a form and only for required fields. 2015-05-06 14:36:45 -04:00
Chris Meyers
391a4aa439 fixed single_fact query
Foreach host return only the FIRST fact matching the less than timestamp query.
2015-05-06 14:32:50 -04:00
Chris Meyers
389a75229d Merge pull request #188 from ansible/revert-177-cleanup-job_launch_relaunch
Revert "refactored job launch serializer"
2015-05-06 08:15:00 -04:00
Chris Meyers
575cf09375 Revert "refactored job launch serializer" 2015-05-06 08:14:26 -04:00
Jared Tabor
48d211c56b adjusting the awFeature controller to return true when a awFeature string is not provided 2015-05-05 17:09:34 -04:00
Matthew Jones
b07803d2b8 Switch tower_warnings.log to tower.log 2015-05-05 16:53:06 -04:00
Matthew Jones
cdf6905bca Update Tools Dockerfile to install and configure the mongodb dependencies 2015-05-05 16:52:42 -04:00
Chris Meyers
7b5df23450 Merge pull request #177 from chrismeyersfsu/cleanup-job_launch_relaunch
refactored job launch serializer
2015-05-05 16:12:10 -04:00
Matthew Jones
e784595119 Initial implementation of fact api endpoints 2015-05-05 14:47:58 -04:00
Matthew Jones
2e040e9de3 Update scan facts to include the service scanner which was inexplicably
missing, update scan_packages to match the footprint of
scan_services (makes searching easier)
2015-05-05 14:46:28 -04:00
Matthew Jones
1bd2c99171 Import mongoengine rest framework module, document this and mongoengine
in the readme
2015-05-05 14:45:44 -04:00
Chris Meyers
f3739ec283 single fact now behaves like a match query 2015-05-05 12:59:21 -04:00
jaredevantabor
97dd512807 Merge pull request #182 from jaredevantabor/license-diff
UI License Feature capability
2015-05-05 11:38:26 -04:00
John Mitchell
f9dc45e4ac fixed forks input issue. 2015-05-05 11:04:04 -04:00
John Mitchell
e00b929866 reverting authentication slightly to deal with bug for now 2015-05-05 11:04:04 -04:00
Jared Tabor
263dafd84a fixing spelling error
on home.partial for activity streams
2015-05-05 10:32:01 -04:00
Chris Meyers
e035e4e98b Merge pull request #184 from chrismeyersfsu/fix-api_doc
job template launch doc update
2015-05-04 16:12:34 -04:00
Chris Meyers
8432595c21 Merge pull request #183 from chrismeyersfsu/fix-license
mark license expired inventory update + tests
2015-05-04 15:09:39 -04:00
Jared Tabor
88d444ead7 adding short doc explanation for aw-feature directive 2015-05-04 14:46:52 -04:00
Chris Meyers
c96fd3e672 Merge pull request #181 from chrismeyersfsu/fix-spelling
Fixed mongodb spelling in log message
2015-05-04 14:09:08 -04:00
Chris Meyers
91e6b46dc0 job template launch doc update
Note that a credential can be passed to the job template launch endpoint if needed.
2015-05-04 14:01:24 -04:00
Chris Meyers
f6541059a3 mark license expired inventory update + tests 2015-05-04 12:51:46 -04:00