* Fixing some bugs in the manifest definition
* Database model and schema migration for tower settings
* Initial View and Serializer implementation using a strategy of merging
model instances and named tuples
* Settings manifest, mapping internal settings to what can be used in
the database along with type information etc.
* Initial Database model
* Helper object that overlays database settings on django settings
* release_2.4.1:
Update reprepro component version
vendoring ng-pendo as an Tower module
Updating version number and changelog for 2.4.1
Fix up location of apt key for mongo
* release_2.4.0: (24 commits)
CheckAccess for related fields for teams
Don't save the instance in set_actor if the user is invalid
fixed related values not populating in teams ui
update to more performant and 2.7.9 SSL-friendlier version of pywinrm
added dm.xmlsec.bindin license
stop waiting after summary fields are grabbed
Remove social auth user fields settings that don't have any effect.
fixed social authd user license issue
Remove cedric-vincent proot repo
Updating changelogs and readme
Fix typo in AnonymousUser
Fix an issue reauthing as a social auth user
fixed organization rest call from happening
fixed messing up add user form w social auth pw hide earlier
Update response object nesting for pendo service
update requirements.txt README
hide un and pw fields when user is social auth based
add pyrad to requirements.txt
added appdirs
add django-radius license
...
If a social auth user is deleted and then attemnpts to relogin after the
old user object has been removed then it can cause an error. So here
we'll add an extra lookup for the user just to verify
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