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

4684 Commits

Author SHA1 Message Date
Chris Meyers
a0b6d3f099 index host relationship to speed up fact_versions api endpoint 2015-06-04 15:15:56 -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
Luke Sneeringer
cdc7f03c58 Move MongoDB control to tasks. 2015-06-03 10:49:41 -05:00
Matthew Jones
d76ee309c6 Allo the file fact scanner to take a list of paths instead of just one path 2015-06-03 11:36:50 -04:00
Jared Tabor
b1a8d2ce3c Add 'finsihed' to sparklines bar charts 2015-06-03 11:22:14 -04:00
Joe Fiorini
f88de17adf Use clone of params object to avoid time traveling 2015-06-03 10:21:51 -04:00
Joe Fiorini
f2322e7cc3 Clarify info in table headers 2015-06-03 09:53:11 -04:00
Joe Fiorini
32580e2ffd Fix system tracking test 2015-06-03 08:12:17 -04:00
Joe Fiorini
9526975318 Resolve fact versions before looking up fact views
This adds a step to the fact version lookup that attempts to resolve
fact versions before looking up their views. Resolving a fact version
means finding another version to use when there is a problem with the
one the user selected.

In this case, the resolution process works as follows:

1. Check if either request returned an empty list

If so, request again, changing the dates to look back a year. This
will almost always return something.

2. If we are requesting multiple facts for the same host, and both of
the resolved versions have the same timestamp, they are duplicates and
we cannot compare against them.

Instead we instruct it to grab the selected and the previous versions for
comparison.

For host-to-host view, this also updates the timestamp in the header to
reflect the actual timestamps. It _does not_ update the date picker
dates yet.
2015-06-03 00:16:54 -04:00
Joe Fiorini
0591812da6 Make sure array promises pass through undefined 2015-06-03 00:16:54 -04:00
Chris Church
7770b813ea Write SSH key data to a named pipe and remove immediately after reading to avoid leaving private key data on disk. 2015-06-02 20:23:12 -04:00
Chris Church
c24e51f515 Fix flake8 warning. 2015-06-02 20:09:26 -04:00
Chris Church
77ab83eb0d Fix inventory source name to exclude replacement text, fix inventory update name to be based only on inventory and group name. Fixes https://trello.com/c/zYrHMz9S 2015-06-02 19:46:18 -04:00
Joe Fiorini
bcf4688a55 Fix headers on ansible facts module 2015-06-02 17:21:52 -04:00
Joe Fiorini
3d1dc42e2a Compare facts before assuming they are all different 2015-06-02 17:21:52 -04:00
Chris Church
602985f7b5 Reverted license type change from 5230360ffe1d130681b572247e591810081850b1 2015-06-02 16:43:39 -04:00
John Mitchell
7847417315 styled stdout of jobs and adhoc commands 2015-06-02 16:20:12 -04:00
Jared Tabor
540308a9b4 "Invalid Date" fix for jobs page
returning an empty string for when the date format filter receives a null object
2015-06-02 13:59:04 -04:00
Joe Fiorini
633647a2a8 Track fact presence with property 2015-06-02 13:11:46 -04:00
Joe Fiorini
9eea389458 Simplify fact templates for packages and services 2015-06-02 13:08:39 -04:00
Joe Fiorini
a9a839a549 Compare facts in both directions, not just one way 2015-06-02 13:06:30 -04:00
Joe Fiorini
0dd9c4e5eb Add missing styles for system tracking 2015-06-02 12:11:40 -04:00
Joe Fiorini
5beb7b1aa0 Display package version string for packages 2015-06-02 12:11:40 -04:00
Joe Fiorini
a3f5d9a9a5 Add timeline recording helper to debug 2015-06-02 12:11:40 -04:00
Chris Meyers
86a16d27ea Merge pull request #257 from chrismeyersfsu/docker
Docker
2015-06-02 10:19:30 -04:00
Chris Meyers
5ebf0851fe -P picks random ports, we wan't specific ports 2015-06-02 10:19:05 -04:00
Chris Meyers
7197a1fb13 how to build and run a tower dev docker image 2015-06-02 09:57:06 -04:00
Chris Meyers
814a4e1afb fix mongo 2015-06-02 09:47:14 -04:00
Joe Fiorini
17a7117f0c Prevent data from reloading when switching modules 2015-06-01 18:01:41 -04:00
Joe Fiorini
e419282c0c Merge pull request #256 from joefiorini/moment-fixes
Make usage of moment consistent throughout app
2015-06-01 17:18:01 -04:00
Jared Tabor
1ad1e63f5e Related schedule and Completed jobs on job template form page
the schedules and completed jobs lists were not being filled with related data on the job templates form page.
2015-06-01 17:17:43 -04:00
Joe Fiorini
d8e1887036 Remove accidentally committed value 2015-06-01 17:04:14 -04:00
Matthew Jones
7d8edd9617 Check survey license enabled when creating, updating, and starting job
templates with surveys enabled
2015-06-01 17:01:49 -04:00
John Mitchell
72c12054c1 fixed setup menu displaying strangely in ffox 2015-06-01 16:57:25 -04:00
Joe Fiorini
bcca803323 Copy all properties of original moment to wrapped object 2015-06-01 16:45:13 -04:00