0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 18 hours ago.
Jul 08, 2025 — Jul 08, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* fedora/tg/identity/jsonfasprovider.py, fedora/tg/visit/jsonfasvisit.py: Fix two deprecated imports. More... over 18 years ago
* fedora/tg/visit/jsonfasvisit.py: Fixhow we call BaseVisitManager.__init__(). More... over 18 years ago
* MANIFEST.in: Include the localisation files. More... over 18 years ago
* fedora/release.py: Bump for next release. * python-fedora.spec: Merge -infrastrucutre subpackage. - Bump release. More... over 18 years ago
* README, doc/client.rst, doc/services.rst: Documentation update. More... over 18 years ago
* fedora/tg/visit/jsonfasvisit.py: Fix a race and thread the visit queue. - JsonFasVisitManager inherits from the threaded BaseVisitManager instead of BaseClient. - new_visit_with_key(), visit_for_key(): Create a new BaseClient everytime this is invoked to prevent races when setting the _sessionCookie. - update_queued_visit(): Create a BaseClient and ask the server to update the visit. - update_visit(), shutdown(), run(): Use the default versions now that we have an asynchronous update_queued_visit() that does this. More... over 18 years ago
* fedora/client/__init__.py: Make the log issue a warning instead of an error for if the client can't read the session file. More... over 18 years ago
* fedora/accounts/fas.py: Remove the last file dedicated to talking with fas1. More... over 18 years ago
* fedora/accounts/fas2.py: Fix deprecated import. - Fix a few copy/paste errors. - AccountSystem::user_id(): Use an int for the user_id key instead of str. More... over 18 years ago
* fedora/accounts/fas2.py: Re-add code to map email addresses that are different from bugzilla email addresses. This will go into the configs table in the FAS2 database a t a later date. More... over 18 years ago
Update hosted url
Luke Macken
as lmacken
More... over 18 years ago
* Finish off unwritten sections. More... over 18 years ago
* fedora/tg/json.py: Fix imports of sqlalchemy.orm and sqlalchemy.ext. More... over 18 years ago
* MANIFEST.in, NEWS, setup.py: Update for no fas1 modules and the docs directory. More... over 18 years ago
* doc/service.rst: Make the example for doing something different for json reflect a real-world problem. More... over 18 years ago
* doc/service.rst: Typos and rst conformance fixes. - Change error handling to return an exception name in exc. - Add code for doing something different if json data was requested. More... over 18 years ago
* fedora/accounts/tgfas.py, fedora/accounts/util.py: Remove more files that were only needed for accessing FAS1's database. More... over 18 years ago
* fedora/tg/util.py: Utility functions for tuurbogears servers. Currently has request_format() that tells what the requested output format is. More... over 18 years ago
* fedora/tg/client.py: Add a DeprecationWarning. More... over 18 years ago
* fedora/tg/client.py, fedora/client/__init__.py: Moved fedora.tg.client to fedora.client. Created a compatibility module in fedora.tg.client for now. More... over 18 years ago
* doc/client.rst, doc/service.rst: Begin documenting BaseClient and the server side support that makes it work. More... over 18 years ago
* fedora/accounts/tgfas2.py, fedora/tg/identity/safasprovider.py, fedora/tg/visit/safasvisit.py, fedora/tg/identity/jsonfasprovider.py, fedora/tg/visit/jsonfasvisit.py: Remove fas1 and database access code. More... over 18 years ago
Add license information. More... over 18 years ago
Correct raise in fas2.py, add logout method to client.py. More... over 18 years ago
Add gencert for fedora-packager-setup (will probably want to do some cleaning up before actual use). More... over 18 years ago
Add authenticate method. More... over 18 years ago
Add fas2.py More... over 18 years ago
* fedora/tg/visit/safasvisit.py: Fix a silly typo. More... over 18 years ago
* fedora/tg/client.py: - Fix url handling so joining URLs can have or lack leading and trailing slashes without repurcussions. - Fix the try: except block for retrieving the session cookie in send_request() to work with python 2.3. More... over 18 years ago
* ChangeLog: Update for new release. More... over 18 years ago