John Mitchell
331bb09a80
login modal width overflow of logo fix
2015-09-25 15:17:58 -04:00
John Mitchell
e8504dc57b
Merge branch 'loginRefactor2' into devel
2015-09-25 15:02:24 -04:00
John Mitchell
e817693169
added pluggable auth icons
2015-09-25 14:59:28 -04:00
Matthew Jones
a7f1e69352
Fix an issue with default schedules
...
These weren't being created correctly, the logic meant an extra schedule
would be created on cleanup facts erroneously selected to be cleanup
activity stream
2015-09-25 14:17:31 -04:00
Matthew Jones
3a6807c5b4
Add environment variable that sets proot's tmp dir
...
Only really useful with patched proot containing tmpdir fix
2015-09-25 11:08:03 -04:00
John Mitchell
4daa7874ad
fixed weird container issue that somehow made its way into tower
2015-09-24 18:38:20 -04:00
John Mitchell
e655e2ad54
styling updates based on taufique suggestions
2015-09-24 17:28:31 -04:00
John Mitchell
1de977b4c5
refactor login folder to be a little cleaner
2015-09-24 16:16:55 -04:00
jlmitch5
5b87eeb515
Merge pull request #437 from jlmitch5/pluggable_auth
...
Pluggable auth
2015-09-24 14:02:32 -04:00
John Mitchell
4980c2145c
create conditional to not display third party login block
2015-09-23 17:43:35 -04:00
John Mitchell
25132b5daa
pluggable auth ui styling
2015-09-23 17:00:13 -04:00
Chris Meyers
12180531da
Merge pull request #432 from chrismeyersfsu/feature-session_info
...
add Auth-Token-Timeout to http headers
2015-09-23 13:30:16 -04:00
John Mitchell
2ac72da19b
merge loginModal less styling
2015-09-23 11:26:13 -04:00
John Mitchell
18164181b4
moved login modal to less block styling
2015-09-23 10:49:56 -04:00
Chris Meyers
eb8219fd9f
add Auth-Token-Timeout to http headers
2015-09-23 10:30:19 -04:00
jlmitch5
1aa82df7ee
Merge pull request #430 from jlmitch5/login_rebranding
...
rebranding and notice in ui login support
2015-09-22 16:04:35 -04:00
jlmitch5
353a7ec9b4
fixed type in auth controller causing notice to not show up
2015-09-22 15:59:54 -04:00
John Mitchell
dd0bc0ec17
rebranding and notice in ui login support
2015-09-21 17:34:19 -04:00
Matthew Jones
077819c4c5
Add some default schedules for cleanup jobs
2015-09-21 14:53:53 -04:00
Jared Tabor
33a82222b9
updated $http get request from deprecated syntax for angular 1.4
2015-09-21 11:38:53 -04:00
Jared Tabor
f88320a5f7
LoadConfig fix to load config.js first and then local_settings.json
2015-09-21 11:15:10 -04:00
jaredevantabor
fdace7e10d
Merge pull request #424 from ansible/login_2.4_2
...
Refactoring login modal and services
2015-09-21 11:10:41 -04:00
Chris Meyers
0e8e09b0ac
rbac job & job template performance fix
2015-09-14 16:25:33 -04:00
Jared Tabor
f4f54cc6dc
Refactoring login modal and services
...
refactoring login modal logic to extract html into its own partial
2015-09-14 14:06:29 -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