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

global: initial refactoring #15

Merged
merged 1 commit into from
Dec 4, 2015
Merged

Conversation

jirikuncar
Copy link
Member

  • create a state for extension (see invenio-oauthclient)
  • replace registry with entry points loading
  • complete porting tests/test_provider.py
  • update templates and load helpers for panels

cc @lnielsen

@jirikuncar jirikuncar added this to the v1.0.0 milestone Nov 27, 2015
Authors
=======

Invenio module that implements OAuth 2 server.

- Charlotte Cattaneo <[email protected]>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Authors should not be removed.

@jirikuncar jirikuncar changed the title global: initial refactoring WIP global: initial refactoring Nov 29, 2015
@jirikuncar
Copy link
Member Author

@lnielsen sure this is WIP as @SamiHiltunen was struggling with rebasing his work.

@SamiHiltunen
Copy link
Member

@lnielsen Yes, this is very much work in progress. @jirikuncar please do not pull unfinished work from my fork and call it 'struggling with rebasing'.

@jirikuncar
Copy link
Member Author

@SamiHiltunen I'm sorry, I had some updates to share and there was no prior PR with your work.

# FIXME new oauthlib release after 0.7.2 has some compatible problems with
# the used Flask-Oauthlib version.
tests_require = [
'Flask-httpretty>=1.2.0',
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SamiHiltunen 1.3.0 has been just released 🎆 (see https://pypi.python.org/pypi/Flask-httpretty)

@SamiHiltunen SamiHiltunen mentioned this pull request Dec 2, 2015
6 tasks
@jirikuncar jirikuncar force-pushed the next branch 3 times, most recently from 8d54b33 to 4e6c0ee Compare December 2, 2015 17:59
@jirikuncar jirikuncar assigned jirikuncar and unassigned SamiHiltunen Dec 2, 2015
@jirikuncar jirikuncar force-pushed the next branch 4 times, most recently from c8068fe to ac97ed2 Compare December 2, 2015 19:28

import six

from invenio_db import db
from sqlalchemy_utils.types import URLType
from sqlalchemy_utils.types.encrypted import AesEngine, EncryptedType
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not something for now, but we should pay attention to this one kvesteri/sqlalchemy-utils#166

@jirikuncar jirikuncar force-pushed the next branch 9 times, most recently from 528527d to c86c9ae Compare December 3, 2015 15:46
@jirikuncar jirikuncar changed the title WIP global: initial refactoring global: initial refactoring Dec 3, 2015
@jirikuncar jirikuncar assigned lnielsen and unassigned jirikuncar Dec 3, 2015
@jirikuncar jirikuncar force-pushed the next branch 2 times, most recently from e4f3939 to d1a49f6 Compare December 3, 2015 16:39
Co-authored-by: Sami Hiltunen <[email protected]>
Signed-by: Jiri Kuncar <[email protected]>
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.

3 participants