Custom Query (1173 matches)
Results (145 - 147 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#95 | fixed | identify bitesized bugs in redmine | ||
Description |
We need a way to identify bitesized bugs in redmine. More specifically, we need to: 1. "tag" an issue in some way so that it's clear it's bitesized 2. trivially query the system for all bitesized bugs This gets progressively more important as we continue to get new contributors. I'm going to make this an Immediate priority for 0.0.3 to at least look into more. If it's the case that we can't do this, then that's a very compelling reason to switch to another bug tracking system. |
|||
#943 | cant-reproduce | hang at "Starting server in PID #####" | ||
Description |
I have rebuilt and recompiled multiple times, getting the same result. At the current installation, I compiled using the mediagoblin_easy_install script found [here](https://pypi.python.org/pypi/mediagoblin_easy_install) to save time. Using Debian 7.5 with Nginx on Linode. Let me know what logs/files you'd like to see. Thanks, Chris |
|||
#5385 | fixed | hacking installation instructions are incomplete for Debian Jessie | ||
Description |
docker build -t mediagoblin - <<EOF FROM debian:jessie RUN apt-get update RUN apt-get install -y git-core python python-dev python-lxml python-imaging python-virtualenv python-gst-1.0 libjpeg-dev autoconf nodejs npm nodejs-legacy RUN apt-get install -y sudo RUN echo 'ALL ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers RUN adduser --disabled-password --gecos MediaGoblin --quiet mediagoblin RUN cd /home/mediagoblin ; sudo -u mediagoblin git clone --recursive http://git.savannah.gnu.org/r/mediagoblin.git RUN cd /home/mediagoblin/mediagoblin ; sudo -u mediagoblin ./bootstrap.sh RUN cd /home/mediagoblin/mediagoblin ; sudo -u mediagoblin ./configure RUN cd /home/mediagoblin/mediagoblin ; sudo -u mediagoblin make RUN cd /home/mediagoblin/mediagoblin ; sudo -u mediagoblin ./bin/gmg dbupdate RUN cd /home/mediagoblin/mediagoblin ; sudo -u mediagoblin ./runtests.sh EOF ... mediagoblin/tests/test_api.py EEEEEEEEEEEEEEEEEEEE mediagoblin/tests/test_auth.py EE. mediagoblin/tests/test_basic_auth.py ..E mediagoblin/tests/test_celery_setup.py . mediagoblin/tests/test_collections.py E mediagoblin/tests/test_config.py .. mediagoblin/tests/test_csrf_middleware.py EEE mediagoblin/tests/test_edit.py EEEE mediagoblin/tests/test_exif.py ..... mediagoblin/tests/test_globals.py . mediagoblin/tests/test_legacy_api.py EE mediagoblin/tests/test_messages.py E mediagoblin/tests/test_metadata.py E mediagoblin/tests/test_misc.py EEEE mediagoblin/tests/test_modelmethods.py EEEEEEEEEEEEE mediagoblin/tests/test_moderation.py EEEE mediagoblin/tests/test_notifications.py EEE mediagoblin/tests/test_oauth1.py EEEE mediagoblin/tests/test_pdf.py s mediagoblin/tests/test_persona.py . mediagoblin/tests/test_piwigo.py E mediagoblin/tests/test_pluginapi.py ........... mediagoblin/tests/test_privileges.py EE mediagoblin/tests/test_processing.py .. mediagoblin/tests/test_reporting.py EEE mediagoblin/tests/test_response.py .... mediagoblin/tests/test_session.py . mediagoblin/tests/test_sql_migrations.py . mediagoblin/tests/test_staticdirect.py . mediagoblin/tests/test_storage.py ............. mediagoblin/tests/test_tags.py E mediagoblin/tests/test_timesince.py . mediagoblin/tests/test_util.py ........ mediagoblin/tests/test_workbench.py ..... |