openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
P
python-fedora
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 18 hours
ago. based on code collected
about 18 hours
ago.
Feb 22, 2025 — Feb 22, 2026
Showing page 57 of 63
Search / Filter on:
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.
Toshio Kuratomi
More...
almost 18 years ago
* fedora/tg/visit/jsonfasvisit.py: Fixhow we call BaseVisitManager.__init__().
Toshio Kuratomi
More...
almost 18 years ago
* MANIFEST.in: Include the localisation files.
Toshio Kuratomi
More...
almost 18 years ago
* fedora/release.py: Bump for next release. * python-fedora.spec: Merge -infrastrucutre subpackage. - Bump release.
Toshio Kuratomi
More...
almost 18 years ago
* README, doc/client.rst, doc/services.rst: Documentation update.
Toshio Kuratomi
More...
almost 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.
Toshio Kuratomi
More...
almost 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.
Toshio Kuratomi
More...
almost 18 years ago
* fedora/accounts/fas.py: Remove the last file dedicated to talking with fas1.
Toshio Kuratomi
More...
almost 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.
Toshio Kuratomi
More...
almost 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.
Toshio Kuratomi
More...
almost 18 years ago
Update hosted url
Luke Macken
as lmacken
More...
almost 18 years ago
* Finish off unwritten sections.
Toshio Kuratomi
More...
almost 18 years ago
* fedora/tg/json.py: Fix imports of sqlalchemy.orm and sqlalchemy.ext.
Toshio Kuratomi
More...
almost 18 years ago
* MANIFEST.in, NEWS, setup.py: Update for no fas1 modules and the docs directory.
Toshio Kuratomi
More...
almost 18 years ago
* doc/service.rst: Make the example for doing something different for json reflect a real-world problem.
Toshio Kuratomi
More...
almost 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.
Toshio Kuratomi
More...
almost 18 years ago
* fedora/accounts/tgfas.py, fedora/accounts/util.py: Remove more files that were only needed for accessing FAS1's database.
Toshio Kuratomi
More...
almost 18 years ago
* fedora/tg/util.py: Utility functions for tuurbogears servers. Currently has request_format() that tells what the requested output format is.
Toshio Kuratomi
More...
almost 18 years ago
* fedora/tg/client.py: Add a DeprecationWarning.
Toshio Kuratomi
More...
almost 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.
Toshio Kuratomi
More...
almost 18 years ago
* doc/client.rst, doc/service.rst: Begin documenting BaseClient and the server side support that makes it work.
Toshio Kuratomi
More...
almost 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.
Toshio Kuratomi
More...
almost 18 years ago
Add license information.
Toshio Kuratomi
More...
almost 18 years ago
Correct raise in fas2.py, add logout method to client.py.
Ricky Zhou
More...
almost 18 years ago
Add gencert for fedora-packager-setup (will probably want to do some cleaning up before actual use).
Ricky Zhou
More...
almost 18 years ago
Add authenticate method.
Ricky Zhou
More...
almost 18 years ago
Add fas2.py
Ricky Zhou
More...
almost 18 years ago
* fedora/tg/visit/safasvisit.py: Fix a silly typo.
Toshio Kuratomi
More...
almost 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.
Toshio Kuratomi
More...
almost 18 years ago
* ChangeLog: Update for new release.
Toshio Kuratomi
More...
almost 18 years ago
←
1
2
…
53
54
55
56
57
58
59
60
61
62
63
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree