jaredevantabor
2be7a9ded7
moving appendToBottom function elsewhere
2017-01-26 12:48:05 -08:00
jaredevantabor
c751c56355
rearranging logic to match integrity of existing logic
2017-01-26 12:36:15 -08:00
jaredevantabor
69caf45dec
Adding additional check for when event_type isn't a runner_on or playbook_on event
2017-01-25 16:53:12 -08:00
Shane McDonald
dfd7b5ca62
Improve awx/ui/README.md
2017-01-25 18:45:48 -05:00
Shane McDonald
35deb0be37
Simplify UI / Docker targets
...
- Renamed npm scripts to reflect what they are actually doing. Nothing is being built here!
- Not sure why the default django_host was 0.0.0.0…
- Removed unnecessary logic from build-docker-cid
2017-01-25 18:45:48 -05:00
Shane McDonald
7776dc1304
Remove SauceLabs stuff from package.json
2017-01-25 18:45:48 -05:00
Shane McDonald
f9573db5a3
Regenerate npm-shrinkwrap.json
...
This file was originally generated with a version of NPM that was affected by a bug that would cause `npm install` to fail on non-macOS systems. We were temporarily forced to downgrade to 3.10.7, but…. this fixes that! Verified on macOS Sierra and CentOS 7 using NPM version 3.10.10.
2017-01-25 18:45:47 -05:00
Shane McDonald
790f30b3cd
Prevent npm install from running every time make ui-docker* is invoked
...
awx/ui/package.json is a normal file in the repo, not created by Make.
2017-01-25 18:45:47 -05:00
jlmitch5
ce6f4c9e0c
Merge pull request #4945 from jlmitch5/fixDupAndArrayTags
...
fix duplicate and array-based search tags
2017-01-25 17:24:42 -05:00
jlmitch5
c5625c6779
Merge pull request #4944 from jlmitch5/changeResultsToDetails
...
fix host event modal from using parent
2017-01-25 17:24:26 -05:00
John Mitchell
2f6a797415
fix duplicate and array-based search tags
2017-01-25 15:24:34 -05:00
John Mitchell
3ea70a75ee
fix host event modal from using parent
2017-01-25 14:50:00 -05:00
Jared Tabor
ebf5c85238
Merge pull request #4926 from jaredevantabor/delete-prompt-word-wrapping
...
adding word break for delete modal
2017-01-25 11:38:30 -08:00
jaredevantabor
572e2301f9
adding word break for delete modal
2017-01-25 11:25:06 -08:00
Bill Nottingham
d025ac9027
Merge pull request #4890 from wenottingham/rolefu
...
Nuke galaxy metadata from some Tower setup roles.
2017-01-25 14:18:34 -05:00
Bill Nottingham
87c3183a31
Merge pull request #4922 from wenottingham/thats-no-moon
...
Merge foreman inventory script performance fixes.
2017-01-25 14:18:26 -05:00
Ryan Petrello
188e423bd7
Merge pull request #4943 from ryanpetrello/fix-4861
...
fix a typo that results in a NameError
2017-01-25 14:17:41 -05:00
Ryan Petrello
f347bc5ae4
fix a typo that results in a NameError
...
Resolves #4861
2017-01-25 14:08:49 -05:00
Ryan Petrello
a13b2588b2
Merge pull request #4938 from ryanpetrello/release_3.1.0
...
fix a bug which causes activitystream actor assignment to be invalid
2017-01-25 13:54:38 -05:00
Alan Rominger
4feb7fcb8d
Merge pull request #4862 from AlanCoding/poly_morphin_time
...
Unified JT and Unified Job queryset refactor
2017-01-25 13:05:48 -05:00
Alan Rominger
f90447ea95
Merge pull request #4936 from AlanCoding/wf_launch_update
...
Update WFJT launch help text
2017-01-25 13:02:34 -05:00
Alan Rominger
fe36e2ad8e
Merge pull request #4921 from AlanCoding/jobs_others_opt
...
Low hanging query optimizations
2017-01-25 11:57:08 -05:00
Alan Rominger
460dfe7548
Merge pull request #4916 from AlanCoding/no_missing_dict
...
Remove missing resource checks from nodes
2017-01-25 11:53:22 -05:00
Ryan Petrello
e7c5dfeaa4
fix a bug which causes activitystream actor assignment to be invalid
...
Resolves #4660
2017-01-25 11:45:12 -05:00
Michael Abashian
7c4b77284e
Merge pull request #4934 from mabashian/4906-workflow-launch
...
Fix workflow details view
2017-01-25 10:56:23 -05:00
AlanCoding
62d2a30d70
updated WFJT launch help text
2017-01-25 10:49:31 -05:00
Michael Abashian
a380830861
Building workflow node tree now returns a promise. Code needed to be updated accordingly
2017-01-25 10:46:28 -05:00
Alan Rominger
8b31251b64
Merge pull request #4928 from AlanCoding/wf_todo
...
Remove workflow TODOs
2017-01-25 10:18:49 -05:00
Alan Rominger
8cbb841989
Merge pull request #4930 from AlanCoding/launch_type_migration
...
include added launch_type choice in 3.1 migration
2017-01-25 10:13:13 -05:00
Chris Meyers
dff41bf035
Merge pull request #4919 from chrismeyersfsu/fix-4698
...
more correctly handle notification email list
2017-01-25 09:57:00 -05:00
AlanCoding
bae3fdb635
removal of workflow TODOs that are resolved
2017-01-25 09:52:05 -05:00
AlanCoding
c22cf2f7e6
more presets and timing functionality to data generator
2017-01-25 09:51:25 -05:00
AlanCoding
f265d2fe0f
tighten up code for new UJ queryset
2017-01-25 09:51:24 -05:00
AlanCoding
36c68178dd
cleanup from accessible_objects refactor
2017-01-25 09:51:24 -05:00
AlanCoding
b2d0871a5e
Refactor of accessible_objects for polymorphic model
...
query simplification, with break-out into an intermediary
state that can be used in access methods
2017-01-25 09:51:24 -05:00
AlanCoding
710702dffe
include added launch_type choice in 3.1 migration
2017-01-25 09:49:29 -05:00
Alan Rominger
8650b69c9e
Merge pull request #4929 from AlanCoding/f8_cache
...
flake8
2017-01-25 09:43:33 -05:00
AlanCoding
35c824b25e
remove cache import for flake8 purposes
2017-01-25 09:34:29 -05:00
Matthew Jones
4771b2efc0
Merge branch 'remove_jobevent_parent_usage' into release_3.1.0
...
* remove_jobevent_parent_usage:
Don't iterate over parents, perform a final update at the end
Drop assignment of job event parent in favor of parent_uuid
2017-01-24 21:07:58 -05:00
Alan Rominger
07fe3be4b2
Merge pull request #4674 from AlanCoding/workflow_handholding
...
Add help text templates for remaining workflow endpoints
2017-01-24 17:05:56 -05:00
Bill Nottingham
e12ae193db
Merge foreman inventory script performance fixes.
...
Sent & accepted upstream.
2017-01-24 16:40:59 -05:00
AlanCoding
d3b5eaf690
query improvement for jobs, users, and orgs
2017-01-24 16:23:10 -05:00
Matthew Jones
22a3e87720
Don't iterate over parents, perform a final update at the end
2017-01-24 16:21:50 -05:00
Chris Meyers
8198abe3fa
join array of emails using '\n' when displaying
...
* Don't ASSume user email addresses don't contain ,
* Allows email addresses to contain ,
2017-01-24 15:58:59 -05:00
Chris Meyers
2828352d3e
Merge pull request #4863 from chrismeyersfsu/fix-4787
...
hide add permissions when editing super user
2017-01-24 15:52:41 -05:00
Jared Tabor
78e22bd884
Merge pull request #4913 from jaredevantabor/ctit
...
adding Settings to CTiT breadcrumb bar
2017-01-24 12:48:30 -08:00
Matthew Jones
2af98e5f58
Drop assignment of job event parent in favor of parent_uuid
...
* This eliminates the save lookup of the parent job event and
associated memcached call(s)
* Removes some other legacy parent determination mechanisms
* Alternate way to query for the parent/child relationship
2017-01-24 15:40:33 -05:00
Chris Meyers
cf52b82fa6
hide smart search also
2017-01-24 15:33:18 -05:00
Bill Nottingham
7a39b97b68
Merge pull request #4893 from wenottingham/venv
...
Clear Tower venv in virtualenv creation in packaging
2017-01-24 14:27:37 -05:00
AlanCoding
be1b2b418c
Remove missing resource checks from nodes
2017-01-24 13:52:06 -05:00