1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 23:51:09 +03:00
Commit Graph

14390 Commits

Author SHA1 Message Date
Alan Rominger
4145f2f3f3 Merge pull request #242 from AlanCoding/cancel_fallback
Automatically cancel job if cancel callback fails and log
2017-08-14 08:45:33 -04:00
Greg Considine
c6348cad93 Merge pull request #252 from gconsidine/ui/fix/credential-with-empty-type
Fix credential create/edit using type with no fields
2017-08-11 17:16:13 -04:00
gconsidine
4a37f049b0 Fix credential create/edit using type with no fields 2017-08-11 16:55:45 -04:00
AlanCoding
42ccd870d9 Automatically cancel job if cancel callback fails and log 2017-08-11 16:43:08 -04:00
Christian Adams
944e0bb304 Merge pull request #230 from rooftopcellist/si_no_match
Fix for no_match on grouped hosts in smart inventories
2017-08-11 15:33:10 -04:00
adamscmRH
079c8fe9c1 Separates normal & smart inventory logic for script endpoint 2017-08-11 15:15:08 -04:00
Alan Rominger
34f8b6c868 Merge pull request #222 from AlanCoding/better_task_logs
introduce log format for jobs inside of scheduler
2017-08-11 11:07:01 -04:00
AlanCoding
fd31dc9c63 use logger args for task log format 2017-08-11 10:56:45 -04:00
AlanCoding
33df1d8c8b introduce log format for jobs inside of scheduler 2017-08-11 10:56:15 -04:00
Matthew Jones
4f4293a8cd Rewording AWS in contributor doc
Add link to code of conduct
2017-08-11 10:55:37 -04:00
jlmitch5
9b27bc193f Merge pull request #246 from jlmitch5/fixStdOutOrdering
make skeleton lines check ordering as well as non-skeleton lines
2017-08-11 10:31:23 -04:00
Matthew Jones
dd44f7a640 Merge pull request #236 from matburt/contributing_and_other_docs
CONTRIBUTING.md and other docs
2017-08-11 10:30:55 -04:00
Ryan Petrello
42c77a9e74 Merge pull request #247 from ryanpetrello/fix-7414
don't run `debug_tree` for production inventory imports
2017-08-11 09:51:25 -04:00
Michael Abashian
88b5d7e847 Merge pull request #217 from mabashian/6444-delete-group-error
Fixed group delete/promote message tense
2017-08-11 09:23:53 -04:00
Shane McDonald
5dfa54943d Merge pull request #244 from ansible/pycrypto
Add pycrypto to Tower's requirements files
2017-08-10 18:53:19 -04:00
Shane McDonald
b02a6388d4 Pull updated po files from Zanata 2017-08-10 17:44:50 -04:00
Ryan Petrello
9d931e7f7e don't run debug_tree for production inventory imports
the output of the `debug_tree` function is *very* verbose, and is most
useful for people who are debugging inventory import code

pexpect reads large stdout/stderr streams *very slowly*;
when verbosity is set to `DEBUG` for inventory imports, it's not
uncommon for this function to write 50MB+ of data into stderr, causing
pexpect to read over a pseudoterminal for 30+ minutes

see: https://github.com/ansible/ansible-tower/issues/7414#issuecomment-321615104
2017-08-10 16:25:37 -04:00
John Mitchell
fbbc41e0cb make skeleton lines check ordering as well as non-skeleton lines 2017-08-10 15:17:51 -04:00
mabashian
3d370ca9de Leveraged new pluralization pattern on group delete modal contents. 2017-08-10 13:09:44 -04:00
Aaron Tan
0c652f2a3a Merge pull request #237 from jangsutsr/7412_update_unified_job_deletion_behavior
Prevent deleting unified jobs with active status
2017-08-10 12:11:27 -04:00
Aaron Tan
497aa13562 Prevent deleting unified jobs with active status 2017-08-10 12:01:25 -04:00
Matthew Jones
adea85552d Change to CONTRIBUTING.md after feedback
This also adds a copy of the DCO
2017-08-10 10:59:21 -04:00
Chris Meyers
754af67d72 Merge pull request #240 from chrismeyersfsu/fix-6198
remove scan job choice from launch endpoint
2017-08-10 10:06:23 -04:00
Greg Considine
d1256c563c Merge pull request #238 from gconsidine/ui/fix/lib-test-runner
Fix configuration for testing UI lib code
2017-08-10 09:36:12 -04:00
Shane McDonald
5af04e3164 Add pycrypto to Tower's requirements files
This is needed for GCE inventory syncs to work. Inventory Syncs run through the Tower virtual environment.
2017-08-10 09:10:10 -04:00
Marliana Lara
1f902743cf Merge pull request #234 from marshmalien/fix/3403-wide-view-only-survey-modal
Shrink view-only survey modal
2017-08-10 09:08:25 -04:00
Chris Meyers
7e86ef9a46 remove scan job choice from launch endpoint 2017-08-10 08:52:54 -04:00
Michael Abashian
308acc4bc9 Merge pull request #233 from mabashian/7404-credentials-activity
Added activity stream link to credentials
2017-08-10 08:40:29 -04:00
Michael Abashian
ee28e683e0 Merge pull request #232 from mabashian/7410-inv-permissions
Give list-actions a static height in case all its contents are hidden
2017-08-10 08:40:06 -04:00
Chris Meyers
c0b9c76a41 stringify uuid so it can be serialized 2017-08-10 07:32:03 -04:00
Jared Tabor
961d186e5e Merge pull request #231 from jaredevantabor/remove-password-settings
removing hard chkpass directive and some other hard-coded configs
2017-08-09 15:18:58 -07:00
Jared Tabor
c7a86a3c6a removing hard chkpass directive and some other hard-coded configs 2017-08-09 14:33:18 -07:00
gconsidine
516d1057d1 Fix configuration for testing UI lib code
* Fix Karma configuration
* Fix test file imports
* Add simple test case as an example
2017-08-09 17:00:02 -04:00
Matthew Jones
fe3fd45510 Development documentation updates
* Brand new CONTRIBUTING doc
* Initial INSTALL doc
* Update README with accurate details
* Update UI README to purge Tower mentions
* Updating setup.cfg to omit some directories that cause noise
2017-08-09 15:54:58 -04:00
Matthew Jones
67474c8de1 Updating development tooling to be more generic
* Not assuming GCR is being used for image hosting
* Breaking out the dev environment bootstrapping from service starting
2017-08-09 15:53:25 -04:00
Chris Meyers
51855f1b82 Merge pull request #226 from chrismeyersfsu/fix-7399
reap waiting processes if crash
2017-08-09 14:44:37 -04:00
Chris Meyers
c3f24d878d reap waiting processes if crash 2017-08-09 14:01:33 -04:00
gconsidine
b990d84e3b Add plural and contextual translation support 2017-08-09 13:14:37 -04:00
Marliana Lara
9be9e74348 Shrink survey modal in view-only mode 2017-08-09 11:41:23 -04:00
mabashian
a97f6237c4 Added activity stream link to credentials 2017-08-09 11:05:12 -04:00
Michael Abashian
ae6fd2e484 Merge pull request #229 from mabashian/7403-smart-inv-activity-stream
Fixed activity stream for smart inventory
2017-08-09 10:34:46 -04:00
Michael Abashian
d39de55168 Merge pull request #227 from mabashian/2895-pagination
Small pagination fixes when changing page size
2017-08-09 10:34:14 -04:00
mabashian
b9db642b30 Give list-actions a static height in case all its contents are hidden 2017-08-09 10:32:07 -04:00
Alan Rominger
616b47db1b Merge pull request #225 from AlanCoding/more_provisioning
update awx-manage command to new name
2017-08-09 10:13:22 -04:00
Alan Rominger
6092d65069 Merge pull request #224 from AlanCoding/multi_judgement_race
log specific errors for problems managing lost instance
2017-08-09 10:11:22 -04:00
Alan Rominger
531ffa1f92 Merge pull request #220 from AlanCoding/py_inv
show executable python files in inventory list
2017-08-09 08:43:27 -04:00
mabashian
bab497a0c1 Fixed activity stream for smart inventory 2017-08-08 16:42:43 -04:00
mabashian
5b4b532959 Small pagination fixes when changing page size 2017-08-08 15:49:50 -04:00
Michael Abashian
0c17744871 Merge pull request #208 from mabashian/5893-wf-delete-root
Fixed workflow bug deleting root parent while creating child
2017-08-08 15:24:49 -04:00
AlanCoding
afb267cee9 update awx-manage command to new name 2017-08-08 15:18:07 -04:00