Chris Meyers
0e8e09b0ac
rbac job & job template performance fix
2015-09-14 16:25:33 -04:00
Matthew Jones
519b0e8eef
Merge branch 'release_2.3' into devel
...
* release_2.3: (54 commits)
Upgrade changelog for 2.3
Purge superlance
Purge an old supervisor config
Require chris-lea libzmq3
Use the htpasswd command, not the module
Fix a playbook syntax error for postgres
Ensure postgres is started earlier in setup role
Allow customizing npm path
Include RPM-GPG-KEY-ansible-release for all releases
Simplify GPG keys
Correct broken RPM-GPG-KEY
Use gpg --passphrase for signing CHECKSUM
Handle rpm --addsign pasphrase prompts
Adding docker-compose development workflow
Fix license in spec file.
Updates to selinux policy for some munin plugins
ansible 1.8.4 requires sudo:true when using sudo_user
Fix expect script timeout
Disable timeout and correct sign.exp error
Fix expect script hang
...
2015-09-11 16:03:52 -04:00
John Mitchell
7fd24987d7
update adhoc feature, add tests and modularize
2015-09-09 13:08:16 -04:00
Chris Meyers
b3e20b843d
more carefully add to python path
...
* ensure our path is the first in the sys.path list instead of
blindly poping and pushing onto the path
2015-09-04 13:43:24 -04:00
Matthew Jones
5727d722b6
Merge remote-tracking branch 'upstream/release_2.3' into devel
...
* upstream/release_2.3: (91 commits)
Include python-{paramiko,ecdsa} dependencies
Remove extra epel testing stanzas
Unit test for ec2 credentialless inventory
Fix issue with ec2 iam sync with no credential.
Use the htpasswd command instead the ansible module
Pip is no longer needed
check local user root or not in ./configure
Remove unneeded when check for super user addition
Improve distro detection in setup.sh
Fix superuser check on upgrade
Minor improvements to setup.sh
Remove ansible prerequisite check from configure
Attempt to install ansible within setup.sh
Allow munin processes to access postgres
Move up base package dependency install
fixes jenkins failures
Proper flake8 fix
fixes executing processes with correct PYTHONPATH will pickup .pth files
Show the repo for bundled package file dump
Proper flake8 fix
...
2015-09-03 15:46:10 -04:00
jlmitch5
b5881a7c3c
Merge pull request #401 from jlmitch5/unique_select2
...
fixed duplicate choices from being passed to select2
2015-09-03 15:20:24 -04:00
jaredevantabor
a468f0936f
Merge pull request #399 from jaredevantabor/inventory-source-select2-fix
...
Removing search field on select2 fields used in inventory sources tab.
2015-09-03 11:47:46 -07:00
Matthew Jones
7774b17960
Unit test for ec2 credentialless inventory
2015-09-03 14:05:17 -04:00
Matthew Jones
15005d3e6b
Fix issue with ec2 iam sync with no credential.
...
When checking if an inventory sync can start allow an ec2 sync to run
even if credentials are not supplied
2015-09-03 13:37:38 -04:00
jaredevantabor
e46cc161fa
Merge pull request #398 from jaredevantabor/survey-select2
...
Surveys: make MC and MS fields disabled while previewing a survey
2015-09-03 10:25:37 -07:00
Jared Tabor
8aa9325e43
removing "Choose a..." option for select2 fields
...
in form generator
2015-09-03 09:35:49 -07:00
John Mitchell
b38615eff7
fixed duplicate choices from being passed to select2
2015-09-03 12:19:42 -04:00
Matthew Jones
5f6f16b5ff
Rev version to 2.4.0
2015-09-03 09:44:20 -04:00
Jared Tabor
b5392316c9
removing dropDownAdapter
2015-09-02 10:53:13 -07:00
Jared Tabor
a5731a5452
Removing search field on select2 fields used in inventory sources tab.
...
This also fixes the behavior when the user hits escape while the select2 drop down menu is visible.
2015-09-01 17:49:23 -07:00
Jared Tabor
5107100166
Surveys: make MC and MS fields disabled while previewing a survey
2015-09-01 15:14:07 -07:00
Matthew Jones
f0a23b7ed3
Proper flake8 fix
2015-09-01 16:15:39 -04:00
Matthew Jones
4a5111308f
Fix flake8 warning from tests
2015-09-01 15:23:35 -04:00
Matthew Jones
09f4c9fbbe
Fixed job redaction for projects and unit tests
2015-08-31 16:24:38 -04:00
jaredevantabor
4512f72dc0
Merge pull request #395 from jaredevantabor/404-session-end
...
catch possible 404 error
2015-08-28 14:07:22 -07:00
Matthew Jones
7d2eec0974
Merge pull request #385 from AlanCoding/devel
...
add whitespace in API responses about survey rejection
2015-08-28 17:06:54 -04:00
Jared Tabor
36e63862e5
catch possible 404 error
...
on dashboard
2015-08-28 13:15:39 -07:00
Matthew Jones
2f39393cf3
Implement fact receiver thread worker
...
Optionally allow processing of fact receiver messages in a worker
thread. This works around an issue where data could take a while to
page into Mongo and cross the zmq socket timeout.
2015-08-28 10:59:52 -04:00
John Mitchell
553a3c5af3
fixed title capitalization of activity stream breadcrumb
2015-08-28 10:36:26 -04:00
jlmitch5
29f6625598
Merge pull request #391 from ansible/no_clearing_of_playbook_on_different_proj
...
made playbooks that are similar across branches not clear out the form input
2015-08-28 10:14:42 -04:00
Sandra Wills
453bbf64e9
fixed a typo, mumber to number
...
https://github.com/ansible/ansible-tower/blob/devel/awx/main/models/inventory.py#L63
typo fix from mumber to number
2015-08-27 09:36:12 -04:00
James Laska
51e2120886
Properly handle namespace packages (oslo, dogpile)
...
Using `site.addsitedir()` handles namespace packages, where the traditional
`sys.path.insert` does not. Kudos to Chris Meyers for this discovery.
2015-08-26 21:33:57 -04:00
John Mitchell
e15a25fc46
made playbooks that are similar across branches not clear out the form input
2015-08-26 21:25:51 -04:00
jaredevantabor
62391cb864
Merge pull request #389 from jaredevantabor/scheduler-fix
...
Scheduler fixes
2015-08-26 18:02:50 -07:00
John Mitchell
f44cc5f729
fixed playbooks from not displaying on type-completed project
2015-08-26 20:00:51 -04:00
John Mitchell
efa306d1f3
hide priv esc fields and clear their values out when no priv escalation is chosen
2015-08-26 18:56:49 -04:00
Jared Tabor
8a583a8202
Changing the description in scheduler for minutely and hourly frequency
2015-08-25 22:30:47 -07:00
Matthew Jones
549809dfa4
Fix chunked stdout display issue
...
* We removed stdout redaction from jobs and job templates but only for
the full stdout dump, this extends it to the limited display also
2015-08-25 16:05:03 -04:00
John Mitchell
106718fc20
fixed callback fields from always displaying on jt edit
2015-08-24 15:41:34 -04:00
Chris Meyers
c038bdb1d5
flake8 fixes
2015-08-24 08:48:53 -04:00
John Mitchell
3dd704e72c
give controllers specific names
2015-08-23 17:53:03 -04:00
Chris Meyers
38435648c6
Merge branch 'feature-offline_merge' into release_2.3
2015-08-21 16:21:12 -04:00
Matthew Jones
1471a3bb3e
Allow proot's base tmp path to be configurable
2015-08-21 15:28:39 -04:00
Matthew Jones
7080996670
Cleanup stdout dump during 2.2 migration
...
postgres is adding extra newline/carriage return escapes to the stdout
output. Here we'll use sed to fix those so they can be read correctly
2015-08-21 13:28:34 -04:00
Matthew Jones
4ce2300d27
Bump version number for 2.3.0 release
2015-08-21 11:55:19 -04:00
Matthew Jones
c5ce9cdc12
Fix stdout plaintext render
...
* Was rendering as json (though text/plain)
* Switched to rendering it as normal text with stripped ansi
* Fixes: https://trello.com/c/TMyOak0H/142-api-v1-jobs-n-stdout-format-txt-emits-json-output
2015-08-21 10:20:57 -04:00
jlmitch5
68ea985168
Merge pull request #382 from jlmitch5/permission_label_inclusion_ui
...
Reimplemented permissions as a module and pull of permissions label text from the API
2015-08-20 20:28:46 -04:00
John Mitchell
711c742858
make permission edit controller name more descriptive and clear search button clickable
2015-08-20 20:09:00 -04:00
Alan R
97c089a521
add whitespace in API responses about survey rejection
2015-08-20 15:48:04 -04:00
Jared Tabor
f19473175b
saving/editing inventory scripts lookup
2015-08-20 09:59:32 -07:00
John Mitchell
c67a9031ca
revamp services for pulling in the search options
2015-08-20 11:37:00 -04:00
John Mitchell
9705a90d43
make search dropdowns in accordions work
2015-08-20 11:35:37 -04:00
John Mitchell
d1b7b3a553
reinstituted modularization to be more inline with the inventory scripts management jobs
2015-08-19 21:39:05 -04:00
Jared Tabor
40700d76c9
change ng-show to ng-if and only make a job a cleanup job or fact cleanup job if extra vars have addtional properties
2015-08-19 15:37:36 -07:00
Jared Tabor
9c294f6cc8
Changing 'source_script' to 'inventory_script' on groups modal.
...
In the demodalification of the custom inventory source modal, I switched to using the naming convention "inventory_source" instead of the original "source_script" title we dubbed it when we started developing the feature. I felt that
changing the naming convention better aligned with what is presented in the UI. This change continues to keep the naming convention consistent in the UI.
2015-08-19 13:24:18 -07:00