This commit includes the face lift for the lists on the dashboard.
Remaining items/Known errors are:
sort doesn't work on table columns
I need to remove sparklines from the project
fixing column resize issues and adding ellipses for
long text that overflows the table cell.
adding 20px spacing between columns
per request of Taufique
SmartStatus "running" icon and links for jobs list
removing JQuery's Sparklines lib
adding more padding to main layout
for nav and footer
* release_2.4.0: (70 commits)
Disallow changing a users password for social auth
bump django-radius to include new license
Change Jenkins server references from IP to DNS name
Social auth and SSO updates:
allow multi-org expired licenses to delete orgs
Add social log messages to tower's log on error
Update default scopes requested for github social auth.
Switch to matburt's fork for python social auth
Emit a warning for unmapped SAML paramters
Fix up some SAML issues
Remove `environment` play stmt
Use correct aw_repo_url when building packer
Add missing libxmlsec1 openssl dependency for ubuntu
adds socket tests
added git pre commit hook to run flake8
fixes remove_instance error
null pointer exception
Resolve issue on precise keeping old debs around
Attach handlers to django_auth_ldap
Attach handlers to django_auth_ldap
...
* Move auth backends into sso app.
* Add support for mapping social auth users into organizations and teams.
* Return social auth backends in a consistent order in the API.
* Remove custom SAML attribute mapping and use options provided by PSA.
* Add pipeline function to raise an exception if no user has been found or created; added comments on how to disable new user creation.
* Add comments for defining a custom social auth pipeline function.
* Fix an issue I created overriding authenticate
* Fix up attribute mapping using an identity provider class. The
methods built into django-social-auth for saml are probably not going
to work. We also now expose those mappings in a settings attrs map
that the user can override.
* Initialize object attribute to None so a later if check that depends
on that attributes succeeds. The attribute is related to unifying the
command line args to the *_instance command set.
* Added regression test case
To assist with debugging LDAP authentication, associate the 'django_auth_ldap'
handler with the 'tower_warnings' logger. To enable debugging, set the
following in a tower settings file:
> LOGGING['handlers']['tower_warnings']['level'] = 'DEBUG'
Also uses the proper `filename` for the tower_warnings log file.