mediagoblin-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [GMG-Devel] Tags/Collections for batchaddmedia


From: Dan Krol
Subject: Re: [GMG-Devel] Tags/Collections for batchaddmedia
Date: Fri, 6 Nov 2015 06:45:40 -0800

Oh that's right I can just make a temporary hacking installation. I'll do that.

On Fri, Nov 6, 2015 at 5:30 AM, Christopher Allan Webber <address@hidden> wrote:
It's prooooobably safe :)

Jessica just landed some major database changes (and now is taking a
month long break to avoid total burnout, it was a big task).

As a warning, there are some failing tests that I need to address, which
I just found yesterday.

It depends how critical things currently are.  You may wish to either
copy the database over for local hacking and testing and delay your main
update... or if some bugs are okay, go ahead and upgrade, and make a
backup! :)

I'm going to try to get all tests passing again early next week.
 - Chris

Dan Krol writes:

> Hopefully this weekend. Should I be safe to upgrade to the current HEAD of
> master and migrate my database? (I make backups between upgrades
> regardless).
>
> On Wed, Nov 4, 2015 at 8:38 AM, Christopher Allan Webber <
> address@hidden> wrote:
>
>> That would be great.  We might release a 0.8.1 very shortly.  maybe we
>> can make it in for that?
>>
>> Of course, that's up to what you have time for!
>>
>> Dan Krol writes:
>>
>> > Great, thanks. I'm assuming I'd want to make it based on master rather
>> than
>> > v0.8.0? It looks like the db schema related to collections has changed.
>> >
>> > On Tue, Nov 3, 2015 at 2:40 PM, Christopher Allan Webber <
>> > address@hidden> wrote:
>> >
>> >> Awesome, thanks for the patch!
>> >>
>> >> Dan Krol writes:
>> >>
>> >> > Okay, I'm guessing that the reason tags weren't added to
>> batchaddmedia is
>> >> > that submit_media takes a string parameter for tag names rather than
>> the
>> >> > corresponding tag objects. This means that submit_media would likely
>> be
>> >> > querying for the same tags over and over again, which is very
>> >> inefficient.
>> >> > So, it's maybe worth splitting out a function underneath submit_media
>> >> that
>> >> > takes the tag objects, which submit_media calls on? Do you all have a
>> >> > recommended way to do this, that's in line with your code's
>> >> organization? I
>> >> > assume just adding tag_objects and collection_objects parameters would
>> >> > muddy up submit_media's interface.
>> >>
>> >> I think that should be possible.  We could just add another keyword
>> >> argument to submit_media that takes tag objects.
>> >>
>> >> > For my own purposes I can just do it the inefficient way for now, if
>> >> > there's not a great answer for this. Here's what it looks like at the
>> >> > moment (forked from v0.8.0 fo rnow), and it seems to work:
>> >> >
>> >>
>> https://github.com/orblivion/mediagoblin/compare/853b74cd813b3dea3ac351256b3ce1730664d7f9...batchaddmedia-collection-tag
>> >>
>> >> Yay!
>> >>
>> >> If you wanted to do the more efficient route, I'd quite happily accept a
>> >> patch/branch and merge it.
>> >>
>>
>>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]