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

4494 Commits

Author SHA1 Message Date
Chris Meyers
013f59d58a Merge pull request #221 from chrismeyersfsu/feature-cleanup_module
cleanup facts, module granularity
2015-05-18 22:20:16 -04:00
jaredevantabor
a1011106db Merge pull request #213 from jaredevantabor/dates
Filter Tower dates using moment.js
2015-05-18 15:11:30 -04:00
John Mitchell
647c3cfd7c fixed regex for symbols on password validation 2015-05-18 15:06:22 -04:00
jlmitch5
3166b12cea Merge pull request #215 from jlmitch5/jlm_511--inv_sources_options_change
fix options request parsing for church's changes to API
2015-05-18 13:07:28 -04:00
Jared Tabor
5d696adebf Adding space between status icon and status text on the jobs list page 2015-05-18 12:50:37 -04:00
Matthew Jones
e4936e4b80 Fix supervisor restart behavior for ubuntu, and adjust timeouts *way*
down on when supervisor can harikiri it's child processes
2015-05-18 12:06:29 -04:00
Chris Meyers
0589f5ad06 Merge pull request #222 from ansible/revert-211-fix-openstack_shade
Revert "make shade python2.6 safe for our inventory update"
2015-05-18 11:17:49 -04:00
Chris Meyers
3115f2ffeb Revert "make shade python2.6 safe for our inventory update" 2015-05-18 11:16:56 -04:00
Chris Meyers
9bd0ea5d8d add module fact cleanup granularity 2015-05-18 10:31:36 -04:00
Chris Meyers
11e7d96191 ads epoch scan date specification feature 2015-05-18 10:31:01 -04:00
Matthew Jones
472f086862 Fix an issue where a well timed cancel could try to cancel a job right
after it has finished causing an error.
2015-05-18 10:19:03 -04:00
jlmitch5
d46d9bb7f4 Merge pull request #218 from jlmitch5/jlm_515_password_strength
fixed password strength
2015-05-18 10:10:28 -04:00
Chris Meyers
55be991213 Merge pull request #217 from chrismeyersfsu/feature-system_tracking_workload_generator
simple fact scan workload generator
2015-05-18 08:25:32 -04:00
Chris Meyers
dfc3ee0487 mock run_pexpect for adhoc 2015-05-18 07:30:50 -04:00
Chris Meyers
e6b7f75ad7 mock commonly slow but rarely used paths 2015-05-17 16:53:17 -04:00
Chris Meyers
7ce9f3f38d cache templates 2015-05-17 16:24:08 -04:00
Jared Tabor
2b7a2a1a3b fixing merge conflicts
from master
2015-05-15 17:18:14 -04:00
Luke Sneeringer
158e11dc1c Set noqa to silence flake8. 2015-05-15 15:13:24 -05:00
James Laska
89a4e43cd0 Merge pull request #216 from jlaska/packer_improvements
Update packer configuration to include vagrant
2015-05-15 15:36:44 -04:00
John Mitchell
50059f92c5 fixed password strength
-implemented rules for length, and lowercase, uppercase, number and symbol subsets
-made it user configurable in local_config.js
-set defaults to 8 character length and true for all character sets required
2015-05-15 14:15:13 -04:00
Jared Tabor
a84aed63c9 Revert "Setup initial system tracking struture"
This reverts commit 8a6c23d1d9497f1be814e963e13675d8b38014eb.
2015-05-15 14:14:32 -04:00
Jared Tabor
52459d16b9 Revert "jshint fixes"
This reverts commit b2d51abb4048b2e456c04c8ffc35cb7ebf7dfea6.
2015-05-15 14:14:22 -04:00
Jared Tabor
3f6d093869 Revert "adding inventory button"
This reverts commit 949dd868bd6dc2a150068b42d968897dc3674bc3.
2015-05-15 14:14:07 -04:00
Jared Tabor
166bd3b246 Revert "fixes Fact serialization/deserialization"
This reverts commit 0a60a724fa3ad7a4aef9624e708e20c86406c198.
2015-05-15 14:13:12 -04:00
Chris Meyers
c3c19b77f7 simple fact scan workload generator 2015-05-15 12:35:13 -04:00
James Laska
8ce0674f2c First pass at integration package vagrant workflow 2015-05-15 12:08:05 -04:00
Jared Tabor
12fbe984b9 FINAL revert of commit: "Adding a date filter that will format dates in Tower UI"""
This reverts commit 1945c04cd3dfbb33fe3c8139cee88c862cd75cab.
2015-05-15 11:18:47 -04:00
Jared Tabor
20ec360692 Revert "Revert "Adding a date filter that will format dates in Tower UI""
This reverts commit a5119f681d688ea1bdf07b952a065f90a03ea757.
2015-05-15 11:14:29 -04:00
Jared Tabor
052c808b8f Revert "Adding a date filter that will format dates in Tower UI"
This reverts commit 41a168c57f74a774555753a269431efaf795597c.
2015-05-15 11:13:45 -04:00
Chris Meyers
b352bf56ec fixes Fact serialization/deserialization 2015-05-15 11:13:16 -04:00
John Mitchell
5d12240af6 adding inventory button 2015-05-15 11:13:16 -04:00
Joe Fiorini
1b2cce19cd jshint fixes 2015-05-15 11:13:16 -04:00
Joe Fiorini
f70a2acbd9 Setup initial system tracking struture 2015-05-15 11:13:15 -04:00
Jared Tabor
bc9c4d355e Quick fix to survey's to create new surveys
'mode' was added to generate form, and when adding/editing new questions the 'mode' of the question form was getting mixed with the 'mode' of hte job template form.
2015-05-15 11:03:47 -04:00
Jared Tabor
e41359c8cc Adding a date filter that will format dates in Tower UI
based on the user's locale.

short and long date format filters

adding long date format to appropriate files

in doing a grep for the long date format, i found these files could instead use the londDate filter

Removing short hand abbreviation for dates.

We will now include the year in all our date formats

updating jshint to ignore moment

updating long date filter
2015-05-15 11:03:46 -04:00
Joe Fiorini
e4a9919c24 Merge pull request #208 from joefiorini/browser-data
Move browser data loading into factory
2015-05-15 09:48:54 -04:00
Joe Fiorini
b70fa02f2c Merge pull request #209 from joefiorini/tooltip-for-titles
Use tooltip plugin for title attributes
2015-05-15 09:48:16 -04:00
Chris Meyers
30954861b3 Merge pull request #214 from chrismeyersfsu/fix-gather_facts
fixed fact cache sender to work when gather_facts: false
2015-05-15 06:42:20 -04:00
John Mitchell
3aea602835 don't POST a project for inventory permissions 2015-05-14 18:38:50 -04:00
John Mitchell
ca4a713a42 fixed forEach console error in getChoices 2015-05-14 18:28:38 -04:00
Chris Meyers
6e0dd0dc59 fixed fact cache sender to work when gather_facts: false 2015-05-14 17:08:49 -04:00
Joe Fiorini
a1ee7ebf58 jshint fixes 2015-05-14 16:27:37 -04:00
Joe Fiorini
42dbe5f0b5 jshint fixes 2015-05-14 16:22:58 -04:00
Chris Church
529b7a1117 Remove changes to only count unique hostnames. Fixes https://trello.com/c/HN7S4KF3 again. 2015-05-14 15:48:09 -04:00
Chris Church
74cfca2f21 Remove pasted code from cleanup_deleted, consistently use logger for cleanup commands. 2015-05-14 15:42:29 -04:00
Chris Meyers
42759cfa5d Merge pull request #211 from chrismeyersfsu/fix-openstack_shade
make shade python2.6 safe for our inventory update
2015-05-14 15:11:23 -04:00
Chris Church
8e89e0e829 Show choices in OPTIONS response for ad hoc command module_name even when empty. 2015-05-14 15:03:02 -04:00
Luke Sneeringer
bd5d3778f6 MongoDB installation as part of Tower. 2015-05-14 11:33:02 -05:00
Luke Sneeringer
7d65b439fa Support PBKDF2 passwords in dev. 2015-05-14 11:29:00 -05:00
Chris Meyers
161d2f4c51 make shade python2.6 safe for our inventory update
* Only examined/tested the inventory update execution path
2015-05-14 10:49:29 -04:00