Hi, myself Dhanmoni Nath, a software developer student. Is this the right place to discuss about the GSoC projects?
2021-03-11 07059, 2021
_lucifer
Dhanmoni77: welcome to the community. yes!
2021-03-11 07007, 2021
Dhanmoni77
Thanks _lucifer...I went through the project ideas and interested in the project "BookBrainz". I have 3+ years of experience in React, Node.js but quite new to SQL....Looking forward to contributing to the project :)
2021-03-11 07046, 2021
_lucifer
Mr_Monkey is the right person to contact for queries regarding BookBrainz.
2021-03-11 07036, 2021
Dhanmoni77 has quit
2021-03-11 07052, 2021
sumedh joined the channel
2021-03-11 07018, 2021
okno_ joined the channel
2021-03-11 07055, 2021
okno_
Hello, @Freso could you add me to the monday meeting list so I can introduce myself. I am maintaining musibrainz_rs. I've not been around for a while I am planning to get back to work on the rust API binding.
2021-03-11 07006, 2021
Dhanmoni joined the channel
2021-03-11 07011, 2021
reosarevok
Yay. Welcome back, okno_
2021-03-11 07048, 2021
Rohan_Pillai has quit
2021-03-11 07007, 2021
Cyna[m]
reosarevok: can you point me to the user database schema ? I only found musicbrainz schema which doesnt have any information on users of musicbrainz
2021-03-11 07050, 2021
Dhanmoni has quit
2021-03-11 07020, 2021
yvanzo
welcome back okno_!
2021-03-11 07033, 2021
yvanzo
updating beta.mb.o
2021-03-11 07011, 2021
dpmittal joined the channel
2021-03-11 07043, 2021
reosarevok
Thanks, yvanzo :)
2021-03-11 07057, 2021
reosarevok
Cyna[m]: user -> editor
2021-03-11 07035, 2021
reosarevok
If the schema table doesn't have it, check CreateTables in the admin/sql folder
2021-03-11 07031, 2021
Rohan_Pillai joined the channel
2021-03-11 07045, 2021
reosarevok is afk but can answer messages if needed
2021-03-11 07028, 2021
reosarevok
yvanzo: maybe bitmap has a better fix, but then we can apply that on top I guess :) For now it seems this will make beta usable
2021-03-11 07025, 2021
yvanzo
reosarevok: that did not fix it
2021-03-11 07042, 2021
mugen has quit
2021-03-11 07004, 2021
reosarevok
Huh, ok... It seemed to locally
2021-03-11 07023, 2021
reosarevok
Then I dunno. Maybe you can figure it out :/ sorry, I'm on a bus without a laptop
2021-03-11 07044, 2021
CatQuest
reosarevok lives at Tartu not Ise!
2021-03-11 07052, 2021
reosarevok
Worst case scenario I guess bitmap will quickly realize what the problem was, but
2021-03-11 07033, 2021
reosarevok
We *could* undo the fix where it doesn't load it from cache :p at least the pages would load in the meantime
2021-03-11 07042, 2021
reosarevok
But that's only if you can't find the actual fix
2021-03-11 07027, 2021
reosarevok tries looking through the code on GitHub too
2021-03-11 07038, 2021
yvanzo
At worst, we can revert the whole TO_JSON patchset.
2021-03-11 07021, 2021
yvanzo
Before that, We can at least try to get a fix by tomorrow.
2021-03-11 07007, 2021
reosarevok
Yeah
2021-03-11 07042, 2021
reosarevok
So, WikipediaExtract was moved from after show to before show
2021-03-11 07035, 2021
reosarevok
And then Controller::Area does to_json_object($c->stash->{wikipedia_extract})
2021-03-11 07056, 2021
ruaok
moin!
2021-03-11 07010, 2021
reosarevok
The line number the ISE showed was actually
2021-03-11 07014, 2021
yvanzo
I cannot reproduce it locally either
2021-03-11 07032, 2021
reosarevok
my $encoded = $json_encoder->encode($data);
2021-03-11 07000, 2021
reosarevok
In encode_with_linked_entities
2021-03-11 07023, 2021
reosarevok
yvanzo: as in, locally there's no ISE?
2021-03-11 07050, 2021
yvanzo
yes
2021-03-11 07043, 2021
reosarevok
Even with refreshing? That's what I seemed to see after adding the TO_JSON
2021-03-11 07050, 2021
yvanzo
yes
2021-03-11 07008, 2021
reosarevok
You did all the building with parameters and whatnot, right?
2021-03-11 07013, 2021
reosarevok
(just in case)
2021-03-11 07024, 2021
yvanzo
that is?
2021-03-11 07036, 2021
reosarevok
Before releasing beta I mean
2021-03-11 07048, 2021
Rohan_Pillai has quit
2021-03-11 07052, 2021
reosarevok
(I only pushed the code - by accident - but didn't do anything else)
2021-03-11 07036, 2021
reosarevok
(including jenkins)
2021-03-11 07009, 2021
yvanzo
sure I tested your patch locallly, built a new beta image with it and deployed it.