0:00 AM
weeksio_ joined the channel
0:38 AM
johtso joined the channel
0:42 AM
Gentlecat joined the channel
0:55 AM
Nyanko-sensei joined the channel
1:19 AM
MBJenkins
1:19 AM
* dufferzafar0: Modified the review entity view to allow viewing revisions
1:19 AM
* dufferzafar0: Add 'View older revisions' link to review entity page
1:19 AM
* dufferzafar0: Fetch only the required revision in the review.entity view
1:19 AM
* dufferzafar0: Fetch only the required revisions in the review.revisions view
1:19 AM
* dufferzafar0: Display older revisions link in all cases
1:20 AM
Gentlecat
dufferzafar: ^ forgot to update RevisionTestCase :)
1:21 AM
can you fix please?
1:25 AM
Nyanko-sensei joined the channel
1:59 AM
JesseW joined the channel
2:04 AM
CatQuest joined the channel
2:05 AM
d4rkie joined the channel
2:32 AM
JesseW joined the channel
3:13 AM
CatCat joined the channel
3:19 AM
weeksio joined the channel
3:41 AM
JesseW joined the channel
4:09 AM
johtso joined the channel
4:23 AM
ariscop joined the channel
4:29 AM
Gentlecat joined the channel
4:52 AM
JesseW joined the channel
5:14 AM
JesseW joined the channel
6:03 AM
JesseW joined the channel
6:09 AM
diana_olhovik_ joined the channel
6:54 AM
ohrstrom joined the channel
7:02 AM
Junior_ joined the channel
7:56 AM
ruaok joined the channel
8:08 AM
UmkaDK joined the channel
12:07 PM
Gentlecat joined the channel
12:17 PM
xps2 joined the channel
12:27 PM
zas joined the channel
12:28 PM
zas
12:29 PM
Freso: i may split this PR before merging, one for cover art options revamp, one adding the local files support
13:09 PM
Freso
:)
13:13 PM
ohrstrom joined the channel
13:27 PM
reosarevok joined the channel
13:57 PM
alastairp
13:57 PM
Nyanko-sensei joined the channel
14:00 PM
reosarevok
14:01 PM
alastairp
I need works
14:01 PM
reosarevok
Well, just check with a work collection :)
14:01 PM
If it doesn't work, ticket
14:01 PM
Given how the events one works I'd expect if it works it'll just be ws/2/collection/id/works
14:01 PM
alastairp
no, it doesn’t work
14:02 PM
yes, I’ll make a ticket
14:02 PM
reosarevok
Ok! :)
14:02 PM
(also meh :( But at least we know now)
14:02 PM
alastairp
but honestly, a little weird that it was “released” without being fully working...
14:03 PM
reosarevok
Well, the schema change bits were released during the schema change, I think the rest is still kinda WIP
14:03 PM
(not even all the entities can be added to collections at all yet I think? Unsure)
14:04 PM
I might very well be mistaken though, I'm not very on top of development right now
14:04 PM
alastairp
sure
14:04 PM
OK, added
14:04 PM
reosarevok
Thanks!
14:04 PM
alastairp
MBS-8459
14:04 PM
mb-chat-logger
14:04 PM
alastairp
I guess I’ll put this task to the side. or use requests on the main website :(
14:05 PM
I kinda want to put all these metadata tasks to rest, but we’re coming up against lots of problems
14:05 PM
but tickets are getting fixed, so that’s great
14:05 PM
reosarevok
I mean, you're our early adopters, there's always going to be some bugs
14:06 PM
alastairp
it has to be perfect all the time, damnit
14:06 PM
reosarevok
How do you survive Spain :D
14:06 PM
alastairp
sometimes I retreat to my little english-speaking bubble
14:08 PM
reosarevok
Oh, maybe that'd work. Definitely would never expect anything in Spain to be perfect all the time. Or work. Or even start.
14:15 PM
Freso
Or be there at all?
14:16 PM
alastairp
nah, spain’s here
14:16 PM
OK
14:16 PM
alastairp page scrapes to add works to collections
14:16 PM
a pity, because the url on the website uses rowid ;)
14:21 PM
Freso
That should possibly also be reported. :p
14:22 PM
alastairp
already done
14:25 PM
14:26 PM
OK, I have a mirror which I can get rowids from
14:38 PM
ianmcorvidae|alt joined the channel
14:41 PM
Mineo_ joined the channel
14:49 PM
flamingspinach joined the channel
15:00 PM
Nyanko-sensei joined the channel
15:07 PM
ManiacTwister joined the channel
15:07 PM
Sebastinas joined the channel
15:12 PM
zag joined the channel
15:16 PM
JesseW joined the channel
15:57 PM
diana_olhovik joined the channel
16:05 PM
zas
16:06 PM
yeeeargh joined the channel
16:06 PM
JesseW has left the channel
16:24 PM
xps2 joined the channel
18:21 PM
UmkaDK_ joined the channel
18:25 PM
UmkaDK joined the channel
19:30 PM
alastairp
pymb people, who has any idea about how we do timeouts? From looking at code it looks like we don’t do anything special, so perhaps defaults are used?
19:37 PM
ianmcorvidae
what sort of timeouts?
19:37 PM
502s, you mean, or?
19:38 PM
alastairp
sorry, that was unclear
19:39 PM
I’m doing some AB stuff. I want to wind the socket timeout down really low, so if the MB request takes too long for whatever reason, we fall back to submitted metadata
19:39 PM
I was wondering if we expose the http request timeout as a parameter (we don’t)
19:39 PM
but we can use socket.setdefaulttimeout
19:39 PM
*however*
19:40 PM
in our infinite wisdom we added an auto-retry functionality, which isn’t user-configurable either :(
19:40 PM
ianmcorvidae
apparently we import build_opener twice from urllib2, heh
19:40 PM
UmkaDK_ joined the channel
19:40 PM
but yeah, I think we basically just used defaults
19:42 PM
alastairp
I wonder if it’s a good idea to expose max_retries
19:42 PM
maybe even by a hidden _parameter
19:42 PM
that can be changed if you know what you’re doing
19:42 PM
like we do with parsers
19:45 PM
ianmcorvidae
yeah, I think it probably makes sense to have everything replaceable if needed
19:54 PM
sasl_test joined the channel
20:37 PM
alastairp
ianmcorvidae: re: 8459, I wanted write, but I hacked it by using the website endpoint
20:37 PM
so it’s not a requirement for me right at this moment any more
20:37 PM
ianmcorvidae
right. I'll do a branch for the easy part that adding the read endpoints is then, and maybe look into the write endpoint stuff later
20:38 PM
alastairp
yeah, good idea
21:00 PM
sasl_test joined the channel
21:10 PM
sasl_test joined the channel
21:23 PM
Junior_ joined the channel
21:54 PM
sasl_test joined the channel
22:27 PM
ruaok joined the channel