1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00
Commit Graph

4617 Commits

Author SHA1 Message Date
John Mitchell
c97ca6031f fixed smartstatus order 2015-06-05 17:00:54 -04:00
Matthew Jones
e471798918 Merge pull request #268 from matburt/support_DELETE_license
Support DELETE of the license on the config endpoint
2015-06-05 16:52:23 -04:00
Joe Fiorini
d2c7d7331d Fix issue with host columns getting flipped 2015-06-05 16:49:47 -04:00
Joe Fiorini
dae25b7123 Move check to outer scope for great performance 2015-06-05 16:49:47 -04:00
Joe Fiorini
63b7ec8b67 Move data request into controller to speed up page load 2015-06-05 16:49:47 -04:00
John Mitchell
65d20e646d added breadcrumbs to adhoc form page 2015-06-05 16:39:07 -04:00
Jared Tabor
d262ce22a0 added required asterisks to license update form elements 2015-06-05 16:13:56 -04:00
Matthew Jones
23eaf9ae42 Support DELETE of the license on the config endpoint 2015-06-05 15:53:35 -04:00
John Mitchell
ea1d07aaa4 fixed wording of license form 2015-06-05 15:48:18 -04:00
John Mitchell
8ad328582d fixed stacking of inventory manage icons 2015-06-05 15:39:38 -04:00
John Mitchell
c34afe32fb fixed jshint error in license controller 2015-06-05 15:33:27 -04:00
John Mitchell
4a0b489264 fixed logic of sparklines 2015-06-05 15:29:49 -04:00
John Mitchell
950ebc3a21 style fixes for dashboard 2015-06-05 15:20:39 -04:00
John Mitchell
577a13d5bd fixed default verbosity pull from API from hanging tower 2015-06-05 15:20:21 -04:00
John Mitchell
b3159940eb fixed wording on inventory command running tooltip 2015-06-05 14:19:51 -04:00
John Mitchell
055ca1362a grabbed default verbosity from the API 2015-06-05 13:55:01 -04:00
Jared Tabor
4849808ee9 Fixing blue 'flashMessage' box that flashes on license page
the license controller had a setTimeout that was pausing the logic of the license controller which was causing a blue rectangle to flash on the license page.
2015-06-05 13:49:54 -04:00
James Laska
53b16c09e8 Please don't hate on flake8 2015-06-05 12:46:07 -04:00
Matthew Jones
fbe82d9348 Allow AWS ami license type to support the new license type scheme. Also
allows new ami licenses to be created at different license type levels
while defaulting to legacy
2015-06-05 12:39:36 -04:00
John Mitchell
0fcfdd6bd7 fixed styling of standard out 2015-06-05 12:32:11 -04:00
Luke Sneeringer
4ad92fd253 Suppress flake8 silliness 2015-06-05 11:24:12 -05:00
Jared Tabor
131da8775d Breadcrumbs to license page 2015-06-05 12:18:40 -04:00
Jared Tabor
d10a597b3c Fixed console error when running system jobs
a chunk of code was referring to job_scope before it had been instantiated as a scope object
2015-06-05 11:53:13 -04:00
Chris Meyers
c7dfb4dd84 executable dev file 2015-06-05 11:32:29 -04:00
jaredevantabor
aa1036e6bd Merge pull request #267 from jaredevantabor/survey-fixes
Survey fixes
2015-06-05 11:21:32 -04:00
Matthew Jones
a8d75783a3 Some launch changes and configuration changes to the Dockerfile 2015-06-05 11:18:27 -04:00
Matthew Jones
4d2fba15ab Some minor fixes for the dockerfile container image build process 2015-06-05 11:12:23 -04:00
Jared Tabor
ef5d3372db adding 'sensitive' field to survey taker
for password fields
2015-06-05 10:39:43 -04:00
Jared Tabor
96659ac657 Default multiplechoice answer fix
the default answer for a multiplechoice question was not saving correctly.
2015-06-05 10:39:42 -04:00
Jared Tabor
0778e93f49 Survey maker -> default password input replacement
turning the default password input on survey maker to use the new schema
2015-06-05 10:39:41 -04:00
Matthew Jones
715e12ba98 Merge pull request #264 from matburt/system_job_template_wording
Update doc template for system job launching
2015-06-05 09:56:35 -04:00
Joe Fiorini
f188ca79d6 Use rejected promise to handle errors without throwing 2015-06-04 17:09:33 -04:00
Luke Sneeringer
b0b5e3a726 Do not accept enterprise licenses in some cases.
This commit makes it so that enterprise licenses are rejected in HA
environments if there is no active MongoDB server.

Additionally, it suppresses trying to connect to MongoDB in cases where
it is not present or meaningful.
2015-06-04 14:42:14 -05:00
Jared Tabor
b41546a20e Change wording of cleanup job prompts
per word-audit done via docschick
2015-06-04 15:20:19 -04:00
Chris Meyers
b6a567581a Merge pull request #235 from tgerla/fix-wordy-message
tweak the 'unassigned project directories' wording
2015-06-04 14:43:47 -04:00
Matthew Jones
80dddfddc5 Update doc template for system job launching 2015-06-04 14:16:08 -04:00
Matthew Jones
01fc6ff8c6 Merge pull request #263 from matburt/check_low_var_space
Add a task to the preflight check to verify a minimum amount of space on
2015-06-04 13:44:51 -04:00
Joe Fiorini
40690df347 Remove dead code 2015-06-04 09:35:27 -04:00
Chris Church
6679afe190 Merge pull request #259 from cchurch/ssh_key_data_fifo
Write SSH key data to named pipe
2015-06-03 23:33:16 -04:00
jlmitch5
716255af6a Merge pull request #262 from ansible/jlm_63_fix_order_of_jt_list
Jlm 63 fix order of jt list
2015-06-03 15:55:24 -04:00
John Mitchell
c7f3fa99a2 moved smart status to the right of description and gave the correct column class. 2015-06-03 15:54:17 -04:00
John Mitchell
008a6224a9 fixed order of job template list 2015-06-03 15:54:17 -04:00
John Mitchell
110d4d03d4 fixed padding beside projects 2015-06-03 15:15:26 -04:00
Chris Meyers
9b3e670840 Merge pull request #261 from chrismeyersfsu/fix-docker
cleanly shutdown postgres before exiting the container
2015-06-03 14:42:56 -04:00
chris meyers
7759288a0f cleanly shutdown postgres before exiting the container 2015-06-03 14:41:02 -04:00
Chris Meyers
e56e17bcbe Merge pull request #260 from chrismeyersfsu/feature-workload
scan time should be the same for all hosts
2015-06-03 14:27:02 -04:00
Chris Meyers
ad7ab0735c scan time should be the same for all hosts 2015-06-03 14:26:35 -04:00
Joe Fiorini
4b93601b30 Make sure extra property doesn't show as fact 2015-06-03 14:17:10 -04:00
Joe Fiorini
b84bba19f8 Handle single-host with empty versions 2015-06-03 12:21:15 -04:00
Joe Fiorini
8868235af2 Fallback to first hostname if only 1 host 2015-06-03 12:15:36 -04:00