lp:~robru/gwibber/accounts-fixup

Created by Robert Bruce Park and last modified
Get this branch:
bzr branch lp:~robru/gwibber/accounts-fixup
Only Robert Bruce Park can upload to this branch. If you are Robert Bruce Park please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Robert Bruce Park
Project:
Gwibber
Status:
Merged

Recent revisions

1446. By Robert Bruce Park

Abolish Account.config and upgrade all it's members to instance attributes.

1445. By Robert Bruce Park

Rebased onto barry's updated branch, fixup Base._account and Account.id.

All tests pass.

1444. By Robert Bruce Park

Ok, for real this time, there are NO MORE things using account['dict_key'] syntax.

I confirmed it with grep -R this time ;-)

1443. By Robert Bruce Park

Fix up some tests that were still testing against dict behavior.

1442. By Robert Bruce Park

Fixup some access token stuff that got lost in the shuffle.

1441. By Robert Bruce Park

And Accounts no longer inherits from dict!

1440. By Robert Bruce Park

Consolidate Account.global_id with Account['id'] and update tests accordingly.

1439. By Robert Bruce Park

Remove 'auth' from the Account dict and update all tests accordingly.

1438. By Robert Bruce Park

Duplicate Account class dict entries as instance attributes, too.

This is the first step in a transitional process of weaning the
Account class off it's dict inheritance. Now that the information is
duplicated in both places, I'll slowly change all other code and tests
to get the information from the new attributes, and then after that's
all done we can drop the dict entirely.

1437. By Robert Bruce Park

Rename Base.account to Base._account, to not interfere with public methods.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:gwibber
This branch contains Public information 
Everyone can see this information.