Custom Query (1174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (358 - 360 of 1174)

Ticket Resolution Summary Owner Reporter
#283 FIXED Factor out migration: add_db_field Christopher Allan Webber Elrond
Description

Most current migrations add a field to a table/collection. The code is always the same. So create a function to do the job.

#5327 fixed Failure to delete user after using pump api Jonas Haraldsson
Description

User account deletion will fail with: IntegrityError: (IntegrityError) FOREIGN KEY constraint failed u'DELETE FROM core__users WHERE core__users.id = ?' (7,) if the user have authenticated a client through the pump api.

gmg 0.8 with sqlite db

#5581 no-action Failures after updating the operating system kleper
Description

Hello,

Until recently I had the stable version of mediagoblin running on a server with Debian 9 (for the community network project NuestraRed.org). By decision of another network administrator the operating system was upgraded to debian 10, due to this the installation we had of MediaGoblin stopped working. I have been trying to install from scratch a new installation to migrate the data and even update the version I had installed to Python3.7 but I always have the following error after the compilation and installation of all packages are done well:

(mediagoblin)mediagoblin@nosredserver:/home/nosred/media.nuestrared.org/mediagoblin$ ./bin/gmg Traceback (most recent call last):

File "./bin/gmg", line 11, in <module>

load_entry_point('mediagoblin', 'console_scripts', 'gmg')()

File "/home/nosred/media.nuestrared.org/mediagoblin/lib/python3.7/site-packages/mediagoblin/gmg_commands/init.py", line 111, in main_cli

setup_func = import_component(command_structsetup)

File "/home/nosred/media.nuestrared.org/mediagoblin/lib/python3.7/site-packages/mediagoblin/tools/common.py", line 34, in import_component

import(module_name)

File "/home/nosred/media.nuestrared.org/mediagoblin/lib/python3.7/site-packages/mediagoblin/gmg_commands/reprocess.py", line 25, in <module>

from mediagoblin.submit.lib import run_process_media

File "/home/nosred/media.nuestrared.org/mediagoblin/lib/python3.7/site-packages/mediagoblin/submit/lib.py", line 32, in <module>

from mediagoblin.processing.task import ProcessMedia

File "/home/nosred/media.nuestrared.org/mediagoblin/lib/python3.7/site-packages/mediagoblin/processing/task.py", line 176, in <module>

tasks.register(ProcessMedia)

File "/home/nosred/media.nuestrared.org/mediagoblin/lib/python3.7/site-packages/celery/app/registry.py", line 32, in register

type(task).name))

celery.exceptions.InvalidTaskError: Task class 'type' must specify .name attribute

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.