John Mitchell
70629ef7f3
Merge pull request #2997 from jlmitch5/fixPageSelector
...
fix filter page size selector
2018-09-13 10:42:50 -04:00
John Mitchell
1d8bb47726
fix filter page size selector
2018-09-12 17:31:10 -04:00
Matthew Jones
5e16c72d30
Merge pull request #2988 from mabashian/2982-wfjt-list-select
...
Fixes bug in wfjt node form where rows weren't remaining selected after being clicked
2018-09-12 14:00:32 -04:00
Matthew Jones
02f709f8d1
Merge pull request #2995 from jlmitch5/lodashFindUpdate
...
update syntax of lodash find call
2018-09-12 13:59:59 -04:00
Shane McDonald
90bd27f5a8
Whitespace fix
...
I’m not actually this pedantic, I just need something to tag.
2018-09-12 13:41:56 -04:00
John Mitchell
593ab90f92
update syntax of lodash find call
2018-09-12 10:54:17 -04:00
mabashian
27c06a7285
Fixes bug in wfjt node form where rows weren't remaining selected after being clicked
2018-09-11 16:34:02 -04:00
Ryan Petrello
b2c755ba76
Merge pull request #2980 from rooftopcellist/amend_changelog_networkui
...
rm network ui from changelog
2018-09-11 10:03:00 -04:00
Ryan Petrello
c88cab7d31
Merge pull request #2983 from ansible/deprecated_facts
...
deprecate fact endpoints
2018-09-11 10:02:25 -04:00
chris meyers
f82f4a9993
deprecate fact endpoints and commands
2018-09-07 17:46:33 -04:00
adamscmRH
5a6f1a342f
rm network ui from changelog
2018-09-07 15:04:34 -04:00
Ryan Petrello
910663764f
Merge pull request #2979 from ryanpetrello/celery-init-race
...
consolidate celery init signals to avoid an instance registration race
2018-09-07 09:46:06 -04:00
Ryan Petrello
43aa0fc741
consolidate celery init signals to avoid an instance registration race
2018-09-07 09:29:53 -04:00
Jake McDermott
b9b9fc1934
Merge pull request #2974 from jakemcdermott/fix-2968
...
delete text nodes when removing output lines
2018-09-06 13:25:53 -04:00
Jake McDermott
093f453073
don't render playbook_on_start events
2018-09-06 13:17:39 -04:00
Jake McDermott
0e696d0515
add destroy hook to index controller
2018-09-06 13:17:30 -04:00
Jake McDermott
c4a29ded1c
use el.contents() to remove lines
2018-09-06 13:17:20 -04:00
Bill Nottingham
f402ff0ee7
Merge pull request #2972 from wenottingham/awx-apache
...
Add a license file for awx, for completeness purposes.
2018-09-05 13:04:35 -04:00
Bill Nottingham
b982793a3a
Add a license file for awx, for completeness purposes.
2018-09-05 11:19:41 -04:00
Shane McDonald
b3f2f7efe5
Fix broken file ref
2018-09-05 00:06:11 -04:00
kialam
19f9a3f918
Merge pull request #2970 from kialam/fix/2969-empty-stdout
...
Detect if `stdout` field is null or undefined.
2018-09-04 14:11:44 -04:00
Bill Nottingham
4b2e709e8d
Merge pull request #2967 from wenottingham/legal-beagles
...
Remove stale licenses, fix some name typos.
2018-09-04 11:53:46 -04:00
kialam
146590d0c2
Detect if stdout field is null or undefined.
2018-09-04 11:05:13 -04:00
Bill Nottingham
247ee4ddac
Remove stale licenses, fix some name typos.
2018-08-31 13:32:25 -04:00
Ryan Petrello
2f2294b65a
Merge pull request #2966 from ryanpetrello/fix-2950
...
fix LicenseForbids 401/402 precendence for other features
2018-08-31 12:00:50 -04:00
Ryan Petrello
ec873dd28c
fix LicenseForbids 401/402 precendence for other features
2018-08-31 11:23:11 -04:00
Ryan Petrello
c2bd36e580
Merge pull request #2965 from ryanpetrello/fix-2950
...
workflow endpoints should return 401 on invalid credentials
2018-08-31 11:16:18 -04:00
Ryan Petrello
1f8736ce1d
workflow endpoints should return 401 on invalid credentials
...
if you have a license that doesn't allow use of workflows, invalid
credentials yielded an HTTP 402; this commit changes the precedence
see: https://github.com/ansible/tower/issues/2950
2018-08-31 10:57:27 -04:00
Alan Rominger
50a9f0be6b
Merge pull request #2960 from AlanCoding/bad_locks
...
Put atomic block inside lock block
2018-08-30 14:53:01 -04:00
Ryan Petrello
8f3c5be04e
Merge pull request #2962 from ryanpetrello/fix-2952
...
fix a subtle bug in awx.main.access.OAuth2ApplicationAccess.can_read
2018-08-30 14:42:28 -04:00
Ryan Petrello
34ceaf4551
fix a subtle bug in awx.main.access.OAuth2ApplicationAccess.can_read
...
see: https://github.com/ansible/tower/issues/2952
2018-08-30 14:21:03 -04:00
AlanCoding
786e907e3b
put atomic block inside lock block
2018-08-30 12:54:53 -04:00
Ryan Petrello
c5aa9ee12b
Merge pull request #2959 from ryanpetrello/fix-2957
...
don't access the database in our custom route_for_task
2018-08-30 11:54:32 -04:00
Ryan Petrello
24f8cb49b5
don't access the database in our custom route_for_task
...
If database connectivity is lost/interrupted in this block of celery
internals, beat is *not* smart enough to recover, and it gets stuck in
an endless fail loop. We don't _need_ to talk to the database here
anyways; just use settings.CLUSTER_HOST_ID to get what we need.
see: https://github.com/ansible/tower/issues/2957
2018-08-30 11:40:43 -04:00
Jake McDermott
54d967af0d
Merge pull request #2947 from jakemcdermott/job-results/colormap
...
add basic colormap for output lines
2018-08-30 11:40:37 -04:00
Ryan Petrello
3c91370cab
Merge pull request #2955 from ryanpetrello/fix-2951
...
write custom inventory scripts to AWX_PRIVATE_DATA_DIR
2018-08-30 09:25:42 -04:00
Bill Nottingham
e22dc3dc7b
Merge pull request #2941 from wenottingham/come-to-the-source
...
Update sources to match versions... add a few missing LGPL ones.
2018-08-30 09:21:17 -04:00
Ryan Petrello
9ae41dc3ba
write custom inventory scripts to AWX_PRIVATE_DATA_DIR
...
this makes it so that custom inventory scripts can access credential
files laid down in `/tmp/awx_N_<xyz>`
see: https://github.com/ansible/tower/issues/2951
2018-08-30 08:32:27 -04:00
Alan Rominger
f175d6dfae
Merge pull request #2931 from AlanCoding/more_licenses_yay
...
Add missing API licenses
2018-08-30 08:09:51 -04:00
Ryan Petrello
34c659d8b6
Merge pull request #2945 from ryanpetrello/improved-instance-list
...
make awx-manage instance_list easier to read and more useful
2018-08-29 15:11:38 -04:00
Ryan Petrello
6eb406ac39
make awx-manage instance_list easier to read and more useful
2018-08-29 15:00:05 -04:00
Jake McDermott
cddceb0e06
add basic colormap for output lines
2018-08-29 13:28:05 -04:00
John Mitchell
a549bea815
Merge pull request #2944 from jlmitch5/uiGetLicenseScriptUpdate
...
Ui get license script update
2018-08-29 12:14:27 -04:00
Jake McDermott
860fbdad02
Merge pull request #2880 from jakemcdermott/fix-2828
...
add event discard with interactive discontinuities for high volume jobs
2018-08-29 04:01:04 -04:00
Jake McDermott
f639e46718
advance ready counter by an entire batch when event limit is reached
2018-08-29 03:03:24 -04:00
Michael Abashian
56dc08683e
Merge pull request #2943 from mabashian/2930-notif-admin-v2
...
Exposes organization notification list to users with notification admin role
2018-08-28 17:25:44 -04:00
mabashian
148daec49b
Remove console.log
2018-08-28 16:14:53 -04:00
John Mitchell
2d03938451
remove dev dependencies from docs/licenses/ui folder
2018-08-28 15:49:57 -04:00
John Mitchell
bc7b586803
updated automated ui get license script to only look for nondev deps
2018-08-28 15:49:06 -04:00
mabashian
1408200927
Exposes organization notification list to users with notification admin role
2018-08-28 15:47:28 -04:00