to do the import we need all of the musicbrainz website + dependencies. I _think_ that's where some of the size comes from, though I had a look and thought that it was only a few hundred mb
2021-04-12 10245, 2021
alastairp
it may be the base image
2021-04-12 10222, 2021
_lucifer
i remember looking at the base image its just postgres i think
2021-04-12 10228, 2021
_lucifer
but let me check again
2021-04-12 10230, 2021
prabal joined the channel
2021-04-12 10236, 2021
yvanzo
URLCleanup is already used by the current UI, ExternalLinksEditor must just be reworked (deeply or rewritten) to support new URLCleanup capabilities.
_lucifer: actually I'm wrong, postgres is 3.6gb. that's interesting. when I did the docker pull it explicitly said it was pulling a 1gb layer, so I wonder where that was
2021-04-12 10259, 2021
_lucifer
alastairp: i had seen the 1.1g compressed in docker hub
do you think we should give the user to ability to change the number of times they receive notifications using email?
2021-04-12 10209, 2021
prabal
i think we should send them one email a day and give them an option to unsubscribe notifications via email
2021-04-12 10209, 2021
alastairp
👍 because it compresses so well I'm happy with that, no need to make any further changes
2021-04-12 10224, 2021
alastairp
maybe I'll add a quick note to the readme describing this
2021-04-12 10209, 2021
yvanzo
yyoung: I don’t understand the label of week 6-7 either. :) Maybe make a simple list of things to do first (in a gist for example) so we can check if something is amiss, and only then you will be able to order these tasks properly and allocate weeks?
2021-04-12 10238, 2021
prabal
giving them the option to change the frequency of the emails they receive might increase the complexity of the project
yvanzo: Yes that's what I mean in the schedule, I'll update the statement later :)
2021-04-12 10224, 2021
yvanzo
yyoung: The idea is to keep the auto-select/cleanup/validation logic in URLCleanup (that can be renamed URLHandler if that is more clear) and keep the UI stuff only in ExternalLinksEditor and such.
People up for reviews: zas, reosarevok, alastairp, _lucifer, Freso, bitmap, Mr_Monkey, ruaok, yvanzo, shivam-kapila, CatQuest – anyone else who might want to give review, let me know ASAP! :)
2021-04-12 10219, 2021
Freso
zas: Go!
2021-04-12 10225, 2021
zas
hey
2021-04-12 10237, 2021
TOPIC: MetaBrainz Community and Development channel | MusicBrainz non-development: #musicbrainz | Channel is logged; see https://musicbrainz.org/doc/IRC for details | Agenda: Reviews, FTP (zas), Weblate (outsidecontext)
2021-04-12 10247, 2021
zas
I configured the 5 new spark servers (aka Jackson5)
2021-04-12 10208, 2021
zas
Picard code review (we are on the way to next point release)
2021-04-12 10237, 2021
zas
I also upgraded grafana & discourse, plus usual maintenance & system upgrades
2021-04-12 10250, 2021
zas
that's it for me. reosarevok ?
2021-04-12 10255, 2021
reosarevok
Hi!
2021-04-12 10210, 2021
reosarevok
I looked into some more schema change tickets, then did more triaging + fixing small old tickets
2021-04-12 10222, 2021
reosarevok
Now looking into some log warnings to see if we can clear it up a bit more
2021-04-12 10252, 2021
reosarevok
That's about it for me
2021-04-12 10257, 2021
reosarevok
CatQuest: you?
2021-04-12 10206, 2021
CatQuest
Meow! `😺`
2021-04-12 10207, 2021
reosarevok
(oh, sorry, and added some genres!)
2021-04-12 10210, 2021
reosarevok
(now done)
2021-04-12 10215, 2021
CatQuest
A little bit of everything, adding books to bb, adding images to instruments
2021-04-12 10223, 2021
CatQuest
admiring the snowing outside
2021-04-12 10229, 2021
CatQuest
tomorrow there will be 10 degrees and sunshine
2021-04-12 10229, 2021
CatQuest
ahh #justaprilthings
2021-04-12 10233, 2021
CatQuest
feeling a bit groggy... we'll see.
2021-04-12 10238, 2021
CatQuest
2021-04-12 10239, 2021
CatQuest
♓
2021-04-12 10239, 2021
CatQuest
fin, go Mr_Monkey
2021-04-12 10243, 2021
Mr_Monkey
Hello !
2021-04-12 10249, 2021
Mr_Monkey
I was off the first week of the month, but found a bit of time to review GSoC proposals and a non GSoC project proposal to replace our current ORM with TypeORM, along with typescript support.
Some useful discussion I had with ruaok about pagination, since my hand are all in there. We will continue that this week.
2021-04-12 10208, 2021
Mr_Monkey
And that's it for me ! _lucifer go !
2021-04-12 10226, 2021
_lucifer
Hi all!
2021-04-12 10218, 2021
_lucifer
I worked on some cache improvements in BU, we ended up dropping support python2.
2021-04-12 10245, 2021
Freso
🙌
2021-04-12 10209, 2021
_lucifer
Taking benefit of the opportunity, I and alastairp worked on improving thing in BU that were not earlier possible.
2021-04-12 10250, 2021
_lucifer
We also updated completed upgrading all applications to new sentry.
2021-04-12 10217, 2021
_lucifer
Further, I worked on the Youtube player implementation and some cache related improvements in CB.
2021-04-12 10233, 2021
_lucifer
Lastly, I worked on migrating BU from Travis CI to Github Actions.
2021-04-12 10248, 2021
_lucifer
That's it for me. alastairp: next?
2021-04-12 10253, 2021
alastairp
hi
2021-04-12 10257, 2021
alastairp
!m _lucifer
2021-04-12 10257, 2021
BrainzBot
You're doing good work, _lucifer!
2021-04-12 10210, 2021
alastairp
in the last weeks I worked a lot with _lucifer to release brainzutils 2.0, this will include only python 3 support, and a handful of changed APIs to remove a bunch of functionality that we never really used
2021-04-12 10219, 2021
alastairp
We released a new verison of BU that uses sentry-sdk instead of the old raven library, released this on all python apps that use it, and did a general cleanup of the way we use sentry
2021-04-12 10228, 2021
alastairp
I made a new docker image, https://hub.docker.com/r/metabrainz/brainzutils-m…, that is a postgres image with a full copy of the sample database. This helps to make brainzutils tests much faster, and is available for any other service that wants to test against a real database
I also reviewed some project proposals for GSoC for AB
2021-04-12 10253, 2021
alastairp
ruaok: next?
2021-04-12 10258, 2021
ruaok
yo
2021-04-12 10218, 2021
shivam-kapila
(applications close tomorrow. Right?)
2021-04-12 10228, 2021
ruaok
I spent some time negotiating and reviewing a contract for a new 🦄, so that is exciting.
2021-04-12 10241, 2021
ruaok
some accounting follow up from the previous week.
2021-04-12 10244, 2021
shivam-kapila
Woohoo!!!
2021-04-12 10223, 2021
yvanzo
(shivam-kapila: yes)
2021-04-12 10232, 2021
ruaok
some PR reviews and submitting a PR for some lb labs additions that are needed to finish off the work on the mbid_mapping_writer, which is a significant step for us to stop using MSIDs, which is super exciting.
2021-04-12 10255, 2021
ruaok
and I reviewed jasondk's proposal and now I need to get that feedback to him.