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

17644 Commits

Author SHA1 Message Date
Jared Tabor
8a1f2e9f54
Merge pull request #1873 from jaredevantabor/ldap-stuff
LDAP fixes for saving, and improved error handling
2018-05-22 09:11:42 -07:00
Jared Tabor
f585aa44be
Merge pull request #1821 from jaredevantabor/breadcrumbs
Fixes a portal mode breadcrumb and capitalizes the instance groups b.c.
2018-05-22 09:09:56 -07:00
John Mitchell
22cffccc38
Merge pull request #1762 from jlmitch5/appTokenSearchPath
update app tokens search path
2018-05-22 12:00:42 -04:00
Alan Rominger
e2cd05e8e2
Merge pull request #1903 from AlanCoding/jake
Add final_line_count to EOF websocket
2018-05-22 11:47:51 -04:00
AlanCoding
f54ac776cd
add final_line_count to EOF websocket 2018-05-21 15:47:43 -04:00
Ryan Petrello
ffdd7f162b
Merge pull request #1893 from ryanpetrello/fix-broken-cancels
revert expect(use_poll=True) due to a bug that causes `os.read()` hangs
2018-05-21 13:05:51 -04:00
Ryan Petrello
d493a4e0d0 revert expect(use_poll=True) due to a bug that causes os.read() hangs
There's a bug in the implementation in pexpect:
pexpect/pexpect#491

Issues that could be related to this:
ansible/awx#1870
ansible/awx#1840

Rolling this back will cause #861 to no longer be "fixed". We'll have to solve it another way, or wait for pexpect to fix the poll bug.
2018-05-21 12:42:20 -04:00
Ryan Petrello
d7cdfdca2a
Merge pull request #1861 from ryanpetrello/safe-queue-name
prevent unicode in instance hostnames and instance group names
2018-05-21 12:14:54 -04:00
Jake McDermott
2cbadcd392
make prior output viewable for partial job runs 2018-05-21 11:25:47 -04:00
Alan Rominger
36d566800c
Merge pull request #1867 from AlanCoding/help_text_fds
Mark field scm_delete_on_next_update for removal
2018-05-21 10:12:05 -04:00
Jared Tabor
7610c660cb
Fixes the CTiT save errors. I added a toast message for successful saves too. 2018-05-18 16:30:44 -07:00
Ryan Petrello
4abac44411 prevent unicode in instance hostnames and instance group names
see: https://github.com/ansible/tower/issues/1721
2018-05-18 16:28:43 -04:00
Wayne Witzel III
86616c4062
Merge pull request #1864 from wwitzel3/fix-1859
Check if the project update for the project has been canceled.
2018-05-18 15:08:04 -04:00
Wayne Witzel III
9fe44cfaae check EACCES and only refresh cancel_flag 2018-05-18 14:58:58 -04:00
AlanCoding
222fbfc328
add help text, deprecate field 2018-05-18 14:26:22 -04:00
AlanCoding
969fb21e98
restrict network_ui to inv admins 2018-05-18 14:17:59 -04:00
Wayne Witzel III
5279b102cb Fix task unit test 2018-05-18 13:52:51 -04:00
Wayne Witzel III
41fe9e1caf Check if the project update for the project we are trying to lock is canceled 2018-05-18 12:46:54 -04:00
AlanCoding
967624c576
fix schedules modified_by getting nulled 2018-05-18 07:38:49 -04:00
Marliana Lara
f6eeecf6d1
Merge pull request #1834 from marshmalien/fix/1323-ctit-dialog-position
Fix position of CTiT logger test dialog
2018-05-17 16:52:52 -04:00
Ryan Petrello
2e0125037a
Merge pull request #1836 from ryanpetrello/hands-off-my-tokens
filter `/api/v2/users/N/tokens/` to only show tokens for _that_ user
2018-05-17 15:54:28 -04:00
Marliana Lara
02417dc668
Fix position in Firefox 2018-05-17 15:46:06 -04:00
Ryan Petrello
51f66b8c0a filter /api/v2/users/N/tokens/ to only show tokens for _that_ user
see: https://github.com/ansible/tower/issues/1773
2018-05-17 15:44:35 -04:00
Chris Meyers
a348893a91
Merge pull request #1846 from chrismeyersfsu/fix-1_in_maxint_chance_of_collision
more test fixes
2018-05-17 15:04:56 -04:00
AlanCoding
db6cc7c50b
Add exception to allow relaunching callback jobs
allows for execute_role level users to directly
relaunch callback-type jobs, even though limit
has changed from JT, it is a down-selection
2018-05-17 14:41:56 -04:00
chris meyers
4031c888de fork process may finish before cancel callback
* The "should we cancel?" callback check is only called while the
subprocess (child) is alive. If the child executes quickly, the cancel
callback has no chance to run.
* call a subprocess that takes longer to run like sleep 2
2018-05-17 14:39:57 -04:00
chris meyers
d8615df47f postgres back tests can't do this 2018-05-17 14:39:57 -04:00
Jared Tabor
85caf6253c
Fixes a portal mode breadcrumb and capitalizes the instance groups breadcrumb 2018-05-17 11:36:51 -07:00
Ryan Petrello
46add35f98
Merge pull request #1840 from chrismeyersfsu/fix-1_in_maxint_chance_of_collision
flake8
2018-05-17 14:15:57 -04:00
chris meyers
88bb98c967 flake8 2018-05-17 13:38:37 -04:00
Ryan Petrello
1026bc493f
Merge pull request #1819 from ryanpetrello/slooooooooooooow-uri-cleaner
speed up a handful of really slow stdout tests
2018-05-17 13:38:20 -04:00
Chris Meyers
49982eea2d
Merge pull request #1839 from chrismeyersfsu/fix-1_in_maxint_chance_of_collision
reduce chance of collision on cache namespace
2018-05-17 13:37:35 -04:00
chris meyers
40ef30a914 reduce chance of collision on cache namespace 2018-05-17 13:37:04 -04:00
Ryan Petrello
b6923bdbeb speed up a handful of really slow stdout tests
before: 59 passed in 95.20 seconds
after: 59 passed in 11.09 seconds
2018-05-17 13:27:18 -04:00
Chris Meyers
178d94a421
Merge pull request #1818 from chrismeyersfsu/fix-parallel_failures
isolate test cache
2018-05-17 13:24:40 -04:00
Jared Tabor
1876b3b0f5
Merge pull request #1809 from jaredevantabor/scheduler
Fixes to the scheduler form
2018-05-17 10:12:51 -07:00
chris meyers
04767641af isolate cache 2018-05-17 12:58:11 -04:00
Marliana Lara
b4bee93b35
Fix position of CTiT logger test dialog 2018-05-17 12:46:25 -04:00
Marliana Lara
64e3323ff5
Merge pull request #1815 from marshmalien/fix/1474-instance-policy-list-search
Hookup instance policy list smart search and add Dataset resolve
2018-05-17 12:25:38 -04:00
Alan Rominger
14d10a93cc
Merge pull request #1817 from AlanCoding/notification_fail
Do not fail entire notification chain if one fails
2018-05-17 10:06:03 -04:00
Ryan Petrello
5bbbb87fee
Merge pull request #1822 from AlanCoding/f8
fix flake8 introduced by new tests
2018-05-17 08:59:06 -04:00
AlanCoding
c998fd6bcb
fix flake8 introduced by new tests 2018-05-17 07:43:09 -04:00
Jake McDermott
8f1c15e20d
Merge pull request #1820 from jakemcdermott/job-results/fix-counters
don't reset counters on job start
2018-05-16 18:46:27 -04:00
Jake McDermott
2255ee5dba
don't reset counters on job start 2018-05-16 17:32:40 -04:00
AlanCoding
f9871f32a3
do not fail entire notification chain if one fails 2018-05-16 15:16:40 -04:00
Chris Meyers
7f214f5ad2
Merge pull request #1766 from chrismeyersfsu/i_like_parallel_tests_and_I_can_not_lie
parallelize test running
2018-05-16 15:13:20 -04:00
chris meyers
97ab6449b9 parallelize test running 2018-05-16 14:29:15 -04:00
Jake McDermott
ae8fe207d4
Merge pull request #1812 from jakemcdermott/1770
maintain correct page and event counts on running jobs
2018-05-16 12:22:39 -04:00
Marliana Lara
f2e0214623
Hookup instance policy list smart search and add Dataset resolve 2018-05-16 12:12:21 -04:00
Ryan Petrello
f287948efe
Merge pull request #1804 from ryanpetrello/stdout-format-json
never convert ANSI codes to HTML for format /stdout/?format=json
2018-05-16 11:41:20 -04:00