okno_: (and maybe others) I'm Ritiek and I've been somewhat involved with the musicbrainz_rs project lately. I've submitted an application on the GSoC forum to this project. I realize it's pretty late given the official application deadline is today, but better late than never! I'd be interested if anyone has any feedback to share on the application.
2021-04-13 10311, 2021
yyoung
Hi yvanzo, I haven't received your gist comments yet, but I've made some changes to the schedule according to our last discussion, please have a look at the proposal on the forum so we can finalize the proposal today, thanks!
2021-04-13 10332, 2021
flamingspinach has quit
2021-04-13 10352, 2021
flamingspinach joined the channel
2021-04-13 10327, 2021
MRiddickW joined the channel
2021-04-13 10321, 2021
BrainzGit
[listenbrainz-server] amCap1712 opened pull request #1386 (master…deploy-image): Automatically build and push image to Docker Hub when new tag is pushed https://github.com/metabrainz/listenbrainz-server…
yvanzo: if you want to do some reviewing today, I'll be around :)
2021-04-13 10325, 2021
navap-
reosarevok: Well that was fast... it's like you knew the ticket was going to be created 😆
2021-04-13 10301, 2021
reosarevok
I hadn't started work on it before you created, in any case :) It's just hopefully a small patch, unless I missed something
2021-04-13 10349, 2021
navap-
It's been so long since I've looked at MBS code. The perl looks so foreign to me now :(
2021-04-13 10321, 2021
sumedh joined the channel
2021-04-13 10337, 2021
sumedh has quit
2021-04-13 10346, 2021
yef has quit
2021-04-13 10334, 2021
yef joined the channel
2021-04-13 10335, 2021
yef has quit
2021-04-13 10335, 2021
yef joined the channel
2021-04-13 10300, 2021
endurance21
hey! everyone
2021-04-13 10356, 2021
endurance21
I have a query,if i am not wrong bookbrainz dont directly store users/editors email adress it rather stores editors metabrainz id . how can one collect the email adress of user using this metabrainz id , if possible ?
CatQuest: I did post it in the GSoC subsection. Is it not visible? Or is there another place I should post it too?
2021-04-13 10302, 2021
Mr_Monkey
endurance21: That's a good question, and I don't have a 100% sure answer for you. Most likely we will have to establish a connection to the MB database, and armed with the metabrainz_user_id column fetch the users we're interested in. The BB and MB databases are hosted in the same postgres instance so configuration shouldn't be too tricky.
2021-04-13 10347, 2021
endurance21
okay ! sounds promising !
2021-04-13 10359, 2021
endurance21
thanks :)
2021-04-13 10312, 2021
BrainzGit
[musicbrainz-server] reosarevok opened pull request #2059 (master…edit-preview-relationship-warning): Fix Catalyst warning: don't try using undef to access hash https://github.com/metabrainz/musicbrainz-server/…
2021-04-13 10319, 2021
reosarevok
bitmap, yvanzo: while I'm fixing warnings, https://github.com/metabrainz/musicbrainz-server/… fixes one and adds a filter for artist works lists that is extra useful now that relationships view is paged, can we get that one reviewed?
2021-04-13 10356, 2021
sumedh has quit
2021-04-13 10357, 2021
BrainzGit
[musicbrainz-server] reosarevok opened pull request #2060 (master…no-parent-format-jsonld-warning): Fix Catalyst warning: ensure parent format id is not undef https://github.com/metabrainz/musicbrainz-server/…
sigh. I guess an all out war on the FSF will be coming.
2021-04-13 10339, 2021
ruaok won't shed a tear
2021-04-13 10329, 2021
ruaok
alastairp: user dump feedback deployed and working as expected.
2021-04-13 10340, 2021
alastairp
\o/
2021-04-13 10352, 2021
ruaok
pristine___: user feedback dumps are now happening on a regular basis. will you have time to work on this spark side of things soon?
2021-04-13 10316, 2021
alastairp
_lucifer: yeah, no worries. we can always deploy it as-is with the 4 test processes for now
2021-04-13 10324, 2021
alastairp
did we merge or close the final jenkins fix?
2021-04-13 10338, 2021
_lucifer
neither, i thinks its open.
2021-04-13 10341, 2021
alastairp
I wouldn't mind still adding in the additional --filter to `docker images ls`
2021-04-13 10343, 2021
alastairp
then merge it
2021-04-13 10347, 2021
alastairp
so that we have it in the git history
2021-04-13 10312, 2021
Mineo
outsidecontext, zas: I've merged https://github.com/metabrainz/picard/pull/1790, but didn't do anything with the associated jira ticket. I don't know if what's currently in master will all make it into 2.7 or a later release. I'll leave that to you guys :-)
2021-04-13 10349, 2021
_lucifer
alastairp: updated Jenkins PR with filter on image name.
2021-04-13 10323, 2021
reosarevok
alastairp: do you know how I can choose where CB is built? I want to fix a couple bugs I found, but the docker images seem to go to /var by default and I don't have enough space in that partition
reosarevok: something like the above patch should work
2021-04-13 10340, 2021
prabal
Mr_Monkey: I've updated my proposal, have a look at it whenever you're free :)
2021-04-13 10329, 2021
yvanzo
yyoung: The schedule looks a bit better but it should be more incremental, that is delivering a small feature that works every two weeks, instead of trying to create full-feature components independently and to connect them on week 9 and then realizing it doesn't work when it's too late.
2021-04-13 10351, 2021
reosarevok
_lucifer: ERROR: Network musicbrainzdocker_default declared as external, but could not be found. Please create the network manually using `docker network create musicbrainzdocker_default` and try again. - just do that?