#musicbrainz-devel

/

      • ijabz2 joined the channel
      • 2015-04-30 12048, 2015

      • yeeeargh joined the channel
      • 2015-04-30 12022, 2015

      • UmkaDK joined the channel
      • 2015-04-30 12054, 2015

      • mat__ joined the channel
      • 2015-04-30 12028, 2015

      • Powlow_ joined the channel
      • 2015-04-30 12004, 2015

      • mb-chat-logger joined the channel
      • 2015-04-30 12032, 2015

      • kloeri_ joined the channel
      • 2015-04-30 12040, 2015

      • x73_l joined the channel
      • 2015-04-30 12049, 2015

      • ianmcorvidae|alt joined the channel
      • 2015-04-30 12011, 2015

      • reosarevok joined the channel
      • 2015-04-30 12029, 2015

      • kepstin-laptop joined the channel
      • 2015-04-30 12056, 2015

      • Freso joined the channel
      • 2015-04-30 12057, 2015

      • Junior joined the channel
      • 2015-04-30 12004, 2015

      • CatQuest joined the channel
      • 2015-04-30 12052, 2015

      • UmkaDK_ joined the channel
      • 2015-04-30 12048, 2015

      • MBJenkins
        roman: Added a way to get signatures for replication packets. Tweaked old endpoints.
      • 2015-04-30 12028, 2015

      • kepstin joined the channel
      • 2015-04-30 12003, 2015

      • MBJenkins
      • 2015-04-30 12050, 2015

      • ariscop joined the channel
      • 2015-04-30 12016, 2015

      • kloeri joined the channel
      • 2015-04-30 12038, 2015

      • diana_olhovik_ joined the channel
      • 2015-04-30 12045, 2015

      • ohrstrom joined the channel
      • 2015-04-30 12016, 2015

      • MBJenkins
        Ian McEwen: MBS-4145: tag upvoting/downvoting (schema only)
      • 2015-04-30 12031, 2015

      • kahu joined the channel
      • 2015-04-30 12015, 2015

      • johtso_ joined the channel
      • 2015-04-30 12043, 2015

      • bitmap wonders about removing https://github.com/metabrainz/musicbrainz-server/blob/4088e87/lib/MusicBrainz/Server/Connector.pm#L55
      • 2015-04-30 12028, 2015

      • bitmap
        I don't know a way to have that execute on every pgbouncer backend, and it's already configurable at the user/database/transaction level if needed
      • 2015-04-30 12003, 2015

      • bitmap
        but removing would break the 'schema' setting in the DBDefs databases configuration, if it's different from the username or what's configured elsewhere
      • 2015-04-30 12051, 2015

      • mb-chat-logger
        New post: blog: Server update, 2015-04-27 <http://blog.musicbrainz.org/2015/04/30/server-update-2015-04-27/>
      • 2015-04-30 12054, 2015

      • zas
        for some reason, blog post on FB has no link/preview, just title
      • 2015-04-30 12040, 2015

      • luks
        I assume you know that chrome is now complaining about the SSL certificate on mb.org
      • 2015-04-30 12014, 2015

      • ianmcorvidae
        bitmap: that can be set at a user level, which might be the best/right way to do that
      • 2015-04-30 12018, 2015

      • bitmap
        yeah, that's what I was thinking
      • 2015-04-30 12040, 2015

      • ianmcorvidae
        our search path stuff is sort of weird anyway since we don't include things like the CAA
      • 2015-04-30 12047, 2015

      • ianmcorvidae
        never been quite sure what to do with that
      • 2015-04-30 12019, 2015

      • bitmap
        are we concerned about making the schema option useless/a noop though? I wonder how many people rely on that
      • 2015-04-30 12030, 2015

      • ianmcorvidae
        I have no idea
      • 2015-04-30 12052, 2015

      • bitmap
        I'm not even sure what the use case for that is
      • 2015-04-30 12054, 2015

      • ianmcorvidae
        we sort of hardcode it in a lot of places, but mbslave might be better about respecting it than our code is
      • 2015-04-30 12014, 2015

      • ianmcorvidae
        well, for configuring it, I guess if you want to have something with schema musicbrainz already
      • 2015-04-30 12024, 2015

      • ianmcorvidae
        but we don't let you configure any of the other schemas (e.g. cover_art_archive, documentation, wikidocs) so
      • 2015-04-30 12036, 2015

      • ianmcorvidae
        and I'm pretty sure replication doesn't work if you change it
      • 2015-04-30 12037, 2015

      • ianmcorvidae
        so... yeah
      • 2015-04-30 12006, 2015

      • bitmap
        we also assume 'musicbrainz' schema in Extensions.sql
      • 2015-04-30 12007, 2015

      • bitmap
        there's some code in mbslave that fixes the schema names, so yeah, it's likely better than ours
      • 2015-04-30 12039, 2015

      • luks
        mbslave lets you remap the schemas to anything
      • 2015-04-30 12004, 2015

      • luks
        e.g. for acoustid I merge them all to the 'musicbrainz' schema
      • 2015-04-30 12006, 2015

      • bitmap
        ah
      • 2015-04-30 12046, 2015

      • luks
        that's why you have any execute pretty much any sql script with mbslave-remap-schema.py
      • 2015-04-30 12049, 2015

      • ianmcorvidae
        I guess the only question is if we have anyone who uses it with musicbrainz-server and somehow hasn't run into trouble/can't just configure the search path themselves the same way we are
      • 2015-04-30 12057, 2015

      • luks
        because most of the upgrade scripts have schemas hardcoded
      • 2015-04-30 12011, 2015

      • luks
        I'd say just drop the option
      • 2015-04-30 12035, 2015

      • ianmcorvidae
        yeah
      • 2015-04-30 12043, 2015

      • ianmcorvidae
        we don't really make it an actual option anyway, so why pretend :P
      • 2015-04-30 12006, 2015

      • bitmap
        sounds good then, I'll remove it
      • 2015-04-30 12003, 2015

      • ijabz2 joined the channel
      • 2015-04-30 12042, 2015

      • MBJenkins
        Project musicbrainz-server_schema-change-2015-q2 build #85: SUCCESS in 17 min: http://ci.musicbrainz.org/job/musicbrainz-server_…
      • 2015-04-30 12043, 2015

      • MBJenkins
        Ian McEwen: Update schema scripts.
      • 2015-04-30 12003, 2015

      • CatQuest
        right now, butloads of 504's :(
      • 2015-04-30 12053, 2015

      • CatQuest
        literally more than every other link, because each 504 refreshes to another 504 twice, maybe tree times
      • 2015-04-30 12054, 2015

      • CatQuest
        :///
      • 2015-04-30 12003, 2015

      • CatQuest
        FY. "back button" does SHIT ALL in the relationship editor
      • 2015-04-30 12045, 2015

      • Nyanko-sensei joined the channel
      • 2015-05-01 12115, 2015

      • JesseW joined the channel
      • 2015-05-01 12141, 2015

      • JesseW joined the channel
      • 2015-05-01 12102, 2015

      • Jormangeud joined the channel
      • 2015-05-01 12147, 2015

      • diana_olhovik_ joined the channel
      • 2015-05-01 12119, 2015

      • UmkaDK joined the channel
      • 2015-05-01 12127, 2015

      • ijabz2 joined the channel
      • 2015-05-01 12138, 2015

      • ijabz2 joined the channel
      • 2015-05-01 12142, 2015

      • rvedotrc joined the channel
      • 2015-05-01 12107, 2015

      • ariscop_ joined the channel
      • 2015-05-01 12116, 2015

      • UmkaDK joined the channel
      • 2015-05-01 12104, 2015

      • yeeeargh joined the channel
      • 2015-05-01 12132, 2015

      • UmkaDK joined the channel
      • 2015-05-01 12113, 2015

      • UmkaDK joined the channel
      • 2015-05-01 12115, 2015

      • Junior_ joined the channel
      • 2015-05-01 12112, 2015

      • CatQuest
        still 503
      • 2015-05-01 12113, 2015

      • Freso
        And it will be so for a little while.
      • 2015-05-01 12121, 2015

      • Freso
        They know.
      • 2015-05-01 12117, 2015

      • CatQuest
        hmmmm... aw well
      • 2015-05-01 12150, 2015

      • CatQuest
        it's to the point it's not usable though :/ can't even vote :(
      • 2015-05-01 12145, 2015

      • Leftmost
        CatQuest, are you getting 503 or 502?
      • 2015-05-01 12157, 2015

      • CatQuest
        right now 502
      • 2015-05-01 12114, 2015

      • CatQuest
        trying to vote
      • 2015-05-01 12109, 2015

      • CatQuest
        weird, seemes my vote+comment went through still
      • 2015-05-01 12110, 2015

      • CatQuest
      • 2015-05-01 12111, 2015

      • CatQuest
        but I can't edit as promised. to many 50x to be doing this :(
      • 2015-05-01 12145, 2015

      • ianmcorvidae
        we've been getting thousands of requests per 10-second chunk from a particular crappy UA, I've now blocked that UA the harshest/earliest place I can
      • 2015-05-01 12148, 2015

      • ianmcorvidae
        hopefully it'll help
      • 2015-05-01 12141, 2015

      • Leftmost
        Exciting.
      • 2015-05-01 12116, 2015

      • UmkaDK_ joined the channel
      • 2015-05-01 12102, 2015

      • 17WABSIAX joined the channel
      • 2015-05-01 12102, 2015

      • UmkaDK joined the channel
      • 2015-05-01 12153, 2015

      • Gentlecat joined the channel
      • 2015-05-01 12106, 2015

      • reosarevok joined the channel
      • 2015-05-01 12135, 2015

      • Nyanko-sensei joined the channel
      • 2015-05-01 12154, 2015

      • zas joined the channel
      • 2015-05-01 12155, 2015

      • diana_olhovik joined the channel
      • 2015-05-01 12120, 2015

      • djpretzel joined the channel
      • 2015-05-01 12114, 2015

      • JesseW joined the channel
      • 2015-05-01 12126, 2015

      • ohrstrom joined the channel
      • 2015-05-01 12126, 2015

      • ohrstrom joined the channel
      • 2015-05-01 12127, 2015

      • Junior joined the channel