John Mitchell
24c6f14f44
Merge pull request #1977 from jlmitch5/fixTokenScopeAddInUI
...
Fix token scope add in ui
2018-05-31 09:35:15 -04:00
AlanCoding
f692f0c70a
test creating credential for self & org_member
2018-05-31 08:58:38 -04:00
AlanCoding
253606c8bf
allow managing credentials with external user management
2018-05-31 08:40:32 -04:00
Jared Tabor
70897d3503
Prevents Network UI from scrolling and showing Tower
...
I also fixed an issue where the mouse-wheel events were not zooming
the network UI in firefox.
2018-05-30 14:19:07 -07:00
Alan Rominger
302505905e
Merge pull request #1992 from AlanCoding/copy_v2
...
Make copy endpoints specific to v2
2018-05-30 15:51:44 -04:00
Alan Rominger
7aa1c64fac
Merge pull request #1996 from AlanCoding/null_handler_again
...
Interpret null protocol as logging.NullHandler
2018-05-30 15:49:15 -04:00
AlanCoding
015b19d8c3
interpret null protocol as logging.NullHandler
2018-05-30 15:21:51 -04:00
Ryan Petrello
e2a05b14a5
Merge pull request #1993 from ryanpetrello/tower-inv-errors
...
clean up Tower inventory error handling
2018-05-30 15:15:07 -04:00
Ryan Petrello
9bc871db47
add a test for tower inventory syncs
2018-05-30 15:13:49 -04:00
AlanCoding
c690da4058
make copy endpoints specific to v2
2018-05-30 14:01:58 -04:00
AlanCoding
e889c976eb
Remove network_ui Client model
2018-05-30 13:56:19 -04:00
Ryan Petrello
354b076956
clean up Tower inventory error handling
...
related: https://github.com/ansible/tower/pull/1697
related: https://github.com/ansible/tower-qa/pull/1746
2018-05-30 13:34:14 -04:00
Marliana Lara
79202708af
Fix vault credential password prompt toggle show and hide
2018-05-30 12:42:27 -04:00
AlanCoding
124fcd6f62
delete network canvas objects in delete inventory task
2018-05-30 12:03:20 -04:00
Bill Nottingham
56d6ba2eda
Merge pull request #1985 from wenottingham/netpuffaddr
...
ansible venv: re-add netaddr Python package
2018-05-30 10:57:04 -04:00
Pierre-Louis Bonicoli
16cde26468
ansible venv: re-add netaddr Python package
...
Closes #1763
2018-05-30 10:32:54 -04:00
Ryan Petrello
a75da0fd58
Merge branch 'release_3.3.0' into fixTokenScopeAddInUI
2018-05-30 10:18:56 -04:00
AlanCoding
4e6fd59180
Handle broken transactions in DB settings getattr
...
This expands the role of the log database error context manager
and will actually make itself an exception to the standard
ORM behavior of raising an error when any queries are executed
inside of a broken transaction.
In this particular case it is less risky to continue on
with a database query and push the data to memcache than
it would be to use default settings values in violation of
user's intent. (hopefully)
2018-05-30 09:00:03 -04:00
Marliana Lara
4c9ceb48a1
Merge pull request #1981 from marshmalien/fix/1886-job-details-credential
...
Add credential tags to job details
2018-05-29 17:27:23 -04:00
Marliana Lara
4f90391f54
Fix dashboard graph status dropdown value
2018-05-29 17:25:09 -04:00
Marliana Lara
5d0a131530
Add credential tags to job details
2018-05-29 16:29:14 -04:00
Ryan Petrello
a3aad31be3
Merge pull request #1964 from ryanpetrello/fix-token-scope
...
fix a few minor issues that have broken the User Token creation
2018-05-29 15:10:17 -04:00
John Mitchell
0f6fe210b7
fix when token scope is passing when the ui saves the form
2018-05-29 15:04:25 -04:00
Jake McDermott
d01940ffc5
Merge pull request #1965 from jakemcdermott/double-search
...
Fix wording of smart search key
2018-05-29 14:31:14 -04:00
Jake McDermott
9d87f85275
fix wording of search keys
2018-05-29 14:14:47 -04:00
Alan Rominger
232ad2a06c
Merge pull request #1912 from AlanCoding/other_user_relaunch
...
Disallow launching jobs with other user's prompts
2018-05-29 11:51:13 -04:00
Ryan Petrello
b6d450923a
Merge pull request #1972 from ryanpetrello/i-am-not-a-smart-man
...
use the _correct_ argument to specify poll vs select
2018-05-29 11:31:51 -04:00
Chris Meyers
f1083540a3
Merge pull request #1971 from chrismeyersfsu/fix-cached_dependency_list
...
do not cache dependency_list
2018-05-29 11:27:59 -04:00
Ryan Petrello
c369d44518
use the _correct_ argument to specify poll vs select
2018-05-29 11:25:08 -04:00
Ryan Petrello
238ffe5e7e
Merge pull request #1969 from ryanpetrello/better-pexpect-poll
...
upgrade to the latest pexpect
2018-05-29 10:35:29 -04:00
chris meyers
4da68564ef
do not cache dependency_list
...
* This is probably causing some bug. Calls to start_task within the same
run of the task manager could result in previous dependency lists being
used.
2018-05-29 10:27:51 -04:00
Ryan Petrello
7f7f635f7b
upgrade to the latest pexpect
...
see: https://github.com/pexpect/pexpect/pull/492
see: https://github.com/ansible/tower/issues/1797
2018-05-29 09:52:59 -04:00
Ryan Petrello
af7ec17ccd
fix a few minor issues that have broken the User Token creation
...
see: https://github.com/ansible/tower/issues/1928
2018-05-25 17:37:02 -04:00
Ryan Petrello
0fca495792
Merge pull request #1961 from ryanpetrello/fix-1672
...
don't allow Accept:application/json on /api/login/
2018-05-25 16:55:11 -04:00
Ryan Petrello
fc1077b9cb
Merge pull request #1962 from ryanpetrello/i18n-credentials
...
mark dynamic Credential Type labels and help_text for i18n
2018-05-25 16:31:09 -04:00
Ryan Petrello
e03c584b80
mark dynamic Credential Type labels and help_text for i18n
...
see: https://github.com/ansible/tower/issues/1960
related: https://github.com/ansible/ansible-tower/pull/6844
2018-05-25 15:08:11 -04:00
Ryan Petrello
a0433773d8
don't allow Accept:application/json on /api/login/
...
see: https://github.com/ansible/tower/issues/1672
2018-05-25 14:21:22 -04:00
Marliana Lara
b5cb4e8290
Merge pull request #1958 from marshmalien/fix/1949-proj-permissions-users-link
...
Fix project permissions user link
2018-05-25 14:10:46 -04:00
Marliana Lara
0b0fd21734
Fix project permissions user link
2018-05-25 13:57:10 -04:00
kialam
8acb57f43a
Merge pull request #1954 from kialam/fix/1880-tag-component
...
Create Tag Component for Job Search
2018-05-25 13:45:09 -04:00
kialam
376a763cc0
vertically center CLEAR ALL "button" using newly created mixin and resolve merge conflict
2018-05-25 13:32:43 -04:00
kialam
a9bdac0d53
use newer variables
2018-05-25 12:26:44 -04:00
kialam
d8dcac9158
small cleanup
2018-05-25 12:26:44 -04:00
kialam
edada76050
Pixel pushing
2018-05-25 12:26:44 -04:00
kialam
d83fa5a031
change 5px down to 3px per design feedback.
2018-05-25 12:26:44 -04:00
kialam
7292e00158
create componentized tags
2018-05-25 12:26:44 -04:00
Alan Rominger
03d975e18d
Merge pull request #1959 from AlanCoding/cpf8
...
flake8 errors in access.py due to an upgrade
2018-05-25 12:09:37 -04:00
Jake McDermott
54056963af
Merge pull request #1951 from jakemcdermott/job-results/strings
...
organize and translate job output and workflow results strings
2018-05-25 11:34:18 -04:00
AlanCoding
e64e25fcc1
flake8 errors in access.py due to an upgrade
2018-05-25 11:28:38 -04:00
Jake McDermott
29f0f94734
Merge pull request #1955 from jakemcdermott/job-results/always-discard-lines-beneath-threshold
...
always discard lines beneath threshold when tailing output
2018-05-25 11:22:08 -04:00