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

9045 Commits

Author SHA1 Message Date
mabashian
b4c5e31a1d Stay on the projects/inv manage pages when syncs are launched from those pages. Otherwise, direct the user to the stdout pages for those individual updates. 2016-10-03 09:59:56 -04:00
Graham Mainwaring
4ca8bc1eda Merge pull request #3630 from ghjm/restore_apache_fix
Use correct Apache service name when restoring on EL6
2016-09-30 13:28:14 -04:00
Alan Rominger
61fabbd92e Merge pull request #3621 from AlanCoding/3605_relaunch_perm
Involve prompted fields in job relaunch permissions
2016-09-29 17:07:23 -04:00
AlanCoding
115dfac471 do not introspect extra_vars, speed up tests, add base case test 2016-09-29 16:42:41 -04:00
AlanCoding
f82b10f018 Job relaunch permissions made consistent with JT prompts 2016-09-29 13:35:47 -04:00
Matthew Jones
4d22af0d3c Fix up ubuntu apt repo paths 2016-09-29 13:16:58 -04:00
Matthew Jones
f30c8c0bb8 Update postgres yum/apt repo locations
*Thanks postgres team

(cherry picked from commit b398fcc5b97ed478273e3d124aaaaa3af2879965)
2016-09-29 10:42:08 -04:00
nitzmahone
839c2877c8 update requirements versions
- current Ansible stuff (2.1.1) requires azure SDK 2.0.0rc5
- requests 2.10.0 is the published minimum version for pywinrm, as it contains a bugfix for catastrophic SSL tunnel failure on large payloads that pywinrm hits frequently, 2.11.0 is best tested.
2016-09-28 16:10:14 -04:00
Matthew Jones
162f0b81d1 Remove unneeded maxread
searchwindowsize was the important bit here
2016-09-28 13:15:53 -04:00
Wayne Witzel III
980fb5bf74 Merge pull request #3566 from wwitzel3/fix-3480
update azure_rm inventory script to 2.0.0rc5-target
2016-09-23 10:42:10 -04:00
nitzmahone
898cbbf26e update azure_rm inventory script to 2.0.0rc5-target 2016-09-23 10:28:24 -04:00
Wayne Witzel III
b1bf7332ed Merge pull request #3565 from wwitzel3/fix-3387
only allow superusers to start a job from a SystemJobTemplate
2016-09-23 10:16:49 -04:00
Wayne Witzel III
a4adda1ae7 only allow superusers to start a job from a SystemJobTemplate 2016-09-23 10:10:39 -04:00
Wayne Witzel III
e0fb59eff1 Merge pull request #3564 from wwitzel3/fix-3550
add host variable dash fix as a migration
2016-09-23 10:01:26 -04:00
Wayne Witzel III
73157f2ae7 Merge pull request #3563 from wwitzel3/fix-3310
update authentication class in postprocess and add unit test
2016-09-23 09:58:12 -04:00
Wayne Witzel III
fd18e2eebd add host variable dash fix as a migration 2016-09-23 09:12:36 -04:00
Wayne Witzel III
5fa1632d1e flake8 drive-by 2016-09-23 08:41:13 -04:00
Wayne Witzel III
1268c8e205 update authentication class in postprocess and add unit test 2016-09-23 08:22:26 -04:00
Jared Tabor
6ab70a2f60 Merge pull request #3510 from jaredevantabor/pendoUpdate
Pendo update
2016-09-16 15:14:43 -07:00
Jared Tabor
654633f556 Fix for Pendo if trial key/value pair is missing
from the config endpoint -> license_info
2016-09-16 14:53:58 -07:00
Jared Tabor
c74880756f Pendo should not issue identity when turned off
Fixes an issue whereh the identity was issued to the Pendo agent despite an "analytic_status": "off"
2016-09-16 14:13:53 -07:00
Jim Ladd
a6bcfe20e0 Merge pull request #3504 from jladdjr/release_3.0.3
Bump version for 3.0.3
2016-09-16 12:03:58 -04:00
Jim Ladd
fb2ab05045 Bump version for 3.0.3 2016-09-15 16:58:50 -04:00
Matthew Jones
56d4210047 Implement Performance improvements shown in #3492
* Make callback workers tunable
* Disable callback worker recycling - doesn't appear to be needed
  anymore
* Tweak pexpect behavior by limiting its read buffer size and search
  window
* Use copy instead of deepcopy for job event callback emitter censor
2016-09-14 16:08:47 -04:00
Alan Rominger
0948c35cb8 Merge pull request #3416 from ansible/AlanCoding-patch-4
Remove stray print statement
2016-09-13 09:46:43 -04:00
Jared Tabor
8f6b2e0b4c Merge pull request #3468 from jaredevantabor/pendoUpdate
Update Pendo service for 3.0 changes to retreiving the config endpoint
2016-09-08 11:13:50 -07:00
Jared Tabor
646a9f1570 Update Pendo service for 3.0 changes to retreiving the config endpoint 2016-09-07 15:53:41 -07:00
Alan Rominger
9fe9866fc2 remove stray print statement 2016-09-06 12:47:49 -04:00
Matthew Jones
48e15d98b5 Merge branch 'release_3.0.2' into stable
* release_3.0.2: (150 commits)
  Updating changelogs for 3.0.2 release
  fixing deprecated_team.organization credential migration
  Fix issue when installing bundled ansible on el6
  fixed localed date stuff
  update test to check org_auditor access
  ensure team organizations are assigned to credentials
  temporarily pin the pytest version until the ldap error can be fixed
  fixed locale
  fix date locale angular scheduler
  Make sure org admins can see credential after migration, comment updates on related tests add clause in test to verify automatic setting of org of new team credential
  Update team admin credential migration test to current state-of-knowledge
  fix ng-toast rel, resolves #3197 (#3316)
  allow users to edit their first and last name
  Revert "Prevent ignored task from being displayed as failing."
  Revert "Modify job event save behavior"
  fixing old tests for new user creation permissions
  Clean venv on 'make clean'
  Resolve KeyError by coercing instance_id to a str
  Update cloudforms dynamic inventory
  Update foreman inventory script
  ...
2016-08-31 14:30:58 -04:00
Wayne Witzel III
de0a885972 Merge pull request #3378 from wwitzel3/release_3.0.2
fixing deprecated_team.organization credential migration
2016-08-30 14:51:03 -04:00
Wayne Witzel III
fd9d05d5df fixing deprecated_team.organization credential migration 2016-08-30 14:21:16 -04:00
Alan Rominger
c87637ea7d Merge pull request #3325 from AlanCoding/temporary_pytest_bump
Temporary pytest bump for tower unit tests
2016-08-26 12:58:48 -04:00
John Mitchell
baa2481944 fixed localed date stuff 2016-08-26 11:49:31 -04:00
Wayne Witzel III
fbcd14d40b Merge pull request #3347 from wwitzel3/issue-3305
Ensure deprecated_team.org is passed to credential.
2016-08-26 09:45:38 -04:00
Chris Church
eb70d8d32e Merge pull request #3255 from cchurch/my-saml-done-froze-up
Initialize xmlsec once to prevent SAML auth from hanging.
2016-08-25 23:32:19 -04:00
Wayne Witzel III
18e4a33404 update test to check org_auditor access 2016-08-25 13:45:13 -04:00
Wayne Witzel III
dbe3f628d4 ensure team organizations are assigned to credentials 2016-08-25 13:44:55 -04:00
AlanCoding
50ec9ca259 temporarily pin the pytest version until the ldap error can be fixed 2016-08-24 15:54:33 -04:00
John Mitchell
d7b79c5f08 fixed locale 2016-08-24 11:50:56 -04:00
jlmitch5
0baeafa1f1 fix date locale angular scheduler 2016-08-24 11:39:16 -04:00
AlanCoding
23024c8fad Make sure org admins can see credential after migration, comment updates on related tests
add clause in test to verify automatic setting of org of new team credential
2016-08-24 11:36:07 -04:00
Alan Rominger
75f513e591 Merge pull request #3324 from AlanCoding/3305_test_update
Update team admin credential migration test
2016-08-23 16:40:31 -04:00
Wayne Witzel III
efa8496407 Merge pull request #3301 from wwitzel3/release_3.0.2
remove last_name and first_name from admin_only fields
2016-08-23 15:17:35 -04:00
Wayne Witzel III
c963035178 Merge pull request #3302 from wwitzel3/fix-3153
prevent non-superusers from adding orphan users
2016-08-23 15:16:57 -04:00
AlanCoding
bb3e370e56 Update team admin credential migration test to current state-of-knowledge 2016-08-23 14:14:48 -04:00
Leigh Johnson
034f266b07 fix ng-toast rel, resolves #3197 (#3316) 2016-08-23 13:48:10 -04:00
Graham Mainwaring
f36ff01a5b Merge pull request #3312 from ghjm/make_clean_venv
Clean venv on 'make clean'
2016-08-23 10:47:47 -04:00
Wayne Witzel III
2fb386b23c allow users to edit their first and last name 2016-08-23 09:55:00 -04:00
Matthew Jones
965827ca4e Merge pull request #3318 from ansible/revert-3244-3199_ignored_task_result_inconsistent
Revert "Prevent ignored task from being displayed as failing."
2016-08-22 13:37:15 -04:00
Matthew Jones
e40a482cc9 Merge pull request #3317 from ansible/revert-3307-3199_2_change_job_event_save_behavior
Revert "Modify job event save behavior"
2016-08-22 13:37:04 -04:00