#metabrainz

/

      • Gentlecat
        yes, pointing it directly to uwsgi is an option
      • 2017-03-06 06512, 2017

      • ruaok
        ah, great. I'll do that then.
      • 2017-03-06 06535, 2017

      • ruaok
        next question... for containers that run services that have exposed tcp ports we have
      • 2017-03-06 06536, 2017

      • ruaok
        --env SERVICE_6379_CHECK_TCP="true" \
      • 2017-03-06 06553, 2017

      • ruaok
        but I've got two services that will run which do no expose ports.
      • 2017-03-06 06504, 2017

      • ruaok
        how does it work to check that those services are healthy?
      • 2017-03-06 06507, 2017

      • Gentlecat
        I'm not sure if you actually need to expose them
      • 2017-03-06 06536, 2017

      • ruaok
        correct. but I want to ensure we can monitor them appropriately.
      • 2017-03-06 06542, 2017

      • Gentlecat
        or rather publish ports
      • 2017-03-06 06548, 2017

      • Gentlecat
        you can expose them in the image
      • 2017-03-06 06555, 2017

      • ruaok
        --restart unless-stopped
      • 2017-03-06 06502, 2017

      • ruaok
        should take care of restarting the containers if they stop
      • 2017-03-06 06519, 2017

      • Gentlecat
        6379 is an "internal" port
      • 2017-03-06 06531, 2017

      • ruaok
        I understand.
      • 2017-03-06 06544, 2017

      • ruaok
        I am using that line as an example for context so you can understand what I am talking about.
      • 2017-03-06 06551, 2017

      • ruaok
        my service has no port to expose.
      • 2017-03-06 06525, 2017

      • ruaok
        the SERVICE_X_CHECK lines are for TCP exposing services.
      • 2017-03-06 06539, 2017

      • ruaok
        how does the service check work for non TCP services?
      • 2017-03-06 06555, 2017

      • Leo_Verto has quit
      • 2017-03-06 06555, 2017

      • Leo__Verto is now known as Leo_Verto
      • 2017-03-06 06526, 2017

      • Gentlecat
      • 2017-03-06 06527, 2017

      • arbenina_ has quit
      • 2017-03-06 06540, 2017

      • arbenina_ joined the channel
      • 2017-03-06 06537, 2017

      • Mineo joined the channel
      • 2017-03-06 06544, 2017

      • github joined the channel
      • 2017-03-06 06544, 2017

      • github
        [acousticbrainz-server] nupurbaghel opened pull request #226: Corrected: Viewing the recording information of a dataset or a snapshot requires being logged in (roman-project...master) https://git.io/vy4ul
      • 2017-03-06 06544, 2017

      • github has left the channel
      • 2017-03-06 06526, 2017

      • Zastai joined the channel
      • 2017-03-06 06526, 2017

      • github joined the channel
      • 2017-03-06 06526, 2017

      • github
        [acousticbrainz-server] nupurbaghel closed pull request #226: Corrected: Viewing the recording information of a dataset or a snapshot requires being logged in (roman-project...master) https://git.io/vy4ul
      • 2017-03-06 06526, 2017

      • github has left the channel
      • 2017-03-06 06515, 2017

      • github joined the channel
      • 2017-03-06 06515, 2017

      • github
        [acousticbrainz-server] nupurbaghel opened pull request #227: Corrected: Viewing the recording information of a dataset or a snapshot requires being logged in (master...master) https://git.io/vy4gZ
      • 2017-03-06 06515, 2017

      • github has left the channel
      • 2017-03-06 06540, 2017

      • arbenina_ has quit
      • 2017-03-06 06505, 2017

      • kyan has quit
      • 2017-03-06 06544, 2017

      • alastairp
        Gentlecat: just wondering out loud. Why are challenges on AB open to users who are not logged in?
      • 2017-03-06 06503, 2017

      • alastairp
        (I'm just looking at the just submitted PR)
      • 2017-03-06 06534, 2017

      • alastairp
        it seems like instead of opening up the recording meta endpoint to everyone, we could just as easily restrict challenges to only logged in users
      • 2017-03-06 06529, 2017

      • alastairp
        I'm trying to think about reasons why this wouldn't be a good idea... perhaps we want to disseminate this information widely, to people who don't need a user account
      • 2017-03-06 06547, 2017

      • ruaok
        alastairp: I think it is a good policy to make things as open as possible, unless you have a good reason to make them closed.
      • 2017-03-06 06520, 2017

      • alastairp
        OK. thanks for the counter argument
      • 2017-03-06 06541, 2017

      • alastairp
        so, now we have an open endpoint, which given a mbid, returns the artist and title
      • 2017-03-06 06556, 2017

      • alastairp
        do we think this could be abused? or am I inventing problems?
      • 2017-03-06 06515, 2017

      • samj1912
        antlarr: ping
      • 2017-03-06 06521, 2017

      • Freso
        Everything can be abused by someone creative enough. :)
      • 2017-03-06 06527, 2017

      • alastairp
        yeah
      • 2017-03-06 06538, 2017

      • alastairp
        we could do a referrer check, but do we care?
      • 2017-03-06 06548, 2017

      • ruaok
        alastairp: yes. if someone needs just that info and they dislike the MB rate limiting, then they will use AB, if it is faster.
      • 2017-03-06 06554, 2017

      • antlarr
        samj1912: pong (but I have to go soon)
      • 2017-03-06 06508, 2017

      • samj1912
        ah nothing, I was just refactoring the info dialog code
      • 2017-03-06 06520, 2017

      • ruaok
        alastairp: not currently we don't
      • 2017-03-06 06525, 2017

      • antlarr
        samj1912: great
      • 2017-03-06 06546, 2017

      • ruaok
        and we've had a good run being super open with out APIs. being a little more protective seems wise now.
      • 2017-03-06 06546, 2017

      • antlarr
        will you allow to set pairs of (orig, new) images ? :)
      • 2017-03-06 06548, 2017

      • samj1912
        it is very poorly written :\
      • 2017-03-06 06559, 2017

      • samj1912
        yes, I was planning on doing that
      • 2017-03-06 06504, 2017

      • antlarr
        perfect! :D
      • 2017-03-06 06521, 2017

      • samj1912
        just wanted your input so that we are moving in the same direction
      • 2017-03-06 06543, 2017

      • samj1912
        I have removed the existing get_*_widget type methods and replaced them with classes
      • 2017-03-06 06557, 2017

      • alastairp
        ruaok: can you clarify what you mean?
      • 2017-03-06 06510, 2017

      • ruaok
        on a call. hang on.
      • 2017-03-06 06514, 2017

      • alastairp
        sounds like we want to have challenge pages open -> 👍 fine with this
      • 2017-03-06 06516, 2017

      • alastairp
        OK can do
      • 2017-03-06 06541, 2017

      • alastairp
        but if we have a metadata endpoint, we should be careful about it -> also agree
      • 2017-03-06 06513, 2017

      • alastairp
        -> heading out, back around meeting time
      • 2017-03-06 06552, 2017

      • samj1912
        antlarr: I will try to finish it today, but I have an early morning flight to catch tomorrow and travel all day , so I will most likely finish it by day after
      • 2017-03-06 06547, 2017

      • Freso
        zas: Picard feat. freeze as of today, release next week?
      • 2017-03-06 06503, 2017

      • antlarr
        samj1912: that's ok. I don't think I'll have time today to fix the issues from your review of #642 neither
      • 2017-03-06 06527, 2017

      • samj1912
        Freso: no :P, me and antlarr are working on a last few updates
      • 2017-03-06 06528, 2017

      • antlarr
        Freso: is it possible to add a single sentence that needs translation after today?
      • 2017-03-06 06532, 2017

      • arbenina_ joined the channel
      • 2017-03-06 06548, 2017

      • Freso
        antlarr: Ask zas. :)
      • 2017-03-06 06554, 2017

      • antlarr
        hmm, probably 2 or 3 sentences
      • 2017-03-06 06557, 2017

      • antlarr
        zas: ^
      • 2017-03-06 06559, 2017

      • antlarr
        :)
      • 2017-03-06 06534, 2017

      • samj1912
        we can have a release on 14.3.17? 1 month after 1.4.0 :P
      • 2017-03-06 06534, 2017

      • CatQuest
        Freso: in.. 2 hours, right?
      • 2017-03-06 06554, 2017

      • samj1912
        CatQuest: meeting time? yes
      • 2017-03-06 06500, 2017

      • Freso
        CatQuest: 1:48, but yes. :)
      • 2017-03-06 06509, 2017

      • CatQuest
        thnaks sam, als ii agree with your release date :D
      • 2017-03-06 06522, 2017

      • antlarr
        zas: I'm working on https://github.com/metabrainz/picard/pull/642 and also would like to have https://github.com/antlarr/picard/compare/album-c… into 1.4.1 if possible
      • 2017-03-06 06507, 2017

      • samj1912
        zas: can we set the feat. freeze on 8.3.17 11:59 pm UTC? :P antlarr will you be able to finish up by then?
      • 2017-03-06 06540, 2017

      • abhishekg5 has quit
      • 2017-03-06 06513, 2017

      • antlarr
        I think so
      • 2017-03-06 06519, 2017

      • abhishekg5 joined the channel
      • 2017-03-06 06520, 2017

      • Mineo
        to be honest, I don't like this "are you going to be ready 5 minutes before our feature freeze target?". it basically leaves no time for reviews or anything
      • 2017-03-06 06535, 2017

      • samj1912
        Mineo: antlarr already has the PR made with changes requested :), if we are not able to get it in the timeframe for 1.4.1 we can just skip them in this release
      • 2017-03-06 06501, 2017

      • samj1912
        1.4.1's main aim is to fix the drag n drop osx bug of 1.4, I just wanted 1.4.1 to be released so that we can switch the master to 2.0 and any further dev on 1.4.x can be carried out in their respective branches
      • 2017-03-06 06533, 2017

      • Mineo
        do you really think we have enough manpower to maintain 1.4.x and work on 2.0?
      • 2017-03-06 06516, 2017

      • samj1912
        well that was the plan :P
      • 2017-03-06 06516, 2017

      • samj1912
        as for maintaining 1.4.x, we don't necessarily need to work on it, but hobbyists can back-port/fix future bugs on it if they want
      • 2017-03-06 06544, 2017

      • yvanz_
        Mineo: FWIW, “the plan” probably refers to https://chatlogs.metabrainz.org/brainzbot/metabra…
      • 2017-03-06 06504, 2017

      • ruaok
        alastairp: > can you clarify what you mean?
      • 2017-03-06 06521, 2017

      • ruaok
        basically I'm saying that we need API keys for mb.org
      • 2017-03-06 06545, 2017

      • ruaok
        which then also affects overall planning for APIs for our newer projects. but exactly how, I'm unsure as of yet.
      • 2017-03-06 06505, 2017

      • Mineo
        yvanz_: thanks
      • 2017-03-06 06553, 2017

      • Freso
        yvanz_ Mineo: "the plan" is basically what has been talked about since January, regarding finishing up 1.4.x and starting progress on 2.0.
      • 2017-03-06 06539, 2017

      • Freso
        https://chatlogs.metabrainz.org/brainzbot/metabra… is the first place I see it talked about, but it's been brought up a number of times by now.
      • 2017-03-06 06541, 2017

      • Freso
        Basically: release 1.4, release everything that didn't make it into 1.4 plus bug fixes for 1.4 as 1.4.1, "master" is now 2.0-development branch.
      • 2017-03-06 06512, 2017

      • iliekcomputers
        ruaok: I've come up with some stuff on how I plan to store stats from BigQuery in the Postgres db and I was hoping to get opinions, if you have time.
      • 2017-03-06 06539, 2017

      • iliekcomputers
      • 2017-03-06 06537, 2017

      • iliekcomputers
        The idea is basically one table for each stat and storing when stats were last calculated for the entities and the users.
      • 2017-03-06 06522, 2017

      • github joined the channel
      • 2017-03-06 06522, 2017

      • github
        [picard] samj1912 closed pull request #535: PICARD-300: Dont save files if metadata is unchanged (master...picard300) https://git.io/vMWls
      • 2017-03-06 06522, 2017

      • github has left the channel
      • 2017-03-06 06546, 2017

      • CatQuest has quit
      • 2017-03-06 06549, 2017

      • saifulbkhan_ joined the channel
      • 2017-03-06 06544, 2017

      • CatQuest joined the channel
      • 2017-03-06 06544, 2017

      • CatQuest has quit
      • 2017-03-06 06544, 2017

      • CatQuest joined the channel
      • 2017-03-06 06549, 2017

      • github joined the channel
      • 2017-03-06 06549, 2017

      • github
        [picard] samj1912 opened pull request #643: PICARD-996: Fix cover art box show (master...picard996) https://git.io/vy4FG
      • 2017-03-06 06549, 2017

      • github has left the channel
      • 2017-03-06 06548, 2017

      • adamcik has quit
      • 2017-03-06 06557, 2017

      • travis-ci joined the channel
      • 2017-03-06 06558, 2017

      • travis-ci
        samj1912/picard#81 (picard996 - 2d5ee1c : Sambhav Kothari): The build passed.
      • 2017-03-06 06558, 2017

      • travis-ci
      • 2017-03-06 06558, 2017

      • travis-ci
      • 2017-03-06 06558, 2017

      • travis-ci has left the channel
      • 2017-03-06 06511, 2017

      • JonnyJD joined the channel
      • 2017-03-06 06533, 2017

      • adamcik joined the channel
      • 2017-03-06 06519, 2017

      • Gentlecat
        alastairp: why shouldn't they be? we want to promote both challenges and results
      • 2017-03-06 06501, 2017

      • Zastai has quit
      • 2017-03-06 06506, 2017

      • Freso
        <BANG>
      • 2017-03-06 06509, 2017

      • Freso
        🙋
      • 2017-03-06 06513, 2017

      • iliekcomputers
        hi
      • 2017-03-06 06515, 2017

      • iliekcomputers
        :)
      • 2017-03-06 06520, 2017

      • ferbncode
        Hi :)
      • 2017-03-06 06539, 2017

      • Freso
        The weather's lovely here these days... and I just got a ticket for Scandinavia. :|
      • 2017-03-06 06545, 2017

      • Freso
        iliekcomputers: How's your week been?
      • 2017-03-06 06550, 2017

      • Freso
        (Aka, go ;))
      • 2017-03-06 06507, 2017

      • iliekcomputers
        I had examinations this week, so didn't do much.
      • 2017-03-06 06529, 2017

      • iliekcomputers
        Over the weekend though, I sent a few PRs, worked on porting LB from 2 to 3
      • 2017-03-06 06539, 2017

      • iliekcomputers
        and started work on my GSoC proposal
      • 2017-03-06 06543, 2017

      • iliekcomputers
        fin :)
      • 2017-03-06 06550, 2017

      • iliekcomputers
        ferbncode: go
      • 2017-03-06 06500, 2017

      • CatQuest
        oi
      • 2017-03-06 06505, 2017

      • ferbncode
        Hi :D
      • 2017-03-06 06514, 2017

      • CatQuest
        Freso: i dag hvar det sol her ihvertfall
      • 2017-03-06 06526, 2017

      • ferbncode
        I worked on migrating spam reports off ORM and sent a PR. Also I worked on links on spam reports which was a todo task in CB. Also I started working on my proposal for migrating off python-musicbrainzngs and Using MB database directly idea for CB.
      • 2017-03-06 06533, 2017

      • ferbncode
        fin! :)
      • 2017-03-06 06542, 2017

      • Freso
        (Other people still up: samj1912 Freso ruaok reosarevok Quesito bitmap zas Gentlecat alastairp? LordSputnik? Leftmost? Leo_Verto? CatQuest — anyone I missed, raise thy virtual hand.)
      • 2017-03-06 06551, 2017

      • ferbncode
        Freso: Go! :)
      • 2017-03-06 06559, 2017

      • Freso
        😏
      • 2017-03-06 06502, 2017

      • samj1912 yo
      • 2017-03-06 06527, 2017

      • chirlu joined the channel
      • 2017-03-06 06553, 2017

      • LordSputnik is here
      • 2017-03-06 06543, 2017

      • Freso
        Keeping up with IRC, forums, etc.; had a meeting with Rob last week about how to prioritise and deal with the tasks I'm behind on; been spending too much time on the forums responding to artists trying to find their MBIDs :/ ;
      • 2017-03-06 06559, 2017

      • CatQuest
        :(