Commit Graph

13922 Commits

Author SHA1 Message Date
Shane McDonald
7695cb6419 Fix version when installing from sdist
When installing an sdist, setup.py is invoked on the machine you're installing on. We extract the version from a git tag, but the repo is not included in the sdist. The git describe --long command will silently fail and cause the installed package to report version 0.0.0.0.
2017-07-25 11:09:51 -04:00
Bill Nottingham
0cf376ca6f Merge pull request #23 from wenottingham/do-pmrun-run-run
Fixup prompt check for pmrun usage
2017-07-25 10:07:59 -04:00
Greg Considine
c7c9d0780e Merge pull request #10 from gconsidine/ui/fix/style-duplication
Fix duplicate and non-deterministic style imports
2017-07-25 09:56:02 -04:00
gconsidine
568fd7ad22 Fix jshint warning 2017-07-25 09:49:25 -04:00
Matthew Jones
1e27bad010 Don't tie awx-manage to a particular dev environment version 2017-07-25 09:41:20 -04:00
gconsidine
20f83b6c55 Update .gitignore, remove ui static file from wrong dir 2017-07-25 09:39:06 -04:00
gconsidine
de3764c3f4 Fix path to image assets 2017-07-25 09:39:06 -04:00
gconsidine
f2e132f3fe Update asset paths and task execution 2017-07-25 09:39:06 -04:00
gconsidine
86fb6116a0 Refactor all Less to manage import order itself 2017-07-25 09:39:05 -04:00
Michael Abashian
6335953376 Merge pull request #35 from mabashian/7269-inv-org
Fixed inventory organization link bug
2017-07-25 09:29:44 -04:00
Marliana Lara
e8d55a6526 Merge pull request #32 from marshmalien/ux/fix/inventory
UX Hit List: Inventories, Empty Lists, Lookup Buttons
2017-07-25 09:20:31 -04:00
Marliana Lara
808a4fc2da Merge pull request #33 from marshmalien/ux/fix/inventory-scripts
Close Inventory Scripts add/edit form on save
2017-07-25 09:19:39 -04:00
Alan Rominger
439ca6d32e Merge pull request #27 from AlanCoding/initial_sync
Use "sync" type when doing SCM inv src update on create
2017-07-24 21:20:08 -04:00
Matthew Jones
eb64d6e808 Update cluster compose for repo migration 2017-07-24 21:03:55 -04:00
Matthew Jones
cc01d89ab1 Merge pull request #16 from matburt/wheel_construction
Commands to generate a python wheel for packaging
2017-07-24 20:43:09 -04:00
Jake McDermott
58392009fc fix jenkins f8 error 2017-07-24 20:19:41 -04:00
jlmitch5
61f4352a97 Merge pull request #22 from jlmitch5/sshToMachine
update ssh to machine in ui for credential types lookups
2017-07-24 20:11:40 -04:00
mabashian
d7f368ec64 Fixed inventory organization link bug 2017-07-24 18:08:59 -04:00
Michael Abashian
175f4e7e98 Merge pull request #5 from mabashian/7248-workflow-editor
Fixed workflow maker dialog styling
2017-07-24 17:33:17 -04:00
Greg Considine
0636c6be2e Merge pull request #26 from gconsidine/ui/fix/credential-kind-list
Assign credential `kind` on change of credential list data
2017-07-24 17:28:26 -04:00
Michael Abashian
2125a9b8d0 Merge pull request #31 from mabashian/7281-xss-inv-source
Fix inv source schedule title sanitizing
2017-07-24 17:23:38 -04:00
Michael Abashian
35f70965aa Merge pull request #28 from mabashian/7279-xss
Fixed xss vulnerabilities within the delete permissions modals
2017-07-24 17:22:43 -04:00
Michael Abashian
b9b37f4ca9 Merge pull request #21 from mabashian/7254-xss
xss tooltip vulnerability fixes
2017-07-24 17:20:52 -04:00
Michael Abashian
f5f575843e Merge pull request #11 from mabashian/7249-multi-line-login
Allow for new lines in login info block
2017-07-24 17:20:02 -04:00
Michael Abashian
70c5061c29 Merge pull request #9 from mabashian/7262-job-details-deleted-inv
Check for inventory id before trying to build a link to it in job results
2017-07-24 17:19:27 -04:00
Marliana Lara
2db8b3208b Close Inventory Scripts add/edit form on save 2017-07-24 16:56:25 -04:00
gconsidine
20162014b7 Add check if list is an array before looping 2017-07-24 16:50:19 -04:00
Ryan Petrello
6b6b4de205 Merge pull request #13 from ryanpetrello/fix-7252
allow Job Templates to launch with *only* a vault credential
2017-07-24 16:36:44 -04:00
Alan Rominger
ca2671f17e Merge pull request #2 from AlanCoding/ansible_inv_update
Pull upstream changes for ansible-inventory backport
2017-07-24 16:34:12 -04:00
Ryan Petrello
243c36d28f Merge pull request #30 from ryanpetrello/fix-isolated-awx
fix tower-expect -> awx-expect for isolated tower builds
2017-07-24 16:22:02 -04:00
Marliana Lara
a23f8fb21e UX Hit List: Inventories, Empty Lists, Lookup Buttons 2017-07-24 16:20:24 -04:00
mabashian
c9f39d6306 Fix inv source schedule title sanitizing 2017-07-24 16:18:36 -04:00
Ryan Petrello
94efdec092 Merge pull request #12 from ryanpetrello/fix-6776
don't allow boolean credential type fields that specify `secret`
2017-07-24 16:17:56 -04:00
Ryan Petrello
8ce1421c6a fix tower-expect -> awx-expect for isolated tower builds 2017-07-24 16:03:58 -04:00
Chris Meyers
145caafdc8 Merge pull request #17 from chrismeyersfsu/fix-6570
all dependent jobs must finish before starting job
2017-07-24 15:33:23 -04:00
Chris Meyers
f6e68016fa Merge pull request #20 from chrismeyersfsu/fix-6762
fix api docs sample host_filter queries
2017-07-24 15:30:46 -04:00
AlanCoding
4aa332d7e1 pull upstream changes for ansible-inventory backport 2017-07-24 15:25:54 -04:00
mabashian
b6547fe97a Fixed xss vulnerabilities within the delete permissions modals 2017-07-24 15:14:48 -04:00
Shane McDonald
1b2d0f9683 Fix flake8 error 2017-07-24 15:12:45 -04:00
AlanCoding
cc547af18b on initial SCM inv src creation update, dont update project rev 2017-07-24 15:12:16 -04:00
Jim Ladd
deb8eaa982 Disable POST to v1 inventory_sources 2017-07-24 14:42:08 -04:00
gconsidine
ce4eccc513 Add assignment of on list change 2017-07-24 14:27:40 -04:00
Jim Ladd
8983351e99 Deprecate post to v2 jobs (#18) 2017-07-24 14:24:38 -04:00
mabashian
084163173a Removed extra sanitize filters 2017-07-24 14:10:17 -04:00
mabashian
15b01b99f3 More linkout fixes for the permissions modal 2017-07-24 14:08:08 -04:00
John Mitchell
4fe2f90689 update ssh to machine 2017-07-24 13:58:00 -04:00
mabashian
4e5090f28c xss tooltip vulnerability fixes 2017-07-24 13:50:34 -04:00
Chris Meyers
ec212db83b fix api docs sample host_filter queries 2017-07-24 13:48:20 -04:00
Chris Meyers
01316aebf7 Merge pull request #7 from chrismeyersfsu/fix-7261
allow smart inventory to be created
2017-07-24 13:43:59 -04:00
Chris Meyers
eaddafc920 allow smart inventory to be created
related to https://github.com/ansible/ansible-tower/issues/7261
2017-07-24 13:43:15 -04:00