0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 17, 2025 — Feb 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* fedora/tg/client.py: s/"/'/ for consistency. - BaseClient()::__init__(): make the username and password optional. - BaseClient()::_authenticate(): Raise an AuthError if the username or password is not set. More... over 18 years ago
* fedora/tg/client.py: Bugfixes - Fix os.path import. - BaseClient::__init__(): Fix call to _load_session(). - BaseClient::_authenticate(): Update simplejson.read() => simplejson.load(). - BaseClient::send_request(): Minor changes so we don't throw an exception if we use json rather than simplejson. More... over 18 years ago
* README: tab-> space fixes. * fedora/tg/client.py: Typo corrections. More... over 18 years ago
* fedora/tg/clent.py: Fix a tab. More... over 18 years ago
* fedora/tg/client.py: BaseClient() class to eases writing a client that can connect to a TG server. * README: Updated for client integration. * python-fedora.spec, setup.py: New version. More... over 18 years ago
* fedora/accounts/fasLDAP.py: Remove unneeded bang path. More... over 18 years ago
* fedora/accounts/fas.py: Fix issues with Unicode data not being properly encoded when returned from the db. * fedora/tg/identity/safasprovider.py: Fix a traceback when the db is not available. * python-fedora.spec, setup.py: Update to 0.2.90.12. More... over 18 years ago
* python-fedora.spec, setup.py: Update to 0.2.90.11. More... over 18 years ago
* fedora/accounts/fas.py: AccountSystem::dbCmd(): Change from defining this with a property decorator to property function syntax. This makes it python 2.3 compatible. * fedora/tg/identity/safas2provider.py, fedora/tg/identity/safasprovider.py: Add __json__() methods so we can output FASUser and FASGroups when the tg_format is set to json. More... over 18 years ago
* fedora/accounts/fas.py: Fix a bug when we lose a database connection while an app is running. * python-fedora.spec: Update changelog. More... over 18 years ago
* fedora/accounts/fas.py: berrange has changed his email address in the account system, no longer need to special case his bugzilla address. * fedora/tg/identity/safas2provider.py: Update fas2 integration with changes from mmcgrath. * python-fedora.spec, setup.py: New version 0.2.90.10. More... over 18 years ago
* python-feora.spec, setup.py: Update to next version 0.2.90.9. More... over 18 years ago
* fedora/accounts/fasLDAP.py: Create an AuthError exception to hide the implementation details when we are unable to authenticate a user. - auth(): Raise AuthError whenever LDAP canot auth the user. * fedora/tg/identity/safas2provider.py: - validate_identity: No need to chek for AuthError as validate_password() does that already. - validate_password(): Check for AuthError instead of a generic exception. More... over 18 years ago
* fedora/accounts/fasLDAP.py, fedora/tg/identity/safas2provider.py: fas2 updates from mmcgrath. More... over 18 years ago
* fedora/accounts/fas.py: - Up the maximum number of concurrent db connections to 15. - Add a DBError exception that is thrown when the connection to the db has problems. - AccountSystem::_raise_dberror(): Method to clear the connections from the pool and raise a DBError. - Surround all database calls with try: except blocks that call _raise_dberror() when a problem connecting to the db occurs. * fedora/tg/identity/safasprovider.py: Catch and process DBErrors as well as AuthErrors. * python-fedora.spec, setup.py: Bump version to 0.2.90.8. More... over 18 years ago
* fedora/accounts/fas.py: a psycopg2 DictCursor bug means we can't save a value into values returned using dict keys. Recraft selects to be able to use list notation to save bugzilla_email instead. More... almost 19 years ago
* fedora/accounts/fas.py: Make email part of the publically available information so that bugzilla email has something to pull from. * python-fedora.spec, setup.py: New version 0.2.90.7 More... almost 19 years ago
* fedora/accounts/fas.py: Fix a problem with the bugzilla email address code. * python-fedora.spec, setup.py: Update version to 0.2.90.6. More... almost 19 years ago
* fedora/accounts/fas.py: Return the bugzilla email address as part of retrieving user information. - Add a method to lookup by email address which also checks against bugzilla email addresses given in owners.list. * fedora/accounts/fasLDAP.py: Update to latest fasLDAP.py from accounts2. * python-fedora.spec, setup.py: Bump version to 0.2.90.5. More... almost 19 years ago
* fedora/tg/identity/safas2provider.py, fedora/tg/identity/safasprovider.py: Pull in the AuthError definition from fas2.py/fas.py. * python-fedora.spec, setup.py: 0.2.90.4. More... almost 19 years ago
* fedora/accounts/fas.py: Fix get_group_info(). More... almost 19 years ago
* fedora/accounts/fas.py: We actually have to have a separate connection for each thread, not just a separate cursor. Use sqlalchemy.pool to do this efficiently. - Fix a typo in selecting from project_group. * python-fedora.spec: Add the sqlalchemy requirement. More... almost 19 years ago
* fedora/accounts/fas.py: Fix a syntax error in the group info function. More... almost 19 years ago
* fedora/accounts/fas.py: Delete a stray period that was inerted in the last edit. * python-fedora.spec: Add changelog. More... almost 19 years ago
* fedora/accounts/fas.py: Have each function retrieve its own cursor on the database connection. Reusing the same cursor never gets new information from the database. This is a problem when another process (like the accounts system) uses a different interface to update account information. More... almost 19 years ago
* python-fedora.spec, setup.py: Bump the version to 0.2.90.3 More... almost 19 years ago
* fedora/tg/identity/safas2provider.py: Save the whole group information again now that I realize that group is a dict. More... almost 19 years ago
* fedora/accounts/fas.py: Implement get_group_info() to return group information from the fas. More... almost 19 years ago
* safas2provider.py: Fix the group definition to set the group name properly. - catch the proper exception when the password does not validate. * safasprovider.py: Catch the proper exception when the password does not validate. More... almost 19 years ago
* MANIFEST.in: List additional files to include in the source tarball. * README: Short intro to using the fas v2 features. * fedora/accounts/tgfas2.py: fix the database name to be fassession2. * python-fedora.spec: Bump the version to 0.2.90.2. * setup.py: Bump version to 0.2.90.2. More... almost 19 years ago