/srv/irclogs.ubuntu.com/2009/07/28/#ubuntuone.txt

=== rmcbride changed the topic of #ubuntuone to: Help contact: rmcbride | File Sharing for Ubuntu | https://ubuntuone.com | https://launchpad.net/ubuntuone | Currently in limited beta, new invitations are sent regularly | Current Beta Client Revno is 100, Protocol Revno is 54 | Release 0.91.0
=== jasondavies_ is now known as jasondavies
statikthe fire started before i arrived15:00
urbanapePIANO MAN!15:00
statikMEETING BEGINS: lets talk about code15:01
teknicostatik, if you want fire on 2.5 you need to import it from __future__ ;-P15:01
statikteknico, i break something every day it seems :)15:02
urbanapeme15:02
statikme15:02
rodrigo_me15:02
teknicome15:02
teknicorodrigo_, how's your standup preparation today? ;-P15:02
aquariusme15:02
rodrigo_teknico: getting the notes now :)15:02
statikDONE: Worked on bindwood package, bugs, lots of code review, merged code for desktopcouch, broke and fixed trunk.15:03
statikTODO: Finish the ubuntu package for lp:bindwood. publish desktop-contacts python module. Review/prioritize the todo lists for next week. work in overdrive to catch up on my backlog of todo items.15:03
statikBLCK: None.15:03
statiknext, urbanape15:03
vdsme15:03
urbanapeDONE: Merged new folder branch for new files ui. More hacking on the sharing panel contents. Yay, YUI 3, sorta.15:03
urbanapeTODO: I'm an on-call reviewer today, so I expect to play with other people's code a bit. More hacking. Hope to have this branch submitted soon.15:03
urbanapeBLOCK: None15:03
urbanaperodrigogogogo15:03
rodrigo_DONE: more work on per-user couchdb branch. Talked with aquarius about tomboy oauth15:04
CardinalFangme15:04
rodrigo_TODO: tomboy oauth. evo-couchdb work15:04
rodrigo_BLOCKED: none15:04
rodrigo_teknico: go15:04
teknicoDONE: split the testing scripts branch in three new branches, the errors disappeared (?!), landed one of the three new branches, approached jdo for the service options to check when syncing phone15:04
teknicoTODO: land the two remaining branches, implement checking the subscription when syncing phone15:04
teknicoBLOCKED: none (crashes get less frequent if I run "make update-sourcedeps" setting NUM_BZRS=1)15:04
tekniconext: aquarius15:04
rodrigo_teknico: wasn't as quick as I wanted, sorry :)15:04
teknicorodrigo_, you'll get better ;-)15:04
aquariusDONE: made couchdb-oauth work (yay!), talk to rodrigo about oauth in tomboy, discovered that my tomboy doesn't work with snowy either15:04
aquariusTODO: work out why tomboy doesn't work with snowy; test couch replication using oauth15:04
aquariusBLOCKED: none15:04
aquariusvds, hit me15:04
vdsDONE:finished couchdb snapshots, up for review, it probably requires few fixes15:05
vdsTODO: land on couchdb db snapshots15:05
vdsBLOCKED: nope15:05
vdsyour turn CardinalFang15:05
CardinalFangDONE: temporary view API code replaced15:05
CardinalFangTODO: finish.  get spawning tested.15:05
CardinalFangBLOCKED: none15:05
statikdobey, around?15:05
statikjust a quick poll: has everyone been able to upgrade to karmic?15:06
rodrigo_teknico: ok, so my problem is getting back from lunch just 2 minutes before the meeting, so while writing the notes I get poked for my turn15:06
statiki have15:06
rodrigo_teknico: I need to have lucnh quicker :)15:06
aquariusstatik, yep, I'm on karmic15:06
rodrigo_statik: I'm running it since many weeks ago15:07
teknicorodrigo_, or doing the notes before it :-)15:07
statikrodrigo_, taking a bullet for the team, way to go15:07
rodrigo_teknico: yes, right15:07
dobeyoh15:07
dobeyme15:07
dobeyDONE: New client release for Karmic, Upgraded client and protocol repos to 2a, Update oauth.py to trunk version15:07
dobeyTODO: Poke at OAuth, #37870715:07
dobeyBLCK: None.15:07
statikthats all of us. thanks guys! MEETING ENDS15:07
teknicorodrigo_, does your IRC program warn you against doing a multiline paste? mine does, but I don't listen it it :-)15:07
teknico*to it15:08
dobeyteknico: irssi does if it's more than like 3-4 lines15:08
rodrigo_teknico: I think it doesn't, /me tries15:08
dobeybut you just hit C-k to continue15:08
rodrigo_• More openSUSE packaging15:08
rodrigo_• allow-per-user-couchdb in e-d-s15:08
rodrigo_• more tests in test suite15:08
rodrigo_it works yeah15:08
teknicodandy :-)15:08
rodrigo_problem solved then, I'll do a multiline DONE/TODO :-)15:08
teknicorodrigo_, sorry for the bother :-)15:09
rodrigo_teknico: nah, my fault for being slow :)15:09
dobeyrodrigo_: just keep your note updated, and paste it all at once :)15:09
rodrigo_yeah, my slowness is for writing it in one line15:10
teknicobe slow when you flow, be fast when you must ;-)15:10
rodrigo_btw, now that I've got almost done the per-user couchdb stuff in evo-couchdb, I think we need a setup/first time process to add the evolution source for U1 automatically when a user activates his account15:12
rodrigo_dobey: should we do that when the oauth stuff is done?15:12
dobeywell, the couch source should be there anyway15:16
dobeyi guess we need a "[] Sync my Contacts" preference for u1 somewhere though too15:17
thisfredCardinalFang: gentle reminder: I shall be gone in 3.5 hours approximately, so if there's anything I can help with, before then would be good (will check for emergencies after dinner) Also, aquarius knows more than he lets on, so he should be able to help you with anything during my brief absence.15:18
* aquarius grins15:19
CardinalFangthisfred, I think I got it licked, except for one question:  In the convenience function you suggested, we create a view.  I assume it should persist.  I also assume the name of the view should be the same as the convenience function.  If either of those are wrong, let me know.15:20
thisfredCardinalFang: yes, it should persist (and probably check whether it's there first and not create one if it exists)15:21
CardinalFangGot that.  The name "get_records_of_type" is what I was unsure about.15:22
thisfredCardinalFang: the id of the view is up for debate, but something like get_all_[foo]s where foo is the type of record, (but not necessarily the record_type, as a url might not work well as part of a view id)15:22
CardinalFangAh, hmm.15:23
thisfredCardinalFang: it should go in the 'design' designdocument, perhaps aquarius has a brilliant suggestion for the view name15:23
thisfred(I did not really think about this before either)15:24
aquariuswhat am I trying to name?15:24
thisfredaquarius: when we have 'get_all_records_of_type(record_type, create_view=True)15:24
thisfredaquarius: what would the id of the view be?15:24
thisfredtricky one eh15:25
aquariusget_all_records_of_type, no?15:25
thisfredaquarius: eh15:25
thisfredaquarius: we'd need separate views for each type, surely?15:25
aquariuswhy? just specify startkey and endkey as the url for the type?15:26
thisfredI've worked around it a few times before, but I fear we'll have to have some sort of mapping from record_type URIs to something more wieldy15:26
aquariusand have the view be function(doc) { return doc.record_type, doc } ?15:26
thisfredaquarius: isn't that very inefficient?15:27
aquariusdon't think so, no15:27
thisfredaquarius: probably not15:27
thisfredaquarius: since we'll only have a few types per db anyway15:27
thisfredCardinalFang: so, it's simpler than I thought. What him said ^^15:27
CardinalFangRoger.  Thanks, guys.15:28
=== rmcbride changed the topic of #ubuntuone to: Help contact: rmcbride | File Sharing for Ubuntu | https://ubuntuone.com | https://launchpad.net/ubuntuone | Currently in limited beta, new invitations are sent regularly | Current Beta Client Revno is 109, Protocol Revno is 55 | Release 0.91
=== JamalFanaian is now known as JamalFanaian|afk
=== JamalFanaian|afk is now known as JamalFanaian
=== CardinalFang is now known as Guest3645
inkvizitor68slhi all20:46
inkvizitor68slare there any plans to create Ubuntu-One for servers?20:48
rmcbrideinkvizitor68sl: I assume you're asking about "servers" in the sense that they'd be running without X?20:54
inkvizitor68slyep20:54
rmcbrideinkvizitor68sl: we don't have anything specific in the cards that I'm aware of, but that's an interesting idea.20:55
rmcbrideWe're mainly looking to add to teh Desktop first.20:55
inkvizitor68slit will unique utility to upload files on remoted server, if it will be such easy in installation at servers20:55
* rmcbride nods20:56
inkvizitor68sland... why i comed... no1 wants to test file sharing with me >.> ?20:56
tcolethere is a CLI utility, though it doesn't work without X (well, specifically gnome-keyring) yet21:05
tcoleinstall ubuntuone-client-tools21:05
tcoleand see u1sync21:05
tcoleit is more for syncing individual directories rather than managing your regular desktop thing21:06
inkvizitor68slbut it is not bad idea to sync my develop dir at PC and at web server with such tool )21:08
inkvizitor68slscript maked, after few secs it is on serv21:08
DanaGHmm, I was just reading this:  http://www.stefanoforenza.com/what-is-ubuntu-one/  -- and the comparison to MobileMe made me wonder: MobileMe has the whole iPhone thing... does Canonical have any ideas of a similar sort of thing based on Ubuntu?21:16
DanaG... and what ever did happen to that whole "ARM Netbook" idea?  That's one place it could be useful.21:16
BUGabundoguud evening ;)21:29
BUGabundoguud evening ;)21:29
=== JamalFanaian is now known as JamalFanaian|afk
=== rmcbride changed the topic of #ubuntuone to: Help contact: | File Sharing for Ubuntu | https://ubuntuone.com | https://launchpad.net/ubuntuone | Currently in limited beta, new invitations are sent regularly | Current Beta Client Revno is 109, Protocol Revno is 55 | Release 0.91
=== inkvizitor68sl is now known as ink_away
=== BUGabundo1 is now known as BUGabundo

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!