6
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 11 hours ago.
May 04, 2023 — May 04, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
edit page now uses the new sql
mmcgrath
as Michael McGrath
More... about 16 years ago
Merge branch 'master' of ssh://git.fedorahosted.org/git/fedora-infrastructure More... about 16 years ago
* Updates to working. More... about 16 years ago
user_name => username in safasprovider More... about 16 years ago
s/user_name/username/ for new identity provider
mmcgrath
as Michael McGrath
More... about 16 years ago
the new gobby stuff
mmcgrath
as Michael McGrath
More... about 16 years ago
app from gobby
mmcgrath
as Michael McGrath
More... about 16 years ago
* Add an safasprovider for FAS2. If this works we'll probably end up moving this and the model into python-fedora somewhere for the other services. More... about 16 years ago
Blindly taking what was in gobby
mmcgrath
as Michael McGrath
More... about 16 years ago
Merge branch 'master' of ssh://git.fedorahosted.org/git/fedora-infrastructure More... about 16 years ago
Clean up some assumptions with ricky's input. More... about 16 years ago
disable ldap and openID for now
mmcgrath
as Michael McGrath
More... about 16 years ago
use fas1 code
mmcgrath
as Michael McGrath
More... about 16 years ago
* Add primaryjoin information where SQLAlchemy can become confused as to which foreign key is used for a relation. More... about 16 years ago
* Fix some syntax errors. More... about 16 years ago
* Add primary key columns to person_roles and group_roles. More... about 16 years ago
* Fix the dburi. We ave to use postgres since we're doing some data checking via postgres scripts. More... about 16 years ago
* call get_engine() to connect to the database. More... about 16 years ago
* Remove assign_mapper as mapper should do the trick. More... about 16 years ago
* Port from SA-0.3 to SA-0.4. More... about 16 years ago
Merge branch 'master' of ssh://git.fedorahosted.org/git/fedora-infrastructure More... about 16 years ago
* Finish the docstring. More... about 16 years ago
put some )'s in the right place (I hope)
mmcgrath
as Michael McGrath
More... about 16 years ago
- removed CLA from group_emails.purpose; added mailing list. - Removed check for email address validity (we'll check by sending an email) - Added 'pending' type to person_emails. More... about 16 years ago
Add latitude and longitude. Add a locale preference. More... about 16 years ago
Add copyright/license to fas2.sql. More... about 16 years ago
- role tables have to come after both people and groups tables are defined. - Add grants for visit and visit_identity. - Add grants for the potential python-fedora module to connect. More... about 16 years ago
Updates from TG-1.0.4.2 More... about 16 years ago
- Organize the schema. - Comment on some fields that could map to equivalents in the TG users/groups tbales. - Add session tables visit and identity to the schema. More... about 16 years ago
Add an sqlalchemy model that works with the SQL Schema. More... about 16 years ago