=== wedgwood is now known as wedgwood_away | ||
stokachu | does the api accept just https://api.launchpad.net/1.0/~ to reference current caller? | 01:34 |
---|---|---|
wgrant | stokachu: You can request that URL and get the self_link out of it and use that, but you can't use that URL itself as a person reference. | 01:37 |
stokachu | ah | 01:37 |
stokachu | lemme try that | 01:37 |
wgrant | Hm, /~ might not actually work through the API, but /people/+me does | 01:38 |
stokachu | ah let me try that one :) | 01:38 |
stokachu | wgrant: ok so just /~ doesn't work, but calling /people/+me then accessing self_link works like a champ | 01:40 |
stokachu | thx | 01:40 |
wgrant | Great. | 01:41 |
=== vibhav is now known as Guest98376 | ||
noodles775 | Hi! Is anyone up for a small-ish review (190l): https://code.launchpad.net/~michael.nelson/launchpad/include-binary-size/+merge/150831 | 08:00 |
czajkowski | noodles775: we dont really have on call reviewer any more, you may have more luck asking in #launchpad-dev | 08:13 |
noodles775 | Thanks czajkowski - I'll try there :) | 08:16 |
=== Guest98376 is now known as vibhav | ||
=== komputes_ is now known as komputes | ||
=== fabo_ is now known as fabo | ||
mandel | hello, is there a way to remove my user from launchpad.net | 12:43 |
mandel | ?? | 12:43 |
mandel | well, my second user actually | 12:44 |
czajkowski | mandel: you breaking things | 12:44 |
czajkowski | tut tut | 12:44 |
mandel | czajkowski, I created a user just for the ubuntu one windows port to get email of EVERYTHING in my personal email account and is driving me nuts | 12:44 |
mandel | :) | 12:44 |
mandel | waaaay to many email already | 12:44 |
czajkowski | why not juse merge them into one | 12:45 |
czajkowski | and follow the merge link | 12:45 |
czajkowski | mandel: https://launchpad.net/people/+requestmerge | 12:45 |
mandel | czajkowski, ok, I'll do that | 12:47 |
=== soren__ is now known as soren | ||
=== benji___ is now known as benji | ||
=== Ursinha-afk is now known as Ursinha | ||
=== wedgwood_away is now known as wedgwood | ||
BigWhale | Greetings. | 15:10 |
BigWhale | Err, how do I change program icon in launchpad? | 15:10 |
czajkowski | BigWhale: what one ? | 15:12 |
BigWhale | Upper left corner of the project | 15:13 |
BigWhale | https://launchpad.net/kazam | 15:13 |
czajkowski | that | 15:13 |
czajkowski | BigWhale: you;d need the maintainer to do it | 15:14 |
czajkowski | so anyone on the Kazam Team can do it | 15:14 |
BigWhale | well yes ... | 15:14 |
BigWhale | I am failing to discover where it can be done. | 15:15 |
BigWhale | I am on the Kazam team ... | 15:15 |
czajkowski | should be a icon somewher to change branding | 15:15 |
czajkowski | search branding | 15:15 |
BigWhale | if I click change details, I can change the details, but not the icon ... | 15:15 |
BigWhale | hmmm ok | 15:15 |
BigWhale | ok found it .. never mind | 15:16 |
BigWhale | thanks | 15:16 |
czajkowski | :) | 15:16 |
stokachu | does the 1.0 api allow you to programmatically assign a bug? | 16:21 |
stokachu | im not finding any post methods for this | 16:21 |
=== matsubara is now known as matsubara-lunch | ||
dobey | stokachu: "bug_task.assignee = person" | 17:08 |
stokachu | dobey: ah under bug_task i see the writable field now, thanks! | 17:09 |
stokachu | would a bug_activity in 1.0 api contain when tags were added/remove/changed? | 17:48 |
=== matsubara-lunch is now known as matsubara | ||
dobey | stokachu: i'd say yes, but you will have to loop through every item in bug.activity_collection, and check activity.whatchanged to filter for tags | 18:40 |
=== deryck is now known as deryck[lunch] | ||
stokachu | dobey: hmm il look into it, right now we keep a copy of bug messages and regex through those comments for a particular hashtag :\ | 19:01 |
stokachu | dont worry we keep a local copy of interested bugs rather than tying up lp resources :P | 19:01 |
stokachu | cool, yea activity_collection_link displays a whatchanged => 'tags' with old and new values so that works | 19:13 |
stokachu | and gives us a person_link to show who did what awesome! | 19:13 |
=== deryck[lunch] is now known as deryck | ||
=== _thumper_ is now known as thumper | ||
=== Ursinha_ is now known as Ursinha | ||
DNS | hi guys | 21:05 |
DNS | is this normal that i am forced to make new password? | 21:05 |
lifeless | Launchpad doesn't store passwords, perhaps you want SSO support? | 21:08 |
DNS | thats doesnt answer my question.... i would like to know if launchpad asks users after some time to make new password and if yes in which period? | 21:10 |
lifeless | Launchpad never asks that. | 21:10 |
lifeless | As it doesn't have passwords. | 21:11 |
DNS | but it does that at this very moment | 21:11 |
lifeless | No | 21:11 |
DNS | should i make a screenshot? | 21:11 |
lifeless | what URL | 21:11 |
DNS | lifeless: if i log in i get automaticaly send to https://login.launchpad.net/+edit | 21:15 |
DNS | i cleaned browser chache, logged out, same | 21:15 |
DNS | so wtf this is :D | 21:16 |
dobey | that is login.launchpad.net, not launchpad.net ? | 21:16 |
DNS | yes | 21:16 |
dobey | yes, so go to launchpad.net instead? | 21:17 |
DNS | i will be sent to this page ^^ | 21:17 |
DNS | let me try once more... | 21:17 |
DNS | wow now it worked | 21:18 |
lifeless | DNS: login.launchpad.net is not (appearances can decieve) part of launchpad | 21:18 |
lifeless | DNS: it is a skinned SSO site. | 21:19 |
DNS | still i wonder why i was sent to this page | 21:19 |
dobey | probably becuase you went to login.launchpad.net to log in | 21:19 |
stokachu | i ran into that issue when it was wanting me to setup 2 factor auth | 21:20 |
=== mapreri_ is now known as mapreri | ||
=== Ursinha is now known as Ursinha-afk | ||
=== Ursinha-afk is now known as Ursinha | ||
=== Ursinha is now known as Ursinha-afk | ||
=== thumper is now known as thumper-afk | ||
=== Ursinha-afk is now known as Ursinha | ||
=== wedgwood is now known as wedgwood_away | ||
=== wedgwood_away is now known as wedgwood | ||
cmars232 | is there a way to serve an html file out of a branch in launchpad? | 23:33 |
cmars232 | like how github's "raw file" option? | 23:33 |
wgrant | cmars232: Not at the moment. The security concerns make it somewhat more effort to implement than you might expect. | 23:36 |
DNS | cmars232: seems not, but you can download the file | 23:36 |
DNS | :) | 23:36 |
DNS | maybe a browser could be configured to open the file in new tab | 23:37 |
wgrant | That's not the issue. | 23:38 |
wgrant | The issue is displaying arbitrary user-generated HTML on one of our secure domains. | 23:38 |
cmars232 | wgrant: DNS: the download link seems shareable. that'll work fine. thanks | 23:38 |
=== wedgwood is now known as wedgwood_away |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!