Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge dev into master #8

Merged
merged 26 commits into from
Jul 27, 2016
Merged

Merge dev into master #8

merged 26 commits into from
Jul 27, 2016

Conversation

nitmir
Copy link
Owner

@nitmir nitmir commented Jul 27, 2016

Bugs fixes

  • Keep LoginTicket list upon fail authentication
    (It prevent the next login attemps to fail because of bad LT)

whats new

  • Add sphinx docs + autodoc
  • Add the possibility to run tests with "setup.py test"
  • Include docs, Makefile, coverage config and tests config to source package
  • Add serviceValidate ProxyTicket tests
  • Add python 3.5 tox/travis tests

Cleaning

  • Compact federated mode migration
  • Reformat default_settings.py for documentation using sphinx autodoc
  • Factorize some code (from views.py to Ticket models class methods)
  • Update urlpattern for django 1.10
  • Drop dependancies django-picklefield and django-bootstrap3

Misc

nitmir added 26 commits July 6, 2016 19:43
In python 3 dict.items do not return a copied list so we force a copy
to avoid changing the global dict while iterating over it
It prevent the next login attemps to fail because of bad LT
@nitmir nitmir merged commit f837853 into master Jul 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant